reorganize stuff under tests/
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2
3         * Makefile.am:
4         * configure.ac:
5         * examples/Makefile.am:
6         * examples/capsfilter/Makefile.am:
7         * examples/capsfilter/capsfilter1.c:
8         * examples/gob/Makefile.am:
9         * examples/gob/gst-identity2.gob:
10         * examples/indexing/.cvsignore:
11         * examples/indexing/Makefile.am:
12         * examples/indexing/indexmpeg.c:
13         * examples/seeking/.cvsignore:
14         * examples/seeking/Makefile.am:
15         * examples/seeking/cdparanoia.c:
16         * examples/seeking/cdplayer.c:
17         * examples/seeking/chained.c:
18         * examples/seeking/scrubby.c:
19         * examples/seeking/seek.c:
20         * examples/stats/Makefile.am:
21         * examples/stats/mp2ogg.c:
22         * examples/switch/.cvsignore:
23         * examples/switch/Makefile.am:
24         * examples/switch/switcher.c:
25         * tests/Makefile.am:
26         * tests/check/generic/.cvsignore:
27         * tests/check/pipelines/.cvsignore:
28         * tests/examples/Makefile.am:
29         * tests/examples/seek/Makefile.am:
30           reorganize stuff under tests/
31
32 2005-11-30  Edward Hervey  <edward@fluendo.com>
33
34         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
35         Go away you stupid GstStaticPadTemplate memleak.
36
37 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38
39         * gst-libs/gst/net/Makefile.am:
40         * gst-libs/gst/net/README:
41         * gst-libs/gst/net/gstnetbuffer.c:
42         * gst-libs/gst/net/gstnetbuffer.h:
43           this was moved to "netbuffer"
44
45 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
46
47         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
48         (gst_video_filter_class_init), (gst_video_filter_init):
49         * gst-libs/gst/video/gstvideofilter.h:
50           borgify name to bring in line with other classes
51
52 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
53
54         * gst/audioscale/.cvsignore:
55         * gst/audioscale/Makefile.am:
56         * gst/audioscale/README:
57         * gst/audioscale/audioscale.vcproj:
58         * gst/audioscale/dtof.c:
59         * gst/audioscale/dtos.c:
60         * gst/audioscale/functable.c:
61         * gst/audioscale/gstaudioscale.c:
62         * gst/audioscale/gstaudioscale.h:
63         * gst/audioscale/private.h:
64         * gst/audioscale/resample.c:
65         * gst/audioscale/resample.h:
66         * gst/audioscale/test.c:
67           remove
68
69 2005-11-30  Edward Hervey  <edward@fluendo.com>
70
71         * gst-libs/gst/netbuffer/Makefile.am:
72         really, really tired
73
74 2005-11-30  Edward Hervey  <edward@fluendo.com>
75
76         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
77         Update for new GstTypeFindFactory _register()
78
79 2005-11-30  Edward Hervey  <edward@fluendo.com>
80
81         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
82         Let's not override libgstnet from core for no reason...
83         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
84         Ok, maybe not so quick next time.
85
86 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
87
88         * configure.ac:
89         * gst-libs/gst/Makefile.am:
90           moved gst-libs/gst/net to netbuffer through CVS surgery
91           remove old directory
92           updating build to accomodate
93           (#322257)
94
95 2005-11-29  Andy Wingo  <wingo@pobox.com>
96
97         * pkgconfig/gstreamer-plugins-base.pc.in:
98         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
99         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
100         (#322257).
101
102 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
103
104         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
105         3rd time's the charm. Correct ref-counting for discarded buffers.
106
107 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
108
109         * gst/playback/gststreamselector.c:
110         (gst_stream_selector_class_init),
111         (gst_stream_selector_set_property),
112         (gst_stream_selector_get_property),
113         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
114         Fix ref-counting
115
116 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
117
118         * gst/subparse/gstsubparse.c: (feed_textbuf):
119           Don't access already unref'ed buffer.
120
121 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
122
123         * gst/playback/gststreamselector.c:
124         (gst_stream_selector_class_init), (gst_stream_selector_init),
125         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
126         (gst_stream_selector_get_property),
127         (gst_stream_selector_get_linked_pad),
128         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
129         * gst/playback/gststreamselector.h:
130         Add the active-pad property for playbin to use shortly. Ignore buffers
131         from any other pad, returning GST_FLOW_NOT_LINKED
132
133 2005-11-29  Julien MOUTTE  <julien@moutte.net>
134
135         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
136         patch from bug #322704 (Alessandro Decina).
137
138 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
139
140         * gst-libs/gst/audio/Makefile.am:
141           folded audiofilter into the audio library
142
143 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
144
145         * gst/videoscale/gstvideoscale.h:
146         * gst/videoscale/gstvideoscale.c:
147           remove unimplemented scale methods
148
149 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
150
151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
152           Don't leak caps.
153
154 2005-11-28  Julien MOUTTE  <julien@moutte.net>
155
156         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
157         (gst_ximagesink_setcaps):
158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
159         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
160         happens (only visible on ximagesink but bug is in xv too) set_caps was
161         destroying the internal x[v]image used to memcpy non locally alloced
162         buffers so that it got renewed on next _chain. The issue is that 
163         _expose will try to put that image as it reffed it in _put.
164         Using gst_buffer_unref instead of destroy fixes it !
165
166 2005-11-28  Edward Hervey  <edward@fluendo.com>
167
168         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
169         (try_to_link_1), (queue_filled_cb):
170         Better use of the queues. Start with a small size queue and only increase
171         the size of the queues when the other queues are empty.
172
173 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
174
175         * gst-libs/gst/video/Makefile.am:
176           compile in copied-over videofilter into the video library
177         * gst-libs/gst/video/videosink.h:
178           rename the header to gstvideosink.h since it's a base GstObject class
179         * sys/ximage/ximagesink.h:
180         * sys/xvimage/xvimagesink.h:
181           use the new header
182
183 2005-11-28  Wim Taymans  <wim@fluendo.com>
184
185         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
186         * gst/playback/gstplaybasebin.h:
187         Prepare to handle errors betters.
188
189         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
190         Set sinks to PAUSED first before adding and linking them so that
191         we don't interrupt dataflow.
192
193 2005-11-28  Wim Taymans  <wim@fluendo.com>
194
195         * gst-libs/gst/audio/TODO:
196         Updated TODO
197
198         * gst-libs/gst/audio/gstaudiosink.c:
199         (gst_audioringbuffer_open_device),
200         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
201         (gst_audioringbuffer_release):
202         Small cleanups.
203
204         * gst-libs/gst/audio/gstbaseaudiosink.c:
205         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
206         (gst_base_audio_sink_change_state):
207         Slave to the master clock when going to PLAYING and unslave when
208         going to PAUSED.
209
210         * gst-libs/gst/audio/gstringbuffer.c:
211         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
212         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
213         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
214         (gst_ring_buffer_clear_all), (wait_segment),
215         (gst_ring_buffer_commit), (gst_ring_buffer_read),
216         (gst_ring_buffer_advance):
217         * gst-libs/gst/audio/gstringbuffer.h:
218         Add some docs and cleanups.
219
220 2005-11-28  Julien MOUTTE  <julien@moutte.net>
221
222         * sys/xvimage/xvimagesink.c:
223         (gst_xvimagesink_navigation_send_event): Fix navigation events
224         coordinates translation with pixel aspect ratios.
225
226 2005-11-28  Julien MOUTTE  <julien@moutte.net>
227
228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
229         Use calculated video geometry from _setcaps instead of buffer
230         caps to respect pixel aspect ratio. (fixes #322388)
231
232 2005-11-28  Julien MOUTTE  <julien@moutte.net>
233
234         * docs/libs/tmpl/gstcolorbalance.sgml:
235         * docs/libs/tmpl/gstmixer.sgml:
236         * docs/libs/tmpl/gstxoverlay.sgml:
237         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
238         interface.
239
240 2005-11-28  Julien MOUTTE  <julien@moutte.net>
241
242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
243         Refuse to create an XvImage if we can't find the format.
244
245 2005-11-28  Edward Hervey  <edward@fluendo.com>
246
247         * gst-libs/gst/riff/riff-media.c:
248         (gst_riff_create_audio_template_caps):
249         Add ATRAC3 to the list of riff-possible audio caps.
250         I know we still don't have a plugin for atrac3, but it's saner to output
251         that than a cryptic mimetype.
252
253 2005-11-27  Edward Hervey  <edward@fluendo.com>
254
255         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
256         Don't try to create a zero-sized subbuffer.
257
258 2005-11-27  Julien MOUTTE  <julien@moutte.net>
259
260         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
261         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
262         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
263         (gst_ximagesink_expose): Fixed a tricky race.
264         * sys/ximage/ximagesink.h:
265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
266         (gst_xvimagesink_expose): Fixed a tricky race.
267         * sys/xvimage/xvimagesink.h:
268
269 2005-11-27  Edward Hervey  <edward@fluendo.com>
270
271         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
272         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
273         Remove unused properties, and add queues between demuxers and decoders
274         so that a lot more files can preroll properly.
275
276 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
277
278         * gst-libs/gst/net/Makefile.am:
279         * gst-libs/gst/rtp/Makefile.am:
280         * gst-libs/gst/tag/Makefile.am:
281           remove silly include
282         * gst/tags/Makefile.am:
283         * gst/tags/gsttagediting.c:
284         * gst/tags/gsttageditingprivate.h:
285         * gst/tags/tagedit.vcproj:
286           remove directory, is as good as empty
287
288 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
289
290         * configure.ac:
291           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
292         * gst-libs/Makefile.am:
293         * gst-libs/gst/audio/Makefile.am:
294         * gst-libs/gst/interfaces/Makefile.am:
295         * gst-libs/gst/net/Makefile.am:
296         * gst-libs/gst/riff/Makefile.am:
297         * gst-libs/gst/rtp/Makefile.am:
298         * gst-libs/gst/tag/Makefile.am:
299         * gst-libs/gst/video/Makefile.am:
300           and use them
301
302 2005-11-27  Julien MOUTTE  <julien@moutte.net>
303
304         * docs/libs/tmpl/gstcolorbalance.sgml:
305         * docs/libs/tmpl/gstmixer.sgml:
306         * docs/libs/tmpl/gstxoverlay.sgml:
307         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
308         * sys/ximage/ximagesink.h:
309         * sys/xvimage/xvimagesink.h: More and more documentation.
310
311 2005-11-26  Julien MOUTTE  <julien@moutte.net>
312
313         * docs/libs/gst-plugins-base-libs-docs.sgml:
314         * docs/libs/gst-plugins-base-libs-sections.txt:
315         * docs/libs/tmpl/gstcolorbalance.sgml:
316         * docs/libs/tmpl/gstmixer.sgml:
317         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
318         to documentation.
319
320 2005-11-26  Julien MOUTTE  <julien@moutte.net>
321
322         * docs/plugins/Makefile.am:
323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
325         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
326
327 2005-11-26  Julien MOUTTE  <julien@moutte.net>
328
329         * docs/plugins/Makefile.am:
330         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
331         * docs/plugins/gst-plugins-base-plugins-sections.txt:
332         * docs/plugins/inspect/plugin-adder.xml:
333         * docs/plugins/inspect/plugin-alsa.xml:
334         * docs/plugins/inspect/plugin-audioconvert.xml:
335         * docs/plugins/inspect/plugin-audiorate.xml:
336         * docs/plugins/inspect/plugin-audioresample.xml:
337         * docs/plugins/inspect/plugin-audiotestsrc.xml:
338         * docs/plugins/inspect/plugin-decodebin.xml:
339         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
340         * docs/plugins/inspect/plugin-gnomevfs.xml:
341         * docs/plugins/inspect/plugin-ogg.xml:
342         * docs/plugins/inspect/plugin-playbin.xml:
343         * docs/plugins/inspect/plugin-subparse.xml:
344         * docs/plugins/inspect/plugin-tcp.xml:
345         * docs/plugins/inspect/plugin-theora.xml:
346         * docs/plugins/inspect/plugin-typefindfunctions.xml:
347         * docs/plugins/inspect/plugin-video4linux.xml:
348         * docs/plugins/inspect/plugin-videorate.xml:
349         * docs/plugins/inspect/plugin-videoscale.xml:
350         * docs/plugins/inspect/plugin-videotestsrc.xml:
351         * docs/plugins/inspect/plugin-volume.xml:
352         * docs/plugins/inspect/plugin-vorbis.xml:
353         * docs/plugins/inspect/plugin-ximagesink.xml:
354         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
355         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
356
357 2005-11-26  Edward Hervey  <edward@fluendo.com>
358
359         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
360         Properly return GstFlowReturn from gst_pad_push in chain functions.
361
362 2005-11-25  Michael Smith  <msmith@fluendo.com>
363
364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
365         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
366         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
367         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
368           Handle various conditions better when we don't understand a stream.
369           Removes a heap of CRITICALs on ogg streams containing unknown data.
370
371 2005-11-24  Andy Wingo  <wingo@pobox.com>
372
373         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
374         Be threadsafe.
375
376 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
377
378         * configure.ac: back to HEAD
379
380 === release 0.9.6 ===
381
382 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
383
384         * configure.ac:
385           releasing 0.9.6, "White Eight"
386
387 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
388
389         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
390         * docs/plugins/inspect/plugin-sine.xml:
391           remove sinesrc some more
392
393 2005-11-23  Wim Taymans  <wim@fluendo.com>
394
395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
396         If we are reading too slowly, jump forward in the ringbuffer
397         instead of blocking.
398
399 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
400
401         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
402         (gst_visual_chain):
403         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
404         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
405         (gst_videorate_chain):
406         * gst/videotestsrc/gstvideotestsrc.c:
407         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
408         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
409         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
410         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
411         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
412         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
413           Updates for API changes
414
415 2005-11-23  Wim Taymans  <wim@fluendo.com>
416
417         * gst-libs/gst/audio/gstbaseaudiosink.c:
418         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
419         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
420         Fix for calibration API change.
421
422 2005-11-23  Michael Smith <msmith@fluendo.com>
423
424         * gst-libs/gst/audio/multichannel.c:
425         (gst_audio_get_channel_positions),
426         (gst_audio_set_channel_positions),
427         (gst_audio_set_structure_channel_positions_list),
428         (gst_audio_fixate_channel_positions):
429           Use gst_value_array_*() functions on value arrays, not
430           gst_value_list_*().
431
432 2005-11-23  Edward Hervey  <edward@fluendo.com>
433
434         * autogen.sh:
435         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
436         Fixes autogen
437
438 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
439
440         * check/Makefile.am:
441         * check/elements/videotestsrc.c: (setup_videotestsrc),
442         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
443         (main):
444           add a test for videotestsrc
445
446 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
447
448         * gst/sine/.cvsignore:
449         * gst/sine/Makefile.am:
450         * gst/sine/gstsinesrc.c:
451         * gst/sine/gstsinesrc.h:
452         * gst/sine/sinesrc.vcproj:
453           and remove sinesrc from the repository.  Closes #321446
454
455 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
456
457         * configure.ac:
458         * gst-plugins-base.spec.in:
459           remove sinesrc from the build
460
461 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
462
463         * check/Makefile.am:
464         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
465         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
466         (main):
467           add a test for audiotestsrc, testing all waves.  Even seems
468           leak-free at first glance, nice job Stefan
469
470 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
471
472         * po/af.po:
473         * po/az.po:
474         * po/cs.po:
475         * po/en_GB.po:
476         * po/hu.po:
477         * po/it.po:
478         * po/nb.po:
479         * po/nl.po:
480         * po/or.po:
481         * po/sq.po:
482         * po/sr.po:
483         * po/sv.po:
484         * po/uk.po:
485         * po/vi.po:
486           Translation string updates
487
488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
489         (gst_v4lsrc_set_caps):
490         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
491         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
492         * sys/v4l/v4lsrc_calls.h:
493           Improve v4lsrc, by making it work again.
494
495 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
496
497         * ext/libvisual/visual.c: (gst_visual_chain):
498           Fix the fps calculations.
499
500         * gst/ffmpegcolorspace/avcodec.h:
501           Move structure element for clarity
502
503         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
504         * gst-libs/gst/interfaces/tunernorm.h:
505         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
506         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
507         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
508         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
509         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
510         (gst_v4lmjpegsrc_getcaps):
511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
512         (gst_v4lsrc_set_caps):
513         * sys/v4l/gstv4lsrc.h:
514         * sys/v4l/v4l_calls.c: (gst_v4l_open):
515         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
516         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
517         * sys/v4l/v4lsrc_calls.h:
518           Fractional framerates...
519
520 2005-11-22  Wim Taymans  <wim@fluendo.com>
521
522         * gst-libs/gst/audio/gstbaseaudiosink.c:
523         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
524         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
525         And we provide a clock by default, of course...
526
527 2005-11-22  Wim Taymans  <wim@fluendo.com>
528
529         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
530         This clock can be slaved to a master clock now.
531
532         * gst-libs/gst/audio/gstbaseaudiosink.c:
533         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
534         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
535         (gst_base_audio_sink_set_clock),
536         (gst_base_audio_sink_set_property),
537         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
538         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
539         * gst-libs/gst/audio/gstbaseaudiosink.h:
540         Handle slaving the internal clock to the clock selected in the
541         pipeline.
542         Add property to make the basesink not provide a clock.
543
544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
545         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
546         (gst_base_rtp_depayload_wait):
547         * gst-libs/gst/rtp/gstbasertpdepayload.h:
548         We can use the clock in GstElement, no need to store it ourselves.
549
550 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
551
552         * docs/libs/tmpl/gstaudio.sgml:
553           update
554         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
555         (gst_paranoia_endian_get_type):
556         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
557         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
558         * gst/audiotestsrc/gstaudiotestsrc.c:
559         (gst_audiostestsrc_wave_get_type):
560         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
561         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
562         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
563         (gst_sync_method_get_type), (gst_unit_type_get_type),
564         (gst_client_status_get_type), (gst_multifdsink_class_init),
565         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
566         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
567         (gst_multifdsink_get_property):
568         * gst/tcp/gstmultifdsink.h:
569         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
570         * gst/videotestsrc/gstvideotestsrc.c:
571         (gst_videotestsrc_pattern_get_type):
572           remove deprecated properties
573           fix up enums to correctly have short lowercase dashed nicks
574
575 2005-11-22  Michael Smith <msmith@fluendo.com>
576
577         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
578         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
579           Add underscore.
580
581 2005-11-22  Michael Smith <msmith@fluendo.com>
582
583         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
584         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
585           Use utility method for scaling clocktime for fractional framerates.
586
587 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
588
589         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
590         (gst_visual_chain):
591         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
592         * ext/theora/theoradec.c: (theora_handle_type_packet):
593         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
594         (theora_enc_chain):
595         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
596         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
597         * gst-libs/gst/video/video.h:
598         * gst/ffmpegcolorspace/avcodec.h:
599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
600         (gst_ffmpeg_caps_to_pixfmt):
601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
602         (gst_ffmpegcsp_set_caps):
603         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
604         (gst_videorate_setcaps), (gst_videorate_blank_data),
605         (gst_videorate_chain):
606         * gst/videotestsrc/gstvideotestsrc.c:
607         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
608         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
609         (gst_videotestsrc_event), (gst_videotestsrc_create):
610         * gst/videotestsrc/gstvideotestsrc.h:
611         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
612         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
613         (gst_ximagesink_get_times), (gst_ximagesink_init):
614         * sys/ximage/ximagesink.h:
615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
616         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
617         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
618         * sys/xvimage/xvimagesink.h:
619           Convert elements to use fractions for their framerate.
620           V4L elements to come later tonight.
621
622 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
623
624         * gst-libs/gst/audio/audio.c:
625         * gst-libs/gst/audio/audio.h:
626           remove some deprecated functions
627
628 2005-11-22  Andy Wingo  <wingo@pobox.com>
629
630         * Update for gst_tag_setter API changes.
631
632 2005-11-22  Andy Wingo  <wingo@pobox.com>
633
634         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
635         (gst_ogg_demux_perform_seek):
636         * ext/theora/theoradec.c (theora_dec_sink_event):
637         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
638         update-funcnames.
639
640 2005-11-22  Wim Taymans  <wim@fluendo.com>
641
642         * examples/seeking/seek.c: (main):
643         Give higher priority to bus signals than the gtk events
644         to fix a race condition in the segment looping.
645
646 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
647
648         * ext/theora/Makefile.am:
649         * ext/vorbis/Makefile.am:
650         * gst-libs/gst/tag/Makefile.am:
651         * gst-plugins-base.spec.in:
652           Rename libgsttagedit to libgsttag (#322117).
653
654 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
655
656         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
658           Call gst_x_overlay_prepare_xwindow_id() to give applications
659           a final chance to set their own xwindow id before the video
660           sink creates its own window.
661
662 2005-11-22  Julien MOUTTE  <julien@moutte.net>
663
664         * sys/xvimage/xvimagesink.c:
665         (gst_xvimagesink_navigation_send_event): Handle navigation
666         events correcly with borders if applicable.
667
668 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
669
670         Patch by: Luca Ognibene
671
672         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
673         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
675         (gst_ffmpegcsp_caps_remove_format_info):
676         * gst/ffmpegcolorspace/imgconvert.c:
677         * gst/ffmpegcolorspace/imgconvert_template.h:
678           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
679           #318353); use gst_structure_has_name().
680
681 2005-11-22  Julien MOUTTE  <julien@moutte.net>
682
683         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
684         (gst_ximagesink_class_init): Add debug macros on functions.
685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
686         (gst_xvimagesink_xwindow_draw_borders),
687         (gst_xvimagesink_xvimage_put),
688         (gst_xvimagesink_xwindow_update_geometry),
689         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
690         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
691         (gst_xvimagesink_xcontext_clear),
692         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
693         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
694         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
695         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
696         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
697         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
698         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
699         expose while being PAUSED, out of data flow navigation events, etc..
700
701 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
702
703         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
704         * gst-libs/gst/audio/audio.h:
705           fix prototype - wondering why the test worked regardless
706
707 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
708
709         * check/Makefile.am:
710         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
711         * gst-libs/gst/audio/audio.h:
712           add a method that returns a proper GstClockTime
713
714 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
715
716         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
717         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
718         * gst-libs/gst/interfaces/xoverlay.h:
719           Remove everything having to do with the desired size; add 
720           gst_x_overlay_prepare_xwindow_id() function; remove the
721           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
722           post a message on the bus instead (#321816).
723
724         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
726         (gst_xvimagesink_xoverlay_init):
727           Remove desired size stuff (#321816).
728
729 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
732         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
733         (mpeg_video_type_find), (mpeg_video_stream_type_find):
734           Terminate vararg functions with NULL instead of 0 to 
735           make gcc4 happy.
736
737 2005-11-21  Andy Wingo  <wingo@pobox.com>
738
739         patch by: Sebastien Cote <sebas642@yahoo.ca>
740         
741         * gst-libs/gst/rtp/gstrtpbuffer.h: 
742         * gst-libs/gst/rtp/gstrtpbuffer.c
743         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
744
745 2005-11-21  Andy Wingo  <wingo@pobox.com>
746
747         * gst/playback/gstplaybin.c (gen_audio_element) 
748         (gen_video_element): Use the new MISSING_PLUGIN core error
749         category. Closes #320060.
750
751         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
752         * gst/videorate/gstvideorate.c (gst_videorate_event):
753         * ext/theora/theoradec.c (theora_dec_sink_event): 
754         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
755         stream lock.
756
757         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
758         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
759         stream lock changes.
760
761 2005-11-21  Wim Taymans  <wim@fluendo.com>
762
763         * gst-libs/gst/audio/gstbaseaudiosink.c:
764         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
765         (gst_base_audio_sink_provide_clock),
766         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
767         (gst_base_audio_sink_change_state):
768         * gst/audioresample/gstaudioresample.c:
769         Segment update fix.
770
771 2005-11-21  Andy Wingo  <wingo@pobox.com>
772
773         * *.h:
774         * *.c: Ran scripts/update-macros. Oh yes.
775
776 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * sys/ximage/Makefile.am:
779         * sys/ximage/ximage.c:
780           Rename ximage plugin to ximagesink (#321426) (Don't forget to
781           remove your old libgstximage.* manually if necessary).
782
783 2005-11-21  Michael Smith <msmith@fluendo.com>
784
785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
786           Minimal fix for bug #320200: set the min/max bitrate in the correct
787           units. A better fix would be to upgrade to the RATEMANAGE2
788           interface, rather than using the deprecated interface used here, but
789           that would require an update in our libvorbis dependency (to 1.1),
790           which is probably undesirable.
791
792 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
793
794         * ext/libvisual/visual.c: (get_buffer):
795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
796         (gst_base_audio_src_fixate):
797         * gst/audioconvert/gstaudioconvert.c:
798         (gst_audio_convert_fixate_caps):
799         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
800         * gst/audiotestsrc/gstaudiotestsrc.c:
801         (gst_audiotestsrc_src_fixate):
802         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
803         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
804         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
805         * gst/videotestsrc/gstvideotestsrc.c:
806         (gst_videotestsrc_src_fixate):
807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
809           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
810           (#322027)
811
812
813 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
814
815         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
816         (gst_riff_create_iavs_caps):
817         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
818         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
819         (gst_riff_parse_info):
820         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
821         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
823           Fixes for GST_FOURCC_FORMAT API change.
824
825 2005-11-21  Andy Wingo  <wingo@pobox.com>
826
827         patch by: Alessandro Dessina <alessandro nnva org>
828
829         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
830         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
831         (gst_ogg_parse_chain):
832         * ext/theora/theoraenc.c (theora_set_header_on_caps):
833         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
834         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
835         gst_value_list calls on arrays. Fixes #321962.
836
837 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
838
839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
840         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
841         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
842         * gst/adder/gstadder.c: (gst_adder_init),
843         (gst_adder_request_new_pad), (gst_adder_collected),
844         (gst_adder_change_state):
845           Update for gst_collectpads_foo() to gst_collect_pads_foo()
846           API change.
847
848 2005-11-21  Michael Smith <msmith@fluendo.com>
849
850         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
851         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
852           Properly handle pad_push return values.
853
854 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
855
856         * gst-libs/gst/tag/Makefile.am:
857         * gst-libs/gst/tag/gstvorbistag.c:
858         (gst_tag_list_to_vorbiscomment_buffer):
859           Remove obsolete vorbistag element and debug category.
860
861         * gst/playback/gstplaybasebin.c: (check_queue):
862           Don't divide by 0 when queue-threshold is 0.
863
864         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
865           Don't modify an existing pixel-aspect-ratio if we fail to read
866           a new one.
867
868 2005-11-20  Wim Taymans  <wim@fluendo.com>
869
870         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
871         (gst_vorbisenc_push_packet):
872         GST_PAD_IS_USABLE is gone, use the return value of
873         the push or pad_alloc_buffer instead.
874
875 2005-11-18  Julien MOUTTE  <julien@moutte.net>
876
877         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
878         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
879         (gst_ximagesink_ximage_destroy),
880         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
881         (gst_ximagesink_xwindow_new),
882         (gst_ximagesink_xwindow_update_geometry),
883         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
884         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
885         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
886         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
887         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
888         (gst_ximagesink_navigation_send_event),
889         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
890         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
891         (gst_ximagesink_finalize), (gst_ximagesink_init),
892         (gst_ximagesink_class_init):
893         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
894         This new version brings correct software scaling, non flickering
895         window while resizing, pixel aspect ratio handling, usage of
896         hardware buffer pools, out of data flow event thread for 
897         navigation and handling of expose events even when being PAUSED,
898         a new property to keep video aspect ratio when resizing, etc...
899
900 2005-11-18  Julien MOUTTE  <julien@moutte.net>
901
902         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
903         (gst_videoscale_fixate_caps): Introduce back caps fixate with
904         handling of PAR.
905
906 2005-11-18    <bilboed@dvdsrc.fluendo.com>
907
908         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
909         Unsetting IS_SINK flag from the fakesink, so decodebin
910         never behaves as a sink.
911
912 2005-11-17  Wim Taymans  <wim@fluendo.com>
913
914         * gst-libs/gst/audio/gstbaseaudiosrc.c:
915         (gst_base_audio_src_change_state):
916         Fix the audiosrc base class again, we did not unflush.
917
918 2005-11-17  Julien MOUTTE  <julien@moutte.net>
919
920         * examples/seeking/seek.c: (make_dv_pipeline),
921         (make_vorbis_theora_pipeline), (make_avi_pipeline),
922         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
923         to ogg/vorbis/theora pipeline.
924
925 2005-11-17  Wim Taymans  <wim@fluendo.com>
926
927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
928         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
929         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
930         Fix EOS on multiple streams.
931         More debugging.
932
933 2005-11-16  Wim Taymans  <wim@fluendo.com>
934
935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
936         (gst_ogg_demux_perform_seek):
937         Segment done must include stream time.
938
939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
940         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
941         (gst_ogg_mux_change_state):
942         Fix ogg muxer again.
943
944 2005-11-16  Wim Taymans  <wim@fluendo.com>
945
946         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
947         Fix compile again.
948
949 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
950
951         * ext/libvisual/visual.c: (gst_visual_init):
952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
953         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
954         (gst_ogg_parse_chain):
955         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
956         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
957         * ext/theora/theoradec.c: (gst_theora_dec_init):
958         * ext/theora/theoraenc.c: (gst_theora_enc_init):
959         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
960         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
961         * gst/adder/gstadder.c: (gst_adder_class_init),
962         (gst_adder_dispose):
963         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
964         * gst/subparse/gstsubparse.c: (gst_subparse_init):
965         * gst/videorate/gstvideorate.c: (gst_videorate_init):
966           Fix a whole set of pad template leaks
967
968 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
969
970         * check/generic/states.c: (GST_START_TEST):
971           fix the test so that it only checks for elements that are part of
972           this source module
973
974 2005-11-16  Michael Smith <msmith@fluendo.com>
975
976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
977         (gst_ogg_mux_init), (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_collected), (gst_ogg_mux_clear_collectpads),
981         (gst_ogg_mux_change_state):
982           Fix leaking collectpads.
983
984 2005-11-16  Edward Hervey  <edward@fluendo.com>
985
986         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
987         (gst_videorate_event), (gst_videorate_chain):
988         Handle segment seeks
989
990 2005-11-16  Wim Taymans  <wim@fluendo.com>
991
992         * gst-libs/gst/audio/gstbaseaudiosink.c:
993         (gst_base_audio_sink_provide_clock),
994         (gst_base_audio_sink_change_state):
995         Set ringbuffer to non-flushing when going to PAUSED, set to
996         flushing again when going to READY.
997
998         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
999         (gst_ring_buffer_stop):
1000         Start in flushing mode by default.
1001         Don't set flushing in the _stop method, let the app call
1002         this explicitly.
1003
1004 2005-11-16  Julien MOUTTE  <julien@moutte.net>
1005
1006         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
1007         * gst-libs/gst/video/videosink.h: Add helper function needed
1008         for video sinks.
1009
1010 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         * gst/videoscale/gstvideoscale.c:
1013         (gst_videoscale_handle_src_event):
1014           Don't leak reference to pad parent.
1015
1016 2005-11-16  Wim Taymans  <wim@fluendo.com>
1017
1018         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
1019         Set ringbuffer to flushing when stopping so that we don't
1020         block on wait_segment anymore and livelock.
1021
1022 2005-11-16  Wim Taymans  <wim@fluendo.com>
1023
1024         * examples/seeking/seek.c: (send_event), (do_seek),
1025         (loop_toggle_cb), (segment_done), (main):
1026         Added looping checkbox.
1027
1028 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1029
1030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1031         (gst_ogg_demux_init):
1032         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1033         (gst_vorbis_dec_init):
1034           revert unrefs, they don't pass make check
1035
1036 2005-11-15  Johan Dahlin  <johan@gnome.org>
1037
1038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1039         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
1040         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1041         (gst_vorbis_dec_init):
1042         Fix pad template leaks. 
1043
1044 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
1045
1046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1047           Make state change function thread safe.
1048
1049 2005-11-15  Edward Hervey  <edward@fluendo.com>
1050
1051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1052         (gst_ogg_demux_class_init):
1053         Implement GstElement::send_event, so we can send seek events
1054         in GST_STATE_READY
1055
1056 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1057
1058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1059         Discovered how to take away flickering while resizing the
1060         window. Please don't put that in ximagesink, refactoring in
1061         progress.
1062
1063 2005-11-14  Michael Smith <msmith@fluendo.com>
1064
1065         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1066         (gst_multifdsink_render):
1067           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1068
1069 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1070
1071         * gst/playback/gstplaybin.c: (gen_audio_element):
1072           Use autoaudiosink, it tends to be more widely available than
1073           autoaudiiosink.
1074           
1075 2005-11-14  Andy Wingo  <wingo@pobox.com>
1076
1077         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1078         as well if it is available. Fixes #316442.
1079
1080 2005-11-14  Michael Smith <msmith@fluendo.com>
1081
1082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1083         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1084         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1085         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1086         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1087         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1089         (gst_vorbisenc_change_state):
1090           Fix a small memory leak in vorbisenc.
1091           Fix large memory leaks in oggmux, also fix lots of state change
1092           bugs in oggmux.
1093
1094 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1095
1096         * gst/videotestsrc/gstvideotestsrc.c:
1097         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1098         (gst_videotestsrc_src_fixate):
1099           move fixation to a fixate function
1100           remove negotiate function, basesrc's is good enough
1101           fixes a bug for check when using the element alone
1102
1103 2005-11-13  Edward Hervey  <edward@fluendo.com>
1104
1105         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1106         (key_toggle_cb), (main):
1107         Added checkboxes for adding/removing the accurate and key_unit seek
1108         flags.
1109
1110 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1111
1112         * configure.ac: back to HEAD
1113
1114 === release 0.9.5 ===
1115
1116 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1117
1118         * configure.ac:
1119           releasing 0.9.5, "No No Kia"
1120
1121 2005-11-11  Edward Hervey  <edward@fluendo.com>
1122
1123         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1124         Added parse-launch syntax seeking mode for the seeking example.
1125         This should help stress-test even more cases.
1126         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1127
1128 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * sys/xvimage/xvimagesink.c:
1131         (gst_xvimagesink_navigation_send_event):
1132           Check whether peer pad exists before sending navigation events
1133           to it.
1134
1135 2005-11-11  Michael Smith <msmith@fluendo.com>
1136
1137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1138         (gst_vorbisenc_buffer_from_packet):
1139         * ext/vorbis/vorbisenc.h:
1140           Set duration on encoded buffers. This allows oggmux's
1141           max_page_delay parameter to actually work.
1142
1143 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1144
1145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1146         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1147         (gst_ffmpegcsp_avpicture_fill):
1148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1149         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1150           Make palettes work again (see #132341). Use our own macros
1151           for rounding up.
1152
1153 2005-11-10  Andy Wingo  <wingo@pobox.com>
1154
1155         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1156         string doober.
1157
1158 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1159
1160         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1161         (gst_ffmpegcsp_transform_caps):
1162           Prefer passthrough in transform_caps
1163
1164 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1165
1166         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1167           check for ALSA errors properly, instead of relying on ALSA's
1168           error strings to serve to the user.
1169
1170 2005-11-10  Wim Taymans  <wim@fluendo.com>
1171
1172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1173         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1174         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1175         Modernise the seek code.
1176
1177 2005-11-10  Michael Smith <msmith@fluendo.com>
1178         
1179         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1180         (setup_substreams), (set_active_source):
1181           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1182           trying to go to NULL if we failed to read a file.
1183
1184 2005-11-10  Wim Taymans  <wim@fluendo.com>
1185
1186         * gst/audiotestsrc/gstaudiotestsrc.c:
1187         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1188         (gst_audiotestsrc_create):
1189         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1190         (gst_sinesrc_get_times), (gst_sinesrc_create):
1191         * gst/videotestsrc/gstvideotestsrc.c:
1192         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1193         (gst_videotestsrc_create):
1194         The base class can now sync for us.
1195
1196 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1197
1198         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1199           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1200           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1201           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1202           format=(fourcc)I420" ! xvimagesink
1203
1204 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1205
1206         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1207         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1208         (gst_sinesrc_newsegment):
1209           Send newsegment event in TIME format, set duration if
1210           num-buffers is set, fix duration querying.
1211
1212 2005-11-10  Michael Smith <msmith@fluendo.com>
1213
1214         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1215         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1216         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1217         (gst_ogg_mux_collected):
1218          Fix EOS handling, partially. Now forwarding an EOS event once we have
1219          EOS on all pads works correctly. However, we still don't properly set
1220          EOS on the actual ogg stream pages.
1221
1222 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1223
1224         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1225           Set elements to NULL state before disposing of them.
1226
1227 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1228
1229         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1230
1231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1232         (gst_base_rtp_depayload_init),
1233         (gst_base_rtp_depayload_set_gst_timestamp):
1234         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1235           We need to send a newsegment event for each instance, not
1236           just for the first instance of this class (get rid of
1237           static variable in function). (#321011).
1238           
1239 2005-11-08  Michael Smith <msmith@fluendo.com>
1240
1241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1242         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1243         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1244         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1245           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1246           This makes us mux things correctly according to the ogg muxing
1247           rules. Still not handling EOS correctly right now, though.
1248
1249 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1250
1251         * gst/audioconvert/gstaudioconvert.c:
1252           Fix typo in docs. 
1253
1254 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1255
1256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1257         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1258           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1259           creating a new chain; should fix live streaming. Also
1260           add more debug output and fix a typo.
1261
1262 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1263
1264         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1265
1266         * gst/volume/gstvolume.c: (volume_set_caps):
1267           Fix compilation on Solaris with Forte. (#320923)
1268
1269 2005-11-08  Wim Taymans  <wim@fluendo.com>
1270
1271         * gst-libs/gst/audio/gstbaseaudiosink.c:
1272         (gst_base_audio_sink_render):
1273         No need to do a typecheck.
1274
1275 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1276
1277         * ext/alsa/gstalsa.h:
1278           We register a debug category, so let's use it.
1279
1280 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1281
1282         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1283         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1284         Fixed a small problem.
1285
1286 2005-11-04  Wim Taymans  <wim@fluendo.com>
1287
1288         * examples/seeking/Makefile.am:
1289         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1290         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1291         (make_playerbin_pipeline), (format_value), (update_scale),
1292         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1293         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1294         (print_usage), (main):
1295         Added app for playback speed testing.
1296
1297         * examples/seeking/seek.c: (dynamic_link),
1298         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1299         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1300         (message_received), (main):
1301         Updated seek example.
1302
1303 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1304
1305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1306         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1307         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1308         (gst_base_rtp_depayload_set_clock):
1309         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1310         Don't sleep on the bench (system clock) when you have a nice 
1311         comfortable bed (Gstreamer clock) to sleep on.
1312
1313 2005-11-03  Wim Taymans  <wim@fluendo.com>
1314
1315         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1316         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1317         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1318         Handle the case where a pad_block failed.
1319
1320 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1321
1322         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1323
1324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1325         (gst_base_rtp_depayload_add_to_queue),
1326         (gst_base_rtp_depayload_push),
1327         (gst_base_rtp_depayload_set_gst_timestamp),
1328         (gst_base_rtp_depayload_queue_release):
1329           Fixes some bugs in the depayloader's queuing/de-queueing code.
1330
1331 2005-10-31  Michael Smith <msmith@fluendo.com>
1332
1333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1334         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1335         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1336           Patch from Alessandro Decina <alessandro@nnva.org>.
1337           Make oggdemux only find the final time in a chain, not per-pad,
1338           since the per-pad information can be very expensive to locate, and
1339           it isn't used anywhere. This makes reading a file containing
1340           OggSkeleton reasonably fast.
1341           Also, make chain finding work when there are logical bitstreams that
1342           can't be decoded. Fixes #319110.
1343
1344 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1345
1346         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1347         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1348         (gst_base_rtp_depayload_chain),
1349         (gst_base_rtp_depayload_add_to_queue),
1350         (gst_base_rtp_depayload_push),
1351         (gst_base_rtp_depayload_set_gst_timestamp),
1352         (gst_base_rtp_depayload_queue_release),
1353         (gst_base_rtp_depayload_start_thread),
1354         (gst_base_rtp_depayload_set_property),
1355         (gst_base_rtp_depayload_get_property):
1356         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1357         Some random fixes, to fullfill the desires of thomas.
1358
1359 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1360
1361         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1362         (gst_base_rtp_depayload_add_to_queue),
1363         (gst_base_rtp_depayload_push):
1364         Fixed the queueing algorithm.
1365
1366 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1367
1368         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1369         (gst_base_rtp_depayload_push):
1370         A small fix
1371
1372 2005-10-31  Wim Taymans  <wim@fluendo.com>
1373
1374         * gst-libs/gst/audio/gstringbuffer.h:
1375         Don't break ABI.
1376
1377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1378         (gst_ffmpeg_caps_to_pixfmt):
1379         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1380         (gst_ffmpegcsp_set_caps):
1381         Some more comments.
1382         Handle missing required caps fields better.
1383
1384 2005-10-31  Wim Taymans  <wim@fluendo.com>
1385
1386         * gst-libs/gst/audio/gstbaseaudiosink.c:
1387         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1388         (gst_base_audio_sink_render):
1389         * gst-libs/gst/audio/gstringbuffer.c:
1390         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1391         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1392         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1393         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1394         (gst_ring_buffer_read):
1395         * gst-libs/gst/audio/gstringbuffer.h:
1396         Add flushing mode to the ringbuffer so that it in all cases does
1397         not try to handle more audio. This makes sure it does not try to
1398         block anymore when flushing and fixes a livelock.
1399
1400 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1403         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1404         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1405           Explicitly check for -1 values before doing a conversion
1406           and always map them to -1. (#315545)
1407
1408 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1409
1410         * gst/playback/gstplaybin.c: (gen_video_element):
1411           first try autovideosink, then xvimagesink, then error out
1412         * po/POTFILES.in:
1413           add translatable file
1414         * po/af.po:
1415         * po/az.po:
1416         * po/cs.po:
1417         * po/en_GB.po:
1418         * po/hu.po:
1419         * po/it.po:
1420         * po/nb.po:
1421         * po/nl.po:
1422         * po/or.po:
1423         * po/sq.po:
1424         * po/sr.po:
1425         * po/sv.po:
1426         * po/uk.po:
1427         * po/vi.po:
1428           update translations
1429
1430 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1431
1432         * gst-libs/gst/rtp/gstbasedepayload.c:
1433         * gst-libs/gst/rtp/gstbasedepayload.h:
1434           Minor cleanups
1435
1436 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * gst/playback/.cvsignore:
1439         * gst/playback/decodetest.c:
1440         * gst/playback/test3.c:
1441           Port these two tests as well.
1442
1443 2005-10-27  Wim Taymans  <wim@fluendo.com>
1444
1445         * ext/theora/theoradec.c: (theora_dec_src_query),
1446         (theora_dec_sink_event):
1447         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1448         (theora_enc_change_state):
1449         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1450         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1451         Take proper locks when handling events.
1452
1453 2005-10-27  Wim Taymans  <wim@fluendo.com>
1454
1455         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1456         (gst_adder_change_state):
1457         Fix timestamps and fix deadlock when stopping the collectpads.
1458
1459 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1460
1461         * gst-libs/gst/rtp/gstrtpbuffer.h:
1462         Declaring the payload types as strings too so that they can be used
1463         in the padtemplate inialization.
1464
1465 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1466
1467         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1468
1469         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1470         (gst_base_rtp_depayload_class_init):
1471         Fixes a small but nasty bug. The derived elements no longer segfaults
1472         on finalization.
1473
1474 2005-10-26  Michael Smith <msmith@fluendo.com>
1475
1476         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1477           When clearing an audioconvert context, set tmpbufsize to zero, so
1478           we'll allocate it again later if required.
1479           This fixes audioconvert re-negotiating formats, which previously
1480           segfaulted with a NULL destination buffer.
1481
1482 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1483
1484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1485         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1486         (gst_base_rtp_depayload_set_gst_timestamp),
1487         (gst_base_rtp_depayload_queue_release):
1488         Fixed a smalll memleak.
1489
1490 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1491         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1492         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1493         (gst_base_rtp_depayload_finalize),
1494         (gst_base_rtp_depayload_setcaps),
1495         (gst_base_rtp_depayload_add_to_queue),
1496         (gst_base_rtp_depayload_push),
1497         (gst_base_rtp_depayload_set_gst_timestamp),
1498         (gst_base_rtp_depayload_queue_release),
1499         (gst_base_rtp_depayload_thread),
1500         (gst_base_rtp_depayload_change_state):
1501         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1502         Changed the C++ comments to C comments
1503
1504 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1507         * gst/tcp/gsttcpclientsrc.h:
1508         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1509         * gst/tcp/gsttcpserversrc.h:
1510           Remove unused 'curoffset' structure member.
1511
1512 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1513
1514         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1515         (gst_base_rtp_depayload_base_init),
1516         (gst_base_rtp_depayload_finalize):
1517         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1518         * gst-libs/gst/rtp/gstbasertppayload.h:
1519           The pad-template on the sinkpad should be set by the derived classes.
1520           Also added some useful macros.
1521
1522 2005-10-24  Wim Taymans  <wim@fluendo.com>
1523
1524         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1525         Correctly flush decoder samples even if we could not
1526         copy them to an output buffer. Fixes #319618.
1527
1528 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1529
1530         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1532         the caps against our xcontext caps.
1533
1534 2005-10-24  Wim Taymans  <wim@fluendo.com>
1535
1536         * gst-libs/gst/audio/gstbaseaudiosink.c:
1537         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1538         Remove g_print
1539         Use sync property from baseclass to disable sync.
1540
1541 2005-10-24  Wim Taymans  <wim@fluendo.com>
1542
1543         * gst-libs/gst/audio/gstbaseaudiosink.c:
1544         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1545         Buffers with no timestamps get aligned with previous buffers or
1546         on underrun, played ASAP.
1547
1548 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1549
1550         * gst-libs/gst/video/video.h:
1551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1552         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1554         here comes my change on caps for framerate and geometry range.
1555         We are now accepting 1 to MAXINT for width and height, and from
1556         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1557         to be blended correctly in videomixer.
1558
1559 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1560
1561         * configure.ac:
1562           back to HEAD
1563
1564 === release 0.9.4 ===
1565
1566 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1567
1568         * NEWS:
1569         * RELEASE:
1570         * configure.ac:
1571           releasing 0.9.4, "Velociraptor"
1572
1573 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1574
1575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1576         * po/POTFILES.in:
1577           STOPPED -> FAILED
1578
1579 2005-10-21  Wim Taymans  <wim@fluendo.com>
1580
1581         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1582         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1583         (pad_blocked), (close_pad_link), (new_pad):
1584         Don't try to remove elements twice.
1585
1586 2005-10-21  Wim Taymans  <wim@fluendo.com>
1587
1588         * ext/theora/theoradec.c: (theora_dec_src_query),
1589         (theora_dec_sink_event):
1590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1591         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1592         (vorbis_handle_data_packet):
1593         * ext/vorbis/vorbisdec.h:
1594         Fix old naming.
1595
1596         * gst-libs/gst/audio/gstbaseaudiosink.c:
1597         (gst_base_audio_sink_render):
1598         Don't try to sync on buffers without a timestamp.
1599
1600 2005-10-21  Wim Taymans  <wim@fluendo.com>
1601
1602         * ext/theora/theoradec.c: (theora_dec_src_query),
1603         (theora_dec_sink_event):
1604         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1605         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1606         (vorbis_handle_data_packet):
1607         * ext/vorbis/vorbisdec.h:
1608         Fix old naming.
1609
1610 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1613         (gst_vorbisenc_src_query):
1614           Implement position and duration queries.
1615
1616         * gst/playback/test3.c: (update_scale), (main):
1617           Fix for async state changes and print nicer output.
1618
1619 2005-10-20  Wim Taymans  <wim@fluendo.com>
1620
1621         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1622         (dump_element_stats), (main):
1623         * gst/playback/test6.c: (main):
1624         Fix tests again
1625
1626 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1627
1628         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1629         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1630           Don't use functions for position queries when handling
1631           duration queries.
1632
1633 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1634
1635         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1636         (vorbis_handle_data_packet), (vorbis_dec_chain),
1637         (vorbis_dec_change_state):
1638         * ext/vorbis/vorbisdec.h:
1639           Vorbis streams can be embedded in other container formats
1640           than ogg, container formats where the demuxer might set 
1641           timestamps on encoded vorbis buffers instead of those silly 
1642           granulepos thingies. In short: make vorbisdec handle 
1643           timestamps on incoming buffers as well.
1644
1645 2005-10-20  Wim Taymans  <wim@fluendo.com>
1646
1647         * gst/playback/gstplaybasebin.c: (group_destroy),
1648         (gst_play_base_bin_change_state):
1649         Fix leak.
1650         Handle case where playbasebin is now ASYNC because
1651         decodebin is.
1652
1653 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1654
1655         * gst/audioconvert/Makefile.am:
1656         * gst/audioconvert/bufferframesconvert.c:
1657         * gst/audioconvert/plugin.c: (plugin_init):
1658         * gst/audioconvert/plugin.h:
1659           And bye bye buffer-frames-convert
1660
1661 2005-10-19  Wim Taymans  <wim@fluendo.com>
1662
1663         * check/elements/audioconvert.c:
1664         * docs/libs/tmpl/gstaudio.sgml:
1665         * docs/libs/tmpl/gstcolorbalance.sgml:
1666         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1667         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1668         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1669         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1670         * gst-libs/gst/audio/audio.h:
1671         * gst/audioconvert/audioconvert.h:
1672         * gst/audioconvert/gstaudioconvert.c:
1673         (gst_audio_convert_parse_caps):
1674         * gst/volume/gstvolume.c:
1675         Bye bye buffer-frames.
1676
1677 2005-10-19  Wim Taymans  <wim@fluendo.com>
1678
1679         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1680         (query_positions_elems), (query_positions_pads), (update_scale),
1681         (do_seek), (set_update_scale), (message_received), (main):
1682         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1683         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1684         (gst_ogg_demux_loop):
1685         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1686         * ext/theora/theoradec.c: (theora_dec_src_query),
1687         (theora_dec_sink_event):
1688         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1689         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1690         * gst/adder/gstadder.c: (gst_adder_query):
1691         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1692         * gst/playback/test3.c: (update_scale):
1693         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1694         (dump_element_stats), (main):
1695         * gst/playback/test6.c: (main):
1696         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1697         Query API update.
1698
1699 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1700
1701         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1702         (xml_check_first_element), (xml_type_find), (smil_type_find),
1703         (plugin_init):
1704           Add typefinding for SMIL and for generic XML. Based on patch by
1705           Akos Maroy (#308663).
1706
1707 2005-10-18  Wim Taymans  <wim@fluendo.com>
1708
1709         * gst/playback/Makefile.am:
1710         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1711         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1712         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1713         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1714         (gst_decode_bin_change_state):
1715         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1716         (gst_play_bin_send_event_to_sink):
1717         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1718         (dump_element_stats), (main):
1719         * gst/playback/test6.c: (main):
1720         Make playbin async, it'll commit state to paused when all streams
1721         are detected.
1722         Remove ugly hack.
1723         Added test6.c to show async behaviour.
1724
1725 2005-10-18  Wim Taymans  <wim@fluendo.com>
1726
1727         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1728         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1729         Fix for segment-start/stop API change.
1730
1731 2005-10-18  Wim Taymans  <wim@fluendo.com>
1732
1733         * check/Makefile.am:
1734         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1735         (main):
1736         Add future test for clock selection.
1737
1738 2005-10-18  Wim Taymans  <wim@fluendo.com>
1739
1740         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1741         (gst_alsasink_close):
1742         Set handle to NULL.
1743
1744         * gst-libs/gst/audio/gstringbuffer.c:
1745         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1746         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1747         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1748         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1749         (gst_ring_buffer_read):
1750         More debug info.
1751
1752 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1753
1754         * gst/audiotestsrc/Makefile.am:
1755         * gst/sine/Makefile.am:
1756         * gst/volume/Makefile.am:
1757           fix broken build of controllerized plugins
1758
1759 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1760
1761         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1762
1763         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1764         (gst_riff_create_video_template_caps):
1765           Add support for Indeo-3 (IV32).
1766
1767 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * configure.ac:
1770           rewrite
1771
1772 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1773
1774         * gst-libs/gst/video/video.c: (gst_video_get_size):
1775         * gst/audiotestsrc/gstaudiotestsrc.c:
1776           doc updates
1777
1778 2005-10-17  Andy Wingo  <wingo@pobox.com>
1779
1780         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1781         with the collectpads change.
1782         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1783
1784         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1785
1786         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1787
1788         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1789         alloc_buffer flow return to callers.
1790         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1791         change. Fix some memleaks in theoraenc.
1792
1793         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1794         in strange circumstance.
1795
1796 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1797
1798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1799         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1800         from caps, let's use the caps...
1801
1802 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1803
1804         * configure.ac:
1805           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1806
1807 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1808
1809         * gst-libs/gst/interfaces/Makefile.am:
1810           fix silly typo
1811
1812 2005-10-16  Andy Wingo  <wingo@pobox.com>
1813
1814         * gst/playback/gstdecodebin.c
1815         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1816         function!
1817         (try_to_link_1): Increase kraziness level.
1818
1819 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1820
1821         * configure.ac:
1822           restructure like the core one
1823         * gst-libs/gst/audio/Makefile.am:
1824         * gst-libs/gst/interfaces/Makefile.am:
1825         * gst-libs/gst/net/Makefile.am:
1826         * gst-libs/gst/riff/Makefile.am:
1827         * gst-libs/gst/rtp/Makefile.am:
1828         * gst-libs/gst/tag/Makefile.am:
1829         * gst-libs/gst/video/Makefile.am:
1830           use correct linker flags, now the libs are properly versioned
1831         * check/elements/audioconvert.c: (verify_convert):
1832         * ext/alsa/gstalsaplugin.c:
1833         * ext/cdparanoia/gstcdparanoia.c:
1834         * ext/gnomevfs/gstgnomevfs.c:
1835         * ext/libvisual/visual.c:
1836         * ext/ogg/gstogg.c:
1837         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1838         * ext/theora/theora.c:
1839         * ext/vorbis/vorbis.c:
1840         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1841         * gst-libs/gst/tag/gsttagediting.c:
1842         * gst-libs/gst/video/video.c:
1843         * gst/adder/gstadder.c:
1844         * gst/audioconvert/plugin.c:
1845         * gst/audiorate/gstaudiorate.c:
1846         * gst/audioresample/gstaudioresample.c:
1847         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1848         * gst/audioscale/gstaudioscale.c:
1849         * gst/audioscale/resample.c:
1850         * gst/audiotestsrc/gstaudiotestsrc.c:
1851         * gst/ffmpegcolorspace/gstffmpeg.c:
1852         * gst/playback/gstdecodebin.c: (close_pad_link):
1853         * gst/playback/gstplaybin.c: (gen_video_element),
1854         (gen_audio_element):
1855         * gst/sine/gstsinesrc.c:
1856         * gst/subparse/gstsubparse.c:
1857         * gst/tags/gsttagediting.c:
1858         * gst/tcp/gsttcpplugin.c:
1859         * gst/typefind/gsttypefindfunctions.c:
1860         * gst/videorate/gstvideorate.c:
1861         * gst/videoscale/gstvideoscale.c:
1862         * gst/videotestsrc/gstvideotestsrc.c:
1863         * gst/volume/gstvolume.c:
1864         * sys/v4l/gstv4l.c:
1865         * sys/ximage/ximage.c:
1866         * sys/xvimage/xvimagesink.c:
1867           fix up defines
1868
1869 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1870
1871         * ext/vorbis/vorbisenc.c:
1872         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1873         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1874         (gst_tag_to_vorbis_comments):
1875           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1876
1877 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1878
1879         * examples/stats/mp2ogg.c:
1880         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1881           typo fixes
1882
1883 2005-10-13  Michael Smith <msmith@fluendo.com>
1884
1885         * ext/ogg/gstoggmux.c:
1886           Use magic glib macros to define constants as 64 bit, to ensure
1887           appropriate vararg passing.
1888
1889 2005-10-13  Michael Smith <msmith@fluendo.com>
1890
1891         * ext/ogg/gstoggmux.c:
1892         * gst/audioconvert/audioconvert.c: (float):
1893           Don't use LL suffix, as it's not portable, and neither of these
1894           uses required it anyway.
1895
1896 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * examples/indexing/indexmpeg.c: (main):
1899         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1900         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1901         (cdparanoia_convert), (cdparanoia_query):
1902         * ext/cdparanoia/gstcdparanoia.h:
1903         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1904         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1905         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1907         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1908         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1909         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1910         (gst_multifdsink_render), (gst_multifdsink_start),
1911         (gst_multifdsink_stop):
1912         * gst/tcp/gstmultifdsink.h:
1913         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1914         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1915         (gst_tcpclientsink_stop):
1916         * gst/tcp/gsttcpclientsink.h:
1917         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1918         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1919         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1920         * gst/tcp/gsttcpclientsrc.h:
1921         * gst/tcp/gsttcpserversink.h:
1922         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1923         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1924         (gst_tcpserversrc_stop):
1925         * gst/tcp/gsttcpserversrc.h:
1926         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1927         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1928         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1929           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1930           moved bitshift from macro to enum definition
1931
1932 2005-10-12  Wim Taymans  <wim@fluendo.com>
1933
1934         * examples/seeking/Makefile.am:
1935         Oops.
1936
1937 2005-10-12  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1940         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1941         Don't assert on normal stuff.
1942
1943         * gst/playback/gstplaybin.c: (do_playbin_seek):
1944         API fix.
1945
1946 2005-10-12  Wim Taymans  <wim@fluendo.com>
1947
1948         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1949         * examples/seeking/Makefile.am:
1950         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1951         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1952         (do_seek), (set_update_scale), (message_received), (main):
1953         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1954         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1955         Update for _get_state() API change.
1956
1957 2005-10-11  Wim Taymans  <wim@fluendo.com>
1958
1959         * gst-libs/gst/audio/gstbaseaudiosink.c:
1960         (gst_base_audio_sink_render):
1961         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1962         (gst_base_audio_src_create):
1963         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1964         (gst_ring_buffer_read):
1965         Cleanups.
1966         Commit and read from ringbuffer in samples rather than bytes.
1967
1968 2005-10-11  Wim Taymans  <wim@fluendo.com>
1969
1970         * gst-libs/gst/audio/gstbaseaudiosink.c:
1971         (gst_base_audio_sink_render):
1972         Respect segment rate and accum when scheduling samples.
1973
1974 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1975
1976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1977         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1978         EOS correctly, that needs more work.
1979
1980 2005-10-11  Wim Taymans  <wim@fluendo.com>
1981
1982         * check/generic/states.c: (GST_START_TEST):
1983         remove old property.
1984
1985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1986         (gst_ogg_demux_perform_seek):
1987         * ext/theora/theoradec.c: (theora_dec_sink_event):
1988         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1989         (vorbis_handle_data_packet):
1990         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1991         (gst_base_rtp_depayload_set_gst_timestamp):
1992         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1993         Update for newsegment API change.
1994
1995 2005-10-11  Michael Smith <msmith@fluendo.com>
1996
1997         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1998         (do_playbin_seek), (gst_play_bin_send_event):
1999           Override send_event differently, so that we can takes bits of
2000           functionality from GstPipeline (special handling for seeks,
2001           including pausing/resuming, and resetting stream time) and still get
2002           the appropriate behaviour of only forwarding event to a single sink,
2003           rather than all of them.
2004           Unfortunately requires a lot of code duplication, but the
2005           alternatives are equally ugly in the end.
2006
2007 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2008
2009         * check/elements/audioconvert.c: (setup_audioconvert),
2010         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2011         (GST_START_TEST), (audioconvert_suite):
2012           clean up tests a little, fix some leaks.
2013
2014 2005-10-10  Wim Taymans  <wim@fluendo.com>
2015
2016         * ext/alsa/gstalsasink.c:
2017         Also allow unsigned int.
2018
2019         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2020         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2021         Small cleanup
2022
2023 2005-10-10  Wim Taymans  <wim@fluendo.com>
2024
2025         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2026         Small update, use API as stated in design docs.
2027
2028         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2029         (update_scale), (do_seek), (seek_cb), (set_update_scale),
2030         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
2031         (message_received), (main):
2032         Updated seek example for GOption. Some usability improvements.
2033
2034 2005-10-10  Wim Taymans  <wim@fluendo.com>
2035
2036         * gst/audioconvert/audioconvert.h:
2037         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2038         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
2039         Alloc temp storage somewhere else where we can do it more
2040         portable.
2041
2042 2005-10-10  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
2045         (gst_tcpserversrc_start):
2046         Don't block in accept while doing the state change, move
2047         to poll and make cancellable.
2048
2049 2005-10-09  Philippe Khalaf <burger@speedy.org>
2050
2051         * gst-libs/gst/rtp/rtpbasedepayload.c:
2052         Set timestamp and add queue delay to timestamp
2053         * gst-libs/gst/rtp/rtpbuffer.h:
2054         Set correct payload type for h263
2055
2056 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2057
2058         * gst/audiotestsrc/gstaudiotestsrc.c:
2059         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2060         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2061         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2062         (gst_audiotestsrc_create_triangle),
2063         (gst_audiotestsrc_create_silence),
2064         (gst_audiotestsrc_create_white_noise),
2065         (gst_audiotestsrc_init_pink_noise),
2066         (gst_audiotestsrc_generate_pink_noise_value),
2067         (gst_audiotestsrc_create_pink_noise),
2068         (gst_audiotestsrc_change_wave):
2069         * gst/audiotestsrc/gstaudiotestsrc.h:
2070           fixed typo, added pink noise
2071
2072 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2073
2074         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2075         (plugin_init):
2076           Add wavpack and spc typefind functions from 0.8 branch.
2077
2078 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2081         (ar_type_find), (msdos_type_find), (plugin_init):
2082           Add typefind functions for tar archives, ar archives,
2083           RAR archives, and msdos-executables (dlls, exe, etc.).
2084           Some of those would be wrongly identified as mpeg
2085           streams of some sort before (#315550).
2086
2087 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2088
2089         * configure.ac:
2090         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2091         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2092         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2093         * gst/audiotestsrc/Makefile.am:
2094         * gst/audiotestsrc/gstaudiotestsrc.c:
2095         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2096         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2097         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2098         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2099         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2100         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2101         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2102         (gst_audiotestsrc_create_silence),
2103         (gst_audiotestsrc_create_white_noise),
2104         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2105         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2106         (gst_audiotestsrc_start), (plugin_init):
2107         * gst/audiotestsrc/gstaudiotestsrc.h:
2108           add new plugin and element
2109         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2110           use gobject_class
2111
2112 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2113
2114         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2115         (gst_adder_init), (gst_adder_request_new_pad),
2116         (gst_adder_change_state):
2117           Add query function to source pad, so adder reports the correct
2118           time/sample position when queried (#315457); fix state change
2119           function; use GST_DEBUG_FUNCPTR() for pad functions.
2120
2121 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2122
2123         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2124           Fix leaks in typefind registration
2125           Clean up the gratuitous commenting and whitespacing a little
2126
2127 2005-10-08  Wim Taymans  <wim@fluendo.com>
2128
2129         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2130         Only actually wait for the thread to be stopped if it's 
2131         running.
2132
2133 2005-10-08  Wim Taymans  <wim@fluendo.com>
2134
2135         * gst-libs/gst/audio/gstbaseaudiosink.c:
2136         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2137         If we receive EOS we can start playback of what we had.
2138
2139 2005-10-08  Wim Taymans  <wim@fluendo.com>
2140
2141         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2142         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2143         (gst_multifdsink_stop):
2144         Fix crasher when going to NULL multiple times.
2145
2146 2005-10-06  Wim Taymans  <wim@fluendo.com>
2147
2148         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2149         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2150         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2152         patch from Edgard Lima <edgard.lima@indt.org.br>
2153         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2154
2155 2005-10-06  Wim Taymans  <wim@fluendo.com>
2156
2157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2158         Report the FLOW_RETURN as string in the error message.
2159
2160         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2161         Don't assert when clearing an unnegotiated buffer.
2162
2163 2005-10-04  Michael Smith <msmith@fluendo.com>
2164
2165         * gst/playback/gstplaybasebin.c: (group_destroy),
2166         (gen_preroll_element), (remove_groups), (setup_source):
2167         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2168         (setup_sinks), (gst_play_bin_send_event),
2169         (gst_play_bin_change_state):
2170           Set state to NULL before removing from bin. Fix refcounting.
2171
2172 2005-10-04  Michael Smith <msmith@fluendo.com>
2173
2174         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2175           Correct refcounting in send_event() function. Previously was wrong
2176           if the first sink was unable to handle the event.
2177
2178 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2179
2180         * configure.ac:
2181           back to development
2182
2183 === release 0.9.3 ===
2184
2185 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2186
2187         * configure.ac:
2188           Releasing 0.9.3, "De Facto"
2189
2190 2005-10-03  Andy Wingo  <wingo@pobox.com>
2191
2192         * gst/playback/gstdecodebin.c (try_to_link_1)
2193         (remove_element_chain): set element to NULL before removing it.
2194
2195 2005-10-02  Johan Dahlin  <johan@gnome.org>
2196
2197         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2198         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2199         MT safe.
2200
2201 2005-10-02  Andy Wingo  <wingo@pobox.com>
2202
2203         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2204         (gst_ring_buffer_prepare_read): 
2205         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2206         Demote to LOG.
2207
2208 2005-09-29  Wim Taymans  <wim@fluendo.com>
2209
2210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2211         * ext/theora/theoradec.c: (theora_handle_data_packet):
2212         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2213         Propagate error codes from alloc_buffer too.
2214
2215 2005-09-29  Wim Taymans  <wim@fluendo.com>
2216
2217         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2218         We use fixed caps.
2219
2220         * gst/playback/Makefile.am:
2221         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2222         (dump_element_stats), (main):
2223         Added example stream introspection code.
2224
2225 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2226
2227         * gst/adder/gstadder.c: (gst_adder_collected):
2228           fix adder for float elements
2229
2230 2005-09-28  Wim Taymans  <wim@fluendo.com>
2231
2232         * gst-libs/gst/audio/gstbaseaudiosink.c:
2233         (gst_base_audio_sink_class_init),
2234         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2235         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2236         (gst_base_audio_src_class_init),
2237         (gst_base_audio_src_provide_clock):
2238         get_clock -> provide_clock
2239
2240 2005-09-28  Andy Wingo  <wingo@pobox.com>
2241
2242         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2243         and unlocking.
2244
2245         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2246         unlocking.
2247
2248         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2249         Actually add the pad template.
2250         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2251
2252         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2253         I'm at it...
2254
2255         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2256         from fdsrc. Get caps in create() instead of start() so it can be
2257         interrupted. Interruption somewhat untested.
2258
2259         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2260         Proper EOS handling.
2261
2262 2005-09-27  Andy Wingo  <wingo@pobox.com>
2263
2264         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2265
2266         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2267
2268         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2269
2270         * gst/tcp/gsttcp.h: 
2271         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2272         out of tcpclientsrc.c. Cancellable.
2273         (gst_tcp_socket_read): Made private, cancellable, with better
2274         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2275         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2276         whole buffer, and better diagnostics.
2277         (gst_tcp_gdp_read_caps): Same.
2278
2279         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2280
2281 2005-09-26  Andy Wingo  <wingo@pobox.com>
2282
2283         * gst/sine/gstsinesrc.h:
2284         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2285         change the 'sync' property to 'is-live' and implement it halfway,
2286         update for controller api change.
2287
2288         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2289         controller api change.
2290
2291 2005-09-24  Wim Taymans  <wim@fluendo.com>
2292
2293         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2294         * gst-libs/gst/audio/gstaudiosink.c:
2295         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2296         (gst_audioringbuffer_stop):
2297         * gst-libs/gst/audio/gstbaseaudiosink.c:
2298         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2299         (gst_base_audio_sink_change_state):
2300         * gst-libs/gst/audio/gstbaseaudiosink.h:
2301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2302         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2303         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2304         * gst-libs/gst/audio/gstringbuffer.h:
2305         Fix sync again. Moved sample alignment to basesink.
2306
2307 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2308
2309         * docs/plugins/Makefile.am:
2310         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2311         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2312         * gst/volume/gstvolume.c:
2313           add/fix docs
2314         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2315         * gst-libs/gst/audio/audio.h:
2316           add conversion macros for frames <-> clocktime
2317
2318 2005-09-23  David Schleef  <ds@schleef.org>
2319
2320         * gst/audioresample/Makefile.am:
2321         * gst/audioresample/debug.h:
2322         * gst/audioresample/gstaudioresample.c:
2323         * gst/audioresample/resample.c: Convert to using gst debugging
2324
2325 2005-09-22  Wim Taymans  <wim@fluendo.com>
2326
2327         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2328         (gst_play_bin_send_event):
2329         Only seek on one sink, the first one that succeeds.
2330
2331 2005-09-22  Michael Smith <msmith@fluendo.com>
2332
2333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2334         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2335         Don't flush encoder state unless we have an initialised encoder.
2336         Clear out encoder state on PAUSED_TO_READY.
2337
2338 2005-09-22  Wim Taymans  <wim@fluendo.com>
2339
2340         * gst-libs/gst/rtp/gstbasertppayload.c:
2341         (gst_basertppayload_class_init), (gst_basertppayload_init),
2342         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2343         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2344         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2345         (gst_basertppayload_set_property),
2346         (gst_basertppayload_get_property),
2347         (gst_basertppayload_change_state):
2348         * gst-libs/gst/rtp/gstbasertppayload.h:
2349         Added max-ptime to control amount of data in the rtp packets.
2350
2351 2005-09-21  Andy Wingo  <wingo@pobox.com>
2352
2353         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2354         thingies.
2355
2356         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2357         can be called multiple times, dogs.
2358
2359 2005-09-21  Wim Taymans  <wim@fluendo.com>
2360
2361         * gst-libs/gst/rtp/gstbasertppayload.c:
2362         (gst_basertppayload_class_init), (gst_basertppayload_init),
2363         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2364         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2365         (gst_basertppayload_push), (gst_basertppayload_get_property),
2366         (gst_basertppayload_change_state):
2367         Allow 0 ssrc too.
2368
2369 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2370
2371         * docs/libs/compiling.sgml:
2372           fixing typos
2373
2374 2005-09-20  Wim Taymans  <wim@fluendo.com>
2375
2376         * gst-libs/gst/rtp/gstbasertppayload.c:
2377         (gst_basertppayload_class_init), (gst_basertppayload_init),
2378         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2379         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2380         (gst_basertppayload_push), (gst_basertppayload_set_property),
2381         (gst_basertppayload_get_property),
2382         (gst_basertppayload_change_state):
2383         * gst-libs/gst/rtp/gstbasertppayload.h:
2384         Added property to configure sequence number offsets.
2385
2386 2005-09-20  Wim Taymans  <wim@fluendo.com>
2387
2388         * gst-libs/gst/rtp/gstbasertppayload.c:
2389         (gst_basertppayload_class_init), (gst_basertppayload_init),
2390         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2391         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2392         (gst_basertppayload_push), (gst_basertppayload_set_property),
2393         (gst_basertppayload_get_property),
2394         (gst_basertppayload_change_state):
2395         * gst-libs/gst/rtp/gstbasertppayload.h:
2396         Make timestamp offset configurable.
2397
2398 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2399
2400         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2401           fix wrong pop/unref
2402
2403 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2404
2405         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * gst-libs/gst/interfaces/propertyprobe.c:
2408         (gst_property_probe_probe_property_name),
2409         (gst_property_probe_needs_probe_name),
2410         (gst_property_probe_get_values_name),
2411         (gst_property_probe_probe_and_get_values_name):
2412           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2413           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2414
2415 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2416
2417         * check/Makefile.am:
2418           have some tests be disabled for valgrinding
2419         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2420         (GST_START_TEST):
2421         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2422           Fix A Leak.  Chain To Parent Finalize.
2423
2424 2005-09-19  Wim Taymans  <wim@fluendo.com>
2425
2426         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2427         Fixed wav pipeline.
2428
2429 2005-09-19  Wim Taymans  <wim@fluendo.com>
2430
2431         * gst-libs/gst/rtp/gstbasertppayload.c:
2432         (gst_basertppayload_class_init), (gst_basertppayload_init),
2433         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2434         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2435         (gst_basertppayload_push), (gst_basertppayload_get_property),
2436         (gst_basertppayload_change_state):
2437         Posting ERROR and WARNING messages is good.
2438
2439 2005-09-19  Wim Taymans  <wim@fluendo.com>
2440
2441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2442         (gst_base_rtp_depayload_add_to_queue),
2443         (gst_base_rtp_depayload_push),
2444         (gst_base_rtp_depayload_set_gst_timestamp),
2445         (gst_base_rtp_depayload_queue_release):
2446         This one was not supposed to go in.
2447
2448 2005-09-19  Wim Taymans  <wim@fluendo.com>
2449
2450         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2451         Fix for bus API.
2452
2453         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2454         (gst_base_rtp_depayload_chain),
2455         (gst_base_rtp_depayload_add_to_queue),
2456         (gst_base_rtp_depayload_push),
2457         (gst_base_rtp_depayload_set_gst_timestamp),
2458         (gst_base_rtp_depayload_queue_release):
2459         Some cleanups.
2460
2461         * gst-libs/gst/rtp/gstbasertppayload.c:
2462         (gst_basertppayload_class_init), (gst_basertppayload_init),
2463         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2464         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2465         (gst_basertppayload_get_property),
2466         (gst_basertppayload_change_state):
2467         Added debugging category.
2468
2469 2005-09-18  David Schleef  <ds@schleef.org>
2470
2471         * gst/playback/gstdecodebin.c: free plugin list correctly
2472         * gst/playback/gstplaybin.c: emit warning if autovideosink
2473           and autoaudiosink can't be found (instead of segfaulting)
2474
2475 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2476
2477         * check/elements/audioconvert.c: (GST_START_TEST):
2478           try out 24 bit conversion
2479
2480 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2481
2482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2483         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2484         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2485         * ext/vorbis/vorbisenc.h:
2486           Fix EOS handling.  Still needs a fix in the ogg muxer to
2487           mark the last page as eos.
2488
2489 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2490
2491         * common/gtk-doc-plugins.mak:
2492         * docs/plugins/Makefile.am:
2493         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2494         * gst/ffmpegcolorspace/Makefile.am:
2495         * gst/ffmpegcolorspace/avcodec.h:
2496         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2497         * gst/tcp/gstmultifdsink.c:
2498           fix up ffmpegcolorspace docs; extract header
2499
2500 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2501
2502         * common/gtk-doc-plugins.mak:
2503         * docs/plugins/Makefile.am:
2504         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2505         * ext/theora/Makefile.am:
2506         * ext/theora/gsttheoraenc.h:
2507         * ext/theora/theoraenc.c:
2508         * ext/vorbis/vorbisenc.c:
2509           pick up signals and args for vorbis; add some docs for vorbis
2510
2511 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2512
2513         * common/gstdoc-scangobj:
2514         * common/gtk-doc-plugins.mak:
2515         * docs/libs/Makefile.am:
2516         * docs/plugins/gst-plugins-base-plugins.args:
2517         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2518         * docs/plugins/gst-plugins-base-plugins.interfaces:
2519         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2520         * docs/plugins/gst-plugins-base-plugins.signals:
2521           only scanobj stuff from our source module.  Not sure yet
2522           if that's correct, given the hierarchy stuff :)
2523
2524 2005-09-15  Wim Taymans  <wim@fluendo.com>
2525
2526         * gst/audioconvert/gstaudioconvert.c:
2527         And enable 24 bits mode as well..
2528
2529 2005-09-15  Wim Taymans  <wim@fluendo.com>
2530
2531         * gst-libs/gst/rtp/Makefile.am:
2532         * gst-libs/gst/rtp/gstbasertppayload.c:
2533         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2534         (gst_basertppayload_class_init), (gst_basertppayload_init),
2535         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2536         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2537         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2538         (gst_basertppayload_set_property),
2539         (gst_basertppayload_get_property),
2540         (gst_basertppayload_change_state):
2541         * gst-libs/gst/rtp/gstbasertppayload.h:
2542         Added rtp payloader base class.
2543
2544 2005-09-15  Andy Wingo  <wingo@pobox.com>
2545
2546         * configure.ac (plugindir): Remove the EOL matcher from the
2547         regexp, as it causes me problems. Libtool? Make? Who knows?
2548
2549 2005-09-14  David Schleef  <ds@schleef.org>
2550
2551         * check/generic/states.c: 
2552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2553         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2554           Fixes for changes in registry API.
2555
2556         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2557           to GST_PLUGIN_LDFLAGS.
2558         * ext/libvisual/visual.c: Make the library shut up.
2559         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2560         * gst-libs/gst/audio/gstaudiofilter.c: same
2561
2562 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2563
2564         * docs/plugins/Makefile.am:
2565         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2566         * docs/plugins/inspect/plugin-libvisual.xml:
2567         * docs/plugins/tmpl/element-tcpserversink.sgml:
2568         * ext/theora/theoraenc.c:
2569           add libvisual plugin and theoraenc element to docs
2570
2571 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2572
2573         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2574         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2575         * ext/theora/theoraenc.c:
2576           add theoraenc
2577
2578 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2579
2580         * gst/audioconvert/Makefile.am:
2581           Audioconvert derives from GstBaseTransform and should
2582           link to the library with our base elements to avoid
2583           unresolved symbols. Makes things work with MinGW (#316160)
2584
2585         * gst/playback/test4.c: (main):
2586           Fix MinGW build problem and use g_usleep() instead of 
2587           sleep() (#316162)
2588
2589 2005-09-12  Wim Taymans  <wim@fluendo.com>
2590
2591         * gst/audioconvert/audioconvert.c: (float),
2592         (audio_convert_prepare_context), (audio_convert_convert):
2593         * gst/audioconvert/audioconvert.h:
2594         Cleanups, speedups, simplifications, added back support
2595         for 24 bits.
2596
2597 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2598
2599         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2600         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2601         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2602         * docs/plugins/tmpl/element-tcpserversink.sgml:
2603         * gst/ffmpegcolorspace/gstffmpeg.c:
2604         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2605         * gst/videotestsrc/gstvideotestsrc.c:
2606         * gst/volume/gstvolume.c:
2607           add more elements to the docs
2608
2609 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2610
2611         * check/Makefile.am:
2612         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2613         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2614           Add extra tests for basetransform based components. 
2615           Comment out the test_element_negotiation test until we decide
2616           if it's testing correct behaviour.
2617         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2618         (gst_visual_chain), (gst_visual_change_state):
2619           Slightly more correct but still bogus timestamping.
2620           Fix state change function.
2621         * gst/audioconvert/gstaudioconvert.c:
2622         (gst_audio_convert_class_init):
2623         * gst/audioresample/gstaudioresample.c:
2624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2625         (gst_ffmpegcsp_class_init):
2626         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2627         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2628         (gst_videoscale_prepare_image):
2629         * gst/volume/gstvolume.c: (gst_volume_class_init),
2630         (volume_transform_ip):
2631           Basetransform updates. Enable passthrough modes.
2632         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2633         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2634         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2635           Negotiation fix that allows the window to return to the original
2636           size and renegotiate passthrough upstream. Extra debug output.
2637
2638 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2639
2640         * gst/sine/gstsinesrc.c:
2641         * gst/volume/gstvolume.c:
2642           fix up header include
2643
2644 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2645
2646         * gst-libs/gst/audio/gstbaseaudiosink.c:
2647         (gst_base_audio_sink_render):
2648         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2649         * gst/volume/gstvolume.c: (gst_volume_class_init),
2650         (volume_transform):
2651           fixing lost sync, some more debugging
2652
2653 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2654
2655         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2656         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2657         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2658         (gst_xvimagesink_check_xshm_calls):
2659           Fix compilation when XShm is not available.
2660
2661 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2662
2663         * ext/libvisual/visual.c: (gst_visual_dispose),
2664         (gst_visual_getcaps), (gst_visual_src_setcaps),
2665         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2666         (gst_visual_change_state):
2667           Finish fixing up libvisual plugin so that it runs. 
2668
2669 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2670
2671         * ext/vorbis/vorbisenc.c:
2672         * gst-libs/gst/tag/gstvorbistag.c:
2673           gsttaginterface.h -> gsttagsetter.h
2674
2675 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2676
2677         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2678           added another test that failes for me (test is not active by default)
2679
2680 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2681
2682         * configure.ac:
2683           v4l2 is no longer in gst-plugins-base
2684
2685 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2686
2687         * configure.ac:
2688           In the output at the end, don't show the first plugin on the same
2689           line as "Core plug-ins, always built:".
2690           Indent the output as for other plugin categories
2691         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2692           #define that can be used to not use peer buffer_alloc functions for
2693           test purposes.
2694         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2695         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2696         (gst_ximagesink_show_frame):
2697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2698         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2699         (gst_xvimagesink_show_frame):
2700           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2701           fails gracefully instead of XError aborting or deadlocking.
2702
2703 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2704
2705         * ext/libvisual/Makefile.am:
2706           link against gst-base-libs
2707
2708 2005-09-06  David Schleef  <ds@schleef.org>
2709
2710         * configure.ac: Enable libvisual plugin.
2711         * ext/libvisual/Makefile.am:
2712         * ext/libvisual/visual.c: Fixes to make it compile.
2713
2714 === release 0.9.2 ===
2715
2716 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2717
2718         * NEWS:
2719         * RELEASE:
2720         * configure.ac:
2721         * docs/random/ChangeLog-0.8:
2722           releasing 0.9.2, "Spoon"
2723
2724 2005-09-05  Michael Smith <msmith@fluendo.com>
2725
2726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2727           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2728           that in the vorbisenc element.
2729
2730 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         * common/gtk-doc-plugins.mak:
2733         * docs/plugins/Makefile.am:
2734           fix distcheck
2735         * gst/audioresample/resample.c:
2736           fix wrong docstring
2737
2738 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2739
2740         * common/gst-xmlinspect.py:
2741         * common/gtk-doc-plugins.mak:
2742           only inspect plugins for this given package
2743           require gst-python 0.9
2744
2745 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2746
2747         * Makefile.am:
2748         * autogen.sh:
2749         * common/gst-xmlinspect.py:
2750         * configure.ac:
2751         * docs/Makefile.am:
2752         * docs/plugins/inspect/plugin-alsa.xml:
2753         * docs/plugins/inspect/plugin-audioresample.xml:
2754         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2755         * docs/plugins/inspect/plugin-ogg.xml:
2756         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2757         * docs/plugins/tmpl/element-multifdsink.sgml:
2758         * docs/plugins/tmpl/element-tcpserversink.sgml:
2759         * docs/plugins/tmpl/element-vorbisenc.sgml:
2760         * gst-plugins-base.spec.in:
2761           various doc-related updates
2762
2763 2005-08-31  Wim Taymans  <wim@fluendo.com>
2764
2765         * gst-libs/gst/audio/gstbaseaudiosink.c:
2766         (gst_base_audio_sink_render):
2767         Resync if the buffer timestamps drift more than a 10th 
2768         of a second.
2769
2770 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2771
2772         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2773         (gst_v4lsrc_get_property):
2774           The 'timestamp-offset' property is registered as an int64, so
2775           let's use g_value_{set|get}_int64() in our setter and getter
2776           functions (makes it work and fixes warnings with gst-inspect).
2777
2778 2005-08-30  Wim Taymans  <wim@fluendo.com>
2779
2780         * check/elements/audioconvert.c: (setup_audioconvert):
2781         * check/elements/audioresample.c: (setup_audioresample):
2782         * check/elements/volume.c: (setup_volume):
2783         Fix checks.
2784
2785 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2786
2787         * common/gtk-doc-plugins.mak:
2788         * common/plugins.xsl:
2789         * docs/plugins/Makefile.am:
2790           make module a param
2791
2792 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * examples/seeking/seek.c: (make_mp3_pipeline),
2795         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2796         (play_cb), (pause_cb), (stop_cb):
2797           update the example
2798
2799 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2800
2801         * gst/volume/gstvolume.c: (gst_volume_class_init),
2802         (volume_transform):
2803           do not update controlled params, if buffer has no timestamp
2804
2805 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2806
2807         * configure.ac:
2808         * gst/sine/Makefile.am:
2809         * gst/volume/Makefile.am:
2810           controllerized elements also need to link against controller-libs ;)
2811
2812 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2813
2814         * docs/libs/tmpl/gstcolorbalance.sgml:
2815         * docs/libs/tmpl/gstgconf.sgml:
2816         * docs/libs/tmpl/gstmixer.sgml:
2817         * docs/libs/tmpl/gstringbuffer.sgml:
2818         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2819         (gst_sinesrc_create):
2820         * gst/volume/gstvolume.c: (gst_volume_class_init),
2821         (volume_transform):
2822           controllerized two audio plugins
2823
2824 2005-08-29  Andy Wingo  <wingo@pobox.com>
2825
2826         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2827         (vorbis_handle_data_packet): Fix some int overflow errors.
2828
2829         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2830         -1.
2831         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2832         valid.
2833         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2834         if it's valid. Fixed streaming-mode playback.
2835
2836         * check/elements/volume.c (cleanup_volume): Fix for running
2837         CK_FORK=no.
2838
2839         * check/elements/audioconvert.c: Convert from native endian, not
2840         little endian.
2841
2842 2005-08-29  Michael Smith <msmith@fluendo.com>
2843
2844         * ext/ogg/Makefile.am:
2845         * ext/ogg/gstogg.c: (plugin_init):
2846         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2847         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2848         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2849         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2850         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2851         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2852         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2853         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2854         Add an ogg parser element.
2855
2856 2005-08-28  Andy Wingo  <wingo@pobox.com>
2857
2858         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2859
2860 2005-08-26  Wim Taymans  <wim@fluendo.com>
2861
2862         * gst/audioconvert/audioconvert.c: (if), (float),
2863         (audio_convert_get_func_index), (check_default),
2864         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2865         (audio_convert_clean_context), (audio_convert_get_sizes),
2866         (audio_convert_convert):
2867         Cleanups.
2868
2869 2005-08-26  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst/audioconvert/audioconvert.c: (if), (float),
2872         (audio_convert_get_func_index), (check_default),
2873         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2874         (audio_convert_clean_context), (audio_convert_get_sizes),
2875         (audio_convert_convert):
2876         More elegant and working temp buffer selection algo.
2877
2878 2005-08-26  Wim Taymans  <wim@fluendo.com>
2879
2880         * gst/audioconvert/audioconvert.c: (if), (float),
2881         (audio_convert_get_func_index), (check_default),
2882         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2883         (audio_convert_clean_context), (audio_convert_get_sizes),
2884         (get_temp_buffer), (audio_convert_convert):
2885         Use realloc else we lose our original data.
2886
2887 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2888
2889         * gst/audioresample/gstaudioresample.c:
2890           use base class' newsegment to properly timestamp
2891
2892 2005-08-26  Wim Taymans  <wim@fluendo.com>
2893
2894         * gst/audioconvert/audioconvert.c: (if), (float),
2895         (audio_convert_get_func_index), (check_default),
2896         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2897         (audio_convert_clean_context), (audio_convert_get_sizes),
2898         (get_temp_buffer), (audio_convert_convert):
2899         * gst/audioconvert/gstaudioconvert.c:
2900         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2901         (gst_audio_convert_transform_caps),
2902         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2903         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2904         Oops, allocate enough space to perform the channel mix.
2905
2906 2005-08-26  Wim Taymans  <wim@fluendo.com>
2907
2908         * gst/audioconvert/Makefile.am:
2909         * gst/audioconvert/audioconvert.c: (if), (float),
2910         (audio_convert_get_func_index), (check_default),
2911         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2912         (audio_convert_clean_context), (audio_convert_get_sizes),
2913         (get_temp_buffer), (audio_convert_convert):
2914         * gst/audioconvert/audioconvert.h:
2915         * gst/audioconvert/gstaudioconvert.c:
2916         (gst_audio_convert_class_init), (gst_audio_convert_init),
2917         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2918         (gst_audio_convert_get_unit_size),
2919         (gst_audio_convert_transform_caps),
2920         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2921         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2922         * gst/audioconvert/gstaudioconvert.h:
2923         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2924         (gst_channel_mix_fill_identical),
2925         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2926         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2927         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2928         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2929         (gst_channel_mix_mix):
2930         * gst/audioconvert/gstchannelmix.h:
2931         Cleanups, librarify a bit, optimize, better negotiation and more.
2932
2933 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2934
2935         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2936         Another from MikeS:
2937         During typefinding, don't support negative offsets
2938         (offsets from the end of the stream) in our typefind->peek() function
2939         - nothing embedded in ogg ever needs them. However, we need to recognise
2940         those requests and reject them, otherwise we return invalid pointers.
2941
2942 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2943
2944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2945         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2946         (vorbisdec_finalize), (vorbis_handle_type_packet):
2947           Big shout-out to MikeS for fixing this giant memory leak.
2948           Huzzah!
2949
2950 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2951
2952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2953         (audio_convert_get_unit_size):
2954           plug some leaks
2955
2956 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2957
2958         * check/Makefile.am:
2959         * check/elements/audioconvert.c: (setup_audioconvert),
2960         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2961         (GST_START_TEST), (audioconvert_suite), (main):
2962           add a test for audioconvert
2963         * gst/audioresample/gstaudioresample.c:
2964         * gst/audioresample/gstaudioresample.h:
2965           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2966           note that for buffers of 1/3 sec this means DURATION(c) is 
2967           one nanosecond more than for a and b
2968
2969 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2970
2971         * check/Makefile.am:
2972         * check/elements/audioresample.c: (setup_audioresample),
2973         (cleanup_audioresample), (fail_unless_perfect_stream),
2974         (test_perfect_stream_instance), (GST_START_TEST),
2975           add a check for audioresample
2976         (audioresample_suite), (main):
2977         * check/elements/volume.c: (GST_START_TEST):
2978           remove unused method
2979         * gst/audioresample/gstaudioresample.c:
2980           set correct buffer parameters since we're changing them
2981         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2982           add some debug
2983
2984 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2985
2986         * gst/audioresample/debug.c:
2987         * gst/audioresample/gstaudioresample.c:
2988           add room for extra overlap samples when asked to transform size
2989           protect against possible mem corruption and check for discrepancies
2990           between written size and outbuffer's size so we can warn for
2991           potential problems
2992         * gst/audioresample/resample.c: (resample_init),
2993         (resample_get_output_size_for_input), (resample_get_output_size),
2994         (resample_set_n_channels), (resample_set_format):
2995           set debug level based on RESAMPLE_DEBUG env var
2996           make sure that get_output_size* returns a whole number of
2997           sample_size
2998           set sample_size each time either channel or format is set
2999         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
3000         * gst/audioresample/resample_functable.c:
3001         (resample_scale_functable):
3002         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3003           remove r->sample_size, it's done in resample.c now
3004           add some debugging to the ref implementation
3005           make sure we only give back bytes that are wholes of the sample
3006           size
3007
3008 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
3009         * gst/playback/gstplaybasebin.c: (fill_buffer):
3010         Revert unpopular change for GST_MESSAGE_SRC to GObject.
3011
3012 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
3013
3014         * gst/volume/gstvolume.c:
3015           made set_caps function static
3016
3017 2005-08-24  Wim Taymans  <wim@fluendo.com>
3018
3019         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3020         (gst_vorbisenc_change_state):
3021         Stop leaking taglists.
3022
3023 2005-08-24  Wim Taymans  <wim@fluendo.com>
3024
3025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3026         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
3027         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
3028         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
3029         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3030         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
3031         Parse seeking events better.
3032         Unref static caps.
3033         Generate correct newsegment events, fixes seeking in live oggs.
3034
3035         * ext/theora/theoradec.c: (theora_dec_src_query),
3036         (theora_dec_src_event), (theora_dec_src_getcaps),
3037         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
3038         Use newsegment values to report correct play time.
3039
3040         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3041         (vorbis_dec_src_event), (vorbis_dec_sink_event):
3042         * ext/vorbis/vorbisdec.h:
3043         Parse and use newsegment values to report correct play time.
3044
3045         * gst-libs/gst/audio/gstbaseaudiosink.c:
3046         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3047         Clear ringbuffer on flush.
3048         Use newsegment values to calculate playback time.
3049
3050         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3052         Basesink does newsegment calculations for us now.
3053
3054 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3055
3056         * check/Makefile.am:
3057         * configure.ac:
3058           add core's plugins to the mix so that playbin works
3059         * check/generic/states.c: (GST_START_TEST):
3060           set a 0 timeout on pipelines, so they don't force the next
3061           state change
3062         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3063         (gst_play_base_bin_change_state):
3064           remove the crappy error handling and do GST error handling
3065
3066 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3067
3068         * check/Makefile.am:
3069         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3070           add same test as to core, it bitches out on playbin atm.
3071
3072 2005-08-24  Wim Taymans  <wim@fluendo.com>
3073
3074         * configure.ac:
3075         Remove audioscale.
3076
3077 2005-08-24  Wim Taymans  <wim@fluendo.com>
3078
3079         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3080         (gst_videoscale_prepare_size), (parse_caps),
3081         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3082         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3083         (gst_videoscale_transform):
3084         * gst/videoscale/gstvideoscale.h:
3085         Refactor, make use of BaseTranform really well.
3086
3087 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * configure.ac:
3090           compile audioresample
3091         * gst/audioresample/Makefile.am:
3092         * gst/audioresample/buffer.c:
3093         * gst/audioresample/functable.c:
3094         * gst/audioresample/gstaudioresample.c:
3095         * gst/audioresample/gstaudioresample.h:
3096         * gst/audioresample/resample.c:
3097         (resample_get_output_size_for_input):
3098         * gst/audioresample/resample.h:
3099         * gst/audioresample/resample_chunk.c:
3100         * gst/audioresample/resample_functable.c:
3101         * gst/audioresample/resample_ref.c:
3102           port to use basetransform; doesn't work in all cases yet
3103
3104 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3105
3106         * gst/audioconvert/gstaudioconvert.c:
3107         (gst_audio_convert_class_init), (gst_audio_convert_init),
3108         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3109         (audio_convert_fixate_caps), (audio_convert_set_caps),
3110         (audio_convert_transform),
3111         (gst_audio_convert_buffer_to_default_format),
3112         (gst_audio_convert_buffer_from_default_format),
3113         (gst_audio_convert_channels):
3114         * gst/audioconvert/gstchannelmix.c:
3115         * gst/audioconvert/gstchannelmix.h:
3116           port to basetransform
3117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3118         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3119         (gst_ffmpegcsp_get_unit_size):
3120         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3121         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3122           fix for basetransform changes
3123
3124 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3125
3126         * check/Makefile.am:
3127           Add CHECK_CFLAGS and LDFLAGS
3128
3129         * gst/playback/gstplaybasebin.c: (fill_buffer):
3130           GST_MESSAGE_SRC became a GObject
3131
3132 2005-08-24  Wim Taymans  <wim@fluendo.com>
3133
3134         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3135         (gst_ring_buffer_clear_all):
3136         * gst-libs/gst/audio/gstringbuffer.h:
3137         Added function to clear the ringbuffer.
3138
3139 2005-08-24  Andy Wingo  <wingo@pobox.com>
3140
3141         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3142         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3143         of _open and _close.
3144
3145         * sys/v4l/gstv4lxoverlay.h:
3146         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3147         an Xv connection here, instead of all the time. Make Xv only be
3148         loaded if you axe for it. Kindof a workaround for buggy behaviour
3149         of Xv when using remote xservers (XvQueryExtension would block).
3150         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3151         replace the _open and _close public API. Only start the xv
3152         connection if necessary.
3153         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3154
3155 2005-08-23  David Schleef  <ds@schleef.org>
3156
3157         * gst/audioresample/Makefile.am: Leet audioresampling code
3158         * gst/audioresample/buffer.c:
3159         * gst/audioresample/buffer.h:
3160         * gst/audioresample/debug.c:
3161         * gst/audioresample/debug.h:
3162         * gst/audioresample/functable.c:
3163         * gst/audioresample/functable.h:
3164         * gst/audioresample/gstaudioresample.c:
3165         * gst/audioresample/gstaudioresample.h:
3166         * gst/audioresample/resample.c:
3167         * gst/audioresample/resample.h:
3168         * gst/audioresample/resample_chunk.c:
3169         * gst/audioresample/resample_functable.c:
3170         * gst/audioresample/resample_ref.c:
3171
3172 2005-08-23  Wim Taymans  <wim@fluendo.com>
3173
3174         * examples/seeking/seek.c: (make_vorbis_pipeline),
3175         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3176         Small seek updates.
3177
3178 2005-08-23  Andy Wingo  <wingo@pobox.com>
3179
3180         * gst-libs/gst/audio/gstbaseaudiosrc.c
3181         (gst_base_audio_src_fixate): Only fixate endianness if it is
3182         present in the caps.
3183
3184 2005-08-22  Andy Wingo  <wingo@pobox.com>
3185
3186         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3187         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3188         device-name property.
3189
3190         * gst-libs/gst/audio/gstaudiosrc.h:
3191         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3192         close_device in the ring buffer, like gstaudiosink.
3193
3194         * ext/alsa/gstalsamixer.h:
3195         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3196         macro to implement the interface without much code. Cleanups. 
3197
3198         * ext/alsa/gstalsasrc.h:
3199         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3200         READY.
3201
3202         * ext/alsa/Makefile.am: Add new files.
3203         * ext/alsa/gstalsamixerelement.c: 
3204         * ext/alsa/gstalsamixerelement.c: Split element code out from
3205         mixer code so that alsasrc can be a mixer too.
3206
3207 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3208
3209         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3210         (GST_START_TEST):
3211         * check/elements/vorbisdec.c: (setup_vorbisdec),
3212         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3213         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3214         (vorbis_handle_identification_packet),
3215         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3216         (vorbis_handle_header_packet), (vorbis_dec_push),
3217         (vorbis_dec_chain):
3218           use the setup/teardown methods to save code.  save code is good.
3219
3220 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3221
3222         * check/Makefile.am:
3223           add ext dir for plugins
3224           add vorbisdec test conditionally
3225         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3226         (GST_START_TEST), (volume_suite):
3227           add a test with wrong caps
3228         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3229         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3230           add a vorbisdec test
3231         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3232         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3233           clean up debug output
3234         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3235           yay, fix a segfault/security issue in vorbisdec
3236           gst-launch fakesrc ! vorbisdec wasn't happy
3237         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3238         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3239         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3240         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3241         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3242         (gst_vorbisenc_set_metadata), (get_constraints_string),
3243         (update_start_message), (gst_vorbisenc_setup),
3244         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3245         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3246         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3247         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3248         * ext/vorbis/vorbisenc.h:
3249           march in line
3250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3251         (gst_ffmpegcsp_transform):
3252           have the kow come home
3253         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3254           debug my func ptr
3255         * gst/volume/gstvolume.c: (volume_set_caps):
3256           add a debug
3257
3258 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3259
3260         * Makefile.am:
3261         * check/.cvsignore:
3262         * check/Makefile.am:
3263         * check/elements/.cvsignore:
3264         * check/elements/volume.c: (chain_func), (event_func),
3265         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3266         (main):
3267         * configure.ac:
3268           add unit test structure for gst-plugins-base
3269           add a test for volume
3270         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3271         (gst_volume_set_volume), (gst_volume_get_volume),
3272         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3273         (volume_funcfind), (volume_process_float), (volume_process_int16),
3274         (volume_set_caps), (volume_transform), (volume_update_mute),
3275         (volume_update_volume), (volume_set_property),
3276         (volume_get_property):
3277           document a little; use basetransform vmethod _set_caps
3278
3279 2005-08-19  Andy Wingo  <wingo@pobox.com>
3280
3281         * ext/alsa/gstalsamixertrack.h:
3282         * ext/alsa/gstalsamixertrack.c:
3283         * ext/alsa/gstalsamixeroptions.h:
3284         * ext/alsa/gstalsamixeroptions.c:
3285         * ext/alsa/gstalsamixer.h:
3286         * ext/alsa/gstalsamixer.c: Port to 0.9.
3287
3288         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3289         Remove gstalsa.c and alsaclock. No more cruft here.
3290         
3291 2005-08-18  Wim Taymans  <wim@fluendo.com>
3292
3293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3294         (gst_base_rtp_depayload_chain),
3295         (gst_base_rtp_depayload_add_to_queue),
3296         (gst_base_rtp_depayload_push),
3297         (gst_base_rtp_depayload_queue_release):
3298         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3299         Fix for RTPBuffer changes.
3300
3301         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3302         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3303         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3304         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3305         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3306         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3307         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3308         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3309         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3310         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3311         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3312         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3313         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3314         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3315         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3316         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3317         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3318         (gst_rtpbuffer_get_payload):
3319         * gst-libs/gst/rtp/gstrtpbuffer.h:
3320         Don't subclass GstBuffer but add methods and helper functions
3321         to construct and manipulate RTP packets in regular GstBuffers.
3322
3323 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3324
3325         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3326           moved statement below switch
3327         * gst/volume/gstvolume.c: (gst_volume_class_init):
3328           added debug ptr
3329
3330 2005-08-16  Wim Taymans  <wim@fluendo.com>
3331
3332         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3333         (gst_base_audio_src_change_state):
3334         Open and close device in READY<->NULL state change.
3335
3336 2005-08-16  Andy Wingo  <wingo@pobox.com>
3337
3338         * examples/seeking/Makefile.am: Don't compile non-compiling
3339         compiled objects with the compiler.
3340
3341         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3342         elements.
3343
3344 2005-08-12  Philippe Khalaf <burger@speedy.org>
3345         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3346         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3347           Made a thread to release the queue.
3348           Removed timestamp conversion for now.
3349
3350 2005-08-10  Philippe Khalaf <burger@speedy.org>
3351         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3352         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3353           Added rtp timestamp -> gst timestamp conversion.
3354           Fixed several problems with queue.
3355
3356 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3357
3358         * gst-libs/gst/audio/gstaudioclock.h:
3359         * gst-libs/gst/audio/gstaudiofilter.h:
3360         * gst-libs/gst/audio/gstaudiosink.h:
3361         * gst-libs/gst/audio/gstaudiosrc.h:
3362         * gst-libs/gst/audio/gstbaseaudiosink.h:
3363         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3364         * gst-libs/gst/audio/gstringbuffer.h:
3365         * gst-libs/gst/net/gstnetbuffer.h:
3366         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3367         * gst-libs/gst/rtp/gstrtpbuffer.h:
3368           Add padding (you will need to rebuild gst-plugins-base,
3369           gst-plugins and all applications afterwards!)
3370
3371 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3372
3373         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3374         (gst_riff_parse_chunk):
3375           Fix bug in debug message and add some more debug messages.
3376
3377 2005-08-08  Edward Hervey  <edward@fluendo.com>
3378
3379         * gst-libs/gst/riff/riff-media.c:
3380         backported updates since branch
3381
3382 2005-08-08  Andy Wingo  <wingo@pobox.com>
3383
3384         * gst-libs/gst/audio/gstbaseaudiosink.c
3385         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3386         like good elements should. Close on READY->NULL too.
3387
3388         * gst-libs/gst/audio/gstaudiosink.c
3389         (gst_audioringbuffer_open_device,
3390         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3391         (gst_audioringbuffer_release): Updates for new ring buffer API,
3392         hook into the new audio sink api.
3393
3394         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3395         (GstAudioSinkClass.close): Just open and close the device -- no
3396         resource allocation or configuration.
3397         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3398         vmethods, handle device setup and resource allocation.
3399
3400         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3401         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3402         base class API.
3403
3404         * gst-libs/gst/audio/gstringbuffer.h
3405         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3406         New vmethods.
3407
3408         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3409         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3410         New API functions. The device should be opened before acquiring
3411         and closed after releasing.
3412
3413 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3414
3415         * gst-libs/gst/interfaces/mixer.h:
3416           Reset padding to GST_PADDING.
3417
3418 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3419
3420         * gst/playback/gstplaybin.c: (remove_sinks):
3421           Remove visualization from parent explicitely; works around some
3422           apparent refcount issue that I haven't tracked down yet.
3423
3424 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3425
3426         * ext/alsa/gstalsasink.c: (set_hwparams):
3427           Assign debug category, add negotiation debug msgs.
3428
3429 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3430
3431         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3432           Fix error code for file-not-found to NOT_FOUND.
3433
3434 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3435
3436         * common/gtk-doc-plugins.mak:
3437         * docs/plugins/Makefile.am:
3438         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3439         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3440           renamed to actual element names, so much nicer to look at
3441         * docs/plugins/tmpl/gstmultifdsink.sgml:
3442           remove
3443         * docs/plugins/tmpl/multifdsink.sgml:
3444         * docs/plugins/tmpl/tcpserversink.sgml:
3445           add
3446         * ext/alsa/gstalsa.c:
3447         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3448         * ext/ogg/gstoggmux.c:
3449         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3450         * gst/playback/gstdecodebin.c:
3451         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3452         * gst/tcp/gsttcpserversink.c:
3453           various fixes and documentation additions
3454
3455 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3456
3457         * common/Makefile.am:
3458         * common/gstdoc-scangobj:
3459         * common/gtk-doc-plugins.mak:
3460         * common/gtk-doc.mak:
3461           add a custom scangobj that uses the registry
3462           add a custom gtk-doc-plugins.mak that uses it
3463           some doc build fixes
3464         * configure.ac:
3465         * docs/Makefile.am:
3466         * docs/plugins/Makefile.am:
3467         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3469         * docs/plugins/gst-plugins-base-plugins.types:
3470         * docs/plugins/tmpl/gstmultifdsink.sgml:
3471           add docs for one element, multifdsink
3472         * gst/adder/gstadder.h:
3473         * gst/volume/gstvolume.h:
3474           don't privatize enum
3475         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3476         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3477         (gst_sync_method_get_type), (gst_client_status_get_type),
3478         (gst_multifdsink_class_init),
3479         (gst_multifdsink_client_queue_buffer),
3480         (gst_multifdsink_handle_client_write):
3481         * gst/tcp/gstmultifdsink.h:
3482         * gst/tcp/gsttcp.h:
3483         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3484         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3485         (gst_tcpclientsink_render):
3486         * gst/tcp/gsttcpclientsink.h:
3487         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3488         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3489         (gst_tcpclientsrc_start):
3490         * gst/tcp/gsttcpclientsrc.h:
3491         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3492         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3493         * gst/tcp/gsttcpserversrc.h:
3494         * gst/typefind/gsttypefindfunctions.c:
3495           remove superfluous Type stuff
3496
3497 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3498
3499         * gst/playback/gstplaybin.c: (gen_video_element):
3500           Enable videoscale.
3501
3502 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3503
3504         * gst-libs/gst/gconf/gconf.c:
3505         * gst-libs/gst/gconf/gconf.h:
3506           Fix some Andy Problem [tm].
3507
3508 2005-08-04  Andy Wingo  <wingo@pobox.com>
3509
3510         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3511         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3512         (gst_ffmpegcsp_get_size): Adapt to API changes.
3513
3514         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3515         Implement an in-place do-nothing transform.
3516
3517 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3518
3519         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3520         (gst_ximagesink_renegotiate_size):
3521           Do not set new window sizes yet if we prepare a new buffer size
3522           for upstream renegotiation (software scaling) at some point in the
3523           future, because this new size waqs not actually accepted yet. Once
3524           accepted, renegotiation later on will set the new sizes just fine.
3525           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3526           embedding testcase.
3527
3528 2005-08-03  Andy Wingo  <wingo@pobox.com>
3529
3530         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3531         (gst_ximagesink_buffer_alloc): 
3532         Protect the height, width, and desired_caps with the pool_lock.
3533         Fixes videotestsrc ! queue ! ximagesink.
3534
3535 2005-08-02  Edward Hervey  <edward@fluendo.com>
3536
3537         * gst/volume/gstvolume.c:
3538         include left from controller cleanup
3539
3540 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3542           Stop collectpads before calling the parent state
3543           change function on PAUSED->READY.
3544
3545 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3546         * configure.ac:
3547           When testing for X libs, use the X CFlags 
3548         * gst/adder/gstadder.c: (gst_adder_change_state):
3549           Stop the collectpads before calling parent state change function
3550           on PAUSED->READY, otherwise we deadlock deactivating pads.
3551
3552 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3553
3554         * configure.ac:
3555         * docs/libs/tmpl/gstcolorbalance.sgml:
3556         * docs/libs/tmpl/gstmixer.sgml:
3557         * examples/Makefile.am:
3558         * gst/sine/Makefile.am:
3559         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3560         (gst_sinesrc_set_property), (plugin_init):
3561         * gst/sine/gstsinesrc.h:
3562         * gst/volume/Makefile.am:
3563         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3564         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3565         (volume_process_float), (volume_process_int16),
3566         (volume_set_property), (plugin_init):
3567         * gst/volume/gstvolume.h:
3568           deactivate and remove dparams (libgstcontrol)
3569
3570 2005-07-29  Wim Taymans  <wim@fluendo.com>
3571
3572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3573         Convert me to BaseTransform!! help..
3574
3575 2005-07-29  Andy Wingo  <wingo@pobox.com>
3576
3577         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3578         sinks.
3579
3580         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3581         support of both endiannesses.
3582
3583 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3584
3585         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3586           Fix confusing debug message (s/event/query/)
3587
3588 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3589
3590         * gst/videotestsrc/videotestsrc.h:
3591           Use "_stdint.h" instead of <stdint.h>
3592
3593 2005-07-27  Wim Taymans  <wim@fluendo.com>
3594
3595         * ext/vorbis/Makefile.am:
3596         Revert wrong commit.
3597
3598 2005-07-27  Wim Taymans  <wim@fluendo.com>
3599
3600         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3601         More compilation fixen.
3602
3603 2005-07-27  Wim Taymans  <wim@fluendo.com>
3604
3605         * gst-libs/gst/audio/gstbaseaudiosink.c:
3606         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3607         (gst_base_audio_sink_create_ringbuffer),
3608         (gst_base_audio_sink_change_state):
3609         Fix compilation.
3610
3611 2005-07-27  Wim Taymans  <wim@fluendo.com>
3612
3613         * examples/seeking/seek.c: (setup_dynamic_link),
3614         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3615         (query_positions_elems), (query_positions_pads), (do_seek):
3616         Update seek example.
3617
3618         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3619         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3620         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3621         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3622         (gst_ogg_demux_handle_event),
3623         (gst_ogg_demux_deactivate_current_chain),
3624         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3625         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3626         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3627         (gst_ogg_demux_loop):
3628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3629         * ext/theora/theoradec.c: (theora_dec_src_event),
3630         (theora_dec_src_getcaps), (theora_dec_sink_event),
3631         (theora_dec_push), (theora_dec_chain):
3632         * ext/vorbis/Makefile.am:
3633         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3634         (vorbis_dec_sink_event), (vorbis_dec_push),
3635         (vorbis_handle_data_packet):
3636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3637         (gst_vorbisenc_chain):
3638         * gst/playback/gststreaminfo.c: (cb_probe):
3639         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3640         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3641         * gst/videoscale/gstvideoscale.c:
3642         (gst_videoscale_handle_src_event):
3643         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3644         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3645         (gst_ximagesink_navigation_send_event):
3646         * sys/xvimage/xvimagesink.c:
3647         (gst_xvimagesink_navigation_send_event):
3648         Various event updates and cleanups
3649
3650 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3651
3652         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3653           Fix segfault for I420/YV12.
3654
3655 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3656
3657         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3658           Report bitrate.
3659
3660 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3661
3662         * gst/playback/gstplaybin.c: (gen_video_element),
3663         (gen_audio_element):
3664           Switch to auto*sink elements as default sinks; add volume element
3665           so that volume control in totem works.
3666
3667 2005-07-21  Wim Taymans  <wim@fluendo.com>
3668
3669         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3670         * gst/playback/gstplaybin.c: (setup_sinks),
3671         (gst_play_bin_change_state):
3672         Refcount fix and more comments.
3673
3674 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3675
3676         * sys/ximage/Makefile.am:
3677         * sys/ximage/ximage.c: (plugin_init):
3678         * sys/ximage/ximagesink.c:
3679         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3680         
3681
3682 2005-07-21  Wim Taymans  <wim@fluendo.com>
3683
3684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3685         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3686         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3687         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3688         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3689         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3690         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3691         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3692         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3693         Generate correct disconts for live chained oggs.
3694
3695         * gst-libs/gst/audio/gstbaseaudiosink.c:
3696         (gst_base_audio_sink_render),
3697         (gst_base_audio_sink_create_ringbuffer),
3698         (gst_base_audio_sink_change_state):
3699         Handle discont math correctly.
3700
3701         * gst/playback/gstplaybin.c: (add_sink):
3702         Some small debug cleanup.
3703
3704 2005-07-21  Wim Taymans  <wim@fluendo.com>
3705
3706         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3707         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3708         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3709         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3710         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3711         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3712         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3713         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3714         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3715         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3716         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3717         (gst_ogg_demux_change_state), (gst_ogg_print):
3718         Reorganize code to send the right disconts when in streaming
3719         mode.
3720
3721 2005-07-20  Andy Wingo  <wingo@pobox.com>
3722
3723         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3724         fix (?), fixes a seggie mcfalterson (#310894).
3725
3726 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3727
3728         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3729         (gst_ogg_mux_set_header_on_caps):
3730         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3732         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3733         * gst-libs/gst/audio/multichannel.c:
3734         (gst_audio_set_channel_positions),
3735         (gst_audio_set_structure_channel_positions_list):
3736         * gst/playback/gstdecodebin.c: (dynamic_create):
3737         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3738         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3739           Fixes for API changes in core.
3740
3741 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3742
3743         * gst/playback/gstplaybasebin.c: (fill_buffer):
3744           Use _new_custom() so we can set custom message types for buffering
3745           messages.
3746
3747 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3748
3749         * configure.ac:
3750         * gst-libs/gst/Makefile.am:
3751         * gst-libs/gst/gconf/.cvsignore:
3752         * gst-libs/gst/gconf/Makefile.am:
3753         * gst-libs/gst/gconf/test-gconf.c:
3754         * pkgconfig/Makefile.am:
3755         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3756         * pkgconfig/gstreamer-gconf.pc.in:
3757           Remove gconf stuff, use gconf elements instead from now on.
3758
3759 2005-07-20  Wim Taymans  <wim@fluendo.com>
3760
3761         * gst-libs/gst/audio/TODO:
3762         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3763         (gst_audio_clock_get_internal_time):
3764         * gst-libs/gst/audio/gstaudioclock.h:
3765         * gst-libs/gst/audio/gstbaseaudiosink.c:
3766         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3767         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3768         (gst_base_audio_sink_render),
3769         (gst_base_audio_sink_create_ringbuffer),
3770         (gst_base_audio_sink_change_state):
3771         Make sure the audio clock always returns an increasing value.
3772
3773 2005-07-19  Andy Wingo  <wingo@pobox.com>
3774
3775         * gst/videotestsrc/: Cleanups.
3776
3777 2005-07-19  Wim Taymans  <wim@fluendo.com>
3778
3779         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3780         Better debugging.
3781
3782 2005-07-19  Wim Taymans  <wim@fluendo.com>
3783
3784         * examples/seeking/seek.c: (make_dv_pipeline),
3785         (make_vorbis_theora_pipeline), (query_rates),
3786         (query_positions_elems), (query_positions_pads), (do_seek):
3787         Make correct DV pipeline.
3788
3789 2005-07-18  Andy Wingo  <wingo@pobox.com>
3790
3791         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3792         default. Also because it's the only thing that really works. (This
3793         is used in the GConf elements).
3794         Use AS_LIBTOOL_TAGS.
3795
3796 2005-07-18  Wim Taymans  <wim@fluendo.com>
3797
3798         * gst/playback/gstdecodebin.c: (remove_element_chain):
3799         * gst/playback/gstplaybin.c: (add_sink):
3800         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3801         (gst_stream_info_set_mute):
3802         * gst/playback/gststreamselector.c:
3803         (gst_stream_selector_get_linked_pad),
3804         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3805         More leak and compile fixes.
3806
3807 2005-07-18  Wim Taymans  <wim@fluendo.com>
3808
3809         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3810         (query_rates), (query_positions_elems), (query_positions_pads),
3811         (do_seek), (seek_cb), (stop_seek):
3812         Updated seek example. 
3813
3814         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3815         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3816         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3817         * gst/playback/gstplaybin.c: (add_sink):
3818         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3819         (gst_stream_info_set_mute):
3820         Some refcount leak fixes.
3821
3822 2005-07-16  Wim Taymans  <wim@fluendo.com>
3823
3824         * gst-libs/gst/audio/gstbaseaudiosink.c:
3825         (gst_base_audio_sink_render):
3826         Align samples even if we have roundoff errors in the 
3827         timestamp conversion.
3828
3829 2005-07-16  Wim Taymans  <wim@fluendo.com>
3830
3831         * docs/libs/tmpl/gstringbuffer.sgml:
3832         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3833         (query_rates), (query_positions_elems), (query_positions_pads),
3834         (update_scale), (do_seek):
3835         Updated seek example.
3836
3837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3838         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3839         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3840         (gst_ogg_demux_loop):
3841         Push out correct discont values.
3842
3843         * ext/theora/theoradec.c: (theora_dec_src_convert),
3844         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3845         (theora_dec_sink_event), (theora_handle_type_packet),
3846         (theora_handle_header_packet), (theora_dec_push),
3847         (theora_handle_data_packet), (theora_dec_chain),
3848         (theora_dec_change_state):
3849         Better timestamping.
3850
3851         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3852         (vorbis_dec_sink_event), (vorbis_dec_push),
3853         (vorbis_handle_data_packet), (vorbis_dec_chain):
3854         * ext/vorbis/vorbisdec.h:
3855         Better timestamping.
3856
3857         * gst-libs/gst/audio/gstbaseaudiosink.c:
3858         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3859         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3860         Handle syncing on timestamps instead of sample offsets. Make
3861         use of DISCONT values as described in design docs.
3862
3863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3864         (gst_base_audio_src_get_time):
3865         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3866         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3867         (gst_ring_buffer_read):
3868         * gst-libs/gst/audio/gstringbuffer.h:
3869         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3870         (gst_ximagesink_show_frame):
3871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3872         Correcly convert buffer timestamp to stream time.
3873
3874 2005-07-16  Wim Taymans  <wim@fluendo.com>
3875
3876         * gst/audioconvert/gstaudioconvert.c:
3877         (gst_audio_convert_get_buffer):
3878         Timestamp buffers correctly.
3879
3880         * gst/playback/gstplaybin.c: (gen_video_element):
3881         Make internal fakesink silent.
3882
3883 2005-07-15  Wim Taymans  <wim@fluendo.com>
3884
3885         * gst/ffmpegcolorspace/Makefile.am:
3886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3887         (gst_ffmpegcsp_caps_remove_format_info),
3888         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3889         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3890         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3891         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3892         Ported ffmpegcolorspace to basetransform.
3893
3894         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3895         * gst/volume/gstvolume.c: (volume_transform):
3896         Ported to new API.
3897
3898 2005-07-14  Wim Taymans  <wim@fluendo.com>
3899
3900         * gst/videotestsrc/Makefile.am:
3901         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3902         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3903         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3904         (gst_videotestsrc_init), (gst_videotestsrc_event),
3905         (gst_videotestsrc_create), (gst_videotestsrc_start),
3906         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3907         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3908         (gst_videotestsrc_get_property):
3909         * gst/videotestsrc/gstvideotestsrc.h:
3910         Make videotestsrc a pushsrc.
3911
3912 2005-07-14  Wim Taymans  <wim@fluendo.com>
3913
3914         * gst/tcp/gstfdset.c: (gst_fdset_free):
3915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3916         (gst_multifdsink_add), (gst_multifdsink_remove),
3917         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3918         (gst_multifdsink_remove_client_link),
3919         (gst_multifdsink_client_queue_data),
3920         (gst_multifdsink_client_queue_caps),
3921         (gst_multifdsink_client_queue_buffer),
3922         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3923         (gst_multifdsink_stop):
3924         * gst/tcp/gstmultifdsink.h:
3925         0.8 backporting.
3926
3927         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3928         Also draw image when not from a pool.
3929
3930 2005-07-14  Wim Taymans  <wim@fluendo.com>
3931
3932         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3933         (mute_stream), (silence_stream):
3934         Small debug additions.
3935
3936 2005-07-14  Wim Taymans  <wim@fluendo.com>
3937
3938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3939         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3940         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3941         Better error recovery, ignore unconnected pads and
3942         non-fatal errors.
3943
3944 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3945
3946         * docs/libs/tmpl/gstaudio.sgml:
3947         * docs/libs/tmpl/gstcolorbalance.sgml:
3948         * docs/libs/tmpl/gstgconf.sgml:
3949         * docs/libs/tmpl/gstmixer.sgml:
3950         * docs/libs/tmpl/gstringbuffer.sgml:
3951         * docs/libs/tmpl/gsttuner.sgml:
3952         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3953         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3954         (gst_tcpclientsrc_class_init):
3955         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3956         (gst_tcpserversrc_class_init):
3957         * sys/v4l/gstv4lelement.c:
3958           more autistic cleanliness in functions/names/defines
3959
3960 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3961
3962         * configure.ac:
3963           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3964           added manually to each Makefile.am so we are sure it goes
3965           *last* and doesn't add -L flags before linking in libs of our
3966           own, like, say, internal .la libs, that then accidentally pick
3967           up the installed copy.
3968         * docs/libs/Makefile.am:
3969         * ext/alsa/Makefile.am:
3970         * ext/cdparanoia/Makefile.am:
3971         * ext/gnomevfs/Makefile.am:
3972         * ext/libvisual/Makefile.am:
3973         * ext/ogg/Makefile.am:
3974         * ext/theora/Makefile.am:
3975         * ext/vorbis/Makefile.am:
3976         * gst-libs/gst/video/Makefile.am:
3977         * gst/adder/Makefile.am:
3978         * gst/audioconvert/Makefile.am:
3979         * gst/audiorate/Makefile.am:
3980         * gst/audioscale/Makefile.am:
3981         * gst/ffmpegcolorspace/Makefile.am:
3982         * gst/playback/Makefile.am:
3983         * gst/sine/Makefile.am:
3984         * gst/subparse/Makefile.am:
3985         * gst/tags/Makefile.am:
3986         * gst/tcp/Makefile.am:
3987         * gst/typefind/Makefile.am:
3988         * gst/videorate/Makefile.am:
3989         * gst/videoscale/Makefile.am:
3990         * gst/videotestsrc/Makefile.am:
3991         * gst/volume/Makefile.am:
3992         * sys/v4l/Makefile.am:
3993         * sys/ximage/Makefile.am:
3994         * sys/xvimage/Makefile.am:
3995           adapt properly to this change. This should make sure that
3996           plugins and libs properly link to the as-yet-uninstalled
3997           copies of stuff like libgstinterfaces and libgstvideo
3998
3999 2005-07-13  Andy Wingo  <wingo@pobox.com>
4000
4001         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
4002         (gst_v4lsrc_fixate): Fixate on format as well.
4003
4004         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
4005         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
4006         buffer points to it.
4007         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
4008         rather just doing X calls ourselves. Also fixes a memleak.
4009
4010 2005-07-12  Andy Wingo  <wingo@pobox.com>
4011
4012         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
4013         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
4014         (gst_v4lsrc_create): Re-add the copy-mode property, default to
4015         TRUE to avoid deadlocks if an element holds on to our buffers.
4016
4017 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4018
4019         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4020         (gst_sinesrc_init), (gst_sinesrc_create),
4021         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4022         (gst_sinesrc_start):
4023         * gst/sine/gstsinesrc.h:
4024           removing num-buffers property before moving it
4025
4026 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4027
4028         * configure.ac:
4029           use overridable ERROR_CFLAGS
4030         * docs/libs/gst-plugins-base-libs.types:
4031         * docs/libs/tmpl/gstringbuffer.sgml:
4032         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4033         (gst_alsasink_class_init):
4034         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4035         (gst_alsasrc_class_init):
4036         * gst-libs/gst/audio/audio.h:
4037         * gst-libs/gst/audio/gstaudioclock.h:
4038         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4039         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
4040         (gst_audio_filter_link), (gst_audio_filter_init),
4041         (gst_audio_filter_chain), (gst_audio_filter_set_property),
4042         (gst_audio_filter_get_property),
4043         (gst_audio_filter_class_add_pad_templates):
4044         * gst-libs/gst/audio/gstaudiofilter.h:
4045         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4046         (gst_audio_filter_template_get_type),
4047         (gst_audio_filter_template_base_init),
4048         (gst_audio_filter_template_class_init),
4049         (gst_audio_filter_template_init),
4050         (gst_audio_filter_template_set_property),
4051         (gst_audio_filter_template_get_property), (plugin_init),
4052         (gst_audio_filter_template_setup),
4053         (gst_audio_filter_template_filter),
4054         (gst_audio_filter_template_filter_inplace):
4055         * gst-libs/gst/audio/gstaudiosink.c:
4056         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4057         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4058         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4059         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4060         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4061         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4062         * gst-libs/gst/audio/gstaudiosink.h:
4063         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4064         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4065         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4066         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4067         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4068         (gst_audio_src_class_init), (gst_audio_src_init),
4069         (gst_audio_src_create_ringbuffer):
4070         * gst-libs/gst/audio/gstaudiosrc.h:
4071         * gst-libs/gst/audio/gstbaseaudiosink.c:
4072         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4073         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4074         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4075         (gst_base_audio_sink_set_property),
4076         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4077         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4078         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4079         (gst_base_audio_sink_create_ringbuffer),
4080         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4081         * gst-libs/gst/audio/gstbaseaudiosink.h:
4082         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4083         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4084         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4085         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4086         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4087         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4088         (gst_base_audio_src_event), (gst_base_audio_src_create),
4089         (gst_base_audio_src_create_ringbuffer),
4090         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4091         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4092         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4093         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4094         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4095         (gst_ring_buffer_debug_spec_caps),
4096         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4097         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4098         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4099         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4100         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4101         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4102         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4103         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4104         (gst_ring_buffer_clear):
4105         * gst-libs/gst/audio/gstringbuffer.h:
4106         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4107         (gst_video_sink_class_init), (gst_video_sink_get_type):
4108         * gst-libs/gst/video/videosink.h:
4109         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4110         (gst_multifdsink_class_init),
4111         (gst_multifdsink_handle_client_write),
4112         (gst_multifdsink_change_state):
4113         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4114         (gst_tcpclientsink_setcaps):
4115         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4116         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4117         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4118         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4119         (gst_ximagesink_send_pending_navigation),
4120         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4121         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4123         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4124         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4125         (gst_xvimagesink_send_pending_navigation),
4126         (gst_xvimagesink_navigation_send_event),
4127         (gst_xvimagesink_set_xwindow_id),
4128         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4129         (gst_xvimagesink_get_type):
4130         more macro splitting
4131
4132 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4133
4134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4135           plug a memleak, allows me to import 1479 albums in one go
4136           in jamboree
4137         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4138         (vorbis_handle_type_packet), (vorbis_dec_chain),
4139         (vorbis_dec_change_state):
4140           fix some format strings
4141
4142 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4143
4144         * docs/libs/tmpl/gstcolorbalance.sgml:
4145         * docs/libs/tmpl/gstmixer.sgml:
4146         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4147         (gst_alsasink_set_property), (gst_alsasink_get_property):
4148         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4149         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4150           add device property
4151
4152 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4153
4154         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4155         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4156         (audiocast_register_listener), (audiocast_thread_run),
4157         (gst_gnomevfssrc_send_additional_headers_callback),
4158         (gst_gnomevfssrc_received_headers_callback),
4159         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4160         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4161         (gst_gnomevfssrc_get_size):
4162           add/clean up debugging
4163         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4164           cleanups
4165
4166 2005-07-07  Andy Wingo  <wingo@pobox.com>
4167
4168         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4169         framerate. Need to get a handle on when exactly this function is
4170         called, tho.
4171
4172         * sys/v4l/v4lsrc_calls.h:
4173         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4174         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4175         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4176
4177         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4178         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4179         v4lelements are sources.
4180
4181         * sys/v4l/gstv4lxoverlay.h:
4182         * sys/v4l/gstv4lxoverlay.c:
4183         * sys/v4l/gstv4ltuner.h:
4184         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4185         
4186         * sys/v4l/gstv4lsrc.h:
4187         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4188         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4189         or something should handle that. Made a live source.
4190
4191         * sys/v4l/gstv4lelement.h:
4192         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4193         signals. Some cleanups.
4194
4195         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4196
4197         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4198         stuff.
4199
4200         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4201         stuff.
4202
4203         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4204
4205 2005-07-07  Wim Taymans  <wim@fluendo.com>
4206
4207         * ext/theora/theoradec.c: (theora_get_query_types),
4208         (theora_dec_src_getcaps), (theora_dec_push):
4209         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4210         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4211         Remove deprecated/unused query types.
4212
4213 2005-07-06  Wim Taymans  <wim@fluendo.com>
4214
4215         * ext/alsa/Makefile.am:
4216         * ext/alsa/gstalsaplugin.c: (plugin_init):
4217         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4218         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4219         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4220         (gst_alsasrc_class_init), (gst_alsasrc_init),
4221         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4222         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4223         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4224         (gst_alsasrc_reset):
4225         * ext/alsa/gstalsasrc.h:
4226         * gst-libs/gst/audio/Makefile.am:
4227         * gst-libs/gst/audio/gstaudiosink.c:
4228         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4229         (gst_audioringbuffer_start):
4230         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4231         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4232         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4233         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4234         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4235         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4236         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4237         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4238         * gst-libs/gst/audio/gstaudiosrc.h:
4239         * gst-libs/gst/audio/gstbaseaudiosink.c:
4240         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4241         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4242         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4243         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4244         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4245         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4246         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4247         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4248         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4249         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4250         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4251         (gst_baseaudiosrc_change_state):
4252         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4253         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4254         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4255         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4256         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4257         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4258         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4259         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4260         * gst-libs/gst/audio/gstringbuffer.h:
4261         Added audiosource base classes.
4262         Ported alsasrc, still very basic.
4263
4264 2005-07-06  Wim Taymans  <wim@fluendo.com>
4265
4266         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4267         (theora_dec_push), (theora_handle_data_packet):
4268         Prepare for better timestamp fix later.
4269
4270         * gst/audioconvert/gstaudioconvert.c:
4271         List most accurate caps first
4272
4273         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4274         Use proper pad task function.
4275
4276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4277         (gst_xvimagesink_show_frame):
4278         Fix deadlock when alloc failed.
4279
4280 2005-07-05  Andy Wingo  <wingo@pobox.com>
4281
4282         * ext/gnomevfs/gstgnomevfssrc.c:
4283         * gst/sine/gstsinesrc.c:
4284         * gst/tcp/gsttcpserversrc.c:
4285         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4286
4287         * sys/v4l/: Port from 0.8.
4288
4289         * Many files: Null if we got it....
4290
4291 2005-07-05  Andy Wingo  <wingo@pobox.com>
4292
4293         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4294         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4295         Signedness fixes.
4296
4297 2005-07-05  Wim Taymans  <wim@fluendo.com>
4298
4299         * configure.ac:
4300         * gst/tcp/Makefile.am:
4301         * gst/tcp/README:
4302         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4303         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4304         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4305         (is_sync_frame), (gst_multifdsink_handle_client_write),
4306         (gst_multifdsink_render), (gst_multifdsink_start),
4307         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4308         * gst/tcp/gstmultifdsink.h:
4309         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4310         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4311         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4312         * gst/tcp/gsttcp.h:
4313         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4314         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4315         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4316         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4317         * gst/tcp/gsttcpclientsink.h:
4318         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4319         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4320         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4321         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4322         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4323         * gst/tcp/gsttcpclientsrc.h:
4324         * gst/tcp/gsttcpplugin.c: (plugin_init):
4325         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4326         * gst/tcp/gsttcpserversink.h:
4327         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4328         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4329         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4330         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4331         (gst_tcpserversrc_stop):
4332         * gst/tcp/gsttcpserversrc.h:
4333         * gst/tcp/gsttcpsink.c:
4334         * gst/tcp/gsttcpsink.h:
4335         * gst/tcp/gsttcpsrc.c:
4336         * gst/tcp/gsttcpsrc.h:
4337         Ported tcp plugins to 0.9. 
4338         
4339
4340 2005-07-05  Andy Wingo  <wingo@pobox.com>
4341
4342         * gst/playback/gstplaybasebin.c (fill_buffer):
4343         message_new_application fixen.
4344
4345         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4346         Style fix.
4347
4348 2005-07-04  Wim Taymans  <wim@fluendo.com>
4349
4350         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4351         Set caps on output buffer.
4352
4353 2005-07-04  Andy Wingo  <wingo@pobox.com>
4354
4355         * ext/gnomevfs/gstgnomevfssrc.c
4356         (gst_gnomevfssrc_received_headers_callback) 
4357         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4358         hopefully.
4359
4360         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4361         No refcount leakage.
4362
4363         * configure.ac: Enable -Werror.
4364         
4365         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4366         * gst/audioconvert/bufferframesconvert.c
4367         (buffer_frames_convert_fixate):
4368         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4369         (gst_audio_convert_fixate):
4370         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4371         (gst_sinesrc_create): Fixate func changes.
4372         
4373         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4374         (gst_ximagesink_buffer_alloc): Unused var.
4375
4376 2005-07-01  Andy Wingo  <wingo@pobox.com>
4377
4378         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4379         getcaps to do explicit caps. Needs to be done in all decoders,
4380         possibly via a base class.
4381
4382         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4383
4384         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4385         caps on the sink pad, just rely on the pad template. Also, setting
4386         ANY caps on a pad is not valid because the caps are not fixed.
4387
4388         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4389         caps on the buffer, and get the width from the desired_caps if
4390         they're set.
4391         (gst_ximagesink_renegotiate_size): Implement via setting the
4392         desired_caps on the ximagesink.
4393         (gst_ximagesink_setcaps): Only reset the width of the player if it
4394         wasn't already set. Not sure if this is right.
4395         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4396
4397         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4398         that the user wants. NULL unless the window has been resized.
4399
4400         * gst/volume/gstvolume.c (volume_transform): Adapt to
4401         basetransform refcount changes.
4402         
4403 2005-07-01  Andy Wingo  <wingo@pobox.com>
4404
4405         * gst/videoscale/gstvideoscale.c:
4406         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4407         from BaseTransform, implements a transform_caps. Removed dead code
4408         including some PAR stuff that was never reached -- should probably
4409         be added back somehow.
4410
4411 2005-07-01  Andy Wingo  <wingo@pobox.com>
4412
4413         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4414         come later.
4415
4416 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4417
4418         * configure.ac:
4419         * docs/libs/Makefile.am:
4420         * docs/libs/gst-plugins-libs.types:
4421         * ext/alsa/Makefile.am:
4422         * ext/alsa/gstalsamixer.h:
4423         * ext/alsa/gstalsamixeroptions.h:
4424         * ext/alsa/gstalsamixertrack.h:
4425         * gst-libs/gst/Makefile.am:
4426         * gst-libs/gst/colorbalance/.cvsignore:
4427         * gst-libs/gst/colorbalance/Makefile.am:
4428         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4429         * gst-libs/gst/colorbalance/colorbalance.c:
4430         * gst-libs/gst/colorbalance/colorbalance.h:
4431         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4432         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4433         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4434         * gst-libs/gst/interfaces/Makefile.am:
4435         * gst-libs/gst/interfaces/colorbalance.c:
4436         (gst_color_balance_class_init):
4437         * gst-libs/gst/interfaces/colorbalance.h:
4438         * gst-libs/gst/interfaces/interfaces-marshal.list:
4439         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4440         * gst-libs/gst/interfaces/mixer.h:
4441         * gst-libs/gst/interfaces/mixeroptions.h:
4442         * gst-libs/gst/interfaces/navigation.c:
4443         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4444         * gst-libs/gst/interfaces/tuner.h:
4445         * gst/volume/Makefile.am:
4446         * gst/volume/gstvolume.c:
4447         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4448         * sys/ximage/Makefile.am:
4449         * sys/ximage/ximagesink.c:
4450         * sys/xvimage/Makefile.am:
4451         * sys/xvimage/xvimagesink.c:
4452           fold in all interfaces into an interfaces dir, preserving CVS
4453           history
4454
4455 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4456
4457         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4458           Fix build after riff changes.
4459
4460 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4461
4462         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4463         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4464         (gst_riff_create_video_template_caps),
4465         (gst_riff_create_audio_template_caps),
4466         (gst_riff_create_iavs_template_caps):
4467         * gst-libs/gst/riff/riff-media.h:
4468         * gst-libs/gst/riff/riff-read.h:
4469         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4470           Add gst_riff_init() to initialize the debug category, instead
4471           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4472
4473 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4474
4475         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4476           Oops, I shouldn't apply hacks.
4477
4478 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4479
4480         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4481           Remove pad_loop function which doesn't work.
4482
4483 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4484
4485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4486           Send EOS when deactivating.
4487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4488         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4489         (gen_preroll_element), (probe_triggered), (mute_stream),
4490         (silence_stream), (new_decoded_pad), (setup_substreams),
4491         (set_active_source):
4492         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4493         (remove_sinks), (add_sink):
4494         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4495           Change for new probe API.
4496
4497 2005-06-29  Wim Taymans  <wim@fluendo.com>
4498
4499         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4500         * gst-libs/gst/audio/gstbaseaudiosink.c:
4501         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4502         (gst_baseaudiosink_change_state):
4503         * gst-libs/gst/audio/gstbaseaudiosink.h:
4504         * gst-libs/gst/audio/gstringbuffer.c:
4505         (gst_ringbuffer_set_callback):
4506         Fix compilation error.
4507         Ringbuffer starts out as not running.
4508         Free our clock in dispose.
4509         When releasing the ringbuffer we need to renegotiate so
4510         clear the pad caps.
4511
4512 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4513
4514         * autogen.sh:
4515         * configure.ac:
4516         * docs/Makefile.am:
4517         * docs/libs/Makefile.am:
4518         * docs/libs/gst-plugins-libs-docs.sgml:
4519         * docs/libs/gst-plugins-libs-sections.txt:
4520         * docs/libs/gst-plugins-libs.types:
4521         * docs/libs/tmpl/gstaudio.sgml:
4522         * docs/libs/tmpl/gstcolorbalance.sgml:
4523         * docs/libs/tmpl/gstringbuffer.sgml:
4524         * gst-libs/gst/audio/gstringbuffer.c:
4525         (gst_ringbuffer_set_callback):
4526           reinstate gtk-doc docs for plugin libs
4527
4528 2005-06-28  Wim Taymans  <wim@fluendo.com>
4529
4530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4531         (gst_ogg_demux_init):
4532         Removed pad loop function.
4533
4534 2005-06-28  Wim Taymans  <wim@fluendo.com>
4535
4536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4537         If we're building a chain we are not in an error case
4538         when we queue a buffer.
4539
4540 2005-06-28  Andy Wingo  <wingo@pobox.com>
4541
4542         * *.c: Don't cast to GstObject before reffing/unreffing.
4543
4544 2005-06-27  Andy Wingo  <wingo@pobox.com>
4545
4546         * gst/videotestsrc/gstvideotestsrc.c
4547         (gst_videotestsrc_activate_push): Activation API changes.
4548
4549         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4550         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4551         they have refs on the decodebin.
4552
4553         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4554         parent class.
4555         (gst_ogg_pad_typefind): Don't leak a pad ref.
4556         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4557         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4558         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4559
4560 2005-06-27  Edward Hervey  <edward@fluendo.com>
4561
4562         * ext/theora/theoradec.c: (theora_dec_change_state): 
4563         re-arranged call to parent's state change in order to avoid locks (or
4564         worse).
4565
4566 2005-06-26  Edward Hervey  <edward@fluendo.com>
4567
4568         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4569         2nd argument of 'unknow-type' signal is a GstCaps and not a
4570         GstMiniObject
4571
4572 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4573         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4574           Set the worker thread's running flag to TRUE before starting the
4575           thread.
4576         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4577           Catch a failure to add typefind to the bin.
4578
4579 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4580
4581         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4582         (gst_sinesrc_init), (gst_sinesrc_create),
4583         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4584         (gst_sinesrc_start):
4585         * gst/sine/gstsinesrc.h:
4586           add num-buffers and timestamp-offset properties
4587         * gst/videotestsrc/gstvideotestsrc.c:
4588         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4589         (gst_videotestsrc_get_property):
4590           add timestamp-offset property
4591
4592 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4593
4594         * configure.ac: add videorate
4595         * gst-plugins-base.spec.in: add videorate
4596
4597 2005-06-23  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4600         (gst_videorate_getcaps), (gst_videorate_setcaps),
4601         (gst_videorate_event), (gst_videorate_chain):
4602         Fixed videorate, fixating an already fixated caps is not
4603         an error.
4604
4605 2005-06-23  Wim Taymans  <wim@fluendo.com>
4606
4607         * ext/ogg/README:
4608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4609         Buffer on caps is not boxed anymore.
4610
4611 2005-06-22  Wim Taymans  <wim@fluendo.com>
4612
4613         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4615         Set buffers on caps as miniobjects and not as boxed.
4616
4617 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4618
4619         * configure.ac:
4620           back to HEAD
4621
4622 === release 0.9.1 ===
4623
4624 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4625
4626         * .cvsignore:
4627         * NEWS:
4628         * README:
4629         * RELEASE:
4630         * configure.ac:
4631         * po/af.po:
4632         * po/az.po:
4633         * po/cs.po:
4634         * po/en_GB.po:
4635         * po/hu.po:
4636         * po/it.po:
4637         * po/nb.po:
4638         * po/nl.po:
4639         * po/or.po:
4640         * po/sq.po:
4641         * po/sr.po:
4642         * po/sv.po:
4643         * po/uk.po:
4644         * po/vi.po:
4645           updates for release
4646
4647 2005-06-09  Andy Wingo  <wingo@pobox.com>
4648
4649         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4650         
4651 2005-06-09  Andy Wingo  <wingo@pobox.com>
4652
4653         * configure.ac:
4654         * gst-libs/gst/Makefile.am:
4655         * gst-libs/gst/net/Makefile.am:
4656         Add gstnet to build.
4657
4658 2005-06-09  Andy Wingo  <wingo@pobox.com>
4659
4660         * gst-libs/gst/gconf/gconf.c:
4661         * gst/playback/test.c:
4662         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4663         fixes.
4664
4665         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4666
4667         * ext/theora/theoraenc.c (theora_enc_chain): 
4668         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4669
4670         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4671         RealPad.
4672
4673 2005-06-02  Wim Taymans  <wim@fluendo.com>
4674
4675         * gst-libs/gst/net/Makefile.am:
4676         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4677         * pkgconfig/gstreamer-libs.pc.in:
4678         Added net stuff, version net lib.
4679
4680 2005-06-02  Wim Taymans  <wim@fluendo.com>
4681
4682         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4683         (query_rates), (query_positions_elems), (query_positions_pads),
4684         (do_seek):
4685         Updated seek example.
4686
4687 2005-06-02  Andy Wingo  <wingo@pobox.com>
4688
4689         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4690         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4691         list.
4692
4693         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4694         remove the typefind, the bin dispose will do it for us. When it's
4695         removed and unreffed, the signal handler will be disconnected,
4696         too.
4697         (unlinked): It's too difficult to disconnect from unlinked
4698         handlers, as they are on pads not elements. Just punt if the pads
4699         aren't grandkids of the bin.
4700
4701 2005-06-02  Wim Taymans  <wim@fluendo.com>
4702
4703         * ext/ogg/README:
4704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4705         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4707         * ext/theora/theoradec.c: (theora_dec_src_query),
4708         (theora_handle_data_packet):
4709         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4710         (theora_enc_chain):
4711         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4712         (vorbis_handle_data_packet):
4713         * gst/audioconvert/bufferframesconvert.c:
4714         (buffer_frames_convert_chain):
4715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4716         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4717         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4718         (gst_ffmpegcsp_chain):
4719         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4720         (gst_videorate_getcaps), (gst_videorate_setcaps),
4721         (gst_videorate_event), (gst_videorate_chain):
4722         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4723         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4725         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4726         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4727         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4728         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4729         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4730         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4731         Cleanups and buffer alloc.
4732
4733 2005-05-31  Wim Taymans  <wim@fluendo.com>
4734
4735         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4736         Don't try to call the delay method when the device is not
4737         opened.
4738
4739 2005-05-31  Wim Taymans  <wim@fluendo.com>
4740
4741         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4742         Get actual segment size and buffer size after opening
4743         the device.
4744
4745 2005-05-30  Wim Taymans  <wim@fluendo.com>
4746
4747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4748         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4749         Also FLUSH upstream, makes the loop function exit faster.
4750         
4751         * ext/theora/theoradec.c: (theora_dec_src_query):
4752         Some more debug info in the query.
4753         
4754         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4755         (gst_ximagesink_setcaps):
4756         Release lock on par error, better error reporting.
4757
4758 2005-05-26  Wim Taymans  <wim@fluendo.com>
4759
4760         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4761         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4762         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4763         Clear chains in READY
4764         Queue packets until the chain is activated.
4765
4766 2005-05-25  Wim Taymans  <wim@fluendo.com>
4767
4768         * gst-libs/gst/audio/gstaudiosink.c:
4769         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4770         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4771         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4772         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4773         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4774         (gst_audiosink_create_ringbuffer):
4775         * gst-libs/gst/audio/gstbaseaudiosink.c:
4776         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4777         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4778         (gst_baseaudiosink_set_property), (build_linear_format),
4779         (debug_spec_caps), (debug_spec_buffer),
4780         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4781         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4782         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4783         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4784         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4785         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4786         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4787         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4788         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4789         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4790         (wait_segment), (gst_ringbuffer_commit),
4791         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4792         (gst_ringbuffer_clear):
4793         Various small cleanups.
4794
4795         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4796         (gst_audio_convert_change_state):
4797         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4798         No need to take the locks anymore.
4799
4800 2005-05-25  Wim Taymans  <wim@fluendo.com>
4801
4802         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4803         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4804         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4805         (type_found):
4806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4807         (group_destroy), (group_commit), (queue_overrun),
4808         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4809         (mute_stream), (new_decoded_pad), (setup_substreams),
4810         (setup_source), (mute_group_type), (set_active_source),
4811         (gst_play_base_bin_change_state):
4812         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4813         (gen_video_element), (gen_text_element), (gen_audio_element),
4814         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4815         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4816         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4817         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4818         Some playbin cleanups mostly refcounting sloppyness.
4819
4820 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4821
4822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4823           Work with streaming input.
4824
4825 2005-05-25  Wim Taymans  <wim@fluendo.com>
4826
4827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4828         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4829         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4830         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4831         No need to take the STREAM lock anymore.
4832
4833 2005-05-25  Wim Taymans  <wim@fluendo.com>
4834
4835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4836         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4837         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4838         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4839         (gst_ogg_demux_sink_activate):
4840         * ext/theora/theoradec.c: (theora_dec_src_event),
4841         (theora_handle_comment_packet), (theora_dec_chain),
4842         (theora_dec_change_state):
4843         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4844         (vorbis_handle_data_packet), (vorbis_dec_chain),
4845         (vorbis_dec_change_state):
4846         Remove STREAM locks as they are taken in core now.
4847         Never set bogus granulepos on vorbis/theora.
4848         Fix leaks in theoradec tag parsing.
4849
4850 2005-05-25  Wim Taymans  <wim@fluendo.com>
4851
4852         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4853         Fix memleaks, GST_BUFFER_DATA() is not freed.
4854
4855 2005-05-25  Wim Taymans  <wim@fluendo.com>
4856
4857         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4858         Open non-blocking, set to blocking mode afterwards to avoid
4859         lockups when audio device is busy.
4860
4861 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4862
4863         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4864           This can't be good.
4865
4866 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4867
4868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4869         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4870         (gst_audio_convert_setcaps):
4871           Implement instant setup switching.
4872
4873 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4874
4875         * gst/playback/gstplaybasebin.c: (probe_triggered):
4876           Fix missing unlock.
4877         * gst/playback/gstplaybin.c: (add_sink):
4878           First add, then link (otherwise pad link fails).
4879
4880 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4881
4882         * examples/Makefile.am:
4883         fix buildbot (make distcheck)
4884
4885 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4886
4887         * gst/playback/gstplaybin.c: (gen_vis_element):
4888           Remove some wrong code. Doesn't work yet.
4889
4890 2005-05-19  Wim Taymans  <wim@fluendo.com>
4891
4892         * gst-libs/gst/net/Makefile.am:
4893         * gst-libs/gst/net/README:
4894         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4895         (gst_netbuffer_class_init), (gst_netbuffer_init),
4896         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4897         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4898         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4899         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4900         * gst-libs/gst/net/gstnetbuffer.h:
4901         Added buffer subclass to store extra to/from addresses for
4902         network sources/sinks.
4903
4904 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4905
4906         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4907           Don't lock an unassigned variable.
4908
4909 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4910
4911         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4912           Increase buffer for video, decrease buffer for other media types.
4913         * gst/playback/gstplaybin.c: (gen_video_element),
4914         (gen_audio_element):
4915           Change names for debugging purposes.
4916
4917 2005-05-18  Wim Taymans  <wim@fluendo.com>
4918
4919         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4920         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4921         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4922         (gst_ffmpegcsp_chain):
4923         Enable buffer alloc passthrough if the source and dest
4924         formats are the same.
4925
4926 2005-05-17  Wim Taymans  <wim@fluendo.com>
4927
4928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4929         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4930         (gst_ogg_demux_chain_unlocked):
4931         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4932         (gst_audio_convert_caps_remove_format_info),
4933         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4934         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4936         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4937         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4938         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4939         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4940         (gst_ffmpegcsp_get_property):
4941         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4942         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4943         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4944         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4945         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4946         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4947         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4948         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4949         Leak fixes in oggdemux.
4950         Some cleanups in audioconvert.
4951         Make passthrough work along with buffer_alloc etc.
4952         Make buffer_alloc and buffer recycling actually work in
4953         xvimagesink.
4954
4955 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4956
4957         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4958           make the compiler happy
4959
4960 2005-05-17  Wim Taymans  <wim@fluendo.com>
4961
4962         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4963         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4964         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4965         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4966         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4967         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4968         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4969         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4970         (gst_xvimagesink_set_xwindow_id):
4971         * sys/xvimage/xvimagesink.h:
4972         Port xvimagesink to new MiniObject.
4973
4974 2005-05-17  Wim Taymans  <wim@fluendo.com>
4975
4976         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4977         (gst_audiofilter_chain):
4978         * gst-libs/gst/audio/gstaudiosink.c:
4979         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4980         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4981         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4982         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4983         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4984         (gst_audiosink_create_ringbuffer):
4985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4986         (gst_audio_convert_caps_remove_format_info),
4987         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4988         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4990         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4991         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4992         Fix passthrough in ffmpegcolorspace.
4993         Fix memset in audiosink on wrong memory.
4994
4995 2005-05-16  David Schleef  <ds@schleef.org>
4996
4997         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4998         to GstMiniObject.
4999
5000 2005-05-16  David Schleef  <ds@schleef.org>
5001
5002         Port from GstData to GstMiniObject.
5003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5004         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
5005         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
5006         (gst_ogg_mux_collected):
5007         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5008         * ext/theora/theoradec.c: (theora_handle_comment_packet),
5009         (theora_handle_data_packet):
5010         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5011         (theora_set_header_on_caps), (theora_enc_chain):
5012         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5013         (vorbis_handle_comment_packet):
5014         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5015         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5016         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
5017         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
5018         * gst/audioconvert/gstaudioconvert.c:
5019         (gst_audio_convert_get_buffer):
5020         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5021         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5022         (mute_stream), (silence_stream):
5023         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5024         * gst/volume/gstvolume.c: (volume_transform):
5025         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5026         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
5027         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
5028         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5029         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
5030         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
5031         (gst_ximagesink_buffer_alloc):
5032         * sys/ximage/ximagesink.h:
5033
5034 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5035
5036         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5037         (fill_buffer), (check_queue), (queue_threshold_reached),
5038         (queue_out_of_data):
5039         * gst/playback/gstplaybasebin.h:
5040           Post buffer-fullness on the bus.
5041
5042 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5043
5044         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5045         (try_to_link_1):
5046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5047         (group_commit), (probe_triggered), (setup_source),
5048         (gst_play_base_bin_change_state):
5049         * gst/playback/gstplaybasebin.h:
5050         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5051         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5052         (gst_play_bin_change_state):
5053           Move setup_output_pads into a virtual function, remove
5054           group-switch (no longer needed) and redirect (handled by bus
5055           now) signals.
5056
5057 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5058
5059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5060         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5061         (get_active_group), (get_building_group), (group_destroy),
5062         (group_commit), (check_queue), (queue_overrun),
5063         (queue_threshold_reached), (queue_out_of_data),
5064         (gen_preroll_element), (remove_groups), (unknown_type),
5065         (add_element_stream), (no_more_pads), (probe_triggered),
5066         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5067         (setup_substreams), (setup_source), (finish_source),
5068         (prepare_output), (muted_group_change_state),
5069         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5070         (gst_play_base_bin_change_state):
5071         * gst/playback/gstplaybasebin.h:
5072         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5073         (gst_play_bin_init), (gst_play_bin_set_property),
5074         (gen_video_element), (gen_text_element), (gen_audio_element),
5075         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5076         (gst_play_bin_change_state):
5077         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5078         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5079         (stream_info_change_state), (gst_stream_info_set_mute),
5080         (gst_stream_info_get_property):
5081         * gst/playback/gststreaminfo.h:
5082         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5083         (gst_stream_selector_get_linked_pad),
5084         (gst_stream_selector_getcaps),
5085         (gst_stream_selector_get_linked_pads),
5086         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5087         * gst/playback/gststreamselector.h:
5088           Rough port of playbin. Needs some more work, but is mostly done,
5089           and uses a few locks in important places, which should make stuff
5090           like chain-switches clean. Still uses GST_STATE() in a few places,
5091           which isn't all that good an idea, subtitles/elements disabled
5092           because no elements to test with and thus probably broken, query
5093           and event handling moved to GstBin, internal thread removed
5094           alltogether because the pipeline does that for us now. Can play
5095           Ogg/Vorbis files. Haven't tested anything else yet.
5096
5097 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5098
5099         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5100           Do no-more-pads (needed for autoplugging).
5101
5102 2005-05-10  Andy Wingo  <wingo@pobox.com>
5103
5104         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5105         message to the bus with the tags. Still not sent downstream tho.
5106
5107         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5108         get_parent.
5109         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5110         avoid refcounting hassles.
5111
5112 2005-05-09  Andy Wingo  <wingo@pobox.com>
5113
5114         * gst/volume/Makefile.am:
5115         * gst/volume/demo.c
5116         * gst/volume/gstvolume.h
5117         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5118         basetransform. Probably need an audio filter base class.
5119
5120 2005-05-09  Wim Taymans  <wim@fluendo.com>
5121
5122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5123         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5124         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5125         (gst_vorbisenc_chain):
5126         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5127         (gst_audio_convert_caps_remove_format_info),
5128         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5129         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5130         Make caps writable before writing to it.
5131         Fix negotiation in audioconvert some more.
5132
5133 2005-05-09  Wim Taymans  <wim@fluendo.com>
5134
5135         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5136         (gst_videorate_getcaps), (gst_videorate_setcaps),
5137         (gst_videorate_event), (gst_videorate_chain):
5138         Better negotiation.
5139
5140 2005-05-09  Wim Taymans  <wim@fluendo.com>
5141
5142         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5143         (gst_videorate_getcaps), (gst_videorate_setcaps),
5144         (gst_videorate_blank_data), (gst_videorate_init),
5145         (gst_videorate_event), (gst_videorate_chain),
5146         (gst_videorate_change_state):
5147         Port videorate, do a better job at negotiation while we're at
5148         it.
5149
5150 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5151
5152         * configure.ac:
5153           Disable libvisual
5154
5155         * examples/Makefile.am:
5156         * gst-libs/gst/audio/Makefile.am:
5157         * gst-libs/gst/riff/Makefile.am:
5158         * gst-libs/gst/tag/Makefile.am:
5159         * gst-libs/gst/video/Makefile.am:
5160           Fixups for missing variables.
5161
5162 2005-05-09  Wim Taymans  <wim@fluendo.com>
5163
5164         * examples/seeking/seek.c: (make_theora_pipeline),
5165         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5166         (query_rates), (query_positions_elems), (query_positions_pads),
5167         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5169         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5170         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5171         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5172         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5174         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5175         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5176         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5177         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5178         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5179         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5180         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5181         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5182         (theora_dec_src_convert), (theora_dec_sink_convert),
5183         (theora_dec_src_query), (theora_dec_sink_query),
5184         (theora_dec_src_event), (theora_dec_sink_event),
5185         (theora_handle_comment_packet), (theora_handle_type_packet),
5186         (theora_handle_header_packet), (theora_handle_data_packet),
5187         (theora_dec_chain):
5188         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5189         (vorbis_dec_convert), (vorbis_dec_src_query),
5190         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5191         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5192         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5193         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5194         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5195         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5196         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5197         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5198         (gst_play_bin_query):
5199         * gst/playback/test3.c: (update_scale):
5200         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5201         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5202         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5203         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5204         (gst_videotestsrc_src_query):
5205         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5206         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5207         (paint_hline_YUV9):
5208         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5209         Port to new query API.
5210         Updated seek.
5211         Cleanups in x[v]imagesink
5212
5213 2005-05-09  Andy Wingo  <wingo@pobox.com>
5214
5215         * ext/alsa/gstalsasink.h:
5216         * ext/gnomevfs/gstgnomevfssrc.c:
5217         (gst_gnomevfssrc_get_icy_metadata):
5218         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5219         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5220         * ext/theora/theoradec.c (theora_dec_src_query)
5221         (theora_dec_src_event, theora_dec_sink_event)
5222         (theora_handle_comment_packet, theora_handle_data_packet):
5223         * ext/theora/theoraenc.c (theora_enc_chain):
5224         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5225         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5226         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5227         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5228         (qt_type_find):
5229         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5230         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5231         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5232         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5233         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5234         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5235         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5236         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5237         (paint_setup_RGB565, paint_setup_xRGB1555):
5238         * gst/videotestsrc/videotestsrc.h:
5239         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5240         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5241         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5242         GCC4 fixes.
5243         
5244         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5245         gst_pad_query_position. Fixes oggdemux.
5246
5247 2005-05-08  David Schleef  <ds@schleef.org>
5248
5249         * configure.ac: Require liboil.
5250         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5251         a few more.
5252         * gst/videotestsrc/videotestsrc.c:
5253         * gst/videotestsrc/videotestsrc.h:
5254
5255 2005-05-06  Wim Taymans  <wim@fluendo.com>
5256
5257         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5258         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5259         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5260         Well, unreffing a buffer right before pushing it is asking
5261         for trouble..
5262
5263 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5264
5265         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5266
5267 2005-05-06  Wim Taymans  <wim@fluendo.com>
5268
5269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5270         (gst_audio_convert_caps_remove_format_info),
5271         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5272         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5274         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5275         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5276         * gst/sine/Makefile.am:
5277         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5278         (gst_sinesrc_class_init), (gst_sinesrc_init),
5279         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5280         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5281         (gst_sinesrc_update_freq):
5282         * gst/sine/gstsinesrc.h:
5283         * gst/tcp/gstmultifdsink.c:
5284         * sys/xvimage/xvimagesink.c:
5285         Fixed negotiation wrt _peer_get_caps()
5286         Some cleanups.
5287
5288
5289 2005-05-06  Wim Taymans  <wim@fluendo.com>
5290
5291         * gst-libs/gst/audio/gstaudiosink.c:
5292         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5293         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5294         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5295         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5296         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5297         (gst_audiosink_create_ringbuffer):
5298         * gst-libs/gst/audio/gstbaseaudiosink.c:
5299         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5300         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5301         (gst_baseaudiosink_set_property), (build_linear_format),
5302         (debug_spec_caps), (debug_spec_buffer),
5303         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5304         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5305         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5306         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5307         * gst-libs/gst/audio/gstbaseaudiosink.h:
5308         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5309         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5310         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5311         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5312         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5313         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5314         (wait_segment), (gst_ringbuffer_commit),
5315         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5316         (gst_ringbuffer_clear):
5317         * gst-libs/gst/audio/gstringbuffer.h:
5318         Make the base audiosink return an error when there is no
5319         audiobuffer negotiated.
5320
5321 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5322
5323         * ext/Makefile.am:
5324         Disable cdparanoia until someone ports it!
5325
5326 2005-05-06  Wim Taymans  <wim@fluendo.com>
5327
5328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5329         (gst_ogg_demux_sink_activate):
5330         And revert after wingo's revert.. sigh..
5331
5332 2005-05-05  Andy Wingo  <wingo@pobox.com>
5333
5334         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5335         GObject.
5336         * configure.ac: Return audiorate and subparse from the ghetto.
5337         Re-enable -Wall -Werror.
5338         * gst/subparse/gstsubparse.c:
5339         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5340         or chain-based. Cleaned up a bit. Not tested.
5341         
5342 2005-05-05  Christian Schaller <christian@fluendo.com> 
5343
5344         * Makefile.am: remove stuff that is not building
5345         * configure.ac: remove stuff that is not building
5346         * examples/Makefile.am: remove stuff that is not building
5347         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5348         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5349         * sys/Makefile.am: remove stuff that is not building
5350         * testsuite/Makefile.am: remove stuff that is not building
5351
5352 2005-05-05  Andy Wingo  <wingo@pobox.com>
5353
5354         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5355         * gst-libs/gst/tag/gstvorbistag.c:
5356         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5357         * gst/adder/gstadder.h:
5358         * gst/audioconvert/gstchannelmix.c:
5359         (gst_audio_convert_fill_one_other):
5360         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5361         (gst_audiorate_init), (gst_audiorate_chain):
5362         * gst/playback/gstplaybasebin.c: (setup_source):
5363         * gst/playback/test3.c: (update_scale):
5364         Some GCC4 fixes
5365         
5366         * po/af.po:
5367         * po/az.po:
5368         * po/cs.po:
5369         * po/en_GB.po:
5370         * po/hu.po:
5371         * po/it.po:
5372         * po/nb.po:
5373         * po/nl.po:
5374         * po/or.po:
5375         * po/sq.po:
5376         * po/sr.po:
5377         * po/sv.po:
5378         * po/uk.po:
5379         * po/vi.po: Foo
5380
5381 2005-05-05  Wim Taymans  <wim@fluendo.com>
5382
5383         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5384         (gst_audio_convert_caps_remove_format_info),
5385         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5386         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5387         * gst/videotestsrc/gstvideotestsrc.c:
5388         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5389         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5390         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5391         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5392         Don't ignore _push() return values.
5393         Make sure no processing is done when shutting down.
5394         Videotestsrc pad activation fix.
5395
5396 2005-05-05  Wim Taymans  <wim@fluendo.com>
5397
5398         * gst/adder/Makefile.am:
5399         * gst/adder/gstadder.c: (gst_adder_setcaps),
5400         (gst_adder_class_init), (gst_adder_init),
5401         (gst_adder_request_new_pad), (gst_adder_collected),
5402         (gst_adder_change_state):
5403         * gst/adder/gstadder.h:
5404         Ported adder as an example of a mixer element using
5405         collect pads. Needs more negotiation work.
5406
5407 2005-05-05  Wim Taymans  <wim@fluendo.com>
5408
5409         * ext/theora/theoradec.c: (_inc_granulepos),
5410         (theora_dec_src_event), (theora_dec_sink_event),
5411         (theora_handle_comment_packet), (theora_handle_type_packet),
5412         (theora_handle_header_packet), (theora_handle_data_packet),
5413         (theora_dec_chain):
5414         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5415         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5416         (theora_push_buffer), (theora_push_packet),
5417         (theora_enc_sink_event), (theora_enc_chain),
5418         (theora_enc_change_state), (theora_enc_set_property),
5419         (theora_enc_get_property):
5420         Added stream lock to decoder so that we can serialize
5421         the discont event.
5422         More theoraenc porting, recover from errors, do clean
5423         shutdown.
5424
5425 2005-05-05  Wim Taymans  <wim@fluendo.com>
5426
5427         * ext/ogg/Makefile.am:
5428         * ext/ogg/README:
5429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5430         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5431         (gst_ogg_print):
5432         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5433         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5434         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5435         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5436         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5437         (gst_ogg_mux_change_state):
5438         Ported ogg muxer.
5439
5440 2005-05-05  Wim Taymans  <wim@fluendo.com>
5441
5442         * docs/design-audiosinks.txt:
5443         * gst-libs/gst/audio/TODO:
5444         * gst-libs/gst/audio/gstaudiosink.c:
5445         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5446         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5447         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5448         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5449         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5450         (gst_audiosink_create_ringbuffer):
5451         * gst-libs/gst/audio/gstbaseaudiosink.c:
5452         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5453         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5454         (gst_baseaudiosink_set_property), (build_linear_format),
5455         (debug_spec_caps), (debug_spec_buffer),
5456         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5457         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5458         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5459         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5460         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5461         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5462         (gst_ringbuffer_release), (gst_ringbuffer_play),
5463         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5464         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5465         (gst_ringbuffer_set_sample), (wait_segment),
5466         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5467         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5468         More work on the audiosink, mostly debugging and a race in
5469         shutdown.
5470
5471 2005-04-28  Wim Taymans  <wim@fluendo.com>
5472
5473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5474         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5475         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5476         (vorbis_dec_src_query), (vorbis_dec_src_event),
5477         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5478         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5479         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5480         Don't crap out when seeking back to position 0.
5481
5482 2005-04-28  Wim Taymans  <wim@fluendo.com>
5483
5484         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5485         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5486         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5487         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5488         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5489         Make audio sink configurable, use alsasink as default.
5490
5491 2005-04-28  Wim Taymans  <wim@fluendo.com>
5492
5493         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5494         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5495         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5496         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5497         (vorbis_dec_change_state):
5498         * ext/vorbis/vorbisdec.h:
5499         Refactor, use STREAM_LOCK.
5500
5501 2005-04-28  Wim Taymans  <wim@fluendo.com>
5502
5503         * ext/theora/theoradec.c: (_inc_granulepos),
5504         (theora_dec_sink_event), (theora_handle_comment_packet),
5505         (theora_handle_type_packet), (theora_handle_header_packet),
5506         (theora_handle_data_packet), (theora_dec_chain),
5507         (theora_dec_change_state):
5508         Refactor a bit, use STREAM_LOCK.
5509
5510 2005-04-28  Wim Taymans  <wim@fluendo.com>
5511
5512         * ext/alsa/Makefile.am:
5513         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5514         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5515         (gst_alsa_link), (gst_alsa_close_audio):
5516         * ext/alsa/gstalsaplugin.c: (plugin_init):
5517         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5518         (gst_alsasink_dispose), (gst_alsasink_base_init),
5519         (gst_alsasink_class_init), (gst_alsasink_init),
5520         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5521         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5522         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5523         (gst_alsasink_reset):
5524         * ext/alsa/gstalsasink.h:
5525         Implement alsasink with simple open/write/close API. 
5526         Make alsa dir build by disabling compilation of code.
5527
5528 2005-04-28  Wim Taymans  <wim@fluendo.com>
5529
5530         * gst-libs/gst/audio/Makefile.am:
5531         * gst-libs/gst/audio/audio.h:
5532         * gst-libs/gst/audio/audioclock.c:
5533         * gst-libs/gst/audio/audioclock.h:
5534         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5535         (gst_audio_clock_class_init), (gst_audio_clock_init),
5536         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5537         * gst-libs/gst/audio/gstaudioclock.h:
5538         * gst-libs/gst/audio/gstaudiosink.c:
5539         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5540         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5541         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5542         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5543         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5544         (gst_audiosink_create_ringbuffer):
5545         * gst-libs/gst/audio/gstbaseaudiosink.c:
5546         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5547         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5548         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5549         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5550         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5551         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5552         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5553         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5554         * gst-libs/gst/audio/gstbaseaudiosink.h:
5555         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5556         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5557         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5558         (gst_ringbuffer_release), (gst_ringbuffer_play),
5559         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5560         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5561         (gst_ringbuffer_set_sample), (wait_segment),
5562         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5563         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5564         * gst-libs/gst/audio/gstringbuffer.h:
5565         Make ringbuffer faster and more simple by removing the locks
5566         in the playback thread.
5567         Add sample accurate playback based on buffer sample offsets.
5568         Make the baseaudiosink provide a clock.
5569         Parse caps in the base class.
5570         Correctly handle seeking, flushing and state changes.
5571
5572 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5573
5574         * configure.ac:
5575         * gst/audioconvert/Makefile.am:
5576         * gst/audioscale/Makefile.am:
5577           Fix part of the build.  Come on guys, autogen didn't even work :)
5578
5579 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5580
5581         * configure.ac:
5582         * gst-libs/gst/Makefile.am:
5583         * gst-libs/gst/media-info/.cvsignore:
5584         * gst-libs/gst/media-info/Makefile.am:
5585         * gst-libs/gst/media-info/README:
5586         * gst-libs/gst/media-info/media-info-priv.c:
5587         * gst-libs/gst/media-info/media-info-priv.h:
5588         * gst-libs/gst/media-info/media-info-test.c:
5589         * gst-libs/gst/media-info/media-info.c:
5590         * gst-libs/gst/media-info/media-info.h:
5591         * gst-libs/gst/media-info/media-info.vcproj:
5592         * pkgconfig/Makefile.am:
5593         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5594         * pkgconfig/gstreamer-media-info.pc.in:
5595           Remove media-info, which is also successed by playbin (see Totem
5596           implementation).
5597
5598 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5599
5600         * configure.ac:
5601         * examples/Makefile.am:
5602         * examples/gstplay/.cvsignore:
5603         * examples/gstplay/Makefile.am:
5604         * examples/gstplay/player.c:
5605         * gst-libs/gst/Makefile.am:
5606         * gst-libs/gst/play/.cvsignore:
5607         * gst-libs/gst/play/Makefile.am:
5608         * gst-libs/gst/play/play.c:
5609         * gst-libs/gst/play/play.h:
5610         * gst-libs/gst/play/play.vcproj:
5611         * pkgconfig/Makefile.am:
5612         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5613         * pkgconfig/gstreamer-play.pc.in:
5614           Remove libgstplay, playbin is now the official successor.
5615
5616 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5617
5618         * configure.ac:
5619         * gst-libs/gst/Makefile.am:
5620         * gst-libs/gst/xwindowlistener/Makefile.am:
5621         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5622         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5623           Remove deprecated xwindowlistener (I've moved xwindowlistening
5624           in the v4l/v4l2 plugins over to serverside).
5625
5626 2005-04-25  David Schleef  <ds@schleef.org>
5627
5628         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5629         to examples/dynparams.  Examples do not belong interspersed with
5630         source code.
5631         * examples/dynparams/demo-dparams.c:
5632         * gst/sine/Makefile.am:
5633         * gst/sine/demo-dparams.c:
5634
5635 2005-04-25  David Schleef  <ds@schleef.org>
5636
5637         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5638         * gst-libs/gst/audio/Makefile.am:
5639         * gst-libs/gst/riff/Makefile.am:
5640         * gst-libs/gst/tag/Makefile.am:
5641         * gst-libs/gst/video/Makefile.am:
5642         * gst-libs/gst/xwindowlistener/Makefile.am:
5643
5644         Convert to 0.9 API, seems to work:
5645         * sys/ximage/Makefile.am:
5646         * sys/ximage/ximagesink.c:
5647
5648 2005-04-24  David Schleef  <ds@schleef.org>
5649
5650         Link plugins against libraries:
5651         * ext/alsa/Makefile.am:
5652         * gst/tcp/Makefile.am:
5653
5654         Remove asm code that should be in liboil
5655         * gst/videoscale/Makefile.am:
5656         * gst/videoscale/videoscale_x86_asm.s:
5657
5658         gettext wants these checked in:
5659         * po/af.po:
5660         * po/az.po:
5661         * po/cs.po:
5662         * po/en_GB.po:
5663         * po/hu.po:
5664         * po/it.po:
5665         * po/nb.po:
5666         * po/nl.po:
5667         * po/or.po:
5668         * po/sq.po:
5669         * po/sr.po:
5670         * po/sv.po:
5671         * po/uk.po:
5672         * po/vi.po:
5673
5674 2005-04-24  David Schleef  <ds@schleef.org>
5675
5676         Convert gst_main() to g_main_loop_run()
5677         * gst/playback/decodetest.c: (main):
5678         * gst/playback/test2.c: (main):
5679         * gst/playback/test3.c: (main):
5680         * gst/playback/test4.c: (main):
5681
5682         Link plugins against libraries:
5683         * ext/libvisual/Makefile.am:
5684         * sys/xvimage/Makefile.am:
5685
5686 2005-04-24  David Schleef  <ds@schleef.org>
5687
5688         * configure.ac: Remove idct and resample libs
5689         * gst-libs/gst/Makefile.am: same
5690
5691         Remove usage of gst_library_load():
5692         * ext/alsa/gstalsaplugin.c: (plugin_init):
5693         * ext/libvisual/visual.c: (plugin_init):
5694         * ext/ogg/gstogg.c: (plugin_init):
5695         * ext/theora/theora.c: (plugin_init):
5696         * ext/vorbis/vorbis.c: (plugin_init):
5697         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5698         * gst/audioscale/gstaudioscale.c:
5699         * gst/adder/gstadder.c: (plugin_init):
5700         * gst/audioconvert/plugin.c: (plugin_init):
5701         * sys/ximage/ximagesink.c: (plugin_init):
5702         * sys/xvimage/xvimagesink.c: (plugin_init):
5703         * gst/tcp/gsttcpplugin.c: (plugin_init):
5704
5705         Link plugins against libraries:
5706         * ext/ogg/Makefile.am:
5707         * ext/theora/Makefile.am:
5708         * ext/vorbis/Makefile.am:
5709         * gst/audioconvert/Makefile.am:
5710
5711         Create proper libraries:
5712         * gst-libs/gst/riff/Makefile.am:
5713         * gst-libs/gst/audio/Makefile.am:
5714         * gst-libs/gst/video/Makefile.am:
5715
5716         Move resample library to audioscale plugin directory:
5717         * gst-libs/gst/resample/Makefile.am:
5718         * gst-libs/gst/resample/README:
5719         * gst-libs/gst/resample/dtof.c:
5720         * gst-libs/gst/resample/dtos.c:
5721         * gst-libs/gst/resample/functable.c:
5722         * gst-libs/gst/resample/private.h:
5723         * gst-libs/gst/resample/resample.c:
5724         * gst-libs/gst/resample/resample.h:
5725         * gst-libs/gst/resample/resample.vcproj:
5726         * gst-libs/gst/resample/test.c:
5727         * gst/audioscale/Makefile.am:
5728         * gst/audioscale/README:
5729         * gst/audioscale/dtof.c:
5730         * gst/audioscale/dtos.c:
5731         * gst/audioscale/functable.c:
5732         * gst/audioscale/private.h:
5733         * gst/audioscale/resample.c:
5734         * gst/audioscale/resample.h:
5735         * gst/audioscale/test.c:
5736
5737         Move tagedit library to gst-libs:
5738         * gst-libs/gst/tag/Makefile.am:
5739         * gst-libs/gst/tag/gstid3tag.c:
5740         * gst-libs/gst/tag/gsttagediting.c:
5741         * gst-libs/gst/tag/gsttageditingprivate.h:
5742         * gst-libs/gst/tag/gstvorbistag.c:
5743         * gst/tags/Makefile.am:
5744         * gst/tags/gstid3tag.c:
5745         * gst/tags/gstvorbistag.c:
5746
5747         Fix for core changes:
5748         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5749         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5750         (gst_sinesrc_getrange):
5751
5752 2005-04-23  David Schleef  <ds@schleef.org>
5753
5754         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5755         in gst-plugins in a long time, and properly belongs in liboil.
5756         * gst-libs/gst/idct/Makefile.am:
5757         * gst-libs/gst/idct/README:
5758         * gst-libs/gst/idct/dct.h:
5759         * gst-libs/gst/idct/doieee:
5760         * gst-libs/gst/idct/fastintidct.c:
5761         * gst-libs/gst/idct/floatidct.c:
5762         * gst-libs/gst/idct/idct.c:
5763         * gst-libs/gst/idct/idct.h:
5764         * gst-libs/gst/idct/idtc.vcproj:
5765         * gst-libs/gst/idct/ieeetest.c:
5766         * gst-libs/gst/idct/intidct.c:
5767
5768 2005-04-20  Wim Taymans  <wim@fluendo.com>
5769
5770         * docs/design-audiosinks.txt:
5771         * gst-libs/gst/audio/Makefile.am:
5772         * gst-libs/gst/audio/TODO:
5773         * gst-libs/gst/audio/gstaudiosink.c:
5774         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5775         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5776         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5777         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5778         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5779         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5780         (gst_audiosink_class_init), (gst_audiosink_init),
5781         (gst_audiosink_create_ringbuffer):
5782         * gst-libs/gst/audio/gstaudiosink.h:
5783         * gst-libs/gst/audio/gstbaseaudiosink.c:
5784         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5785         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5786         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5787         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5788         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5789         (gst_baseaudiosink_create_ringbuffer),
5790         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5791         * gst-libs/gst/audio/gstbaseaudiosink.h:
5792         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5793         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5794         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5795         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5796         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5797         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5798         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5799         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5800         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5801         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5802         * gst-libs/gst/audio/gstringbuffer.h:
5803         An attempt at a set of audio base classes together with some
5804         design docs.
5805
5806 2005-04-20  Wim Taymans  <wim@fluendo.com>
5807
5808         * gst/audioconvert/Makefile.am:
5809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5810         (gst_audio_convert_caps_remove_format_info),
5811         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5812         (gst_audio_convert_channels):
5813         Link against audio libs.
5814         Fix audio convert plugin.
5815
5816 2005-04-20  Wim Taymans  <wim@fluendo.com>
5817
5818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5819         (gst_ogg_demux_sink_activate):
5820         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5821         (theora_set_header_on_caps), (theora_enc_sink_event),
5822         (theora_enc_chain):
5823         Fix theora encoder.
5824
5825 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5826
5827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5828         * gst/playback/gstdecodebin.c: (find_compatibles):
5829           Work with staticpadtemplates in elementfactories.
5830
5831 2005-04-12  Wim Taymans  <wim@fluendo.com>
5832
5833         * gst/playback/README:
5834         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5835         (compare_ranks), (print_feature), (gst_decode_bin_init),
5836         (dynamic_create), (dynamic_free), (find_compatibles),
5837         (mimetype_is_raw), (close_pad_link), (got_redirect),
5838         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5839         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5840         (gst_decode_bin_change_state):
5841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5842         (gst_play_base_bin_init), (group_destroy), (group_commit),
5843         (check_queue), (queue_overrun), (queue_threshold_reached),
5844         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5845         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5846         (got_redirect), (setup_source), (play_base_eos),
5847         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5848         (gst_play_base_bin_remove_element):
5849         * gst/playback/gstplaybasebin.h:
5850         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5851         (gst_play_bin_init), (gst_play_bin_dispose),
5852         (gst_play_bin_set_property), (gen_video_element),
5853         (gen_text_element), (gen_audio_element), (remove_sinks),
5854         (gst_play_bin_send_event):
5855         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5856         (stream_info_change_state), (gst_stream_info_set_mute):
5857         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5858         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5859         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5860         (gst_stream_selector_chain):
5861         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5862         (main):
5863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5864         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5865         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5866         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5867         Raw and crude port of decodebin. 
5868         Make playbin compile.
5869
5870 2005-04-06  Wim Taymans  <wim@fluendo.com>
5871
5872         * ext/gnomevfs/Makefile.am:
5873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5874         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5875         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5876         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5877         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5878         (gst_gnomevfssrc_stop):
5879         * ext/ogg/Makefile.am:
5880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5881         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5882         * ext/theora/Makefile.am:
5883         * ext/theora/theoradec.c: (_inc_granulepos),
5884         (theora_dec_sink_event), (theora_dec_chain):
5885         * ext/vorbis/Makefile.am:
5886         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5887         (vorbis_dec_sink_event), (vorbis_dec_chain):
5888         * gst-libs/gst/audio/Makefile.am:
5889         * sys/xvimage/Makefile.am:
5890         Make gnomevfssrc extend the source base class.
5891         Fix linking against libs in various plugins.
5892
5893 2005-04-06  Andy Wingo  <wingo@pobox.com>
5894
5895         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5896         GST_BASE_LIBS.
5897
5898         * configure.ac: Add check and AC_SUBST for libgstbase.
5899
5900 2005-03-31  Wim Taymans  <wim@fluendo.com>
5901
5902         * examples/seeking/Makefile.am:
5903         * examples/seeking/cdparanoia.c: (main):
5904         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5905         (play_cb), (pause_cb), (stop_cb), (main):
5906         * examples/seeking/playbin.c:
5907         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5908         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5909         (make_sid_pipeline), (make_vorbis_pipeline),
5910         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5911         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5912         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5913         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5914         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5915         (stop_cb), (main):
5916         * examples/seeking/spider_seek.c:
5917         * examples/seeking/vorbisfile.c:
5918         * ext/gnomevfs/Makefile.am:
5919         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5920         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5921         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5922         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5923         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5924         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5925         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5926         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5927         * ext/ogg/README:
5928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5929         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5930         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5931         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5932         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5933         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5934         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5935         (gst_ogg_demux_factory_filter), (compare_ranks),
5936         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5937         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5938         (gst_ogg_chain_new), (gst_ogg_chain_free),
5939         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5940         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5941         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5942         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5943         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5944         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5945         (gst_ogg_demux_get_prev_page),
5946         (gst_ogg_demux_deactivate_current_chain),
5947         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5948         (gst_ogg_demux_bisect_forward_serialno),
5949         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5950         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5951         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5952         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5953         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5954         (gst_ogg_demux_change_state), (gst_ogg_print):
5955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5956         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5957         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5958         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5959         (gst_ogg_mux_loop):
5960         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5961         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5962         (theora_dec_src_convert), (theora_dec_sink_convert),
5963         (theora_dec_src_query), (theora_dec_src_event),
5964         (theora_dec_sink_event), (theora_dec_chain),
5965         (theora_dec_change_state):
5966         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5967         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5968         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5969         (theora_enc_change_state):
5970         * ext/vorbis/Makefile.am:
5971         * ext/vorbis/oggvorbisenc.c:
5972         * ext/vorbis/oggvorbisenc.h:
5973         * ext/vorbis/vorbis.c: (plugin_init):
5974         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5975         (vorbis_dec_src_query), (vorbis_dec_src_event),
5976         (vorbis_dec_sink_event), (vorbis_dec_chain),
5977         (vorbis_dec_change_state):
5978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5979         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5980         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5981         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5982         (gst_vorbisenc_change_state):
5983         * ext/vorbis/vorbisenc.h:
5984         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5985         * gst-libs/gst/audio/audioclock.c:
5986         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5987         (gst_audiofilter_init), (gst_audiofilter_chain):
5988         * gst-libs/gst/audio/testchannels.c: (main):
5989         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5990         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5991         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5992         (gmip_find_track_streaminfo), (gmip_find_track_format):
5993         * gst-libs/gst/media-info/media-info.c:
5994         (gst_media_info_read_idler):
5995         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5996         (gst_play_get_all_by_interface):
5997         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5998         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5999         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6000         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6001         (gst_riff_parse_info):
6002         * gst-libs/gst/riff/riff-read.h:
6003         * gst-libs/gst/riff/riff.c: (plugin_init):
6004         * gst-libs/gst/video/Makefile.am:
6005         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
6006         (gst_videosink_class_init), (gst_videosink_get_type):
6007         * gst-libs/gst/video/videosink.h:
6008         * gst/audioconvert/bufferframesconvert.c:
6009         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
6010         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
6011         * gst/audioconvert/channelmixtest.c: (main):
6012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6013         (gst_audio_convert_chain),
6014         (gst_audio_convert_caps_remove_format_info),
6015         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
6016         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
6017         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
6018         (gst_audio_convert_buffer_to_default_format),
6019         (gst_audio_convert_buffer_from_default_format),
6020         (gst_audio_convert_channels):
6021         * gst/audioconvert/gstchannelmix.h:
6022         * gst/ffmpegcolorspace/avcodec.h:
6023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6024         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6025         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
6026         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
6027         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
6028         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6029         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6030         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6031         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6032         (dv_type_find):
6033         * gst/videotestsrc/gstvideotestsrc.c:
6034         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
6035         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
6036         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
6037         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
6038         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
6039         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
6040         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
6041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6042         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
6043         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
6044         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
6045         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6046         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6047         (gst_xvimagesink_navigation_send_event),
6048         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
6049         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
6050         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6051         * sys/xvimage/xvimagesink.h:
6052         Plugin port to 0.9, ogg/theora playback should work in the seek
6053         example now.
6054         Removed old examples.
6055         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6056         explained in 0.9 TODO doc.
6057
6058
6059 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6060
6061         * autogen.sh:
6062         * configure.ac:
6063         * ext/Makefile.am:
6064         * gst/Makefile.am:
6065         * po/POTFILES.in:
6066         * po/af.po:
6067         * po/az.po:
6068         * po/cs.po:
6069         * po/en_GB.po:
6070         * po/hu.po:
6071         * po/it.po:
6072         * po/nb.po:
6073         * po/nl.po:
6074         * po/or.po:
6075         * po/sq.po:
6076         * po/sr.po:
6077         * po/sv.po:
6078         * po/uk.po:
6079         * po/vi.po:
6080         * sys/Makefile.am:
6081         * testsuite/Makefile.am:
6082           remove a whole bunch of plugins.  This module now contains a set
6083           of free reference plugins/elements as agreed.
6084
6085 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6086
6087         * configure.ac:
6088           hunting season on 0.9 is now OPEN
6089
6090 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6091
6092         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6093           Kick the hell out of gcc for not warning me about a symbol conflict.
6094
6095 2005-02-22  Luca Ognibene  <luogni@tin.it>
6096
6097         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6098
6099         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6100           Don't leak caps string (fixes #168134)
6101
6102         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6103         (gst_jpegenc_init), (gst_jpegenc_finalize),
6104         (gst_jpegenc_change_state):
6105           Don't leak line buffers and context struct (fixes #168133).
6106
6107 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6108
6109         * configure.ac:
6110         * ext/dirac/gstdiracdec.cc:
6111         (gst_diracdec_chain):
6112           Since dirac 0.5.0 the framerate in dirac is expressed as a
6113           rational number. Fix build and up requirement to 0.5.0, and
6114           also pass parameters to gst_diracdec_link in the right order
6115           (fixes #167959).
6116
6117 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6118
6119         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6120         * ext/faad/gstfaad.h:
6121         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6122         certain invalid muxed streams, where some packets will contain 
6123         junk after decoder data. Partially fixes #149158.
6124
6125 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6126         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6127           Make sure we only write to writable buffers
6128
6129 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6130
6131         * gst-libs/gst/riff/riff-media.c:
6132         (gst_riff_create_audio_caps_with_data):
6133           Do actually fix invalid RIFF fmt header values for alaw
6134           and mulaw audio instead of just saying so.
6135
6136         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6137           Give gst_riff_create_audio_caps_with_data() a chance to
6138           fix up broken format header fields before extracting any
6139           parameters from the header. (fixes #167633)
6140
6141 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6142
6143         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6144
6145         * gst/audioconvert/bufferframesconvert.c:
6146         (buffer_frames_convert_link):
6147           Don't leak othercaps. (fixes #167878)
6148
6149 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6150
6151         * configure.ac:
6152         * ext/libvisual/visual.c: (gst_visual_srclink),
6153         (gst_visual_change_state):
6154           Support libvisual 0.2.0.
6155
6156 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6157
6158         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6159         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6160           Use same rowstrides for I420 as used everywhere else.
6161
6162 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6163
6164         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6165           Declare variables at beginning of block and make gcc-2.95 happy
6166           (fixes # 167482, patch by Gergely Nagy).
6167           
6168         * gst/tcp/gsttcpclientsrc.c:
6169         * gst/tcp/gsttcpclientsrc.h:
6170           Move some includes into the header, so that struct sockaddr_in is
6171           defined when it should be defined on FreeBSD as well (fixes
6172           #167483).
6173           
6174         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6175           Don't pass uninitialised values to setsockopt() here either.
6176
6177 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6178
6179         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6180
6181         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6182           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6183
6184 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6185
6186         * gst/playback/gstplaybin.c: (add_sink):
6187           Invert bin_add/link order to workaround deadlock in opt.
6188
6189 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6190
6191         * gst/modplug/gstmodplug.cc:
6192           Add missing break causing position queries to fail.
6193
6194 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6195
6196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6197           Granpos can apparently be -1, which screws up calculations...
6198
6199 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6200
6201         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6202         (gst_ximagesink_send_pending_navigation),
6203         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6204         (gst_ximagesink_init):
6205         * sys/ximage/ximagesink.h:
6206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6207         (gst_xvimagesink_send_pending_navigation),
6208         (gst_xvimagesink_navigation_send_event),
6209         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6210         * sys/xvimage/xvimagesink.h:
6211           Use a mutex protected list to marshal navigation
6212           events into the stream thread from whichever thread
6213           sends them.
6214
6215 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6216
6217         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6218           Display current position and track length; misc. clean-ups.
6219           
6220         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6221         (speed_init), (speed_chain):
6222           Add query function, so that the stream length and current position
6223           get adjusted when queried (note that current position queries may
6224           still be wrong if the audio sink returns values based on buffer
6225           timestamps instead of passing on the query).
6226
6227 2005-02-13  Benjamin Otte  <otte@gnome.org>
6228
6229         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6230         (gst_audio_convert_channels):
6231           create channel conversion matrix when linking
6232         * gst/audioconvert/.cvsignore:
6233         * gst/audioconvert/Makefile.am:
6234         * gst/audioconvert/channelmixtest.c: (main):
6235           add (ugly) test that ensures stereo <=> mono conversion works
6236           correctly
6237
6238 2005-02-13  Benjamin Otte  <otte@gnome.org>
6239
6240         * gst/audioconvert/gstchannelmix.h:
6241           include missing header file
6242         * gst/audioconvert/gstchannelmix.c:
6243         (gst_audio_convert_fill_compatible):
6244           use same sign for both channels when converting to/from compatible
6245           channel. Previously used different signs made the signals cancel
6246           each other out and appear like silence. (fixes #167269)
6247
6248 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6249
6250         * gst/ffmpegcolorspace/avcodec.h:
6251         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6252         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6253         (gst_ffmpegcsp_avpicture_fill):
6254         * gst/ffmpegcolorspace/imgconvert.c:
6255           Convert to and from YV12 (fixes #156379).
6256
6257 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6258
6259         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6260         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6261         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6262         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6263         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6264         methods from chain and negotiation and vice versa (Fixes #166142).
6265         * sys/ximage/ximagesink.h: Add stream_lock.
6266         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6267         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6268         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6269         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6270
6271 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6272
6273         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6274           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6275           error message when we can't open the DVD device (when dvdnav_open()
6276           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6277           the above). Send something more useful instead (fixes #167117).
6278
6279 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6280
6281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6282         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6283         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6284         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6285         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6286         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6287         methods from chain and negotiation and vice versa (Fixes #166142).
6288         Fix a possible bug of images in the buffer pool being discarded because
6289         we are looking at the wrong geometry.
6290         * sys/xvimage/xvimagesink.h: Add stream_lock.
6291
6292 2005-02-11  David Schleef  <ds@schleef.org>
6293
6294         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6295         unsigned int. (fixes #167128)
6296
6297 2005-02-11  David Schleef  <ds@schleef.org>
6298
6299         * gst/librfb/Makefile.am: Testing stuff before committing is
6300           for wimps... and people with fast machines.  Fix stupid
6301           mistake.
6302
6303 2005-02-11  David Schleef  <ds@schleef.org>
6304
6305         * configure.ac: Pull in librfb from my CVS tree, because it is
6306           too small and annoying to be separate.  Move rfbsrc plugin
6307           to gst/.
6308         * ext/Makefile.am:
6309         * ext/librfb/Makefile.am:
6310         * ext/librfb/gstrfbsrc.c:
6311         * gst/librfb/Makefile.am:
6312         * gst/librfb/gstrfbsrc.c:
6313         * gst/librfb/rfb.c:
6314         * gst/librfb/rfb.h:
6315         * gst/librfb/rfbbuffer.c:
6316         * gst/librfb/rfbbuffer.h:
6317         * gst/librfb/rfbbytestream.c:
6318         * gst/librfb/rfbbytestream.h:
6319         * gst/librfb/rfbcontext.h:
6320         * gst/librfb/rfbdecoder.c:
6321         * gst/librfb/rfbdecoder.h:
6322         * gst/librfb/rfbutil.h:
6323
6324 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6325
6326         * gst/speed/Makefile.am:
6327         * gst/speed/demo-mp3.c: (main):
6328         * gst/speed/filter.func:
6329         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6330         (speed_class_init), (speed_init), (speed_chain_int16),
6331         (speed_chain_float32), (speed_chain), (speed_set_property),
6332         (speed_get_property), (speed_change_state):
6333         * gst/speed/gstspeed.h:
6334           Fix speed element and make it chain-based (fixes #156467),
6335           and make it handle more than one channel.
6336
6337 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6338
6339         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6340         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6341         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6342         * ext/dts/gstdtsdec.h:
6343           Don't clobber the stack constructing the channels array.
6344           Make the element chain-based. DTS tracks can now be played.
6345           
6346 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6347
6348         * gst-libs/gst/audio/multichannel.h:
6349         * gst-libs/gst/gconf/gconf.h:
6350         * gst-libs/gst/idct/idct.h:
6351         * gst-libs/gst/media-info/media-info-priv.h:
6352         * gst-libs/gst/play/play.h:
6353         * gst-libs/gst/resample/private.h:
6354         * gst-libs/gst/resample/resample.h:
6355         * gst-libs/gst/riff/riff-ids.h:
6356         * gst-libs/gst/video/video.h:
6357         * gst-libs/gst/video/videosink.h:
6358           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6359           missing, so that they work when included from C++ code.
6360
6361 2005-02-09  David Schleef  <ds@schleef.org>
6362
6363         * testsuite/gst-lint: Check for non-statically scoped
6364           parent_class variables.  This won't be a problem once
6365           plugins are loaded with RTLD_LOCAL.
6366
6367 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6368
6369         * ext/mplex/gstmplexibitstream.cc:
6370           gcc madness.
6371
6372 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6373
6374         * ext/ogg/gstogmparse.c:
6375         * gst/debug/gstnavigationtest.c:
6376           Die, thou faulty symbol pollutors (non-static parent_class).
6377
6378 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6379
6380         * ext/mplex/gstmplexibitstream.cc:
6381           Fix event handling (#165525).
6382
6383 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6384
6385         * ext/mikmod/gstmikmod.c:
6386         * gst/modplug/gstmodplug.cc:
6387           Add missing endianness to template (fixes #165509).
6388
6389 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6390
6391         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6392           Fix wrong order of reading of optional bytes (#165290).
6393
6394 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6395
6396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6397           Implement FILLER event awareness.
6398
6399 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6400
6401         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6402           Fix track calculations (#166208).
6403
6404 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6405
6406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6407
6408         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6409         * ext/libpng/gstpngenc.c:
6410           Fix byte-order, use proper fixed caps. Fixes #164197.
6411
6412 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6413
6414         * configure.ac:
6415           Add dvdlpcmdec 
6416
6417         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6418         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6419           Don't push buffers if the src pad isn't negotiated yet.
6420           
6421         * gst/audioconvert/gstaudioconvert.c:
6422         (gst_audio_convert_buffer_to_default_format),
6423         (gst_audio_convert_buffer_from_default_format):
6424           Add support for 24-bit width.
6425
6426         * gst/dvdlpcmdec/.cvsignore:
6427         * gst/dvdlpcmdec/Makefile.am:
6428         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6429         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6430         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6431         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6432         (plugin_init):
6433         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6434           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6435           format. Needs support for the channels maps if someone can find 
6436           a DVD LPCM track with > 2 channels.
6437
6438         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6439         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6440         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6441         * gst/mpegstream/gstdvddemux.h:
6442         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6443         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6444         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6445         * gst/mpegstream/gstmpegdemux.h:
6446         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6447         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6448         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6449         (gst_mpeg_parse_handle_src_query),
6450         (gst_mpeg_parse_handle_src_event):
6451           Use audio/x-dvd-lpcm for LPCM output.
6452           Add DTS output.
6453
6454 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6455
6456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6457
6458         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6459         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6460           Add BGRA handling (#165736).
6461
6462 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6463
6464         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6465
6466         * gst/law/alaw-decode.c: (alawdec_link):
6467         * gst/law/alaw-encode.c: (alawenc_link):
6468         * gst/law/mulaw-decode.c: (mulawdec_link):
6469         * gst/law/mulaw-encode.c: (mulawenc_link):
6470           Fix caps memleaks (#166600).
6471
6472 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6473
6474         * ext/tarkin/mem.h:
6475         * ext/tarkin/wavelet.h:
6476         * ext/tarkin/yuv.h:
6477         * gst/ffmpegcolorspace/avcodec.h:
6478           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6479           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6480
6481 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6482
6483         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6485         (gst_xvimagesink_change_state):
6486           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6487           Xv video (and thereby regenerate Xv colourkey) in clear() so
6488           that PLAY -> READY -> PLAY works (fixes #162504).
6489
6490 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6491
6492         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6493           Switch to list instead of range, since MJPEG-devices really just
6494           support decimations, not any size.
6495
6496 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6497         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6498         (gst_mpeg2dec_reset), (free_all_buffers),
6499         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6500         * ext/mpeg2dec/gstmpeg2dec.h:
6501           The libmpeg2 user-allocated buffer management is awkward, 
6502           to say the least. Hopefully this fixes things.
6503
6504 2005-02-04  Andy Wingo  <wingo@pobox.com>
6505
6506         * gst/audioconvert/bufferframesconvert.c
6507         (buffer_frames_convert_fixate): New function, fixates to 256
6508         frames per buffer by default. (Much better than 1.)
6509         (buffer_frames_convert_init): Set the fixate function for both src
6510         and sink pad.
6511         (buffer_frames_convert_link): After success setting nonfixed caps,
6512         get the negotiated caps so we can know how many buffer-frames it
6513         will be. No idea how this worked at all before.
6514
6515 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6516
6517         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6518         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6519         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6520         (handle_sequence), (handle_picture):
6521         * ext/mpeg2dec/gstmpeg2dec.h:
6522           Rearrange buffer tracking and refcounting and refactor
6523           a little for readability. 
6524
6525 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6526         * sys/v4l/gstv4l.c: (plugin_init):
6527         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6528         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6529         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6530         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6531         * sys/v4l/gstv4ljpegsrc.h:
6532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6533         * sys/v4l/v4l_calls.h:
6534         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6535         (gst_v4lsrc_get_fps):
6536         * sys/v4l/v4lsrc_calls.h:
6537           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6538           you jpeg inside rgb frames" driver.
6539           Don't error in the v4lsrc link function, just return 
6540           REFUSED.
6541
6542 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6543
6544         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6545         (gst_qcamsrc_open):
6546           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6547
6548 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6549
6550         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6551           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6552
6553 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6554
6555         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6556           Reset negotiated state on PAUSED->READY.
6557
6558 2005-02-02  David Schleef  <ds@schleef.org>
6559
6560         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6561         whereever possible.  (Fixes #165997)
6562         * examples/capsfilter/capsfilter1.c: (main):
6563         * examples/dynparams/filter.c: (create_ui):
6564         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6565         * examples/seeking/chained.c: (main):
6566         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6567         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6568         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6569         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6570         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6571         * examples/switch/switcher.c: (main):
6572         * ext/dv/demo-play.c: (main):
6573         * ext/faad/gstfaad.c: (gst_faad_change_state):
6574         * ext/mad/gstmad.c: (gst_mad_chain):
6575         * ext/smoothwave/demo-osssrc.c: (main):
6576         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6577         (gst_gconf_render_bin_from_description),
6578         (gst_gconf_get_default_audio_sink),
6579         (gst_gconf_get_default_video_sink),
6580         (gst_gconf_get_default_audio_src),
6581         (gst_gconf_get_default_video_src),
6582         (gst_gconf_get_default_visualization_element):
6583         * gst/level/demo.c: (main):
6584         * gst/level/plot.c: (main):
6585         * gst/playback/gstplaybin.c: (gen_video_element),
6586         (gen_audio_element):
6587         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6588         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6589         * gst/sine/demo-dparams.c: (main):
6590         * gst/spectrum/demo-osssrc.c: (main):
6591         * gst/speed/demo-mp3.c: (main):
6592         * gst/volume/demo.c: (main):
6593         * testsuite/embed/embed.c: (main):
6594
6595 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6596
6597         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6598         (gst_tcpclientsink_finalize):
6599         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6600         (gst_tcpclientsrc_finalize):
6601         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6602         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6603         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6604         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6605           Don't leak the hostname when shutting down.
6606           In tcpserversrc, take a copy of the default hostname.
6607
6608 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6609
6610         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6611           Set caps to systemstream=TRUE.
6612
6613 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6614
6615         * testsuite/Makefile.am:
6616           Fix more OSX buildbots.
6617
6618 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6619
6620         * ext/mpeg2dec/gstmpeg2dec.c:
6621           Don't send things to NULL PAD_PEERs
6622
6623         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6624           Copy-on-write the incoming buffer.
6625
6626         * gst/mpegstream/gstdvddemux.h:
6627         * gst/mpegstream/gstmpegclock.h:
6628         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6629         (normal_seek), (gst_mpeg_demux_handle_src_event):
6630         * gst/mpegstream/gstmpegdemux.h:
6631         * gst/mpegstream/gstmpegpacketize.h:
6632         * gst/mpegstream/gstmpegparse.c:
6633         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6634         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6635         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6636         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6637         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6638         * gst/mpegstream/gstmpegparse.h:
6639         * gst/mpegstream/gstrfc2250enc.h:
6640           Various changes to the way time is computed that make seeking and
6641           total time estimation much better here.
6642           Use G_BEGIN/END_DECLS instead of __cplusplus
6643
6644         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6645           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6646
6647 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * gst/subparse/gstsubparse.c:
6650           Fix OSX buildbot.
6651
6652 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6653
6654         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6655         (theora_enc_chain), (theora_enc_change_state):
6656         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6657         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6658         (gst_vorbisenc_change_state):
6659         * ext/vorbis/vorbisenc.h:
6660           Set granulepos and timestamp correctly for streams not
6661           starting at 0, taking into account the initial delay.
6662
6663 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6664
6665         * gst/mpegstream/gstdvddemux.c:
6666           Add audio/x-dts to audio pad template caps
6667
6668 2005-01-30  David Schleef  <ds@schleef.org>
6669
6670         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6671         (create_context), (gst_polypsink_link): Fix silly endianness
6672         bug.  Add some debugging.  Remove float from caps; it doesn't
6673         work.  Attempt to get remote audio working.
6674
6675 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6676
6677         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6678           Add 3IV2 fourcc.
6679
6680 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6681
6682         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6683         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6684         (gst_avi_demux_stream_data):
6685         * gst/avi/gstavidemux.h:
6686           Invert DIB images. Fixes #132341.
6687
6688 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6689
6690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6691         (gst_ffmpegcsp_chain):
6692           D'oh, reference the palette data, not the palette structure.
6693           Fixes color distortion in #132341.
6694
6695 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6696
6697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6698           PAR can be non-fixed when not provided as argument (#162626).
6699
6700 2005-01-29  David Moore  <dcm@acm.org>
6701
6702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6703
6704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6705         (gst_qtdemux_loop_header):
6706           Re-apply patch from #142272 that allows non-seekable sources,
6707           re-proposed by Daniel Drake <dsd@gentoo.org>.
6708
6709 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6712           Use the src template for creating the src pad (#162330).
6713
6714 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6715
6716         * configure.ac:
6717         * ext/musepack/Makefile.am:
6718         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6719         (gst_musepackdec_init), (gst_musepackdec_dispose),
6720         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6721         (gst_musepack_stream_init), (gst_musepackdec_loop),
6722         (gst_musepackdec_change_state):
6723         * ext/musepack/gstmusepackdec.cpp:
6724         * ext/musepack/gstmusepackdec.h:
6725         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6726         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6727         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6728         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6729         * ext/musepack/gstmusepackreader.cpp:
6730         * ext/musepack/gstmusepackreader.h:
6731           Update to 1.1 API (#165446).
6732
6733 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6734
6735         * ext/Makefile.am:
6736           Unbreak buildbot.
6737
6738 2005-01-28  Andy Wingo  <wingo@pobox.com>
6739
6740         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6741         to reflect a different dubious internet source. Add a reference
6742         and some commentary.
6743
6744 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6745
6746         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6747         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6748         * gst/playback/gststreamselector.h:
6749           Be more selective when we're redoing caps negotiation from
6750           within the chain function on a stream change.
6751
6752 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6753
6754         * configure.ac:
6755         * ext/Makefile.am:
6756         * ext/amrnb/Makefile.am:
6757         * ext/amrnb/amrnb.c: (plugin_init):
6758         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6759         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6760         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6761         (gst_amrnbdec_state_change):
6762         * ext/amrnb/amrnbdec.h:
6763         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6764         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6765         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6766         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6767         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6768         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6769         * ext/amrnb/amrnbparse.h:
6770           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6771         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6772           Add AMR-NB/-WB raw formats.
6773         * ext/alsa/gstalsa.c: (gst_alsa_link):
6774           Keep valid time when changing format.
6775         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6776         (qtdemux_parse_trak):
6777           Add some more format-specific options (#140141, #143555, #155163).
6778
6779 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6780
6781         * gst/matroska/matroska-demux.c:
6782         (gst_matroska_demux_parse_blockgroup):
6783           Fix logic error in timing of subtitle stream synchronization.
6784         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6785           Add skip-chunk, which is found in kodak-camera streams.
6786
6787 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6788
6789         * po/LINGUAS:
6790         * po/vi.po:
6791           Adding Vietnamese translation (submitted by Clytie Siddall)
6792
6793 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6794
6795         * gst/playback/gstdecodebin.c: (try_to_link_1):
6796           Use realpad for signal.
6797
6798 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6799
6800         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6801           Fix category so decodebin picks it up.
6802
6803 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6804
6805         * ext/mad/Makefile.am:
6806         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6807         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6808         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6809         (found_type), (gst_id3demux_bin_change_state):
6810         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6811         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6812         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6813         (gst_id3_tag_change_state), (plugin_init):
6814         * ext/mad/gstmad.h:
6815           Add id3demuxbin (which is a simple bin consisting of id3demux
6816           and typefind), take over rank from id3demux, remove typefind
6817           code from id3demux. Makes all broken mp3s that I know of work,
6818           and thereby fixes #152688.
6819
6820 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6821
6822         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6823
6824         * ext/mad/gstmad.c: (gst_mad_src_event):
6825         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6826           Allow seeks on audio pad, make mad forward those (#164826).
6827         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6828           Set duration (#165335).
6829
6830 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6831
6832         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6833         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6834         (gst_asf_demux_process_ext_content_desc),
6835         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6836         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6837         * gst/asfdemux/gstasfdemux.h:
6838           Improve metadata display, e.g. if the metadata comes before the
6839           streams are loaded (which is perfectly valid).
6840
6841 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6842
6843         * tools/gst-launch-ext-m.m:
6844           Fix AVI/ASF pipelines (#165340).
6845
6846 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6847         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6848         build failure on amd64
6849
6850 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6851
6852         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6853         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6854           Check environment variables GST_ID3V2_TAG_ENCODING,
6855           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6856           list of character encodings to force interpretation of non-unicode
6857           strings stored in an ID3v2 tag to a particular encoding. If none
6858           is specified, try to use current locale's encoding, then fall back
6859           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6860         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6861         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6862           Check environment variables GST_ID3V1_TAG_ENCODING,
6863           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6864           list of character encodings to use in case a string encountered
6865           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6866           specified, try to use the current locale's encoding, then fall
6867           back to ISO-8859-1 (which will always succeed).
6868
6869 2005-01-25  Benjamin Otte  <otte@gnome.org>
6870
6871         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6872           - on half framerate, compute the rate in advance so the comparisons
6873             don't compare wrong values
6874           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6875             behaviour
6876           - don't use mad_header_decode anymore, mad_frame_decode does that
6877             automatically
6878           - when getting rid of consumed bytes, reset the stream's skiplen
6879           (fixes #163867)
6880
6881 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6882
6883         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6884           Use 1/2 a second for default max_discont, as PES streams from DVB
6885           seem to have larger spacings in the SCR. 
6886           Fix a typo.
6887
6888 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6889
6890         * gst/playback/gstplaybasebin.c: (group_commit):
6891           Notify delayed stream-info availability.
6892
6893 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6894         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6895         (gst_a52dec_handle_event), (gst_a52dec_chain):
6896         Add some debug output. Check that a discont has a valid
6897         time associated.
6898         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6899         (gst_alsa_sink_loop):
6900         Ignore TAG events. A little extra debug for broken timestamps.
6901         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6902         (dvdnavsrc_change_state):
6903         Ensure we send a discont to engage the link before we send any
6904         other events.
6905         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6906         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6907         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6908         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6909         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6910         dvd://title works in totem because typefinding sends a seek that ends
6911         up going back to chapter 1 regardless.
6912         * ext/mpeg2dec/gstmpeg2dec.c:
6913         * ext/mpeg2dec/gstmpeg2dec.h:
6914         Output correct timestamps and handle disconts.
6915         * ext/ogg/gstoggdemux.c: (get_relative):
6916         Small guard against a null dereference.
6917         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6918         (gst_textoverlay_set_property):
6919         Free memory when done. Don't call gst_event_filler_get_duration on
6920         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6921         g_warning.
6922         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6923         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6924         (gst_sw_srclink), (gst_smoothwave_chain):
6925         Draw solid lines, prettier colours.
6926         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6927         Add a default palette that'll work for some movies.
6928         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6929         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6930         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6931         * gst/mpegstream/gstdvddemux.h:
6932         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6933         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6934         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6935         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6936         * gst/mpegstream/gstmpegparse.h:
6937         Use PTM/NAV events when for timestamp adjustment when connected to 
6938         dvdnavsrc. Don't use many discont events where one suffices.
6939         * gst/playback/gstplaybasebin.c: (group_destroy),
6940         (gen_preroll_element), (gst_play_base_bin_add_element):
6941         * gst/playback/gstplaybasebin.h:
6942         Make sure we remove subtitles from the same bin we put them in.
6943         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6944         (gst_subparse_buffer_format_autodetect),
6945         (gst_subparse_change_state):
6946         Fix some memleaks and invalid accesses.
6947         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6948         (oggskel_type_find), (cmml_type_find), (plugin_init):
6949         Some typefind functions for Annodex v3.0 files
6950         * gst/wavparse/gstwavparse.h:
6951         GstRiffReadClass is the correct parent class.
6952
6953 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6954
6955         * gst-libs/gst/riff/riff-media.c:
6956         (gst_riff_create_video_caps_with_data):
6957           Add extradata to huffyuv (fixes #165013).
6958         * gst-libs/gst/riff/riff-read.c:
6959         (gst_riff_read_strf_vids_with_data):
6960           Fix extradata extraction if it is in the chunk size.
6961
6962 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6963
6964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6965
6966         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6967         (gst_quarktv_change_state), (gst_quarktv_dispose):
6968           Memory free'ing location fix (#164708).
6969
6970 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6971
6972         * gst/playback/gstplaybasebin.c: (group_commit),
6973         (gen_preroll_element), (probe_triggered), (gen_source_element),
6974         (setup_source), (gst_play_base_bin_change_state),
6975         (gst_play_base_bin_add_element):
6976           Don't block for streams.
6977         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6978         (gst_stream_info_set_mute):
6979           Use gst_pad_set_active_recursive.
6980
6981 2005-01-25  Andy Wingo  <wingo@pobox.com>
6982
6983         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6984         for #ifndef HAVE_XVIDEO.
6985
6986 2005-01-24  Jeffrey C. Ollie
6987
6988         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6989
6990         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6991         * ext/gsm/gstgsmdec.h:
6992         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6993         * ext/gsm/gstgsmenc.h:
6994         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6995         was given by property. Add proper buffer timestamps and offsets.
6996
6997 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6998
6999         * gst-libs/gst/riff/riff-media.c:
7000         (gst_riff_create_audio_caps_with_data):
7001           Audio can be <8000Hz.
7002
7003 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7004
7005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7006           Explicit state change to workaround refcount bugs.
7007
7008 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7009
7010         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
7011         (gst_avimux_riff_get_avi_header):
7012           Fix...
7013
7014 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7015
7016         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
7017         (gst_riff_read_element_data):
7018         * gst-libs/gst/riff/riff-read.h:
7019           Add _peek version (req'ed in CDXA).
7020         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
7021         (gst_cdxaparse_loop):
7022           Fix parsing in playbin.
7023         * gst/playback/gstdecodebin.c: (close_pad_link):
7024           Ignore current_ pads, they cause major annoyance.
7025
7026 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7027
7028         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7029           Safety guard.
7030
7031 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
7034           Fix padding...
7035
7036 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7037
7038         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
7039           Allow for 0-sized buffers. Fixes length query problems in
7040           starwars.mkv from the testsuite.
7041
7042 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
7043
7044         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
7045         (gst_video_box_i420), (gst_video_box_chain):
7046           Fix row strides for I420 (fixes #163159)
7047           
7048 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7049
7050         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7051           MPEG2 has a useful rate property, so we can actually use that.
7052           For MPEG-1, continue using the bytes/time properties.
7053
7054 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7055
7056         * gst-libs/gst/riff/riff-media.c:
7057         (gst_riff_create_video_caps_with_data),
7058         (gst_riff_create_video_template_caps):
7059           Add intel-h263.
7060
7061 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7062
7063         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7064           Fail if caps negotiation fails. Should fix #162184, and should
7065           definately be in there regardless of it fixing the actual bug.
7066         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7067         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7068         (gst_avimux_riff_get_avix_header),
7069         (gst_avimux_riff_get_video_header),
7070         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7071         (gst_avimux_start_file), (gst_avimux_handle_event),
7072         (gst_avimux_change_state):
7073         * gst/avi/gstavimux.h:
7074           Refactor structure writing to use GST_WRITE_UINT macros, add
7075           metadata writing support.
7076
7077 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7078
7079         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7080           Elements may already be destroyed when this function is called.
7081
7082 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7083
7084         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7085         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7086           More memory leak fixes (#149162).
7087
7088 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7089
7090         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7091         (gst_qtdemux_add_stream):
7092           Fix two memleaks.
7093
7094 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7095
7096         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7097           Argh...
7098
7099 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7100
7101         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7102           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7103           when fixating to six channels in Totem.
7104
7105 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7106
7107         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7108           Fix compile warnings on Solaris 10 buildbot
7109
7110 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7111
7112         * ext/dvdread/dvdreadsrc.c: (_read):
7113           Don't read beyond the last cell in a chapter (fixes 
7114           invalid memory access)
7115
7116 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7117
7118         * ext/dvdread/stream_labels.c:
7119         (dvdreadsrc_get_audio_stream_labels):
7120           Use NULL for an empty GList instead of g_list_alloc(); fix 
7121           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7122           of GString (easier to bulk free later)
7123
7124 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7125
7126         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7127
7128         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7129         (gst_ffmpeg_pixfmt_to_caps):
7130           Fix BGRA32 caps (#164209).
7131
7132 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7133
7134         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7135
7136         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7137         (gst_ffmpeg_caps_to_pixfmt):
7138           alpha_mask can be RGBA/ABGR. Fixes #164265.
7139
7140 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7141
7142         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7143
7144         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7145         (gst_mpeg2dec_alloc_buffer):
7146         * ext/mpeg2dec/gstmpeg2dec.h:
7147           Crop if decoding size is not the actual image size (#163676).
7148
7149 2005-01-17  Steve Baker  <steve@stevebaker.org>
7150
7151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7152
7153         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7154         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7155           Add libsndfile typefind functions (#163309).
7156
7157 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7158
7159         * tools/gst-launch-ext-m.m:
7160           Add .aac, fix .m1v/.m2v (#163891).
7161
7162 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7163
7164         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7165           Sanity check, don't wait endlessly since the clock might not
7166           actually run at this point (which is a deadlock). Fixes #164069.
7167
7168 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7169
7170         * gst/playback/gstplaybasebin.c: (probe_triggered):
7171           Of course, only pause if group is done...
7172
7173 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7174
7175         * gst/playback/gstplaybasebin.c: (probe_triggered):
7176           Thread safety.
7177
7178 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7179
7180         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7181           Don't return state change success when the parent
7182           failed.
7183
7184 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7185
7186         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7187           Free events (fix memleak in #162905).
7188
7189 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7190
7191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7192
7193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7194         (gst_ffmpeg_caps_to_pixfmt):
7195           Fix for depth = 15. Fixes #161675.
7196
7197 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7198
7199         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7200           Set FPS correctly, even for webcams and the like.
7201         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7202           Don error on setting while capturing.
7203
7204 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7205
7206         * ext/dv/gstdvdec.c:
7207         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7208         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7209           I'm a bad boy. using /1001. to force C to do float division
7210           and not integer division (as it did in my last commit)
7211           Thanks to David I. Lehn for pointing this mistake.
7212
7213 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7214
7215         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7216           Revert Johan??s 1.35->1.36 since it breaks compat.
7217
7218 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7219
7220         * ext/dv/gstdvdec.c:
7221         * ext/libfame/gstlibfame.c:
7222         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7223         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7224           replace framerate aproximations by their real value
7225           (24000/1001, 30000/1001, 60000/1001)
7226           Finish fixing bug #164049
7227
7228 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7229
7230         * ext/ogg/gstoggmux.c:
7231           eos/bos debugging
7232         * gst/tcp/gstmultifdsink.c:
7233         * gst/tcp/gstmultifdsink.h:
7234         * gst/tcp/gsttcp.c:
7235         * gst/tcp/gsttcp.h:
7236         * gst/tcp/gsttcpclientsink.c:
7237         * gst/tcp/gsttcpclientsrc.c:
7238         * gst/tcp/gsttcpserversink.c:
7239         * gst/tcp/gsttcpserversrc.c:
7240           improve reusability of elements after state changes and errors
7241           make multifdsink throw away streamheaders when receiving new ones
7242
7243 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7244
7245         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7246           Fix for if items are already in list...
7247
7248 2005-01-12  Benjamin Otte  <otte@gnome.org>
7249
7250         * gst/adder/gstadder.c: (gst_adder_loop):
7251           fix adder a bit so it doesn't screw up with events as much anymore
7252
7253 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7254
7255         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7256         (pixbufscale_scale), (gst_pixbufscale_chain):
7257         * ext/gdk_pixbuf/pixbufscale.h:
7258           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7259           to ensure rowstrides are calculated the same way as 
7260           ffmpegcolorspace
7261           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7262           that we pick up duration and offset also.
7263
7264 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7265
7266         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7267         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7268           Reusability fixes.
7269
7270 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7271
7272         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7273         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7274         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7275         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7276           Update flags when requested.
7277
7278 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7279
7280         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7281           Fix dmix.
7282
7283 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7284
7285         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7286         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7287         (probe_triggered), (new_decoded_pad), (gen_source_element),
7288         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7289         * gst/playback/gstplaybasebin.h:
7290         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7291         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7292         (gst_play_bin_change_state):
7293           Implement group-switch signal for use in apps to clear metadata
7294           cache, clean up subtitle, add suburi property instead of # hack,
7295           some error-out fixes.
7296
7297 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7298
7299         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7300           Debug.
7301         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7302           If we got a state change in the _get handler, don't return success.
7303
7304 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7305
7306         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7307         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7308           Make jpegdec quiet on MJPEG decoding
7309         * gst/asfdemux/README:
7310           Fix mimetypes for MJPEG and H263
7311
7312 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7313
7314         * ext/theora/theoradec.c: (theora_dec_chain):
7315           Fix broken code generation by gcc by swapping arguments.
7316         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7317           Fix \n in debug.
7318
7319 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7320
7321         * TODO:
7322           delete this file, it is by far outdated
7323         * ext/alsa/gstalsa.1: remove
7324         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7325         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7326         (gst_alsa_get_caps):
7327           Add HW probing for supported sample rates. Fixes #161704
7328
7329 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7330
7331         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7332           Don't crash, biatch! :).
7333
7334 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7335
7336         * ext/musepack/gstmusepackreader.cpp:
7337         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7338           Some work on tags - still doesn't work in playbin...
7339         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7340           Handle events...
7341
7342 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7343
7344         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7345           Also shove tags on kid pads.
7346
7347 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7348
7349         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7350           Don't bail on unknown events.
7351         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7352           Don't crash on events before negotiation.
7353         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7354           Send tags on pads, too.
7355         * gst/playback/gststreamselector.c:
7356         (gst_stream_selector_request_new_pad):
7357           Forward events on first pad if no input was selected yet.
7358
7359 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7360
7361         * gst/playback/gstplaybasebin.c: (setup_substreams):
7362           Don't disable streamtype if the stream doesn't exist, since
7363           then playing a video after audio will disable both and nothing
7364           will happen. Fixes the testsuite.
7365
7366 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7367
7368         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7369         (gst_v4l_xoverlay_set_xwindow_id):
7370         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7371         (gst_v4l2_xoverlay_set_xwindow_id):
7372           Add debug categories, fix overlay disabling.
7373
7374 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7375
7376         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7377         * ext/alsa/gstalsa.h:
7378           Add HW probing for period_count/size and buffer_size MIX/MAX
7379           Adjust default/user defined value if out of bounds
7380           Should fix bug #162024
7381
7382 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7383
7384         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7385           Fix warning (#161191).
7386
7387 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7388
7389         * ext/dvdread/stream_labels.c:
7390         (dvdreadsrc_get_audio_stream_labels):
7391           Fix warning (init the good variable in switch default)
7392
7393 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7394
7395         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7396
7397         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7398           Fix gcc-2.95 compile (#163485).
7399
7400 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7401
7402         * configure.ac:
7403         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7404         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7405         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7406         (gst_flacenc_change_state):
7407         * ext/flac/gstflacenc.h:
7408           Update for API change in flac-1.1.1. Update requirement in
7409           configure.ac. Fixes #162974.
7410
7411 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7412
7413         * gst/playback/gstplaybasebin.c: (group_destroy):
7414           Remove hack to get rid of assert and get rid of unlinked
7415           signals properly.
7416
7417 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7418
7419         * gst/playback/gstplaybasebin.c: (setup_source):
7420           Set source to NULL so that resources are free'ed. Fixes issues
7421           with playback of CDDA and similar device-accessing things.
7422
7423 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7424
7425         * testsuite/embed/Makefile.am:
7426           test->noinst, fix make test in buildbot.
7427
7428 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7429
7430         * ext/dvdread/stream_labels.c: new file
7431         * ext/dvdread/stream_labels.h: new file
7432         * ext/dvdread/Makefile.am:
7433         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7434           Extract audio stream label from DVD IFO files.
7435           It only dump them on the console for now, still have to
7436           make playbin aware of them.
7437
7438 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7439
7440         * gst/playback/gstplaybasebin.c: (setup_source):
7441           Fix hanging subs.
7442
7443 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7444
7445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7446         (gen_preroll_element), (remove_groups), (setup_subtitle),
7447         (gen_source_element), (setup_source):
7448         * gst/playback/gstplaybasebin.h:
7449           Multiple .sub files is just a stupid idea... Fix some threading
7450           mistakes. Interestingly, external .sub files cause playbin to
7451           hang, I don't know why... Parsing fixes contributed by Fran??ois
7452           Kooman <fkooman@tuxed.net>.
7453
7454 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7455
7456         * testsuite/embed/Makefile.am:
7457           Fix buildbot.
7458
7459 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7460
7461         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7462
7463         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7464         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7465         (gst_pngenc_set_property):
7466         * ext/libpng/gstpngenc.h:
7467           Add compression level property (#163323).
7468
7469 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7470
7471         * configure.ac:
7472         * examples/capsfilter/capsfilter1.c: (main):
7473         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7474         * ext/dvdread/Makefile.am:
7475         * ext/dvdread/demo-play:
7476         * ext/dvdread/demo-play.c:
7477         * gconf/gstreamer.schemas.in:
7478         * gst-libs/gst/gconf/gconf.c:
7479         * sys/v4l/TODO:
7480         * testsuite/Makefile.am:
7481         * testsuite/embed/Makefile.am:
7482         * testsuite/embed/embed.c: (cb_expose), (main):
7483           Remove all references to xvideosink, fix examples (#140845).
7484         * gst/playback/gstplaybasebin.c: (group_destroy):
7485           Apparently, disposal does not unlink - so do explicitely.
7486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7487           Add debug.
7488
7489 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7490
7491         * README: fix PKG_CONFIG_PATH instructions, what was there
7492         previously was breaking default search path, not nice. 
7493         Fixes #163358
7494
7495 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7496
7497         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7498         (gst_audioscale_chain):
7499           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7500           when resampling - how the ^@$^!@^! is this possible?!?
7501
7502 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7503
7504         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7505           Reset variables on READY.
7506         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7507         (gst_matroska_mux_loop):
7508           Require data before writing header.
7509
7510 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7511
7512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7513
7514         * ext/mad/gstmad.c: (gst_mad_chain):
7515           Don't call mad_stream_sync() directly after recovering sync.
7516           Fixes #151661.
7517
7518 2005-01-09  Martin Eikermann  <meiker@upb.de>
7519
7520         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7521
7522         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7523         (snapshot_handler), (gst_snapshot_sinkconnect),
7524         (gst_snapshot_chain):
7525           Allocate resources when required, fix recursive signal emission
7526           and fix caps. Fixes #161667.
7527
7528 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7529
7530         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7531
7532         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7533         (gst_pngdec_chain):
7534           Handle only 8-bppc (bits-per-pixel-component) images, better
7535           error handling and correct strides. Fixes #163177.
7536         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7537         (gst_pngenc_chain):
7538           Better error handling. Fixes #163348.
7539
7540 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7541
7542         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7543         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7544         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7545         (dvdnavsrc_uri_handler_init):
7546           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7547         * gst/playback/gstplaybasebin.c: (gen_source_element):
7548           Add MMS to streaming URIs.
7549
7550 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7551
7552         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7553         * sys/xvimage/xvimagesink.c:
7554         (gst_xvimagesink_navigation_send_event):
7555           Check for pad availability before sending event.
7556
7557 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7558
7559         * gst-plugins.spec.in:
7560           Add subparse.
7561
7562 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7563
7564         * configure.ac:
7565           Since we use functions from CVS, up requirement.
7566
7567 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7568
7569         * gst/playback/Makefile.am:
7570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7571         (group_destroy), (group_commit), (group_is_muted),
7572         (gen_preroll_element), (add_stream), (unknown_type),
7573         (probe_triggered), (preroll_unlinked), (mute_stream),
7574         (silence_stream), (new_decoded_pad), (setup_substreams),
7575         (setup_source), (get_active_source), (mute_group_type),
7576         (muted_group_change_state), (set_active_source),
7577         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7578         (play_base_eos), (gst_play_base_bin_change_state):
7579         * gst/playback/gstplaybasebin.h:
7580         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7581         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7582         (gst_stream_info_dispose), (stream_info_mute_pad),
7583         (stream_info_change_state), (gst_stream_info_set_mute):
7584         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7585         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7586         (gst_stream_selector_init), (gst_stream_selector_dispose),
7587         (gst_stream_selector_get_linked_pad),
7588         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7589         (gst_stream_selector_get_linked_pads),
7590         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7591         * gst/playback/gststreamselector.h:
7592           Adding stream selection support plus required properties for
7593           applications to use this. Fully fixes #100931.
7594
7595 2005-01-08  Benjamin Otte  <otte@gnome.org>
7596
7597         * gst/games/gstpuzzle.c: (nav_event_handler):
7598           - handle nav events differently: forward every event no matter if it
7599             was handled or not.
7600           - translate events
7601           You can now cheat by using navigationtest ! puzzle and moving the
7602           mouse close to the edge of a tile. ;)
7603
7604 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7605
7606         * configure.ac:
7607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7608         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7609         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7610         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7611         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7612         (gst_ogm_parse_plugin_init):
7613         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7614         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7615         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7616         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7617         * ext/pango/gsttextoverlay.h:
7618         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7619         (gst_matroska_demux_handle_seek_event),
7620         (gst_matroska_demux_sync_streams),
7621         (gst_matroska_demux_parse_blockgroup),
7622         (gst_matroska_demux_subtitle_caps),
7623         (gst_matroska_demux_plugin_init):
7624         * gst/matroska/matroska-ids.h:
7625         * gst/playback/gstdecodebin.c: (close_pad_link):
7626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7627         (gen_preroll_element), (remove_groups), (add_stream),
7628         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7629         (setup_source):
7630         * gst/playback/gstplaybasebin.h:
7631         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7632         * gst/subparse/Makefile.am:
7633         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7634         (gst_subparse_base_init), (gst_subparse_class_init),
7635         (gst_subparse_init), (gst_subparse_formats),
7636         (gst_subparse_eventmask), (gst_subparse_event),
7637         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7638         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7639         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7640         (parse_mpsub_deinit), (parse_mpsub_init),
7641         (gst_subparse_buffer_format_autodetect),
7642         (gst_subparse_format_autodetect), (gst_subparse_loop),
7643         (gst_subparse_change_state), (gst_subparse_type_find),
7644         (plugin_init):
7645         * gst/subparse/gstsubparse.h:
7646         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7647         (plugin_init):
7648           Add subtitle support, .sub parser (supports SRT and MPsub),
7649           OGM text support, Matroska UTF-8 text support, deadlock fixes
7650           all over the place, subtitle awareness in decodebin/playbin
7651           and some fixes to textoverlay to handle subtitles in a stream
7652           correctly. Fixes #100931.
7653
7654 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7655
7656         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7657           Check for pad availability before doing a query on it.
7658
7659 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7660
7661         * ext/dv/gstdvdec.c:
7662           really fix bpp24/32 dvdec caps (classic rgba indeed)
7663         * gst/asfdemux/gstasfdemux.c:
7664         (gst_asf_demux_process_ext_content_desc):
7665           don't send text tags if they are empty (bis repetita)
7666
7667 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7668
7669         * ext/dv/gstdvdec.c:
7670          remove unneeded comment from dvdec
7671           (related to DV 4CC codes in AVI files)
7672           moved them in gstreamer/docs/random/mimetypes
7673         * gst/asfdemux/gstasfdemux.c:
7674         (gst_asf_demux_process_ext_content_desc):
7675          don't send text tags if they are empty
7676          fix mem leak on error path
7677         * gst/ffmpegcolorspace/avcodec.h:
7678         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7679         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7680         (gst_ffmpegcsp_avpicture_fill):
7681         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7682         * gst/ffmpegcolorspace/imgconvert_template.h:
7683          adds BGR32 and BGRA32 to ffmpegcolorspace
7684           (still bad colors, fixing it on next commit)
7685           helps with dvdec outputing BGR32
7686
7687 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7688
7689         * ext/dv/gstdvdec.c:
7690          Fix audio caps i just broke (missing ',')
7691         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7692         (gst_matroska_mux_reset):
7693          Fix typo + add FIXME about old "x-gst-metadata" crap
7694
7695 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7696
7697         * ext/dv/demo-play.c: (main):
7698          xvideosink -> xvimagesink
7699         * ext/dv/gstdvdec.c:
7700          change rgb 32/32 caps to 24/32 (no alpha)
7701          change nb of channels to be a list (2 or 4, not 2)
7702          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7703         * gst/asfdemux/gstasfdemux.c:
7704         (gst_asf_demux_process_ext_content_desc):
7705          Add 'date/year' to extracted metadata list
7706
7707 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7708
7709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7710           The return value of fixate_to does not imply that the requested
7711           value was set, so don't assume.
7712
7713 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7714
7715         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7716
7717         * ext/libpng/gstpngdec.c:
7718         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7719         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7720         * ext/libpng/gstpngenc.h:
7721           Alpha support (encoder; #163161), mime fixage.
7722
7723 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7724
7725         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7726
7727         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7728         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7729         (gst_faac_set_property), (gst_faac_get_property):
7730         * ext/faac/gstfaac.h:
7731           Allow for ADTS output (#153434).
7732
7733 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7734
7735         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7736           Fix against template (#150576).
7737
7738 2005-01-06  Benjamin Otte  <otte@gnome.org>
7739
7740         * gst/games/gstpuzzle.c: (draw_puzzle):
7741           don't draw a puzzle if either width or height of tiles would be 0.
7742
7743 2005-01-06  Benjamin Otte  <otte@gnome.org>
7744
7745         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7746         (gst_puzzle_class_init), (gst_puzzle_finalize):
7747           no memleaks, please
7748         (gst_puzzle_create), (gst_puzzle_init),
7749         (gst_puzzle_set_property), (gst_puzzle_setup):
7750           change initialization code around so we don't reshuffle on resize
7751         (draw_puzzle):
7752           fix another stupid typo
7753
7754 2005-01-06  Benjamin Otte  <otte@gnome.org>
7755
7756         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7757           fix stupid typo that borked copying on YUY2
7758
7759 2005-01-06  Benjamin Otte  <otte@gnome.org>
7760
7761         * gst/games/gstpuzzle.c: (draw_puzzle):
7762           fix edges when image sizes aren't multiples of tile sizes
7763
7764 2005-01-06  Benjamin Otte  <otte@gnome.org>
7765
7766         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7767           make RGB endianness work correctly
7768         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7769           refactor and fix race with initial shuffling
7770         (nav_event_handler):
7771           allow using the mouse to puzzle
7772         (draw_puzzle):
7773           insist on tiles having width and height as multiples of 4 to get
7774           clean YUV image handling
7775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7776         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7777           s/DEBUG/LOG/ for common messages
7778         (gst_xvimagesink_navigation_send_event):
7779           fix mouse event translation to not include screen PAR
7780         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7781           fix mouse event translation to actually work
7782
7783 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7784
7785         * gst/asfdemux/gstasfdemux.c:
7786         (gst_asf_demux_process_ext_content_desc):
7787          Extract TrackNumber metadata + clean up code
7788         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7789          Hope this is the good fix (var used unitialised)
7790
7791 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7792
7793         * ext/faad/gstfaad.c: (gst_faad_chain):
7794           Only increment timestamp if it's valid. Fixes raw AAC streams.
7795
7796 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7797
7798         * configure.ac:
7799         * gst/games/Makefile.am:
7800         * gst/games/gstpuzzle.c:
7801           add a puzzle game with...
7802         * gst/games/gstvideoimage.c:
7803         * gst/games/gstvideoimage.h:
7804           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7805           from videotestsrc and made into something that would be a nice
7806           library for a lot of other plugins.
7807
7808 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7809
7810         * configure.ac:
7811          don't compile faad plugin if a RC of 2.0 is found
7812          Fixes #155346 (and FC1 buildbot)
7813         * gst/asfdemux/gstasfdemux.c:
7814         (gst_asf_demux_process_ext_content_desc):
7815          try to make Solaris compiler happier
7816
7817 2005-01-06  Paul Jack  <pjack@sfaf.org>
7818
7819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7820
7821         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7822           Fix segfault (#161667).
7823
7824 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7825
7826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7827           Fix framerate reporting.
7828
7829 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7830
7831         * gst-libs/gst/riff/riff-ids.h:
7832         * gst/wavenc/riff.h:
7833          Add AMR (VBR and CBR) ids to riff.h audio codec list
7834         * gst/asfdemux/gstasfdemux.c:
7835         (gst_asf_demux_process_ext_content_desc),
7836         (gst_asf_demux_process_object):
7837           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7838
7839 2005-01-05  Martin Eikermann  <meiker@upb.de>
7840
7841         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7842
7843         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7844         (gst_dvd_demux_handle_discont):
7845         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7846         (gst_mpeg_demux_handle_discont):
7847           Recreate pads on new-media (#160730).
7848         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7849           Send discont even if manager changes timestamps (#161929).
7850
7851 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7852
7853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7854
7855         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7856           Fix invalid memory access (#159211).
7857
7858 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7859
7860         * examples/gstplay/player.c: (main):
7861           Don't iterate.
7862         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7863           Add visualizations.
7864         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7865         (gst_a52dec_handle_frame):
7866           Set duration.
7867         * ext/dvdnav/gst-dvd:
7868           Add audioconvert. Fixes #161325.
7869         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7870           Explicitely case to gint64. Possible valgrind error.
7871         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7872         (gst_play_tick_callback), (gst_play_change_state),
7873         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7874         (gst_play_set_location), (gst_play_get_location),
7875         (gst_play_seek_to_time), (gst_play_set_data_src),
7876         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7877         (gst_play_set_visualization), (gst_play_connect_visualization),
7878         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7879         (gst_play_new):
7880           Use playbin. Fixes #139749 and #147744.
7881         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7882           Add genre tag.
7883         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7884         (audioscale_get_type), (gst_audioscale_base_init),
7885         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7886         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7887         (gst_audioscale_link), (gst_audioscale_get_buffer),
7888         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7889         (gst_audioscale_init), (gst_audioscale_dispose),
7890         (gst_audioscale_chain), (gst_audioscale_set_property),
7891         (gst_audioscale_get_property), (plugin_init):
7892           Indent properly.
7893         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7894           Fix LPCM.
7895         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7896         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7897         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7898           Add more metadata (fixes #162656).
7899
7900 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7901
7902         * configure.ac:
7903           back to cvs
7904
7905 === release 0.8.7 ===
7906
7907 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7908
7909         * NEWS:
7910         * RELEASE:
7911         * configure.ac:
7912           releasing 0.8.7, "Hyperspace"
7913
7914 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7915
7916         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7917
7918         * gst/playback/gstplaybasebin.c:
7919          Fix for #162924 - free caps after use, not before
7920
7921 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7922
7923         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7924
7925         * gst/playback/gstplaybasebin.c:
7926         * gst/wavparse/gstwavparse.c:
7927           Fix for #154773 - fixes playback of small .wav files
7928
7929 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7930
7931         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7932
7933         * gst/audioscale/gstaudioscale.c:
7934           Fix for #162819 - make audioscale reusable
7935           Fixes playback of more than one file with playbin/totem
7936
7937 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7938
7939         * gst/ffmpegcolorspace/avcodec.h:
7940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7941         * gst/ffmpegcolorspace/imgconvert.c:
7942           clean up the mess that made me cry and avoid needless duplication
7943
7944 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7945
7946         * gst/ffmpegcolorspace/imgconvert.c:
7947           give some indication of why we're segfaulting
7948
7949 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7950
7951         * configure.ac:
7952           Fix indentation, fix v4l2 plugin detection.
7953         * ext/Makefile.am:
7954           Fix libmms location (Maciej, use diff -u!).
7955         * ext/alsa/gstalsa.c: (gst_alsa_init):
7956           Initialize caps cache to NULL.
7957         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7958           Only change state on audiosink if it exists.
7959
7960 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7961
7962         * gst/matroska/matroska-demux.c:
7963         * gst/matroska/matroska-ids.h:
7964         * gst/matroska/matroska-demux.h:
7965         Fix Vorbis streams failing to decode in some files, where cluster_time
7966         isn't 0, because then it doesn't send codec_priv before actual data.
7967         Remove time-based test and replace it with marker set on beginning of
7968         new stream
7969
7970 2004-12-28  David Schleef  <ds@schleef.org>
7971
7972         Merge patch from Ronald fixing problems with streaming
7973         text.
7974         * ext/cairo/gstcairo.c: (plugin_init):
7975         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7976         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7977         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7978         (gst_textoverlay_font_init), (gst_textoverlay_init),
7979         (gst_textoverlay_set_property):
7980         * ext/cairo/gsttextoverlay.h:
7981
7982 2004-12-27  David Schleef  <ds@schleef.org>
7983
7984         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7985         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7986         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7987         (gst_textoverlay_font_init), (gst_textoverlay_init),
7988         (gst_textoverlay_set_property): Improvements to actually
7989         render text as white on black outline on video, including
7990         font selection and horizontal/vertical alignment.  (Ronald's
7991         christmas present)
7992         * ext/cairo/gsttextoverlay.h:
7993
7994 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7995
7996         * ext/ogg/gstogg.c:
7997         * ext/ogg/gstogmparse.c:
7998           fix ogm[audio/video]parse plugin registration
7999           (riff won't load if bytestream is already loaded)
8000
8001 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8002
8003         * gst/audioconvert/gstchannelmix.c:
8004           fix for GLIB < 2.4
8005
8006 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8007
8008         * Makefile.am:
8009         * configure.ac:
8010           disable docs again until it actually passes make distcheck.
8011
8012 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
8015         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8016         (plugin_init):
8017           Add 3GP (variables name Q3GP because they can't start with a
8018           number). Add samr audio fourcc (used in .3gp files), decoder
8019           is work in progress. Also do a GST_WARNING instead of ERROR
8020           in case of unknown nodes, to decrease output.
8021
8022 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8023
8024         * Makefile.am:
8025           really fix dist
8026
8027 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8028
8029         * configure.ac:
8030         * ext/speex/gstspeexdec.h:
8031         * ext/speex/gstspeexenc.h:
8032           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
8033           Fix detection code in configure.ac
8034
8035 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8036
8037         * gst/matroska/matroska-demux.c:
8038         (gst_matroska_demux_parse_blockgroup):
8039           Save position, so that queries give proper return values. Don't
8040           know how this could ever have worked before...
8041
8042 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8043
8044         * configure.ac:
8045           Put additional LAME check inside the conditional.  Fixes #152339
8046
8047 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8048
8049         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8050         (gst_avi_demux_stream_scan):
8051           Add some more debug. Fix logic error when setting movi offset
8052           while reading index.
8053
8054 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8055
8056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8057         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8058         (gst_avi_demux_process_next_entry):
8059           Add some debugging. Better detection of broken indexes and the
8060           accompanying index recovery. No infinite loops on state changes
8061           when we're still in our loopfunction.
8062
8063 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8064
8065         * configure.ac:
8066           Fix up.
8067
8068 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8069
8070         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8071
8072         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8073           Normalizing the value before setting
8074         (gst_sunaudiomixer_get_volume):
8075           Normalizing the value after getting. Fixes bug# 161980
8076
8077 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8078
8079         * Makefile.am: Make sure docs gets disted
8080         * docs/Makefile.am: Make sure all needed files get disted
8081         * gst-plugins.spec.in: latest updates
8082
8083 2004-12-22  Wim Taymans  <wim@fluendo.com>
8084
8085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8086         Revert patch 1.38 as clock distribution over schedulers does
8087         not work correcly in the core yet.
8088
8089 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8090
8091         * sys/oss/README: remove this file, which predates my birth
8092           (and which content is by far outdated)
8093
8094 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8095
8096         * Makefile.am:
8097         * configure.ac:
8098         * docs/Makefile.am:
8099         * docs/libs/Makefile.am:
8100         * docs/libs/gst-plugins-libs-docs.sgml:
8101         * docs/libs/gst-plugins-libs-sections.txt:
8102         * docs/libs/tmpl/gstgconf.sgml:
8103         * docs/upload.mak:
8104         * docs/version.entities.in:
8105           Added boilerplate gtk-doc files for plugin-libs documentation.
8106
8107 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8108
8109         * gst/auparse/gstauparse.c: fix int and float audio caps
8110
8111 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8112
8113         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8114         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8115           g_assert() can be a macro, don't use #ifdef inside it.
8116
8117 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8118
8119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8120
8121         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8122         (gst_videorate_init), (gst_videorate_chain),
8123         (gst_videorate_change_state):
8124           Event handling (fixes #159986).
8125
8126 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8127
8128         * gst-libs/gst/riff/riff-media.c:
8129         (gst_riff_create_video_caps_with_data):
8130           Add BLZ0 (Blizzard's version of DivX) fourcc.
8131
8132 2004-12-18  David Schleef  <ds@schleef.org>
8133
8134         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8135         portability fix.
8136
8137 2004-12-18  David Schleef  <ds@schleef.org>
8138
8139         * gst/tta/ttadec.h: Disable some header code that isn't used
8140         and clearly isn't portable.
8141
8142 2004-12-18  David Schleef  <ds@schleef.org>
8143
8144         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8145         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8146         (avcodec_get_pix_fmt), (avpicture_layout),
8147         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8148         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8149         Fix code to not use GCC extensions (and c99 extensions that
8150         Forte does not like.)
8151
8152 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8153
8154         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8157         (gst_deinterlace_chain):
8158           Rowstride fixes. Fixes #161039.
8159         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8160         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8161         (gst_video_crop_getcaps), (gst_video_crop_link),
8162         (gst_video_crop_i420), (gst_video_crop_chain),
8163         (gst_video_crop_change_state):
8164           Rework of negotiation. Actually works now. Fixes #158650.
8165
8166 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8167
8168         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8169           That was very stupid.
8170
8171 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8172
8173         * gst/matroska/matroska-demux.c:
8174         (gst_matroska_demux_parse_blockgroup):
8175           Fix possible crasher.
8176
8177 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8178
8179         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8180         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8181           Lace sizes can be zero.
8182
8183 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8184
8185         * ext/musepack/gstmusepackdec.cpp:
8186           Fetch error return values. Fixes #161624.
8187         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8188           Really EOS.
8189
8190 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8191
8192         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8193           Work for truncated (unfinished download etc.) files. Fixes #160514.
8194
8195 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8196
8197         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8198           Fix for integer overflow. Makes #156001 not crash. Probably masks
8199           the real bug.
8200
8201 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8202
8203         * gst/ac3parse/gstac3parse.c: (plugin_init):
8204           Parsers never have ranks. Fixes #159651.
8205
8206 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8207
8208         * gst/playback/gstdecodebin.c: (compare_ranks):
8209           make sure the facotries are ordered the same every time even if they
8210           have the same rank by using the name
8211         * gst/playback/gstdecodebin.c: (find_compatibles):
8212           make sure we don't add factories to the list twice
8213
8214 2004-12-16  David Schleef  <ds@schleef.org>
8215
8216         * configure.ac: look for musepack headers as musepack/*.h
8217         (fixes #159847)
8218         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8219         * ext/musepack/gstmusepackreader.h: same
8220
8221 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8222
8223         * gst-libs/gst/riff/riff-read.c:
8224         (gst_riff_read_strf_auds_with_data):
8225           Read extradata correctly (fixes #155879).
8226
8227 2004-12-16  David Schleef  <ds@schleef.org>
8228
8229         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8230         audio.  does _not_ attempt or allow conversion unless channels
8231         is 1 or 2.
8232
8233 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8234
8235         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8236
8237 2004-12-16  David Schleef  <ds@schleef.org>
8238
8239         * gst/audioscale/gstaudioscale.c: the resample library only
8240         handles 1 or 2 channels.  Change caps to compensate.
8241
8242 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8243
8244         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8245         (gst_matroska_demux_audio_caps):
8246           Some MPEG-AAC hacks, because else it doesn't work...
8247
8248 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8249
8250         * gst-libs/gst/riff/riff-media.c:
8251         (gst_riff_create_video_caps_with_data),
8252         (gst_riff_create_video_template_caps):
8253           Add h264.
8254
8255 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8256
8257         * gst-libs/gst/audio/Makefile.am:
8258           Try to fix buildbot.
8259
8260 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8261
8262         * gst/tcp/gstmultifdsink.c:
8263           Clean up and uniformize debugging.
8264
8265 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8266
8267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8268
8269         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8270         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8272         (gst_mpeg_demux_change_state):
8273           Reset on ready. Fixes 160276.
8274
8275 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8276
8277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8278
8279         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8280         (gst_ffmpegcsp_pad_link):
8281           Fix memleak (#154815).
8282
8283 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8284
8285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8286
8287         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8288         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8289         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8290         * ext/musicbrainz/gsttrm.h:
8291           Add support for using a proxy server when getting a trm id from
8292           the MusicBrainz database (#149613).
8293
8294 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8295
8296         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8297
8298         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8299         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8300           Fix memleaks (#157233).
8301
8302 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8303
8304         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8305
8306         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8307         * gst-libs/gst/resample/resample.h:
8308         * gst/audioscale/gstaudioscale.c:
8309           Fix memleak (#159215).
8310
8311 2004-12-16  Toni Willberg  <toniw@iki.fi>
8312
8313         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8314
8315         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8316         * sys/oss/oss_probe.c: (main):
8317           Check for mono/stereo support (similar to samplerate probing),
8318           fixes #159433. Also add missing copyright header to oss_probe.c.
8319
8320 2004-12-15  David Schleef  <ds@schleef.org>
8321
8322         * configure.ac: add audioresample and cairo plugins.  Remove
8323         HAVE_MMX stuff, because it's not used.
8324         * ext/Makefile.am: same
8325         * ext/audioresample/Makefile.am: You are not ready for an
8326         audio resampling element based on audioresample.
8327         * ext/audioresample/gstaudioresample.c:
8328         * ext/audioresample/gstaudioresample.h:
8329         * ext/cairo/Makefile.am: You are not ready for overlay elements
8330         based on cairo.  Don't look too closely, these elements kinda
8331         suck right now.
8332         * ext/cairo/gstcairo.c: new
8333         * ext/cairo/gsttextoverlay.c: new
8334         * ext/cairo/gsttextoverlay.h: new
8335         * ext/cairo/gsttimeoverlay.c: new
8336         * ext/cairo/gsttimeoverlay.h: new
8337         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8338         problem with compilers that don't support variadic macros.
8339
8340 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8341
8342         Reviewed by:  David Schleef  <ds@schleef.org>
8343
8344         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8345         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8346         bit.  Also ran indent-gst.
8347         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8348         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8349         (gst_sunaudiosrc_setparams):
8350
8351 2004-12-14  David Schleef  <ds@schleef.org>
8352
8353         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8354         output rate to 16000.  Should fix #160235.
8355
8356 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8357
8358         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8359         Add typefinding for mpeg2 pes streams
8360
8361 2004-12-13  David Schleef  <ds@schleef.org>
8362
8363         * configure.ac:  Applied patch from bug #143659, making default
8364         sources and sinks OS-dependent (for Solaris), and added code
8365         for OS/X.
8366         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8367
8368 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8369
8370         * gst-libs/gst/riff/riff-media.c:
8371           forgot to add h2.64 to avidemux template caps
8372
8373 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8374
8375         * gst/wavenc/riff.h:
8376         * gst-libs/gst/riff/riff-media.c:
8377         * gst-libs/gst/riff/riff-ids.h:
8378         * gst/avi/gstavimux.c
8379         add 4CC code for VideoSoft h264 in AVI (VSSH)
8380           fixes bug #160655
8381         remove s323 from riff, it's quicktime specific :(
8382
8383 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8384
8385         * gst/asfdemux/README
8386         * gst/wavenc/riff.h
8387         * gst-libs/gst/riff/riff-ids.h
8388         * gst-libs/gst/riff/riff-media.c
8389         * gst/qtdemux/qtdemux.c:
8390           add new 4CC codes for h263 related codecs
8391           fixes partially bug #155163
8392
8393 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8394
8395         * configure.ac: Update polyaudio requirement to 0.7
8396         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8397
8398 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8399
8400         * gst/interleave/deinterleave.c:
8401         fix my name's spelling! :)
8402
8403 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8404
8405         * AUTHORS ChangeLog
8406         * gst/auparse/gstauparse.c
8407         * gst/interleave/deinterleave.c
8408         * gst/law/:
8409                 alaw-decode.c alaw-encode.c
8410                 mulaw-decode.c mulaw-encode.c
8411         * gst/oneton/gstoneton.c
8412         * sys/osxaudio/:
8413                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8414         * sys/osxvideo/:
8415                 cocoawindow.h cocoawindow.m
8416                 osxvideosink.h osxvideosink.m
8417
8418         put the same mail address for Zaheer Abbas Merali everywhere
8419
8420 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8421
8422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8423           Align by packetsize, and assert that we a packet available before
8424           playing. The first makes webstreams work (they often include
8425           trailing padding data in a packet), the second allows pausing a
8426           ASF stream in totem without getting demux errors afterwards.
8427
8428 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8429
8430         * ext/ogg/gstoggdemux.c: (get_relative):
8431           Check for non-NULL before accessing member (end-of-chain).
8432
8433 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8434
8435         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8436         (cdparanoia_set_property), (cdparanoia_get_property):
8437         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8438         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8439         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8440         (dvdreadsrc_init), (dvdreadsrc_set_property),
8441         (dvdreadsrc_get_property):
8442         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8443         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8444           Synchronize property names where not yet the case. Devices are
8445           now device=X, other versions are deprecated (but still exist).
8446           Also use g_free() unconditionally.
8447         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8448         (setup_source), (gst_play_base_bin_get_property):
8449           Expose source.
8450
8451 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8452
8453         * configure.ac: move GCONF macro outside conditional for the am
8454           conditional. Fixes #160439
8455
8456 2004-12-08  David Schleef  <ds@schleef.org>
8457
8458         * tools/gst-visualise-m.m: Switch to elements that currently
8459         exist.
8460
8461 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8462
8463         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8464           We love wrong commas.
8465
8466 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8467
8468         * gst/matroska/matroska-demux.c:
8469         (gst_matroska_demux_handle_src_query):
8470           Don't set DEFAULT, unsupported - makes length display incorrectly
8471           in some cases.
8472
8473 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8474
8475         * gst/monoscope/README: remove blurb about files being GPL
8476         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8477         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8478           monoscope is now effectively LGPL licensed
8479
8480 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8481
8482         * gst/monoscope/README: Update information to be more correct
8483         * gst/monoscope/convolve.c: Relicense to LGPL
8484         * gst/monoscope/convolve.h: Relicense to LGPL
8485
8486 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8487
8488         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8489           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8490         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8491           set default_duration for mpeg1 audio
8492
8493 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8494
8495         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8496         * ext/alsa/gstalsa.h:
8497           refactor big chunks of the core caps negotiation code to make it
8498           a lot faster, because people claim it's really slow
8499           (actually, just cache the getcaps when the device is opened)
8500
8501 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8502
8503         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8504         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8505         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8506         (gst_a52dec_change_state), (plugin_init):
8507         * ext/a52dec/gsta52dec.h:
8508           Do something useful with timestamps. Make chain-based (since
8509           there's really no reason to be loopbased).
8510         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8511           Update current_byte/frame correctly.
8512
8513 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8514
8515         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8516         (gst_ape_demux_stream_init):
8517           Forward tags, too.
8518
8519 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8520
8521         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8522           Let's make sure we're done typefinding when detecting tags.
8523
8524 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8525
8526         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8527         (gst_ebml_read_init), (gst_ebml_read_use_event),
8528         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8529         (gst_ebml_read_seek), (gst_ebml_read_skip),
8530         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8531         (gst_ebml_read_master):
8532         * gst/matroska/ebml-read.h:
8533         * gst/matroska/matroska-demux.c:
8534         (gst_matroska_demux_parse_contents),
8535         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8536           Disgustingly evil hack for working around INTERRUPT events and
8537           their extremely annoying habit of being a pain in the ass. We
8538           simply peek a cluster before reading any of it.
8539
8540 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8541
8542         * ext/musepack/gstmusepackdec.cpp:
8543           There's also floating point libmusepacks.
8544
8545 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8546
8547         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8548         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8549           Set DURATION even if source buffer didn't. Also use increasing
8550           timestamps.
8551         * gst-libs/gst/riff/riff-media.c:
8552         (gst_riff_create_audio_caps_with_data):
8553           Block_align can have larger values than 8192.
8554
8555 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8558         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8559         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8560         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8561           Fix caps.
8562
8563 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8564
8565         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8566           Fix logic bug.
8567
8568 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8569
8570         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8571           Yay, another one.
8572
8573 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8574
8575         * ext/esd/esdsink.c: (gst_esdsink_chain):
8576           Make error actually say something useful (fixes #156798).
8577         * gst-libs/gst/riff/riff-media.c:
8578         (gst_riff_create_video_caps_with_data),
8579         (gst_riff_create_video_template_caps):
8580           Add Intel Video 5.0 fourcc (IV50).
8581
8582 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8583
8584         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8585         detection on mono and stereo mp3 files.
8586
8587 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8588
8589         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8590           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8591           the contained stream).
8592
8593 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8594
8595         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8596           Oops, remove debug.
8597
8598 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8599
8600         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8601
8602         * gst/law/alaw-decode.c: (alawdec_getcaps):
8603         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8604           Prevent warnings when negotiating caps (fixes #159338).
8605
8606 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8607
8608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8609         (gst_ffmpegcsp_chain):
8610           Remove old leftover that shouldn't be there...
8611
8612 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8613
8614         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8615
8616         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8617           Don't forward DISCONT events (fixes #159684).
8618
8619 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8620
8621         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8622           Unlink manually since sometimes bin disposal (and therefore
8623           pad unlinking) is delayed, which will cause a new media file
8624           to not be able to start playing instantly.
8625
8626 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8627
8628         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8629           On mute of an unlinked stream, check for pad availability so
8630           we don't crash on unlinked pad.
8631
8632 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8633
8634         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8635         (gst_avi_demux_massage_index):
8636           Fix quite humiliating bug in omitting 0-sized index chunks but
8637           forgetting to count them for timestamps.
8638
8639 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8640
8641         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8642           Actually leave the loop if we failed to sync. Don't crash.
8643
8644 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8645
8646         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8647         (gst_dvd_demux_process_private):
8648         * gst/mpegstream/gstdvddemux.h:
8649           Fix crash (#159759). Doesn't work, though. :-(.
8650
8651 2004-11-28  Benjamin Otte  <otte@gnome.org>
8652
8653         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8654           more overwriting protection due to modifying channels one by one
8655           instead of all at once
8656
8657 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8658
8659         * gst/audioconvert/gstchannelmix.c:
8660         (gst_audio_convert_fill_normalize):
8661           Normalize using absolute values.
8662
8663 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8664
8665         * configure.ac:
8666         * ext/Makefile.am:
8667         * ext/directfb/Makefile.am:
8668         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8669         (gst_directfbvideosink_get_pixel_format),
8670         (gst_directfbvideosink_get_format_from_fourcc),
8671         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8672         (gst_directfbvideosink_sink_link),
8673         (gst_directfbvideosink_change_state),
8674         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8675         (gst_directfbvideosink_buffer_alloc),
8676         (gst_directfbvideosink_interface_supported),
8677         (gst_directfbvideosink_interface_init),
8678         (gst_directfbvideosink_navigation_send_event),
8679         (gst_directfbvideosink_navigation_init),
8680         (gst_directfbvideosink_set_property),
8681         (gst_directfbvideosink_get_property),
8682         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8683         (gst_directfbvideosink_base_init),
8684         (gst_directfbvideosink_class_init),
8685         (gst_directfbvideosink_get_type), (plugin_init):
8686         * ext/directfb/directfbvideosink.h: Adding a first version of
8687         directfbvideosink.
8688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8689         more.
8690
8691 2004-11-28  Benjamin Otte  <otte@gnome.org>
8692
8693         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8694           walk the samples backwards if out_channels > in_channels so we don't
8695           overwrite data
8696
8697 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8698
8699         * gst/audioconvert/Makefile.am:
8700         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8701         (gst_audio_convert_link), (gst_audio_convert_change_state),
8702         (gst_audio_convert_channels):
8703         * gst/audioconvert/gstchannelmix.c:
8704         (gst_audio_convert_unset_matrix),
8705         (gst_audio_convert_fill_identical),
8706         (gst_audio_convert_fill_compatible),
8707         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8708         (gst_audio_convert_fill_others),
8709         (gst_audio_convert_fill_normalize),
8710         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8711         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8712         * gst/audioconvert/gstchannelmix.h:
8713           Implement a channel mixer.
8714
8715 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8716
8717         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8718         * ext/alsa/gstalsa.h:
8719         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8720         Make alsasink actually honor gst_element_set_clock and use that
8721         clock instead of its internal one.
8722
8723 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8724
8725         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8726         (gst_play_base_bin_change_state): nullify source and decoder when
8727         going from READY to NULL so that we don't try to do weird stuff with
8728         them when going from NULL to READY
8729         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8730         instead of g_object_unref
8731         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8732         it should be correct
8733         (gst_play_bin_change_state): don't call remove_sinks if we are
8734         currently disposing the object
8735
8736 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8737
8738         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8739           Don't forget bass if it's there. Else left channel is silent...
8740
8741 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8742
8743         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8744         (gst_a52dec_change_state):
8745           Don't do sample adjusting anymore, we use float audio now.
8746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8747           Don't fixate to non-existing properties.
8748
8749 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8750
8751         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8752         (gst_a52dec_change_state):
8753           Advertise that we can do surround sound.
8754
8755 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8756
8757         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8758           Add buffer-frames=0.
8759         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8760         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8761         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8762         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8763         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8764         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8765         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8766         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8767         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8768         * ext/dvdread/dvdreadsrc.h:
8769           Add seeking, querying for bytes, sectors, title, angle and
8770           chapter. Handle multiple chapters. Relicense to LGPL because
8771           Billy agreed on that (thanks Billy!).
8772
8773 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8774
8775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8776         call parent dispose method
8777
8778 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8779
8780         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8781         (gst_audio_clock_get_internal_time):
8782         Fix active <-> inactive transitions: ensure time value always
8783         grows and avoid abrupt value changes.
8784
8785 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8786
8787         * configure.ac:
8788         * gst/tta/Makefile.am:
8789         * gst/tta/crc32.h:
8790         * gst/tta/filters.h:
8791         * gst/tta/gsttta.c:
8792         * gst/tta/gstttadec.c:
8793         * gst/tta/gstttadec.h:
8794         * gst/tta/gstttaparse.c:
8795         * gst/tta/gstttaparse.h:
8796         * gst/tta/ttadec.h:
8797           added TTA parser and decoder
8798
8799 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8800
8801         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8802         (probe_triggered), (check_queue), (buffer_underrun),
8803         (buffer_running), (buffer_overrun), (gen_source_element),
8804         (setup_source):
8805         * gst/playback/gstplaybasebin.h:
8806           Implement buffering. Needs some more work.
8807
8808 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8809
8810         * ext/theora/theoradec.c: (theora_dec_chain):
8811           Fix ilog mask range overflow.
8812
8813 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8814
8815         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8816           Don't omit the last (which in case of dmix is the only :) )
8817           channel count. Don't set channels if <= 2.
8818
8819 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8820
8821         * gst/playback/gstplaybin.c: (gen_video_element),
8822         (gen_audio_element): Removed 2 obsolete comments
8823
8824 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8825
8826         * ext/vorbis/oggvorbisenc.c
8827         * ext/vorbis/vorbisenc.c :
8828           change description fields of those plugins to differentiate them
8829           (pitivi show Encoders by description, they had the same one)
8830
8831 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8832
8833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8834
8835         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8836         (gst_play_bin_set_property), (gen_video_element),
8837         (gen_audio_element):
8838           Refcounting fixes for provided audio-/videosinks.
8839
8840 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8841
8842         * gst/playback/gstplaybin.c: (gen_video_element),
8843         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8844           Don't reference all sinks, but only the video- and audiosinks.
8845           The vis. element should be disposed when we're done with it.
8846           We don't have any reason to keep it around. This fixes warnings
8847           when reusing playbin for playing multiple audio files with
8848           vis. enabled. Also release audio device on pause - idea stolen
8849           from Rhythmbox.
8850
8851 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8852
8853         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8854         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8855         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8856         * ext/alsa/gstalsaplugin.c: (plugin_init):
8857         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8858         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8859         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8860         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8861         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8862         (gst_faad_change_state), (plugin_init):
8863         * ext/faad/gstfaad.h:
8864         * ext/vorbis/vorbis.c: (plugin_init):
8865         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8866         * gst-libs/gst/audio/Makefile.am:
8867         * gst-libs/gst/audio/audio.c: (plugin_init):
8868         * gst-libs/gst/audio/multichannel.c:
8869         (gst_audio_check_channel_positions),
8870         (gst_audio_get_channel_positions),
8871         (gst_audio_set_channel_positions),
8872         (gst_audio_set_structure_channel_positions_list),
8873         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8874         (gst_audio_fixate_channel_positions):
8875         * gst-libs/gst/audio/multichannel.h:
8876         * gst-libs/gst/audio/testchannels.c: (main):
8877         * gst/audioconvert/gstaudioconvert.c:
8878         (gst_audio_convert_class_init), (gst_audio_convert_init),
8879         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8880         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8881         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8882         * gst/audioconvert/plugin.c: (plugin_init):
8883           Surround sound support.
8884
8885 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8886
8887         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8888           Fix position for discont if we're close as well. Nitpicking, but
8889           saves a few milliseconds of extra waiting or skipping.
8890
8891 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8892
8893         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8894           We sometimes need parsers for playback, so add those too.
8895
8896 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8897
8898         * configure.ac:
8899         * gst/apetag/Makefile.am:
8900         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8901         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8902         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8903         (gst_ape_demux_get_src_query_types),
8904         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8905         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8906         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8907         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8908         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8909         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8910         (gst_ape_demux_change_state):
8911         * gst/apetag/apedemux.h:
8912         * gst/apetag/apetag.c: (plugin_init):
8913         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8914         (plugin_init):
8915           APE v1/2 tag reader plus typefind function.
8916
8917 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8918
8919         * configure.ac:
8920         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8921         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8922           Remove hacks for older core. Require newer core version
8923           accordingly.
8924
8925 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8926
8927         * gst/cdxaparse/Makefile.am:
8928         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8929         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8930         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8931         * gst/cdxaparse/gstcdxaparse.h:
8932         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8933         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8934         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8935         (gst_cdxastrip_get_src_query_types),
8936         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8937         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8938         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8939         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8940         * gst/cdxaparse/gstcdxastrip.h:
8941           SVCD/VCD header stripping separated from CDXA image parsing.
8942         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8943         (plugin_init):
8944           Add VCD/SVCD header typefinding for VCD/SVCD.
8945         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8946         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8947         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8948         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8949         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8950         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8951         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8952         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8953         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8954         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8955         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8956         * sys/vcd/vcdsrc.h:
8957           Fix up, add seeking, querying, URI interface. Works in totem now.
8958
8959 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8960
8961         * configure.ac:
8962           back to CVS
8963
8964 === release 0.8.6 ===
8965
8966 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8967
8968         * NEWS:
8969         * RELEASE:
8970         * configure.ac:
8971         * po/af.po:
8972         * po/az.po:
8973         * po/cs.po:
8974         * po/en_GB.po:
8975         * po/hu.po:
8976         * po/it.po:
8977         * po/nb.po:
8978         * po/nl.po:
8979         * po/or.po:
8980         * po/sq.po:
8981         * po/sr.po:
8982         * po/sv.po:
8983         * po/uk.po:
8984           releasing 0.8.6, "IOU Love"
8985
8986 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8987
8988         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8989
8990         * gst/playback/gstplaybasebin.c:
8991           Fix unplayable files error handling.  Fixes #158365
8992
8993 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8994
8995         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8996
8997         * gst/typefind/gsttypefindfunctions.c:
8998           Fix broken mp3 typefinding.  Fixes #158375
8999
9000 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9001
9002         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9003
9004         * ext/ogg/gstoggdemux.c:
9005           Fix sync on broken files.  Fixes #158976
9006
9007 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9008
9009         patch by: Edward Hervey <bilboed@bilboed.com>
9010
9011         * ext/libpng/gstpngenc.c:
9012           Copy over buffer properties.  Fixes #158832
9013
9014 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9015
9016         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
9017
9018         * ext/dvdread/dvdreadsrc.c:
9019           Fixes invalid reads (#158462)
9020
9021 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9022
9023         * sys/v4l/gstv4lsrc.c:
9024         * sys/v4l/gstv4lsrc.h:
9025         * sys/v4l/v4lsrc_calls.c:
9026           Probe less and cache it.  Fixes #159187.
9027
9028 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9029
9030         * gst/videorate/gstvideorate.c:
9031           Handle all video formats. Fixes #159186.
9032
9033 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
9034         * gst/synaesthesia/gstsynaesthesia.c:
9035         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
9036         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
9037         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
9038         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
9039         (gst_synaesthesia_change_state), (plugin_init):
9040         Fix up synaesthesia to work under different samplerates/ buffer sizes.
9041         Force 320x200 output, as that's the only thing the underlying
9042         synaesthesia implementation supports. Still needs to be made
9043         re-entrant.
9044
9045 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9046
9047         * configure.ac:
9048           Fix mpeg2enc configure check (similar to mplex check below).
9049
9050 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9051
9052         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9053
9054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9055           Fix for gcc-2.95 (fixes #158221).
9056
9057 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9058
9059         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9060           Re-add clock distribution hack (until new core is released).
9061           Fixes #158125.
9062
9063 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9064         * configure.ac:
9065           fix mplex configure check segfaulting on some systems (bug #140994)
9066
9067 2004-11-13  Benjamin Otte  <otte@gnome.org>
9068
9069         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9070           add debugging
9071         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9072           do a wait when we enter the loop func with no data available to
9073           write instead of getting into an 100% CPU loop by just returning and
9074           being called again by the scheduler
9075
9076 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9077
9078         * configure.ac:
9079         * ext/libvisual/visual.c: (gst_visual_get_type),
9080         (libvisual_log_handler), (gst_visual_getcaps),
9081         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9082         (plugin_init):
9083           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9084         * ext/smoothwave/Makefile.am:
9085         * ext/smoothwave/demo-osssrc.c: (main):
9086         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9087         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9088         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9089         (plugin_init):
9090         * ext/smoothwave/gstsmoothwave.h:
9091           Make gstsmoothwave a working element in the 20th century.
9092
9093         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9094           Fix incorrect link function
9095
9096 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9097
9098         * gst/volume/gstvolume.c:
9099           Allow buffer-frames=0.
9100
9101 2004-11-12 Iain <iaingnome@gmail.com>
9102
9103         * configure.ac: Check for polypaudio
9104
9105         * ext/Makefile.am: Build the polyp dir
9106
9107         * ext/polyp: The polypsink sources.
9108
9109 2004-10-30 Iain <iaingnome@gmail.com>
9110
9111         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9112         caps to reflect the new number of channels.
9113
9114 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9115
9116         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9117           Fix for negotiation order problem. This would show when the
9118           ALSA loopfuction was called before any other function. ALSA
9119           wouldn't do anything because we're not negotiated yet, leading
9120           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9121
9122 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9123
9124         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9125
9126         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9127           No warnings (#157986).
9128
9129 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9130
9131         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9132           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9133
9134 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9135
9136         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9137           Signal no-more-pads (so it works in playbin).
9138
9139 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9140
9141         * ext/musepack/gstmusepackreader.cpp:
9142           Workaround for older core.
9143
9144 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9145
9146         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9147           Actually test for odd width/height rather than testing whether
9148           a temporary variable that was 0 before we subtracted 1 is now
9149           not equal to zero (which it always is).
9150
9151 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9152
9153         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9154         Fix compilation if HAVE_XVIDEO is not defined
9155
9156 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9157
9158         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9159         Fix compilation if HAVE_XVIDEO is not defined
9160
9161 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9162
9163         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9164         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9165         (gst_goom_change_state), (plugin_init):
9166         Use the bytestream adapter so goom doesn't depend on the input
9167         buffer size.
9168         Add a debug category
9169
9170 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9171
9172         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9173           Only set hardware parameters *after* negotiation. Before
9174           negotiation, it will set ANY and that seems to cause crashes
9175           (see e.g. #151288, #153227).
9176
9177 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9178
9179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9180           This seems to be antique leftover. It needs to pass error
9181           checking.
9182         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9183         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9184         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9185         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9186           Fix GstXOverlay implementation (#151059).
9187
9188 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9189
9190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9191           Don't assert (#157853).
9192
9193 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9194
9195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9196           Fix bytes/samples confustion.
9197         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9198           Fix for underrun (#144389).
9199
9200 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9201
9202         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9203           Disable halfway-seek for pending release (since it needs a new
9204           core release).
9205
9206 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9207
9208         * sys/v4l/gstv4lsrc.c:
9209         * sys/v4l/gstv4lsrc.h:
9210         * sys/v4l/v4lsrc_calls.c:
9211           add autoprobe-fps property so we can separate autoprobing parts
9212
9213 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9214
9215         * sys/v4l/gstv4lsrc.c:
9216         * sys/v4l/v4lsrc_calls.c:
9217         initialise fourcc to catch unset fourcc's, and debug
9218
9219 2004-11-09  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst/playback/README:
9222         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9223         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9224         (gst_play_bin_dispose), (gst_play_bin_set_property),
9225         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9226         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9227         (gst_play_bin_get_formats), (gst_play_bin_convert),
9228         (gst_play_bin_get_query_types), (gst_play_bin_query):
9229         Cleanups and some more documentation.
9230
9231 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9232
9233         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9234         (gst_cacasink_init), (gst_cacasink_chain):
9235         * ext/libcaca/gstcacasink.h:
9236         Cacasink inherits from VideoSink, so let that store the clock.
9237
9238 2004-11-09  Wim Taymans  <wim@fluendo.com>
9239
9240         * gst/playback/README:
9241         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9242         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9243         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9244         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9245         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9246         (setup_sinks):
9247         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9248         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9249         * gst/playback/gststreaminfo.h:
9250         Updated README.
9251         Only switch groups if all streams have muted (EOSed).
9252         Send Tags in sync with the stream playback instead of in
9253         the playback/preroll phase.
9254         Some cleanups, free the fakesrc elements.
9255
9256 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9257
9258         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9259           buffer-frames property was missing
9260         * ext/arts/gst_arts.c:
9261           rate missing from sinkcaps
9262         * ext/audiofile/gstafparse.c:
9263         * ext/audiofile/gstafsink.c:
9264         * ext/audiofile/gstafsrc.c:
9265         * ext/swfdec/gstswfdec.c:
9266           int audio doesn't know buffer-frames
9267         * ext/cdparanoia/gstcdparanoia.c:
9268           int audio doesn't know chunksize either
9269         * ext/nas/nassink.c:
9270           it's endianness, not endianess
9271         * gst-libs/gst/audio/audio.h:
9272           make float standard pad template caps really describe float
9273         * gst/law/mulaw.c: (linear_factory):
9274           signed only, please
9275         * gst/mpegstream/gstdvddemux.c:
9276           widths of 20 are not valid
9277
9278 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9279
9280         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9281
9282         * po/LINGUAS:
9283         * po/it.po:
9284           Add Italian
9285
9286 2004-11-08  Wim Taymans  <wim@fluendo.com>
9287
9288         * gst/playback/README:
9289         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9290         * gst/playback/gstplaybasebin.c: (probe_triggered),
9291         (gst_play_base_bin_change_state):
9292         Updated README, added more comments for fixmes etc..
9293
9294 2004-11-08  Wim Taymans  <wim@fluendo.com>
9295
9296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9297         We can remove this hack now.
9298
9299 2004-11-08  Wim Taymans  <wim@fluendo.com>
9300
9301         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9302         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9303         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9304         Only mix AYUV for maximum quality.
9305
9306 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9307
9308         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9309         (gst_ogg_demux_push), (gst_ogg_pad_push):
9310           Let's act as if we're synchronized now! :).
9311         * ext/theora/theoradec.c: (theora_dec_chain):
9312           Add some debug.
9313
9314 2004-11-08  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9317         (gst_alpha_set_property), (gst_alpha_sink_link),
9318         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9319         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9320         (gst_alpha_init_params), (gst_alpha_chain):
9321         Implement alpha functions for AYUV too, this increases
9322         accuracy quite a bit.
9323
9324 2004-11-08  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/ffmpegcolorspace/avcodec.h:
9327         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9328         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9329         (gst_ffmpegcsp_avpicture_fill):
9330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9331         (gst_ffmpegcsp_caps_remove_format_info):
9332         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9333         (shrink12), (img_get_alpha_info), (deinterlace_line),
9334         (deinterlace_line_inplace):
9335         * gst/ffmpegcolorspace/imgconvert_template.h:
9336         Added AYUV colorspace and handle RGBA a bit more respectful.
9337
9338 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9339
9340         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9341           Actually always send a discont (cornercase when resending the
9342           same serial-tagged chain twice).
9343
9344 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9345
9346         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9347         (gst_ximagesink_finalize):
9348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9349         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9350
9351 2004-11-08  Wim Taymans  <wim@fluendo.com>
9352
9353         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9354         Don't segfault on NULL data.
9355
9356 2004-11-08  Wim Taymans  <wim@fluendo.com>
9357
9358         * gst/playback/gstdecodebin.c: (unlinked):
9359         * gst/playback/gstplay-marshal.list:
9360         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9361         (gst_play_base_bin_init), (group_create), (get_active_group),
9362         (get_building_group), (group_destroy), (group_commit),
9363         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9364         (add_element_stream), (no_more_pads), (probe_triggered),
9365         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9366         (state_change), (setup_source), (gst_play_base_bin_get_property),
9367         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9368         (gst_play_base_bin_link_stream),
9369         (gst_play_base_bin_get_streaminfo):
9370         * gst/playback/gstplaybasebin.h:
9371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9372         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9373         Add support for chained ogg files. Prepare for playlist
9374         support. This patch introduces the concept of pad groups, which
9375         together compose one playable media file.
9376
9377 2004-11-07  David Schleef  <ds@schleef.org>
9378
9379         * testsuite/gst-lint: Check for pad templates that aren't statically
9380         scoped.
9381
9382 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9383
9384         * configure.ac:
9385         * ext/Makefile.am:
9386         * ext/musepack/Makefile.am:
9387         * ext/musepack/gstmusepackdec.cpp:
9388         * ext/musepack/gstmusepackdec.h:
9389         * ext/musepack/gstmusepackreader.cpp:
9390         * ext/musepack/gstmusepackreader.h:
9391           Add musepack decoder.
9392         * ext/faad/gstfaad.c: (gst_faad_base_init):
9393           Make pad templates static.
9394         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9395         (plugin_init):
9396           Add musepack typefinder, make mp3 typefinding work halfway stream,
9397           which doesn't actually work yet because id3demux doesn't implement
9398           _get_length().
9399
9400 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9401
9402         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9403         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9404           Fix interrupt event handling (#144436).
9405
9406 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9407
9408         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9409           Hide unused glory.
9410
9411 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9412
9413         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9414
9415         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9416           Fix weird caps (#157548).
9417
9418 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9419
9420         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9421
9422         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9423           Add missing NULL terminator (#157543).
9424
9425 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9426
9427         * gst/tcp/gsttcp.h:
9428         * gst/tcp/gsttcpclientsink.c:
9429         * gst/tcp/gsttcpclientsrc.c:
9430         * gst/tcp/gsttcpserversink.c:
9431         * gst/tcp/gsttcpserversrc.c:
9432           ports can go up to 65535.  Move common defines to gsttcp.h
9433
9434 2004-11-05  Wim Taymans  <wim@fluendo.com>
9435
9436         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9437         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9438         Added two more colorspaces.
9439
9440 2004-11-05  Wim Taymans  <wim@fluendo.com>
9441
9442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9443         (gst_ffmpegcsp_avpicture_fill):
9444         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9445         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9446         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9447         More stride fixes.
9448
9449 2004-11-05  Wim Taymans  <wim@fluendo.com>
9450
9451         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9452         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9453         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9454         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9455         (gst_videomixer_loop):
9456         More stride fixes.
9457
9458 2004-11-05  Benjamin Otte  <otte@gnome.org>
9459
9460         * ext/mad/gstmad.c: (gst_mad_chain):
9461           don't overflow data buffer. Flush not needed sync data when syncing
9462           failed.
9463
9464 2004-11-04  Wim Taymans  <wim@fluendo.com>
9465
9466         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9467         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9468         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9469         (gst_alpha_init_params), (gst_alpha_chain),
9470         (gst_alpha_change_state):
9471         Updated the chroma keying algorithm with something more
9472         sophisticated.
9473
9474 2004-11-03  Wim Taymans  <wim@fluendo.com>
9475
9476         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9477         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9478         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9479         Fix stride issues. Does not completely work for odd
9480         heights.
9481
9482 2004-11-03  Wim Taymans  <wim@fluendo.com>
9483
9484         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9485         (gst_alpha_chroma_key), (gst_alpha_chain):
9486         Fix stride issues. Does not completely work for odd
9487         heights.
9488
9489 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9490
9491         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9492         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9493         leak fixes
9494
9495 2004-11-03  Wim Taymans  <wim@fluendo.com>
9496
9497         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9498         (gst_ffmpegcsp_avpicture_fill):
9499         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9500         (avpicture_alloc):
9501         * gst/ffmpegcolorspace/imgconvert_template.h:
9502         Use correct _fill function to get correct strides.
9503
9504 2004-11-02  David Schleef  <ds@schleef.org>
9505
9506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9507         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9508         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9509         Change all g_print()s to debugging.  Add a bunch of consistency
9510         checks.
9511
9512 2004-11-02  Wim Taymans  <wim@fluendo.com>
9513
9514         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9515         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9516         (unlinked), (no_more_pads), (close_link):
9517         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9518         (unknown_type), (add_element_stream), (new_decoded_pad),
9519         (removed_decoded_pad), (setup_source):
9520         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9521         (gst_stream_info_class_init), (gst_stream_info_init),
9522         (gst_stream_info_new), (gst_stream_info_dispose),
9523         (stream_info_mute_pad), (gst_stream_info_set_property),
9524         (gst_stream_info_get_property):
9525         * gst/playback/gststreaminfo.h:
9526         Fix playback of multiple files.
9527         a slightly different approach to handling dynamic pad removals.
9528         This one only looks at pads that we have linked.
9529
9530 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9531
9532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9533         free" warning from libc.
9534
9535 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9536
9537         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9538         (get_unconnected_element), (remove_starting_from), (pad_removed),
9539         (close_link):
9540           Implement support for dynamic pad changing. We listen to "live"
9541           pad removals (i.e. while playing) and re-setup autoplugging
9542           after that. Playbasebin/playbin need some more work for this
9543           to finally work, but decodebin supports (and replugs) chained
9544           ogg now.
9545
9546 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9547
9548         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9549         (gst_alsa_finalize):
9550         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9551         (gst_cdaudio_finalize):
9552         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9553         (cdparanoia_finalize):
9554         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9555         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9556         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9557         (dvdreadsrc_finalize):
9558         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9559         (gst_flacdec_finalize):
9560         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9561         (gst_flacenc_finalize):
9562         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9563         (gst_gnomevfssink_finalize):
9564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9565         (gst_gnomevfssrc_finalize):
9566         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9567         (gst_fameenc_finalize):
9568         * ext/nas/nassink.c: (gst_nassink_class_init),
9569         (gst_nassink_finalize):
9570         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9571         (gst_sdlvideosink_class_init):
9572         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9573         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9574         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9575         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9576         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9577         (gst_x_window_listener_dispose):
9578         * gst/audioscale/gstaudioscale.c:
9579         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9580         (play_on_demand_finalize):
9581         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9582         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9583         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9584         (cdplayer_finalize):
9585         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9586         (gst_glimagesink_class_init):
9587         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9588         (gst_osselement_finalize):
9589         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9590         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9591         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9592           Fixes a bunch of problems with finalize and dispose functions,
9593           either assumptions that dispose is only called once, or not calling
9594           the parent class dispose/finalize function
9595
9596 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9597
9598         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9599           added two api precondition guards
9600           use g_strdup with getenv to fix crash when using ENVVAR
9601
9602 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9603         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9604         (gst_esdsink_finalize):
9605         Use a finalize function, not dispose, and more importantly,
9606         call the parent class finalize function too
9607
9608 2004-11-01  Johan Dahlin  <johan@gnome.org>
9609
9610         * ext/ogg/gstoggdemux.c:
9611         * gst/tags/gstvorbistag.c:
9612         Plug leaks.
9613
9614 2004-10-31  Benjamin Otte  <otte@gnome.org>
9615
9616         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9617           lotsa memleaks today. But they're all small...
9618
9619 2004-10-31  Benjamin Otte  <otte@gnome.org>
9620
9621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9622           another memleak crushed
9623
9624 2004-10-31  Benjamin Otte  <otte@gnome.org>
9625
9626         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9627           fix memleak
9628
9629 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9630
9631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9632           Hack to prevent crash when going to READY inside signal handler
9633           while this function is active.
9634
9635 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9636
9637         * gst/ffmpegcolorspace/Makefile.am:
9638         * gst/ffmpegcolorspace/avcodec.h:
9639         * gst/ffmpegcolorspace/common.h:
9640         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9641         * gst/ffmpegcolorspace/dsputil.h:
9642         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9644         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9645         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9646         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9647         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9648         (gst_ffmpegcsp_avpicture_fill):
9649         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9651         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9652         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9653         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9654         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9655         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9656         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9657         * gst/ffmpegcolorspace/imgconvert.c:
9658         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9659         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9660         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9661         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9662         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9663         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9664         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9665         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9666         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9667         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9668         (grow21), (grow22), (grow41), (grow44), (conv411),
9669         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9670         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9671         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9672         (avpicture_free), (is_yuv_planar), (img_convert),
9673         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9674         (deinterlace_line_inplace), (deinterlace_bottom_field),
9675         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9676         * gst/ffmpegcolorspace/imgconvert_template.h:
9677         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9678         * gst/ffmpegcolorspace/mmx.h:
9679         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9680         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9681         (av_freep), (avcodec_get_context_defaults),
9682         (avcodec_alloc_context), (avcodec_init):
9683           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9684           handling plus update from ffmpeg CVS. Large clean-up.
9685
9686 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9687
9688         * gst/playback/Makefile.am:
9689           We need the marshallers for decodebin, too.
9690
9691 2004-10-30  David Schleef  <ds@schleef.org>
9692
9693         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9694           quicktime typefinding work with 64-bit offsets.
9695
9696 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9697
9698         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9699           Set EOS on the element when processing an EOS event.
9700         * ext/speex/gstspeexdec.h:
9701         * ext/speex/gstspeexenc.h:
9702           Only keep a const ptr to the mode
9703         * gst-libs/gst/riff/riff-media.c:
9704         (gst_riff_create_audio_caps_with_data),
9705         (gst_riff_create_audio_template_caps):
9706           Allow WMAV3, with up to 6 channels.
9707         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9708           Don't call gst_pad_set_event_function on a sink pad.
9709         * gst/mpegstream/gstdvddemux.c:
9710         (gst_dvd_demux_get_subpicture_stream),
9711         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9712           Copy the explicit caps that were set across to the cur_* pads,
9713           instead of trying to use a possibly non-existent negotiated caps.
9714           Reset the type of subpicture pads to UNKNOWN after calling
9715           init_stream, so that the caps get set.
9716
9717 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9718
9719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9720
9721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9722           Don't touch buffer if it is of size 0 (fixes #151064).
9723
9724 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9725
9726         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9727           Synchronized discont handling.
9728
9729 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9730
9731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9732         (gst_ogg_demux_push):
9733           Make seeking sort-of exact again (fixes #156387).
9734
9735 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9736
9737         * gst/playback/gstplaybasebin.c: (unknown_type),
9738         (add_element_stream), (new_decoded_pad),
9739         (gst_play_base_bin_change_state):
9740         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9741         (gst_stream_info_init), (gst_stream_info_new),
9742         (gst_stream_info_dispose), (gst_stream_info_get_property):
9743         * gst/playback/gststreaminfo.h:
9744           Make caps explicitely available. Makes testing for unsupported
9745           types possible. Improves error reporting.
9746
9747 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9748
9749         * gst/audioconvert/gstaudioconvert.c:
9750         (gst_audio_convert_buffer_to_default_format):
9751           Really don't touch read-only buffers (#156563).
9752
9753 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9754
9755         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9756
9757         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9758           Fix memleak (#155223).
9759
9760 2004-10-29  Wim Taymans  <wim@fluendo.com>
9761
9762         * gst/tcp/.cvsignore:
9763         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9764         (gst_multifdsink_class_init), (gst_multifdsink_init),
9765         (gst_multifdsink_add), (gst_multifdsink_remove),
9766         (gst_multifdsink_remove_client_link), (is_sync_frame),
9767         (gst_multifdsink_new_client),
9768         (gst_multifdsink_handle_client_write),
9769         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9770         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9771         (gst_multifdsink_get_property):
9772         * gst/tcp/gstmultifdsink.h:
9773         Added burst on connect sync_method, deprecated sync_clients,
9774         streamlined the sync code some more.
9775
9776 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9777
9778         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9779         (gst_play_base_bin_change_state):
9780           Improve error reporting.
9781
9782 2004-10-28  Wim Taymans  <wim@fluendo.com>
9783
9784         * gst/tcp/Makefile.am:
9785         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9786         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9787         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9788         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9789         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9790         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9791         (gst_fdset_wait):
9792         Added more locks around fdset structures. Fixed/reworked
9793         the poll array resizing code.
9794         Added stress test for fdset.
9795
9796 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9797
9798         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9799         fix build
9800
9801 2004-10-28  Benjamin Otte  <otte@gnome.org>
9802
9803         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9804           fix link function to always query channels and query width for
9805           floats
9806         * configure.ac:
9807           add equalizer dir
9808         * gst/equalizer/Makefile.am:
9809         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9810         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9811         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9812         (arg_to_scale), (setup_filter),
9813         (gst_iir_equalizer_compute_frequencies),
9814         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9815         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9816         (plugin_init):
9817           add an equalizer
9818
9819 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9820
9821         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9822
9823         * po/LINGUAS:
9824         * po/nb.po:
9825           Added Norwegian Bokmaal translation
9826
9827 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9828
9829         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9830           Don't break on options (fixes #156488).
9831
9832 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9833
9834         * configure.ac:
9835         * ext/cdaudio/Makefile.am:
9836         * sys/Makefile.am:
9837           fix build on older automake
9838
9839 2004-10-26  Wim Taymans  <wim@fluendo.com>
9840
9841         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9842         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9843         Allow a little margin when negotiating the framerate.
9844
9845 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9846
9847         * gst/level/gstlevel.c:
9848           synchonised naming of pads and pad-templates
9849
9850 2004-10-26  Wim Taymans  <wim@fluendo.com>
9851
9852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9853         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9854         (_find_streams_check), (gst_ogg_demux_push):
9855         Fix EOS again. Needs to be done in a better way. We should not
9856         remove the pad if there is no new chained stream.
9857
9858 2004-10-26 Iain <iaingnome@gmail.com>
9859
9860         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9861         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9862         of the caps.
9863         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9864         pad.
9865         (interleave_release_pad): Remove the pad.
9866         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9867         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9868         the set device.
9869         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9870         attrs
9871         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9872         (gst_xvimagesink_finalize): Free the par.
9873
9874 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9877         (gst_avimux_stop_file):
9878           First calculate the rate, and only then use it. Hdr.rate is a
9879           multiple and not a derivative of hdr.scale. Scale is not the
9880           same as blockalign but is solely related to rate.
9881
9882 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9883
9884         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9885         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9886           Implement seeking.
9887
9888 2004-10-25  James Henstridge  <james@jamesh.id.au>
9889
9890         Reviewed by:  David Schleef  <ds@schleef.org>
9891
9892         * examples/gstplay/player.c: (got_stream_length), (main):
9893         * examples/seeking/cdplayer.c: (update_scale):
9894         * examples/seeking/seek.c: (format_value), (update_scale):
9895         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9896         (stop_seek):
9897         Build fixes on AMD64.
9898
9899 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9900
9901         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9902
9903         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9904         Fix for some v4l cards which hang in v4lsrc
9905
9906 2004-10-25  Wim Taymans  <wim@fluendo.com>
9907
9908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9909         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9910         Make sure to remove the pad when a new chain is
9911         encountered. Set some vars to NULL so we don't try
9912         to reference freed memory.
9913
9914 2004-10-25  Wim Taymans  <wim@fluendo.com>
9915
9916         * examples/seeking/Makefile.am:
9917         * examples/seeking/cdplayer.c: (update_scale):
9918         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9919         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9920         (format_value), (update_scale), (iterate), (start_seek),
9921         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9922         (print_usage), (main):
9923         Added some more examples, update others.
9924
9925 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9926
9927         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9928         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9929         * ext/theora/theoradec.c: (theora_dec_chain):
9930         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9931           Add codec-name metadata.
9932
9933 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9934
9935         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9936
9937         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9938         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9939         * ext/alsa/gstalsamixertrack.h:
9940         * po/POTFILES.in:
9941           ALSA mixer track label internationalization (#154054).
9942
9943 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9944
9945         * ext/theora/theoradec.c: (theora_dec_chain):
9946           Export bitrate as metadata.
9947
9948 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9951         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9952         * ext/alsa/gstalsamixertrack.h:
9953           Fix names, fix loop.
9954
9955 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9956
9957         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9958         (speex_dec_convert):
9959           sinkconvert function so oggdemux can get the file length (totem).
9960
9961 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9962
9963         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9964
9965         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9966           Don't push incomplete packets.
9967         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9968           Fix MPEG-4 audio typefinding.
9969
9970 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9971
9972         * sys/v4l/Makefile.am:
9973         * sys/v4l/gstv4l.c: (plugin_init):
9974         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9975         (gst_v4lelement_init), (gst_v4lelement_dispose),
9976         (gst_v4lelement_change_state):
9977         * sys/v4l/gstv4lelement.h:
9978         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9979         (gst_v4l_xoverlay_close), (idle_refresh),
9980         (gst_v4l_xoverlay_set_xwindow_id):
9981         * sys/v4l/gstv4lxoverlay.h:
9982         * sys/v4l/v4l-overlay_calls.c:
9983         * sys/v4l/v4l_calls.h:
9984         * sys/v4l2/Makefile.am:
9985         * sys/v4l2/gstv4l2.c: (plugin_init):
9986         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9987         (gst_v4l2element_init), (gst_v4l2element_dispose),
9988         (gst_v4l2element_change_state):
9989         * sys/v4l2/gstv4l2element.h:
9990         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9991         (gst_v4l2_xoverlay_close), (idle_refresh),
9992         (gst_v4l2_xoverlay_set_xwindow_id):
9993         * sys/v4l2/gstv4l2xoverlay.h:
9994         * sys/v4l2/v4l2-overlay_calls.c:
9995         * sys/v4l2/v4l2_calls.h:
9996           Remove client-side overlay handling, use the X-server v4l plugin
9997           for that. Nicer overlay, less code. Also make the plugin
9998           compileable without X (but then without overlay, obviously).
9999           Makes xwindowlistener obsolete, should we remove that?
10000
10001 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10002
10003         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
10004         (gst_osssrc_src_query):
10005         * sys/oss/gstosssrc.h:
10006           OK, so people want offset in DEFAULT. This time, actually fix all
10007           cases.
10008         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10009           Add FPS properly.
10010
10011 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * gst/asfdemux/gstasfmux.c:
10014         * gst/avi/gstavimux.c:
10015           Framerate.
10016
10017 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10018
10019         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
10020           Fix properties (channel, norm, frequency).
10021
10022 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10023
10024         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
10025           Flag typo.
10026         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
10027           No warnings.
10028
10029 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10030
10031         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
10032           Fix hang.
10033
10034 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10035
10036         * sys/v4l2/gstv4l2element.h:
10037           Yet Another Hack (tm) for kernel header borkedness.
10038         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10039         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
10040         (gst_v4l2src_link), (gst_v4l2src_getcaps),
10041         (gst_v4l2src_change_state):
10042         * sys/v4l2/gstv4l2src.h:
10043         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
10044         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
10045           Fix caps, keep track of state, work.
10046
10047 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10048
10049         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10050           Quiet.
10051
10052 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10053
10054         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10055           Don't mix bytes and samples.
10056
10057 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10058
10059         * ext/ogg/gstoggmux.c:
10060           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10061           and theora. Any is incorrect.
10062         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10063           Fix caps.
10064         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10066         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10067         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10068         * sys/v4l/gstv4lmjpegsrc.h:
10069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10070         (gst_v4lsrc_change_state):
10071         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10072         (gst_v4lmjpegsrc_capture_stop):
10073           Fix caps. Keep track of internal state. Work.
10074
10075 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10076
10077         * ext/Makefile.am:
10078           Fix the build fixes.
10079
10080 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10083         (gst_ogg_demux_src_event), (_find_chain_seek),
10084         (gst_ogg_pad_push):
10085           Check for pad availability before using it.
10086         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10087           Fix parsing of chained ogg. Needs more work on the decoder side.
10088
10089 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10090
10091         * gst/spectrum/Makefile.am:
10092         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10093         (idle_func):
10094           Fix demo and reenable it. Yes, I'm currently playing with audio
10095           analysis tools
10096
10097 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10098
10099         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10100           We love it if files that start at zero work too...
10101
10102 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10103
10104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10105           Handle files with missing EOS headers.
10106
10107 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10108
10109         * gst/tcp/gsttcpserversink.c:
10110         (gst_tcpserversink_handle_server_read),
10111         (gst_tcpserversink_init_send):
10112         Zero some variables first (need for accept not to return EINVAL)
10113
10114 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10115
10116         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10117         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10118         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10119         (theora_dec_chain):
10120         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10121         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10122           Seeking and querying finetune.
10123
10124 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10125
10126         * configure.ac:
10127         * ext/Makefile.am:
10128         * ext/raw1394/Makefile.am:
10129           fix the build
10130
10131 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10132
10133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10134           Wrong return.
10135         * gst/playback/Makefile.am:
10136         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10137         * gst/playback/gstplay-marshal.list:
10138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10139           Fix marshallers.
10140
10141 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10142
10143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10144           Silence.
10145
10146 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10147
10148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10149         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10150         (gst_ogg_pad_push):
10151           Yay for non-lineair granulepos in theora.
10152
10153 2004-10-18  Wim Taymans  <wim@fluendo.com>
10154
10155         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10156         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10157         * ext/dv/gstdvdec.h:
10158         Make sure we renegotiate aspect ratio when the camera switches.
10159
10160 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10161
10162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10163         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10164           Start at zero.
10165         * ext/theora/theoradec.c: (theora_dec_chain):
10166           Skip headers. Bad idea for chained ogg, but fixes seeking.
10167
10168 2004-10-18  Wim Taymans  <wim@fluendo.com>
10169
10170         * configure.ac:
10171         I swear, this is the last time I touch this.
10172
10173 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10174
10175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10176         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10177         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10178           Faster seeking.
10179         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10180           Time-to-default conversion.
10181         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10182           Don't error on unknown packets, just skip. We should probably
10183           read them if we want to support chained ogg.
10184
10185 2004-10-18  Wim Taymans  <wim@fluendo.com>
10186
10187         * configure.ac:
10188         Added cdaudio to wrong list.
10189
10190 2004-10-18  Wim Taymans  <wim@fluendo.com>
10191
10192         * configure.ac:
10193         Revive cdaudio.
10194
10195 2004-10-18  Wim Taymans  <wim@fluendo.com>
10196
10197         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10198         (gst_dvdec_video_link), (gst_dvdec_push):
10199         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10200         (gst_smokeenc_resync), (gst_smokeenc_chain):
10201         Fix mimetype on smoke encoder.
10202         Add aspect ratio to dvdec. Not sure if these
10203         values are correct though....
10204
10205 2004-10-18  Wim Taymans  <wim@fluendo.com>
10206
10207         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10208         Fix vorbis property descriptions and ranges.
10209
10210 2004-10-18  Wim Taymans  <wim@fluendo.com>
10211
10212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10213         Really do nothing when no data is available.
10214         Go to the playing state when the stream is not seekable
10215         instead of failing.
10216
10217 2004-10-18  Wim Taymans  <wim@fluendo.com>
10218
10219         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10220         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10221         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10222         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10223         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10224         Added uri handler for cd://
10225         Port to new API.
10226
10227 2004-10-18  Wim Taymans  <wim@fluendo.com>
10228
10229         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10230         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10231         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10232         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10233         (remove_prerolls), (unknown_type), (add_element_stream),
10234         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10235         (gst_play_base_bin_remove_element),
10236         (gst_play_base_bin_link_stream):
10237         * gst/playback/gstplaybin.c: (gen_video_element),
10238         (gen_vis_element), (remove_sinks), (setup_sinks):
10239         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10240         (gst_stream_info_get_type), (gst_stream_info_class_init),
10241         (gst_stream_info_init), (gst_stream_info_new),
10242         (gst_stream_info_dispose), (stream_info_mute_pad),
10243         (gst_stream_info_set_property), (gst_stream_info_get_property):
10244         * gst/playback/gststreaminfo.h:
10245         Add sink padtemplate to decodebin.
10246         Added some more comments.
10247         Make queue size configurable in playbasebin.
10248         Added possibility to use elements as sinks (ex cdaudio).
10249
10250 2004-10-15  Wim Taymans  <wim@fluendo.com>
10251
10252         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10253         (gst_speexenc_chain):
10254         Fix speex timestamps so that it gets muxed properly.
10255
10256 2004-10-15  Wim Taymans  <wim@fluendo.com>
10257
10258         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10259         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10260         (gst_dv1394src_init), (gst_dv1394src_dispose),
10261         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10262         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10263         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10264         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10265         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10266         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10267         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10268         * ext/raw1394/gstdv1394src.h:
10269         Added conversion/query functions.
10270         Update buffer timestamps,
10271         Added signals.
10272         Added uri dv:// so it might play from the firewire in playbin.
10273         Fix a possible leak.
10274         Added debugging.
10275
10276 2004-10-15  Wim Taymans  <wim@fluendo.com>
10277
10278         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10279         (gst_dv1394src_init), (gst_dv1394src_set_property),
10280         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10281         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10282         * ext/raw1394/gstdv1394src.h:
10283         Added AV/C VTR control support needed for some cameras.
10284         Added automatic port detection.
10285         Added properties for selecting the channel.
10286         The configure.ac script is not yet updated to reflect the
10287         new libavc1394 and librom1394 dependencies.
10288
10289 2004-10-15  Wim Taymans  <wim@fluendo.com>
10290
10291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10292         (qtdemux_parse), (gst_qtdemux_handle_esds):
10293         An esds box is not a container.
10294         Fix parsing of mp4v boxes.
10295         Do not try to renegotiate fps for each frame. Need to
10296         find a better method. This should fix mp4 playback.
10297
10298 2004-10-14  David Schleef  <ds@schleef.org>
10299
10300         * configure.ac: update for swfdec-0.3 and liboil-0.2
10301         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10302         * ext/swfdec/gstswfdec.h: same
10303         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10304         * gst/videotestsrc/videotestsrc.c: same
10305
10306 2004-10-14  Wim Taymans  <wim@fluendo.com>
10307
10308         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10309         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10310         (is_sync_frame), (gst_multifdsink_new_client),
10311         (gst_multifdsink_handle_client_write),
10312         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10313         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10314         Turn warnings into info.
10315         Don't allow a state change in the streaming thread.
10316
10317 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10318
10319         * ext/vorbis/oggvorbisenc.c:
10320         * ext/vorbis/vorbisdec.c:
10321           fix template sample rate
10322
10323 2004-10-13  Wim Taymans  <wim@fluendo.com>
10324
10325         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10326         Decoding the header first fixes some problems in resyncing
10327         in more mp3s.
10328
10329 2004-10-12  Wim Taymans  <wim@fluendo.com>
10330
10331         * gst/playback/gstplaybin.c: (gen_video_element),
10332         (gen_vis_element), (remove_sinks), (setup_sinks):
10333         Added vis plugin support, need to configure the vis
10334         element to activate it.
10335
10336 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10337
10338         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10339         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10340           Some debug.
10341         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10342         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10343         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10344         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10345         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10346         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10347         * gst/avi/gstavidemux.h:
10348           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10349           recovery (where, if part of the index is broken, we will still read
10350           the rest of the index and recover the broken part by stream
10351           scanning). More broken media support. EOS workarounds. General AVI
10352           braindamage headache recovery. Aspirin included.
10353
10354 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10357         (cdparanoia_event), (cdparanoia_query):
10358           Get rid of hideous lead-in.
10359
10360 2004-10-11  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/playback/gstplaybasebin.c: (setup_source):
10363         Wrong var used to get g_list_next.
10364
10365 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10368         (cdparanoia_get), (cdparanoia_open):
10369           Report discid as metadata, add duration.
10370
10371 2004-10-11  Wim Taymans  <wim@fluendo.com>
10372
10373         * gst/playback/gstplaybasebin.c: (setup_source):
10374         Cleanup the previous pipeline a little earlier for the
10375         case that a source element provides raw data.
10376
10377 2004-10-11  Benjamin Otte  <otte@gnome.org>
10378
10379         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10380           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10381           consuming the last 128 bytes, even though it was valid mp3 data.
10382
10383 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10384
10385         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10386         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10387         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10388         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10389
10390 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10391
10392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10393         Fix for webcams that support only specific width or height
10394
10395 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10396
10397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10398
10399         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10400           Fix wrong discont event setup (fixes #154967).
10401
10402 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10403
10404         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10405
10406         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10407           Error out on invalid data (fixes #154807).
10408
10409 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10410
10411         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10412
10413         * ext/dvdread/dvdreadsrc.c: (_read):
10414           Make titles > 0 work again (fixes #154834).
10415
10416 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10417
10418         * gst-libs/gst/riff/riff-media.c:
10419         (gst_riff_create_video_template_caps):
10420           WMV3 missing in template caps.
10421
10422 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10423
10424         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10425           OK, so the original code was too strict. It makes random AVI files
10426           hang for seconds upon opening, which is unacceptable and is far
10427           beyond the original goal of getting multiple chunks for one-chunk
10428           sounc stream files. So now do just that.
10429
10430 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10431
10432         * gst/playback/gstplaybasebin.c: (setup_source),
10433         (gst_play_base_bin_change_state):
10434           Actually clean up streaminfo if output fails. This would trigger
10435           if, for example, there was no CD in the drive. No preroll, so
10436           a streaminfo structure is created, but the subsequent state change
10437           of the thread fails.
10438         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10439           Don't change state if parent failed.
10440
10441 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10442
10443         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10444         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10445         (gen_video_element), (remove_sinks):
10446           Add small bits of code for screenshot handling.
10447
10448 2004-10-08  Wim Taymans  <wim@fluendo.com>
10449
10450         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10451         (gen_video_element), (gen_audio_element), (setup_sinks):
10452         Don't assume the user provided sinks are named "sink"...
10453
10454 2004-10-08  Wim Taymans  <wim@fluendo.com>
10455
10456         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10457         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10458         (gst_play_base_bin_link_stream):
10459         Do not try to autoplug sources that generate raw streams like
10460         cdparanoia.
10461         disconnect the preroll overrun signal when we don't need it anymore.
10462
10463 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10464
10465         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10466         Added reworked patch from #154903 from milosz derezynski (deadchip).
10467
10468 2004-10-08  Wim Taymans  <wim@fluendo.com>
10469
10470         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10471         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10472         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10473         (cdparanoia_convert), (cdparanoia_uri_get_type),
10474         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10475         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10476         * ext/cdparanoia/gstcdparanoia.h:
10477         This adds the cdda://<tracknum> uri.
10478
10479 2004-10-08  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10482         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10483         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10484         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10485         (unknown_type), (gst_play_base_bin_remove_element),
10486         (gst_play_base_bin_link_stream):
10487         * gst/playback/gstplaybasebin.h:
10488         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10489         (gst_play_bin_set_property), (gen_video_element),
10490         (gen_audio_element), (setup_sinks):
10491         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10492         (gst_stream_info_get_type), (gst_stream_info_class_init),
10493         (gst_stream_info_init), (gst_stream_info_new),
10494         (gst_stream_info_dispose), (stream_info_mute_pad),
10495         (gst_stream_info_set_property), (gst_stream_info_get_property):
10496         * gst/playback/gststreaminfo.h:
10497         Reuse the audio and video bins.
10498         Some internal cleanups in the stream selection code.
10499
10500 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10501
10502         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10503         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10504         * sys/ximage/ximagesink.h:
10505         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10506         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10507         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10508         not coming from those elements. Moreover these elements should not keep
10509         the xid they have been given when in NULL state.
10510
10511 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10512
10513         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10514         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10515         * sys/ximage/ximagesink.h:
10516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10517         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10518         * sys/xvimage/xvimagesink.h:
10519           Actually only create a new toplevel window if we're not gonna
10520           embed it right after.
10521
10522 2004-10-07  Wim Taymans  <wim@fluendo.com>
10523
10524         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10525         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10526         * gst/playback/gstplaybin.c: (setup_sinks):
10527         Implement muting/unmuting of streams, mute streams that are not
10528         used.
10529
10530 2004-10-07  Wim Taymans  <wim@fluendo.com>
10531
10532         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10533         (plugin_init):
10534         Added lame audio/x-ac3 typefind function.
10535
10536 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10537
10538         * configure.ac:
10539           bump nano to cvs
10540
10541 === release 0.8.5 ===
10542
10543 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10544
10545         * NEWS:
10546         * RELEASE:
10547         * configure.ac:
10548           releasing 0.8.5, "Take You On"
10549
10550 2004-10-06  Wim Taymans  <wim@fluendo.com>
10551
10552         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10553         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10554         (no_more_pads), (close_link), (type_found):
10555         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10556         * gst/playback/gstplaybin.c: (gen_video_element):
10557         Do not signal the no_more_pads after the first pad when
10558         we are plugging a non dynamic element with multiple
10559         output pads (like swfdec, dvdec, ...).
10560
10561 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10562
10563         * configure.ac:
10564           bump for prerelease
10565
10566 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10567
10568         * gst/wavparse/gstwavparse.c:
10569           add ATRAC3 to STATIC CAPS to fix a warning
10570
10571         * gst/matroska/ebml-read.c:
10572         * gst-libs/gst/riff/riff-read.c:
10573           fix typos
10574
10575 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10576
10577         * gst-libs/gst/riff/riff-media.c:
10578           generate caps for ATRAC3 audio streams
10579
10580         * gst/realmedia/rmdemux.c:
10581           generate caps for ATRAC3 audio streams
10582
10583 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10584
10585         * gst/wavparse/Makefile.am
10586         * gst/wavparse/riff.h
10587         * gst/wavparse/wavparse.vcproj
10588           riff.h removal (unused and duplication with riff-ids.h)
10589
10590 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10591
10592         * gst/wavparse/gstwavparse.h
10593           remove duplicated defines for audio codec codes
10594
10595         * gst-libs/gst/riff/riff-ids.h
10596         * gst/wavenc/riff.h:
10597           add "4CC" code for ATRAC3 audio streams
10598           add "4CC" code for ITU_G721_ADPCM (unused for now)
10599
10600 2004-10-06  Wim Taymans  <wim@fluendo.com>
10601
10602         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10603         Actually _do_ negotiation. Pass gdouble as arg instead
10604         of guint64 for the framerate.
10605
10606 2004-10-06  Wim Taymans  <wim@fluendo.com>
10607
10608         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10609         (find_compatibles), (close_pad_link), (try_to_link_1),
10610         (no_more_pads), (close_link), (type_found):
10611         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10612         * gst/playback/gstplaybin.c: (gen_video_element),
10613         (gen_audio_element):
10614         Set state on newly added element to READY so that negotiation
10615         can happen ASAP.
10616         Addes some more debug info.
10617         Do not try to plug pads with multiple caps structures or ANY
10618         because it is too dangerous since we do not do dynamic
10619         replugging.
10620
10621 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10622
10623         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10624
10625         * po/LINGUAS:
10626         * po/or.po:
10627           add Oriya translation
10628
10629 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10630
10631         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10632           Prevent overwrite of size member. Makes audio sound crappy.
10633
10634 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10635
10636         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10637         Add rmvb to the list of known RealMedia extensions
10638
10639 2004-10-05  Wim Taymans  <wim@fluendo.com>
10640
10641         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10642         (mngdec_openstream), (mngdec_closestream),
10643         (mngdec_handle_sink_event), (mngdec_readdata),
10644         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10645         (mngdec_getcanvasline), (mngdec_refresh),
10646         (gst_mngdec_change_state):
10647         Set the framerate correctly.
10648
10649 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10650
10651         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10652           There was something wrong with the index massaging.
10653
10654 2004-10-04  Wim Taymans  <wim@fluendo.com>
10655
10656         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10657         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10658         (gst_smokedec_chain):
10659         * ext/jpeg/gstsmokedec.h:
10660         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10661         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10662         * ext/jpeg/gstsmokeenc.h:
10663         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10664         (smokecodec_decode_new), (smokecodec_info_free),
10665         (smokecodec_set_quality), (smokecodec_get_quality),
10666         (smokecodec_set_threshold), (smokecodec_get_threshold),
10667         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10668         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10669         (smokecodec_encode), (smokecodec_parse_id),
10670         (smokecodec_parse_header), (smokecodec_decode):
10671         * ext/jpeg/smokecodec.h:
10672         * ext/jpeg/smokeformat.h:
10673         Updated smoke, new bitstream, allows embedding in ogg.
10674
10675 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10676
10677         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10678           Fix seeking in some files. All this code is no longer needed (and
10679           actually breaks stuff) because we now synchronize the full index
10680           right when reading the header.
10681
10682 2004-10-04  Wim Taymans  <wim@fluendo.com>
10683
10684         * configure.ac:
10685         configure update for libmng.
10686
10687 2004-10-04  Wim Taymans  <wim@fluendo.com>
10688
10689         * ext/libmng/Makefile.am:
10690         * ext/libmng/gstmng.c: (plugin_init):
10691         * ext/libmng/gstmng.h:
10692         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10693         (gst_mngdec_base_init), (gst_mngdec_class_init),
10694         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10695         (gst_mngdec_loop), (gst_mngdec_get_property),
10696         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10697         (mngdec_closestream), (mngdec_handle_sink_event),
10698         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10699         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10700         (gst_mngdec_change_state):
10701         * ext/libmng/gstmngdec.h:
10702         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10703         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10704         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10705         (gst_mngenc_chain), (gst_mngenc_get_property),
10706         (gst_mngenc_set_property):
10707         * ext/libmng/gstmngenc.h:
10708         Added basic MNG decoder. Needs more work. The encoder does
10709         not work yet.
10710
10711 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10712
10713         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10714         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10715         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10716           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10717           no-more-pads.
10718
10719 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10720
10721         * configure.ac:
10722           you need at least 1.0.4 of speex
10723
10724 2004-10-04 Iain <iaingnome@gmail.com>
10725
10726         * ext/speex/gstspeexdec.h: Revert the includes changes.
10727
10728         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10729
10730 2004-09-30 Iain <iaingnome@gmail.com>
10731
10732         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10733         found during init or set as a property instead of hardcoding /dev/audio
10734
10735 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10738         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10739         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10740         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10741         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10742         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10743         (gst_rmdemux_dump_data):
10744           Use debug category, fix EOS handling. filesrc ! rmdemux now
10745           works.
10746
10747 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10748
10749         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10750         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10751         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10752           Improve allocation, cutting and sorting of the index. How takes a
10753           few seconds instead of minutes.
10754
10755 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10756
10757         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10758           fixed compilation
10759
10760 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10761
10762         * gst-libs/gst/riff/riff-media.c:
10763         (gst_riff_create_video_caps_with_data),
10764         (gst_riff_create_video_template_caps):
10765           Add wing commander format mimetype/fourccs.
10766         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10767           Don't crash if some value is 0.
10768
10769 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10770
10771         * gst-libs/gst/riff/riff-media.c:
10772         (gst_riff_create_video_caps_with_data),
10773         (gst_riff_create_video_template_caps):
10774           Add DIB fourcc (raw, palettized 8-bit RGB).
10775         * gst-libs/gst/riff/riff-read.c:
10776         (gst_riff_read_strf_vids_with_data):
10777           Oops, fix strf_data reading bug.
10778         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10779           Use a non-NULL tag.
10780         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10781           Time for hacks. Sorry Dave. At least one quicktime movie (a
10782           trailer) that I've encountered contains multiple video tracks.
10783           One of those is the actual video track, the other are one-frame
10784           tracks (images). Unfortunately, the number of frames according
10785           to the trak header is 1 for each, so that doesn't help. So
10786           instead, I look at the duration and discard tracks with a
10787           duration shorter than 20% of the length of the stream. Better
10788           than nothing.
10789
10790 2004-10-01  Christian Schaller <christian@fluendo.com>
10791
10792         * ext/ivorbis/vorbis.c:
10793           Patch from Phil Blundell (Bug 152341)
10794
10795 2004-10-01  Wim Taymans  <wim@fluendo.com>
10796
10797         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10798         (speex_dec_get_formats), (speex_dec_convert),
10799         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10800         (speex_dec_chain), (gst_speexdec_get_property),
10801         (gst_speexdec_set_property):
10802         Small cleanups.
10803
10804 2004-10-01  Wim Taymans  <wim@fluendo.com>
10805
10806         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10807         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10808         (gst_wavparse_other), (gst_wavparse_loop),
10809         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10810         (gst_wavparse_srcpad_event):
10811         * gst/wavparse/gstwavparse.h:
10812         Added some more debugging info.
10813         Fix the case where the length of the file is 0.
10814         Make sure we seek to sample borders.
10815
10816 2004-10-01  Wim Taymans  <wim@fluendo.com>
10817
10818         * gst/playback/README:
10819         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10820         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10821         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10822         Add some debug info to decodebin, update README
10823
10824 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10825
10826         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10827           Don't use g_print(); use GST_DEBUG().
10828
10829 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10830
10831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10832         (gst_ogg_mux_queue_pads):
10833           Handle EOS properly.
10834
10835 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10836
10837         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10838
10839         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10840         (gst_faad_chain), (gst_faad_change_state):
10841         * ext/faad/gstfaad.h:
10842           Allow playback of raw (unframed) MPEG AAC files (#148993).
10843
10844 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10845
10846         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10847
10848         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10849           Throw error if we didn't recognize the stream. Fixes #152289.
10850
10851 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10852
10853         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10854           Fix negotiation.
10855
10856 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10857
10858         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10859
10860         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10861           Fix memleak.
10862
10863 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10864
10865         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10866
10867         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10868           Solve #152805.
10869         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10870           Solve 152806.
10871
10872 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10873
10874         * gst-libs/gst/riff/riff-media.c:
10875         (gst_riff_create_video_caps_with_data),
10876         (gst_riff_create_audio_caps_with_data):
10877           Add codec_data handling (like asfdemux used to do).
10878         * gst/asfdemux/gstasf.c: (plugin_init):
10879         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10880         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10881           Use riff-media for caps creation instead of our own (mostly
10882           broken) copy of its functions.
10883
10884 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10885
10886         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10887           Don't actually error out if we get another return value than
10888           -EINVAL. Opposite to what I first thought, drivers have random
10889           return values for this, although -EINVAL is the expected return
10890           value. Since this is not fatal, we shouldn't use
10891           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10892
10893 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10894
10895         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10896         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10897         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10898         (dvdreadsrc_get), (dvdreadsrc_open_file),
10899         (dvdreadsrc_change_state):
10900           Fix. Don't do one big huge loop around the whole DVD, that will
10901           cache all data and thus eat sizeof(dvd) (several GB) before we
10902           see something.
10903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10904           Actually NULL'ify event after using it.
10905         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10906         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10907         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10908         (gst_ebml_read_seek), (gst_ebml_read_skip):
10909           Handle events.
10910         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10911         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10912         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10913           Fix timing (this will probably break if I seek using menus, but
10914           I didn't get there yet). VOBs and normal DVDs should now work.
10915           Add a mpeg2-only pad with high rank so this get autoplugged for
10916           MPEG-2 movies.
10917         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10918         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10919         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10920         (gst_mpeg_demux_get_audio_stream),
10921         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10922         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10923           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10924           MPEG-1 but use dvddemux for MPEG-2.
10925         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10926         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10927         (gst_mpeg_parse_parse_packhead):
10928           Timing. Only add pad template if it exists. Add sink template from
10929           class and not from ourselves. This means we will always use the
10930           correct sink template even if it is not the one defined in this
10931           file.
10932
10933 2004-09-29  Wim Taymans  <wim@fluendo.com>
10934
10935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10936         (gst_mpeg_demux_parse_pes):
10937         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10938         Fix playback of mpeg again, timestamps where screwed up by
10939         patch 1.61.
10940
10941 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10944           Only return true if we actually filled something in. Prevents
10945           player applications from showing a random length for flac files.
10946         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10947         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10948         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10949         (gst_riff_read_strf_vids_with_data),
10950         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10951           OK, ok, so I implemented event handling. Apparently it's normal
10952           that we receive random events at random points without asking
10953           for it.
10954         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10955         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10956         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10957         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10958         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10959         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10960         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10961         * gst/avi/gstavidemux.h:
10962           Implement non-lineair chunk handling and subchunk processing.
10963           The first solves playback of AVI files where the audio and video
10964           data of individual buffers that we read are not synchronized.
10965           This should not happen according to the wonderful AVI specs, but
10966           of course it does happen in reality. It is also a prerequisite for
10967           the second. Subchunk processing allows us to cut chunks in small
10968           pieces and process each of these pieces separately. This is
10969           required because I've seen several AVI files with incredibly large
10970           audio chunks, even some files with only one audio chunk for the
10971           whole file. This allows for proper playback including seeking.
10972           This patch is supposed to fix all AVI A/V sync issues.
10973         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10974         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10975           Work.
10976         * gst/modplug/gstmodplug.cc:
10977           Proper return value setting for the query() function.
10978         * gst/playback/gstplaybasebin.c: (setup_source):
10979           Being in non-playing state (after, e.g., EOS) is not necessarily
10980           a bad thing. Allow for that. This fixes playback of short files.
10981           They don't actually playback fully now, because the clock already
10982           runs. This means that small files (<500kB) with a small length
10983           (<2sec) will still not or barely play. Other files, such as mod
10984           or flx, will work correctly, however.
10985
10986 2004-09-28  Wim Taymans  <wim@fluendo.com>
10987
10988         * ext/speex/gstspeex.c: (plugin_init):
10989         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10990         (gst_speex_dec_class_init), (speex_dec_get_formats),
10991         (speex_get_event_masks), (speex_get_query_types),
10992         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10993         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10994         (gst_speexdec_get_property), (gst_speexdec_set_property),
10995         (speex_dec_change_state):
10996         * ext/speex/gstspeexdec.h:
10997         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10998         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10999         (gst_speexenc_base_init), (gst_speexenc_class_init),
11000         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
11001         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
11002         (gst_speexenc_src_query), (gst_speexenc_init),
11003         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
11004         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
11005         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
11006         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
11007         (gst_speexenc_chain), (gst_speexenc_get_property),
11008         (gst_speexenc_set_property), (gst_speexenc_change_state):
11009         * ext/speex/gstspeexenc.h:
11010         Rewrote speex encoder, make sure it can be embedded in ogg.
11011         Implemented speex decoder.
11012
11013 2004-09-28  Christian Schaller <christian@fluendo.com>
11014
11015         * configure.ac:
11016         Remove kioslave plugin. Markey is brewing a new working one
11017         * ext/Makefile.am: Remove kioslave plugin
11018         * ext/kio: remove
11019         * gst-plugins.spec.in: remove kio plugin from spec
11020
11021 2004-09-27  Wim Taymans  <wim@fluendo.com>
11022
11023         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11024         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11025         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
11026         (gst_multifdsink_new_client),
11027         (gst_multifdsink_handle_client_write),
11028         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11029         (gst_multifdsink_handle_clients):
11030         * gst/tcp/gstmultifdsink.h:
11031         Make syncing to keyframes actually work for new clients and lagging
11032         clients.
11033
11034 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11035
11036         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
11037         (gst_navigationtest_handle_src_event), (draw_box_planar411),
11038         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
11039         * gst/debug/gstnavigationtest.h:
11040           make navigationtest display button-press and button-release events
11041
11042 2004-09-26 Iain <iaingnome@gmail.com>
11043
11044         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
11045         the channels have received a new media event.
11046         (interleave_buffered_loop): Compresses a new media event on all
11047         channels into one.
11048
11049 2004-09-26 Iain <iaingnome@gmail.com>
11050
11051         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11052         call the sinkpad's default event handler and not the srcpads. He also
11053         says this is confusing :)
11054         (gst_wavenc_stop_file): Company says that seek events only go upstream
11055         we should send a discontinuous downstream instead.
11056
11057 2004-09-25  Christian Schaller <christian@fluendo.com>
11058
11059         * Update SPEC file to be usable in conjunction with Fedora Core,
11060           Fedora.us and freshrpms packages
11061         * Fix typo in multifilesrc test Makefile
11062
11063 2004-09-24  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11066         Only signal the no_more_pads signal when we have
11067         added the stream to our list.
11068
11069 2004-09-24  Wim Taymans  <wim@fluendo.com>
11070
11071         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11072         (new_decoded_pad):
11073         * gst/playback/gstplaybasebin.h:
11074         * gst/playback/gstplaybin.c: (setup_sinks):
11075         Don't try to preroll or decode more than one audio/video
11076         track.
11077
11078 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11079
11080         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11081           Throw error if we failed to find a suitable output. This should
11082           throw an error if we successfully set up a pipeline (e.g. because
11083           we recognized a media file) but found no decodable streams in it
11084           (e.g. because it contains only media stream types for which we
11085           have no decoders, or because it's not a media type).
11086
11087 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11088
11089         * ext/dirac/Makefile.am:
11090         * ext/dirac/gstdirac.cc:
11091         * ext/dirac/gstdiracdec.cc:
11092         * ext/dirac/gstdiracdec.h:
11093           Do something. Don't actually know if this works because I don't
11094           have a demuxer yet.
11095         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11096           Add channels=1 to caps returned from _getcaps().
11097         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11098         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11099         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11100         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11101         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11102         (gst_ogm_parse_change_state):
11103           Separate between audio/video so ogmaudioparse actually uses the
11104           audio pad templates. Both audio and video work now, including
11105           autoplugging. Also use sometimes-srcpad hack.
11106         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11107           Handle events better. Don't hang on infinite loops.
11108         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11109         (gst_avi_demux_init), (gst_avi_demux_reset),
11110         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11111         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11112         (gst_avi_demux_change_state):
11113         * gst/avi/gstavidemux.h:
11114           Improve A/V sync. Still not perfect.
11115         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11116         (gst_ebml_read_skip):
11117           Handle events better.
11118         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11119         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11120         (qtdemux_audio_caps):
11121           Add IMA4. Improve event handling. Save offset after a seek when
11122           the headers are at the end of the file so that we don't end up in
11123           an infinite loop.
11124         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11125           Add low-priority typefind support for files with no length.
11126
11127 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11128
11129         * testsuite/multifilesink/Makefile.am:
11130         fix typo
11131
11132 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11133
11134         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11136         mistakes from thaytan's patches.
11137
11138 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11139
11140         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11141           For completeness, XSync in the destroy function as xvimage does.
11142
11143 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11144
11145         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11146            Correct caps negotiation
11147         * gst/volume/gstvolume.c: (volume_chain_float),
11148         (volume_chain_int16):
11149            Modify debug output to be little more informative
11150         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11152         (gst_xvimagesink_xvimage_destroy):
11153           Add XSync calls after detaching from the shared memory segment to
11154           avoid a crash.
11155
11156 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11157
11158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11159         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11160         * ext/vorbis/vorbis.c: (plugin_init):
11161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11162         (gst_vorbisenc_chain):
11163         * ext/vorbis/vorbisenc.h:
11164         remove explicit newmedia support from oggmux and vorbisenc
11165         add debug category to vorbisenc
11166         * gst/multifilesink/gstmultifilesink.c:
11167         (gst_multifilesink_class_init), (gst_multifilesink_init),
11168         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11169         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11170         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11171         (plugin_init):
11172         * gst/multifilesink/gstmultifilesink.h:
11173         add support for streamheader in multifilesink
11174
11175 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11176
11177         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11178         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11179         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11180           Prevent infinite loops. More correct error reporting.
11181         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11182           Error out if negotiation fails.
11183         * gst/playback/gstplaybasebin.c: (setup_source),
11184         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11185         (gst_play_base_bin_found_tag):
11186           Error/tag forwarding. Pre-roll fixes for source errors on state
11187           changes (e.g. "file does not exist") to prevent hangs.
11188
11189 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11190
11191         * testsuite/multifilesink/Makefile.am:
11192         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11193         (gst_newmedia_class_init), (gst_newmedia_init),
11194         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11195         (newfile_signal), (test_signal), (main):
11196         * testsuite/multifilesink/multifilesrc_test.c: (main):
11197         * testsuite/multifilesink/oggtheora_test.c:
11198         (gst_newmedia_base_init), (gst_newmedia_class_init),
11199         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11200         (test_format), (newfile_signal), (test_signal), (main):
11201         * testsuite/multifilesink/oggvorbis_test.c:
11202         (gst_newmedia_base_init), (gst_newmedia_class_init),
11203         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11204         (test_format), (newfile_signal), (test_signal), (main):
11205         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11206         (gst_newmedia_class_init), (gst_newmedia_init),
11207         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11208         (newfile_signal), (test_signal), (main):
11209         New media tests
11210
11211 2004-09-20  Christian Schaller <christian@fluendo.com>
11212
11213         * Fix mikmod license to LGPL as they have relicensed
11214         * Move Dirac and Effectv into LGPL section of README_license
11215
11216 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11217
11218         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11219         (gst_mad_change_state):
11220           Allow for mp3 rate/channels changes. However, only very
11221           conservatively. Reason that we *have* to enable this is smiply
11222           because the mad find_sync() function is not good enough, it will
11223           regularly sync on random data as valid frames and therefore make
11224           us provide random caps as *final* caps of the stream. The best fix
11225           I could think of is to simply require several of the same stream
11226           changes in a row before we change caps.
11227           The actual testcase that works now is #
11228         * ext/ogg/Makefile.am:
11229         * ext/ogg/gstogg.c: (plugin_init):
11230         * ext/ogg/gstogmparse.c:
11231           OGM support (video only for now; I need an audio sample file).
11232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11233         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11234         (gst_asf_demux_add_video_stream):
11235           WMV extradata.
11236         * gst/playback/gstplaybasebin.c: (unknown_type):
11237           Don't error out on single unknown-types after all. It's wrong.
11238           If we found type of video and audio but not of a subtitle stream,
11239           it will still error out (which is unwanted). Will find a better fix
11240           later on.
11241         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11242         (ogmaudio_type_find), (plugin_init):
11243           OGM support.
11244
11245 2004-09-20  Johan Dahlin  <johan@gnome.org>
11246
11247         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11248         after setting caps.
11249
11250 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11251
11252         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11253         * gst/wavenc/gstwavenc.h:
11254         Added newmedia support to wavenc
11255
11256 2004-09-17  Wim Taymans  <wim@fluendo.com>
11257
11258         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11259         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11260         (gst_fdset_fd_can_write), (gst_fdset_wait):
11261         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11262         (gst_multifdsink_init), (gst_multifdsink_add),
11263         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11264         (gst_multifdsink_remove_client_link),
11265         (gst_multifdsink_client_queue_buffer),
11266         (gst_multifdsink_handle_client_write),
11267         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11268         (gst_multifdsink_close), (gst_multifdsink_change_state):
11269         * gst/tcp/gstmultifdsink.h:
11270         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11271         (gst_tcpserversink_removed):
11272         Small cleanups in fdset.c
11273         Use a hastable to map fd to the client structure for faster
11274         lookup in _remove and get_stats.
11275         Added virtual function to close the fds.
11276         Handle clients even when the select/poll call was unblocked because
11277         of a command.
11278         Implement syncing to keyframe in the recovery procedure.
11279
11280 2004-09-16 Iain <iaingnome@gmail.com>
11281
11282         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11283         try caps.
11284
11285 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11286
11287         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11288           Caps are only set if the type of the stream is unknown, but this
11289           is initialized in ->init_stream(), so set to UNKNOWN after calling
11290           ->init_stream() so that capsnego starts.
11291
11292 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11293
11294         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11295         (gst_avi_demux_stream_data):
11296           Just hardcode for raw audio then. AVI audio sucks.
11297
11298 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11299
11300         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11301         * gst/matroska/matroska-mux.c: (audiosink_templ),
11302         (gst_matroska_mux_audio_pad_link):
11303         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11304         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11305
11306 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11307
11308         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11309         (gst_avi_demux_stream_data):
11310           Try to fix a/v sync issues.
11311
11312 2004-09-15  David Schleef  <ds@schleef.org>
11313
11314         * configure.ac: remove NASM check, since we don't use it.  Update
11315         dirac check to 0.4
11316         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11318         Initialized variables.
11319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11320         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11321         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11322         SVQ3 format
11323
11324 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11325
11326         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11327         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11328         * gst/avi/gstavidemux.h:
11329           Fix for compressed audio (mp3) timestamp generation. How did this
11330           ever work?
11331
11332 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11333
11334         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11335           Volume is a double not a float.
11336
11337 2004-09-15  Wim Taymans  <wim@fluendo.com>
11338
11339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11340         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11341         Don't close the fd in multifdsink as we didn't open it in the
11342         first place. Some cleanups.
11343
11344 2004-09-15  Wim Taymans  <wim@fluendo.com>
11345
11346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11347         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11348         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11349         Fix the case where the muxer would mark pages as delta
11350         frames when they are not (vorbis only ogg).
11351
11352 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11353
11354         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11355         (gst_play_base_bin_change_state):
11356           Handle the case where we failed to setup a clear pipeline. This
11357           will throw an error (or EOS, another nice case) and if you don't
11358           catch that, the app will wait for the signal forever (and thus
11359           hang).
11360
11361 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11362
11363         * ext/gnomevfs/gstgnomevfssink.c:
11364         (gst_gnomevfssink_uri_get_protocols):
11365         * ext/gnomevfs/gstgnomevfssrc.c:
11366         (gst_gnomevfssrc_uri_get_protocols):
11367         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11368         * ext/gnomevfs/gstgnomevfsuri.h:
11369           Use _uri_new() instead of _open(), so it doesn't take as long and
11370           Christophe's computer won't hang.
11371         * gst/playback/gstplaybasebin.c: (unknown_type):
11372           Throw error on unknown media type, so apps actually display it.
11373
11374 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11375
11376         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11377           this script to work on Solaris since bash shell handles echo
11378           differenly than bash.
11379
11380 2004-09-17  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11383         (setup_source), (gst_play_base_bin_set_property),
11384         (gst_play_base_bin_add_element):
11385         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11386         Some more work on making sure seeking pauses the pipeline and
11387         that changing the uri actually does something.
11388
11389 2004-09-17  Wim Taymans  <wim@fluendo.com>
11390
11391         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11392         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11393         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11394         (gst_tcpserversink_close):
11395         Be a bit more paranoid when freeing memory.
11396
11397 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11398
11399         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11400         (qtdemux_parse_trak):
11401           Don't crash by dividing by zero (see sample movie in #126922).
11402
11403 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11404
11405         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11406           Don't touch non-existing data (fixes crash on file in #140147).
11407
11408 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11409
11410         * gst/playback/gstplaybasebin.c:
11411         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11412           Handle double disposals, and proper change of URIs.
11413
11414 2004-09-13  Martin Eikermann <meiker@upb.de>
11415
11416         * gst/mpegstream/gstmpegparse.c:
11417           fix synchronistation for streams recorded from digital PCR
11418           fixes bug #119376
11419
11420 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11421
11422         * ext/gnomevfs/Makefile.am:
11423         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11424         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11425         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11426         (gst_gnomevfssink_uri_get_type),
11427         (gst_gnomevfssink_uri_get_protocols),
11428         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11429         (gst_gnomevfssink_uri_handler_init),
11430         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11431         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11433         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11434         (gst_gnomevfssrc_uri_get_type),
11435         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11436         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11437         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11438         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11439         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11440         * ext/gnomevfs/gstgnomevfsuri.h:
11441           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11442           of fake URIs to see which this version of Gnome-VFS likes, and
11443           uses that for the Gst-URI interface. Makes playbin support http://
11444           streams. Also fix up some stupid behaviour in gnomevfssrc.
11445
11446 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11447
11448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11449         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11450         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11451         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11452           Update mixer (to sync with other sessions) if we try to obtain
11453           a new value. This makes alsamixer work accross applications.
11454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11455           Only call sync functions if we're running, else alsalib asserts.
11456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11457           Sometimes fails to compile. Possibly a gcc bug.
11458         * gst/playback/gstplaybin.c: (gen_video_element),
11459         (gen_audio_element):
11460           Add a reference to an application-provided object, because we lose
11461           this same reference if we add it to the bin. If we don't do this,
11462           we can only use this object once and thus crash if we go from
11463           ready to playing, back to ready and back to playing again.
11464           Also add an audioscale element because several cheap soundcards -
11465           like mine - don't support all samplerates.
11466         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11467         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11468           Fix wrong order or PAR calls. Makes automatically obtained PAR
11469           from the X server atually being used.
11470
11471 2004-09-12  David Schleef  <ds@schleef.org>
11472
11473         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11474         #151887, #152102, #152247.
11475         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11476         * examples/seeking/cdparanoia.c: same
11477         * examples/seeking/cdplayer.c: same
11478         * examples/seeking/seek.c: same
11479         * examples/seeking/spider_seek.c: same
11480         * examples/seeking/vorbisfile.c: same
11481         * examples/stats/mp2ogg.c: same
11482         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11483         (gst_esdsink_dispose): Dispose of element properly.
11484         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11485         fixes.
11486         * ext/nas/nassink.c: (gst_nassink_class_init),
11487         (gst_nassink_dispose): Dispose of element correctly.
11488         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11489         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11490         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11491         Fix 64-bit warning.
11492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11493         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11494         Fix 64-bit warning.
11495
11496 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11497
11498         * configure.ac : change speex detection as 1.1.6 now uses
11499           .pc/pkg-config and they changed their headers location.
11500
11501 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11502
11503         * gst/matroska/matroska-mux.h:
11504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11505         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11506         (gst_matroska_mux_write_data):
11507           Write multiple blocks/frames per cluster.
11508                 Write meta-seek information (seek heads).
11509
11510 2004-09-09  Scott Wheeler <wheeler@kde.org>
11511
11512         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11513         (gst_play_bin_set_property), (gst_play_bin_get_property),
11514         (gen_audio_element), (gen_audio_element):
11515           Add a volume element / property to the pipeline.
11516
11517 2004-09-07  Wim Taymans  <wim@fluendo.com>
11518
11519         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11520         Copy timestamps from the master pad to the output buffers.
11521
11522 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11523
11524         * ext/raw1394/gstdv1394src.c:
11525           throw errors when applicable
11526
11527 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11528
11529         * gst/matroska/ebml-ids.h:
11530         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11531         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11532         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11533           automatically convert unix time <-> ebml time when reading/writing
11534           a date, use gst_ebml_write_uint to write CUETIME,
11535           not gst_ebml_write_date.
11536         * gst/matroska/matroska-ids.h:
11537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11538         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11539         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11540         (gst_matroska_mux_write_data):
11541           Write track and segment UIDs, write muxing date, write
11542           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11543           Create cues for audio only files.
11544
11545 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11546
11547         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11548         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11549           Re-commit ALSA switches.
11550         * gst/adder/gstadder.c: (gst_adder_loop):
11551           64-bit fix (#151416).
11552         * gst/debug/progressreport.c: (gst_progressreport_report):
11553           64-bit fix (#151419).
11554         * gst/matroska/matroska-demux.c:
11555         (gst_matroska_demux_parse_contents):
11556           64-bit fix (#151420).
11557         * gst/playback/test3.c: (update_scale):
11558           64-bit fix (#151421).
11559
11560 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11561
11562         * configure.ac:
11563           bump nano to cvs
11564
11565 === release 0.8.4 ===
11566
11567 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11568
11569         * configure.ac: releasing 0.8.4, "Alias"
11570
11571 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11572
11573         * ext/theora/Makefile.am:
11574           fix makefile.  Fixes #151462.
11575
11576 2004-08-30  Wim Taymans  <wim@fluendo.com>
11577
11578         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11579         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11580         (gst_multifdsink_remove_client_link),
11581         (gst_multifdsink_client_queue_buffer),
11582         (gst_multifdsink_handle_client_write):
11583         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11584         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11585         Fix some memory leaks.
11586
11587 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11588
11589         Patch by: David Schleef
11590
11591         * configure.ac:
11592         * sys/Makefile.am:
11593           rename our detection macro for V4L2.  Fixes #151236.
11594
11595 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11596
11597         Patch by: David Schleef
11598
11599         * configure.ac:
11600           check to define LAMEPRESET.  Fixes #151232.
11601
11602 2004-08-27  David Schleef  <ds@schleef.org>
11603
11604         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11605         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11606         (gst_glimagesink_fixate):  Move local variable declarations to
11607         make gcc-2.95 happy.
11608
11609 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11610
11611         * configure.ac:
11612           bump nano for prerelease
11613
11614 2004-08-27  David Schleef  <ds@schleef.org>
11615
11616         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11617         * sys/sunaudio/gstsunaudiosrc.c:
11618         * sys/sunaudio/gstsunaudiosrc.h:
11619
11620 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11621
11622         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11623         handle EOS correctly
11624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11625         * gst/matroska/matroska-mux.h:
11626         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11627         VFW compatibility mode
11628
11629 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11630
11631         patch by: Zaheer Abbas Merali
11632
11633         * ext/ogg/gstoggmux.c:
11634         * ext/vorbis/vorbisenc.c:
11635         * ext/vorbis/vorbisenc.h:
11636           handle NEWMEDIA
11637
11638 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11639
11640         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11641         fix byte order reversion on little endian machines.
11642         * gst/matroska/matroska-mux.c: (audiosink_templ),
11643         (gst_matroska_mux_audio_pad_link):
11644         add TTA codec to the list of supported codecs.
11645         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11646         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11647         (gst_matroska_mux_write_data):
11648         * gst/matroska/matroska-mux.h:
11649         write segment duration correctly, write muxing app string, fixes bugs
11650         #140897 and #140898.
11651         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11652         wait for all pads to be negotiated before starting to mux.
11653
11654 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11655
11656         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11657         * ext/lame/gstlame.h:
11658         Added new media support to lame
11659
11660 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11661
11662         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11663         send vorbis headers at the beginning of a stream, fixes bug #141554.
11664         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11665         bug #148950.
11666         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11667         (gst_matroska_demux_plugin_init):
11668         * gst/matroska/matroska-ids.h:
11669         enable demuxing of TTA audio streams, fixes bug #148951.
11670         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11671         enable typefinding for TTA audio files, fixes bug #148711.
11672         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11673         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11674         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11675
11676 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11677
11678         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11679         (gst_riff_read_element_data), (gst_riff_read_seek),
11680         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11681         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11682         <teuf@gnome.org>
11683
11684 2004-08-23 Iain <iaingnome@gmail.com>
11685
11686         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11687         tags. They appear to be handled differently to normal.
11688         (tag_list_to_id3_tag_foreach): Ditto.
11689
11690 2004-08-22  Wim Taymans  <wim@fluendo.com>
11691
11692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11693         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11694         Make sure we never send -1 granulepos.
11695
11696 2004-08-20  Wim Taymans  <wim@fluendo.com>
11697
11698         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11699         (gst_ogg_mux_loop):
11700         I will accept bitchslappings with non sharp objects.
11701
11702 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11703
11704         * configure.ac:
11705         Clean up the test for lame presets
11706
11707 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11708
11709         * configure.ac:
11710         * ext/lame/Makefile.am:
11711         * ext/lame/gstlame.c: (gst_lame_class_init),
11712         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11713         Only enable lame presets if version of lame has presets in API
11714
11715 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11716         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11717         * gst/udp/gstudpsrc.h:
11718           Don't call gst_pad_push in a get function. Fixes #150449
11719
11720 2004-08-18  Wim Taymans  <wim@fluendo.com>
11721
11722         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11723         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11724         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11725         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11726         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11727         (gst_fdset_wait):
11728         * gst/tcp/gstfdset.h:
11729         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11730         (gst_multifdsink_client_queue_buffer),
11731         (gst_multifdsink_handle_client_write):
11732         * gst/tcp/gstmultifdsink.h:
11733         Some extra checks in gstfdset.
11734         Only use send() when the fd is a socket. Don't try to
11735         read from write only fds.
11736
11737 2004-08-18  Wim Taymans  <wim@fluendo.com>
11738
11739         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11740         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11741         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11742         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11743         (gst_fdset_wait):
11744         Add more locking and bounds checking.
11745
11746 2004-08-18  Wim Taymans  <wim@fluendo.com>
11747
11748         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11749         Realloc test fdset in the lock and right before starting
11750         the poll call. Bump the limit to 4096.
11751
11752 2004-08-17  David Schleef  <ds@schleef.org>
11753
11754         * sys/sunaudio/Makefile.am:
11755         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11756         of rates and channels.  Make debugging less obnoxious.
11757
11758         Patch from Balamurali Viswanathan implementing a mixer for
11759         Sun audio.  (bug #144091):
11760         * sys/sunaudio/gstsunelement.c:
11761         * sys/sunaudio/gstsunelement.h:
11762         * sys/sunaudio/gstsunmixer.c:
11763         * sys/sunaudio/gstsunmixer.h:
11764
11765 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11766
11767         * gst/audioscale/gstaudioscale.c:
11768         * gst/audioscale/gstaudioscale.h:
11769         made audioscale resample from any sample rate to any sample rate
11770
11771 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11772
11773         * ext/libpng/gstpngdec.c:
11774           error out on unsupported types
11775
11776 2004-08-17  Iain <iaingnome@gmail.com>
11777
11778         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11779         mid_side and loose_mid_side properties if its a stereo stream.
11780
11781 2004-08-17  Wim Taymans  <wim@fluendo.com>
11782
11783         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11784         (theora_get_formats), (theora_dec_src_convert),
11785         (theora_dec_sink_convert), (theora_dec_src_query),
11786         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11787         Add a debug line.
11788
11789 2004-08-17  Wim Taymans  <wim@fluendo.com>
11790
11791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11792         (gst_ogg_pad_push):
11793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11794         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11795         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11796         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11797         Mark delta units in the muxer.
11798         Try to decode the packet after an out-of-sync error from
11799         libogg.
11800
11801 2004-08-17  Wim Taymans  <wim@fluendo.com>
11802
11803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11804         (gst_multifdsink_init), (gst_multifdsink_add),
11805         (gst_multifdsink_client_queue_buffer),
11806         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11807         * gst/tcp/gstmultifdsink.h:
11808         Added option to send a keyframe to clients as the first buffer.
11809         Make timeout property writable.
11810
11811 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11812
11813         patch by: Wim Taymans
11814
11815         * gst/tcp/gstfdset.c:
11816         * gst/tcp/gstmultifdsink.c:
11817           fix index comparison, should include 0
11818
11819 2004-08-16  Wim Taymans  <wim@fluendo.com>
11820
11821         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11822         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11823         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11824         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11825         (gst_fdset_wait):
11826           copy when reallocing for poll so the select arguments don't get
11827           changed during the call
11828
11829 2004-08-16  Wim Taymans  <wim@fluendo.com>
11830
11831         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11832         (gst_theora_enc_class_init), (theora_enc_sink_link),
11833         (theora_buffer_from_packet), (theora_enc_chain):
11834         Fix bug where buffers were not marked as keyframes
11835         correctly.
11836
11837 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11838
11839         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11840         (gst_lame_preset_get_type), (gst_lame_class_init):
11841         describe the enum values for vbr mode and presets more verbosely
11842
11843 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11844
11845         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11846         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11847         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11848         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11849         * ext/lame/gstlame.h:
11850         add preset property to lame so it can use lame presets
11851
11852 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11853
11854         * ext/lame/gstlame.c: (gst_lame_get_property):
11855         whoops forgot break, thanks teuf
11856
11857 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11858
11859         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11860         (gst_lame_class_init), (gst_lame_src_getcaps),
11861         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11862         (gst_lame_get_property), (gst_lame_setup):
11863         * ext/lame/gstlame.h:
11864         fix lame's broken vbr stuff, allow it to resample if need be, and also
11865         make xing header optional
11866
11867 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11868
11869         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11870         added getcaps function so samplerate doesnt get fixated to silly values
11871
11872 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11873
11874         * ext/lame/gstlame.c: (gst_lame_src_link):
11875         revert previous fix
11876
11877 2004-08-12  Johan Dahlin  <johan@gnome.org>
11878
11879         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11880         checks. Doesn't matter what state we are in. Interfaces are a
11881         compile time thing, not runtime. It also broke the python bindings.
11882
11883 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11884
11885         * ext/lame/gstlame.c: (gst_lame_src_link):
11886         made source pad link function check if sinkpad is ok..fixes the problem
11887         where core fixates the output rate of lame stupidly
11888
11889 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11890
11891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11892         * sys/v4l/v4l_calls.c:
11893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11894           fix fixate function to handle nonsimple caps.
11895           remove bogus check in _link
11896           cleanups
11897
11898 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11899
11900         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11901         set default compression ratio parameter to 0.0 so bitrate parameter
11902         works :)
11903
11904 2004-08-11  David Schleef  <ds@schleef.org>
11905
11906         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11907
11908 2004-08-11  David Schleef  <ds@schleef.org>
11909
11910         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11911         before.
11912
11913 2004-08-11  David Schleef  <ds@schleef.org>
11914
11915         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11916
11917 2004-08-11  David Schleef  <ds@schleef.org>
11918
11919         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11920           license field
11921         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11922         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11923           LGPL.
11924         * gst/auparse/gstauparse.c: Fix plugin license field.
11925         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11926         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11927         * gst/rtp/gstrtp.c: Fix plugin license field.
11928
11929 2004-08-11  Wim Taymans  <wim@fluendo.com>
11930
11931         * gst/tcp/Makefile.am:
11932         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11933         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11934         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11935         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11936         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11937         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11938         (gst_fdset_fd_can_write), (gst_fdset_wait):
11939         * gst/tcp/gstfdset.h:
11940         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11941         (gst_multifdsink_class_init), (gst_multifdsink_init),
11942         (gst_multifdsink_add), (gst_multifdsink_remove),
11943         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11944         (gst_multifdsink_remove_client_link),
11945         (gst_multifdsink_handle_client_read),
11946         (gst_multifdsink_client_queue_data),
11947         (gst_multifdsink_client_queue_caps),
11948         (gst_multifdsink_client_queue_buffer),
11949         (gst_multifdsink_handle_client_write),
11950         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11951         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11952         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11953         (gst_multifdsink_close):
11954         * gst/tcp/gstmultifdsink.h:
11955         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11956         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11957         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11958         (gst_tcpserversink_close):
11959         * gst/tcp/gsttcpserversink.h:
11960         Abstracted away the select call, implemented poll (yes we ran into
11961         the 1024 limit in production).
11962
11963 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11964
11965         * gst/tcp/gsttcp.c:
11966         * gst/tcp/gsttcpplugin.c:
11967           improve debuggging, remove assert
11968
11969 2004-08-10  Wim Taymans  <wim@fluendo.com>
11970
11971         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11972         (gst_client_status_get_type), (gst_multifdsink_class_init),
11973         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11974         (gst_multifdsink_handle_client_read),
11975         (gst_multifdsink_handle_client_write),
11976         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11977         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11978         (gst_multifdsink_get_property):
11979         * gst/tcp/gstmultifdsink.h:
11980         * gst/tcp/gsttcp-marshal.list:
11981         Starting to prepare for specifying buffer time in other units
11982         than buffers. Expose remove reason in signal.
11983
11984 2004-08-10  Wim Taymans  <wim@fluendo.com>
11985
11986         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11987         (gst_multifdsink_remove), (gst_multifdsink_clear),
11988         (gst_multifdsink_remove_client_link),
11989         (gst_multifdsink_handle_client_read),
11990         (gst_multifdsink_client_queue_data),
11991         (gst_multifdsink_client_queue_buffer),
11992         (gst_multifdsink_handle_client_write),
11993         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11994         (gst_multifdsink_chain), (gst_multifdsink_close):
11995         * gst/tcp/gstmultifdsink.h:
11996         Added more debugging info. Changed the way clients are
11997         removed from the lists. Fixed a bug where a bad file descriptor
11998         could cause many clients to be removed.
11999
12000 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12001
12002         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
12003           allow all pixel-aspect-ratios, not just 1:1
12004
12005 2004-08-09  David Schleef  <ds@schleef.org>
12006
12007         * sys/glsink/ARB_multitexture.h:  Remove old files.
12008         * sys/glsink/EXT_paletted_texture.h:
12009         * sys/glsink/NV_register_combiners.h:
12010         * sys/glsink/gstgl_nvimage.c:
12011         * sys/glsink/gstgl_pdrimage.c:
12012         * sys/glsink/gstgl_rgbimage.c:
12013         * sys/glsink/gstglsink.c:
12014         * sys/glsink/gstglsink.h:
12015         * sys/glsink/gstglxwindow.c:
12016         * sys/glsink/regcomb_yuvrgb.c:
12017
12018 2004-08-09  David Schleef  <ds@schleef.org>
12019
12020         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
12021         GL sink plugin.  (Bug #147302)
12022
12023         * configure.ac: Test for OpenGL
12024         * sys/Makefile.am: Use test for OpenGL
12025         * sys/glsink/Makefile.am:
12026         * sys/glsink/glimagesink.c: rewrite
12027         * sys/glsink/glimagesink.h: rewrite
12028
12029 2004-08-09  David Schleef  <ds@schleef.org>
12030
12031         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
12032         sane framerates.
12033         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
12034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
12035         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
12036
12037 2004-08-09  Wim Taymans  <wim@fluendo.com>
12038
12039         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12040         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12041         (gst_multifdsink_client_remove),
12042         (gst_multifdsink_handle_client_read),
12043         (gst_multifdsink_handle_client_write),
12044         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12045         Do a bit more logging, make the client_read code more robust.
12046
12047 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12048
12049         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
12050         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12051         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12052         (gst_jpegdec_init), (gst_jpegdec_chain):
12053         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12054         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12055           cleanups, debugging fixes and memleak plugging
12056
12057 2004-08-09  Wim Taymans  <wim@fluendo.com>
12058
12059         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12060         (theora_get_formats), (theora_dec_src_convert),
12061         (theora_dec_sink_convert), (theora_dec_src_query),
12062         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12063         (theora_dec_change_state):
12064         Don't crash on missing header packets.
12065
12066 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12067
12068         * po/LINGUAS:
12069         * po/sq.po:
12070           Added Albanian translation (Laurent Dhima)
12071         * po/cs.po:
12072           updated
12073
12074 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12075
12076         * ext/lame/gstlame.c:
12077           fix/add debugging
12078
12079 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12080
12081         * sys/ximage/ximagesink.c:
12082         * sys/xvimage/xvimagesink.c:
12083           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12084
12085 2004-08-06  Wim Taymans  <wim@fluendo.com>
12086
12087         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12088         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12089         (gst_multifdsink_client_remove),
12090         (gst_multifdsink_handle_client_read),
12091         (gst_multifdsink_handle_client_write),
12092         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12093         Make sure we don't try to read more from a client that what
12094         ioctl says us or we deadlock.
12095
12096 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12097
12098         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12099         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12100         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12101           decouple running_time and n_frames so it can handle changing
12102           framerate while running
12103
12104 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * po/nl.po:
12107         * po/sv.po:
12108           updated translations
12109
12110 2004-08-04  Benjamin Otte  <otte@gnome.org>
12111
12112         * gst/videotestsrc/gstvideotestsrc.c:
12113         (gst_videotestsrc_get_capslist), (generate_capslist),
12114         (plugin_init):
12115           generate the list of supported caps at startup and reuse it instead
12116           of always generating it
12117
12118 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12119
12120         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12121           whoops, last checkin broke normal build
12122
12123 2004-08-03  Benjamin Otte  <otte@gnome.org>
12124
12125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12126         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12127         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12128         (gst_alsa_mixer_get_option):
12129         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12130         (dvdnavsrc_print_event):
12131         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12133         (gst_ogg_mux_pad_unlink):
12134         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12135         (gst_multipart_mux_pad_unlink):
12136         * gst/videofilter/gstvideobalance.c:
12137         (gst_videobalance_colorbalance_set_value):
12138         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12139         (gst_videomixer_pad_unlink):
12140         * po/uk.po:
12141         * sys/oss/gstossmixer.c:
12142         * sys/v4l/gstv4lcolorbalance.c:
12143         * sys/v4l/gstv4ltuner.c:
12144         * sys/v4l/v4lsrc_calls.c:
12145         * sys/v4l2/gstv4l2colorbalance.c:
12146         * sys/v4l2/gstv4l2tuner.c:
12147           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12148
12149 2004-08-03  Benjamin Otte  <otte@gnome.org>
12150
12151         * examples/dynparams/filter.c: (ui_control_create):
12152         * examples/gstplay/player.c: (print_tag):
12153         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12154         * ext/gdk_pixbuf/gstgdkanimation.c:
12155         (gst_gdk_animation_iter_may_advance):
12156         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12157         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12158         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12159         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12161         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12162         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12163         * gst/sine/demo-dparams.c: (main):
12164         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12165         * testsuite/alsa/formats.c: (create_pipeline):
12166         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12167           fixes for G_DISABLE_ASSERT and friends
12168         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12169         (mp3_type_frame_length_from_header), (mp3_type_find),
12170         (plugin_init):
12171           require mp3 typefinding to have at least MIN_HEADERS valid headers
12172           add typefinding for AAC adts files
12173
12174 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12175
12176         * sys/ximage/ximagesink.c:
12177         (gst_ximagesink_calculate_pixel_aspect_ratio):
12178         * sys/xvimage/xvimagesink.c:
12179         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12180         Make sure we calculate pixel-aspect-ratio using floating point maths
12181
12182 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12183
12184         * po/uk.po:
12185           updated translation
12186
12187 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12188
12189         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12191           add debugging for display PAR calculation
12192
12193 2004-08-02  David Schleef  <ds@schleef.org>
12194
12195         * configure.ac: Fix mikmod CFLAGS.
12196
12197 2004-07-27  Benjamin Otte  <otte@gnome.org>
12198
12199         * gst/audioscale/gstaudioscale.c:
12200         - fix templates to only support S16, it's the only format that works
12201         - make caps nego code use try_set_caps_nonfixed and fixation instead
12202         of try_set_caps twice, which is not nice for autopluggers
12203         - change rank to secondary, so autopluggers can pick it up after
12204         audioconvert
12205
12206 2004-08-02  Iain <iain@prettypeople.org>
12207
12208         * gst/interleave/interleave.c (interleave_init),
12209         (interleave_request_new_pad),
12210         (interleave_pad_removed),
12211         (interleave_buffered_loop): Use the real pad count, not the artificial
12212         one.
12213
12214 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12215
12216         * configure.ac: bump nano back to development
12217
12218 === release 0.8.3 ===
12219
12220 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12221
12222         * configure.ac: releasing 0.8.3, "Water"
12223
12224 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12225
12226         * sys/xvimage/xvimagesink.c:
12227         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12228         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12229         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12230         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12231         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12232         * sys/xvimage/xvimagesink.h:
12233           apply similar PAR fixes as to ximagesink
12234
12235 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12236
12237         patch from: Benjamin Otte
12238
12239         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12240           add link function to lame.  Fixes #148986.
12241
12242 2004-08-02  Johan Dahlin  <johan@gnome.org>
12243
12244         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12245         fix debugging log
12246
12247 2004-07-30  David Schleef  <ds@schleef.org>
12248
12249         * gst/videomixer/Makefile.am: Fix things that should have been
12250         fixed in the last checkin.
12251
12252 2004-07-30  David Schleef  <ds@schleef.org>
12253
12254         * gst/multipart/Makefile.am: Fix things that should have been
12255         fixed in the last checkin.
12256
12257 2004-07-30  David Schleef  <ds@schleef.org>
12258
12259         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12260
12261 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12262
12263         * configure.ac:
12264           bump nano for prerelease
12265         * po/af.po:
12266         * po/az.po:
12267         * po/cs.po:
12268         * po/en_GB.po:
12269         * po/hu.po:
12270         * po/nl.po:
12271         * po/sr.po:
12272         * po/sv.po:
12273         * po/uk.po:
12274           updates
12275
12276 2004-07-30  Wim Taymans  <wim@fluendo.com>
12277
12278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12279         (gst_multifdsink_add), (gst_multifdsink_remove),
12280         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12281         (gst_multifdsink_client_remove),
12282         (gst_multifdsink_handle_client_write),
12283         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12284         * gst/tcp/gstmultifdsink.h:
12285         Recover from a select with a bad file descriptor by removing
12286         the client.
12287
12288 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12289
12290         * configure.ac:
12291           fix requirement of core
12292         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12293         (gst_play_pipeline_setup):
12294           don't use colorspace element.  do use hermescolorspace element.
12295           make macro to get a colorspace element.
12296           mark strings for translation.
12297         * po/POTFILES.in:
12298           add play.c
12299         * po/af.po:
12300         * po/az.po:
12301         * po/cs.po:
12302         * po/en_GB.po:
12303         * po/hu.po:
12304         * po/nl.po:
12305         * po/sr.po:
12306         * po/sv.po:
12307         * po/uk.po:
12308           update translations
12309
12310 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12311
12312         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12313         fix default for newmedia flag
12314
12315 2004-07-30  Wim Taymans  <wim@fluendo.com>
12316
12317         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12318         (gst_theora_dec_init), (theora_get_formats),
12319         (theora_dec_src_convert), (theora_dec_sink_convert),
12320         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12321         (theora_dec_chain), (theora_dec_set_property),
12322         (theora_dec_get_property):
12323         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12324         (gst_theora_enc_class_init), (gst_theora_enc_init),
12325         (theora_enc_sink_link), (theora_enc_chain),
12326         (theora_enc_set_property), (theora_enc_get_property):
12327         Added cropping option to theora decoder.
12328         Added border option to theora encoder.
12329
12330 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12331
12332         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12333         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12334         (gst_pngenc_set_property):
12335         * ext/libpng/gstpngenc.h:
12336         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
12337
12338 2004-07-30  Wim Taymans  <wim@fluendo.com>
12339
12340         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12341         (theora_enc_sink_link), (theora_enc_chain),
12342         (theora_enc_set_property), (theora_enc_get_property):
12343         Fix encoding of non-multiple-of-16 video.
12344
12345 2004-07-29  David Schleef  <ds@schleef.org>
12346
12347         * configure.ac: make test for audiofile more strict
12348
12349 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12350
12351         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12352           give different names to typefind functions
12353
12354 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12355
12356         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12357         (gst_ximagesink_calculate_pixel_aspect_ratio),
12358         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12359         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12360         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12361         (gst_ximagesink_get_property), (gst_ximagesink_init):
12362         * sys/ximage/ximagesink.h:
12363           allocate PAR's dynamically.
12364           use autodetected PAR if no object-set PAR is given.
12365           add workaround for directfb's X not setting physical size.
12366           fix to xvimagesink will follow tomorrow.
12367
12368 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12369
12370         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12371         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12372         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12373         (gst_shout2send_class_init), (gst_shout2send_init),
12374         (set_shout_metadata), (gst_shout2send_set_metadata),
12375         (gst_shout2send_chain), (gst_shout2send_set_property),
12376         (gst_shout2send_get_property), (gst_shout2send_connect),
12377         (gst_shout2send_change_state):
12378         * ext/shout2/gstshout2.h:
12379         - fix for sending mp3 audio to icecast2 server, if pad link function not
12380         called before PAUSED state
12381         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12382         - added tagging support for mp3 audio broadcasted
12383         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12384         debug info
12385
12386 2004-07-28  Wim Taymans  <wim@fluendo.com>
12387
12388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12389         (gst_ogg_demux_push):
12390         Return query failure when we don't know the length of
12391         an ogg stream insteda of returning TRUE with a bogus value.
12392
12393 2004-07-28  Wim Taymans  <wim@fluendo.com>
12394
12395         * ext/theora/theoradec.c: (theora_get_formats),
12396         (theora_dec_src_convert), (theora_dec_sink_convert),
12397         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12398         (theora_dec_chain):
12399         Don't screw up the 1 Chroma for 1 luma sample situation when we
12400         have an odd offset/width by adding a black border in those cases.
12401
12402 2004-07-28  Wim Taymans  <wim@fluendo.com>
12403
12404         * ext/theora/theoradec.c: (theora_get_formats),
12405         (theora_dec_src_convert), (theora_dec_sink_convert),
12406         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12407         (theora_dec_chain):
12408         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12409         Added first attempt at cropping of the image as required by the
12410         theora spec. We need more properties in the caps (offset_x,
12411         offset_y,stride) to implement this correctly.
12412
12413 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12414
12415         * ext/dvdnav/README:
12416           Update the README to use dvddemux
12417         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12418           Ensure getcaps returns a subset of the template caps
12419         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12420         (gst_mpeg2subt_init):
12421           Ensure getcaps returns a subset of the template caps
12422         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12423         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12424         (gst_dvd_demux_get_subpicture_stream),
12425         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12426         * gst/mpegstream/gstdvddemux.h:
12427           Set the explicit caps on the current_video pad before pushing
12428           anything
12429         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12430         (gst_mpeg_demux_get_audio_stream):
12431           Free caps used to gst_pad_set_explicit_caps, which takes a const
12432           GstCaps *
12433
12434 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12435
12436         * configure.ac: update GStreamer requirement to 0.8.4 because of
12437           GstFraction.
12438
12439 2004-07-28  Wim Taymans  <wim@fluendo.com>
12440
12441         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12442         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12443         Add the pad to the element after setting up the caps. This
12444         makes it a lot easier to autoplug.
12445
12446 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12447
12448         * gst/median/gstmedian.c:
12449         * gst/mpeg2subt/gstmpeg2subt.c:
12450         * gst/mpegaudioparse/gstmpegaudioparse.c:
12451         * gst/mpegstream/gstdvddemux.c:
12452         * gst/mpegstream/gstmpegdemux.c:
12453         * gst/mpegstream/gstmpegpacketize.c:
12454         * gst/rtjpeg/gstrtjpeg.c:
12455         * gst/rtjpeg/gstrtjpegdec.c:
12456         * gst/rtjpeg/gstrtjpegenc.c:
12457         * gst/sine/gstsinesrc.c:
12458         * gst/smooth/gstsmooth.c:
12459         * gst/smpte/gstsmpte.c:
12460         * gst/smpte/gstsmpte.h:
12461         * gst/stereo/gststereo.c:
12462         * gst/videofilter/gstgamma.c:
12463         * gst/videofilter/gstvideobalance.c:
12464         * gst/videofilter/gstvideofilter.c:
12465         * gst/videofilter/gstvideoflip.c:
12466         * gst/videoscale/gstvideoscale.c:
12467         * gst/videoscale/videoscale.c:
12468         * gst/videotestsrc/gstvideotestsrc.c:
12469         * gst/videotestsrc/videotestsrc.c:
12470         * gst/wavenc/gstwavenc.c:
12471         * gst/wavparse/gstwavparse.c:
12472           fix local includes and 64 bits constants
12473
12474 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12475
12476         * win32/gst.sln:
12477         * gst-libs/gst/*/*.vcproj:
12478         * gst/*/*.vcproj:
12479           more working plugins
12480
12481 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12482
12483         * testsuite/alsa/Makefile.am:
12484         * testsuite/alsa/srcstate.c:
12485         add test for alsasrc changing state
12486
12487 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12488
12489         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12490         (gst_silence_get):
12491         * gst/silence/gstsilence.h:
12492         fix silence generation for 16bit raw audio
12493
12494 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12495
12496         * gst/matroska/matroska-demux.c:
12497         (gst_matroska_demux_parse_metadata),
12498         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12499         * gst/mpegaudio/common.c:
12500         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12501         (gst_videoscale_getcaps), (gst_videoscale_link),
12502         (gst_videoscale_src_fixate), (gst_videoscale_init),
12503         (gst_videoscale_finalize):
12504         * gst/videoscale/gstvideoscale.h:
12505         * gst/videotestsrc/gstvideotestsrc.c:
12506         (gst_videotestsrc_get_capslist):
12507         * gst/wavenc/gstwavenc.c:
12508         * sys/oss/gstossmixer.c: (fill_labels):
12509         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12510         (gst_ximagesink_handle_xevents),
12511         (gst_ximagesink_calculate_pixel_aspect_ratio),
12512         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12513         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12514         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12515         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12516         (gst_ximagesink_init), (gst_ximagesink_class_init):
12517         * sys/ximage/ximagesink.h:
12518         * sys/xvimage/xvimagesink.c:
12519         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12520         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12521         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12522         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12523         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12524         * sys/xvimage/xvimagesink.h:
12525           first batch of pixel aspect ratio commits.
12526
12527 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12528
12529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12530         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12531         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12532           handle stride, needs work if we want to move stride handling
12533           upstream, but works correctly for our purposes.
12534
12535 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12536
12537         * gst/videoscale/README:
12538           add testing examples
12539         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12540         (gst_videoscale_chain):
12541         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12542         (gst_videoscale_get_size):
12543           add get_size function that handles stride like videotestsrc.
12544           fixes conversion for YUV formats for as much as I can test them.
12545
12546 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12547
12548         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12549         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12551         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12552         (gst_xvimagesink_xvimage_put):
12553           further cleanups, logging, error handling and synchronizing
12554
12555 2004-07-27  Wim Taymans  <wim@fluendo.com>
12556
12557         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12558         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12559         (gst_videomixer_pad_set_property),
12560         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12561         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12562         (gst_videomixer_class_init), (gst_videomixer_init),
12563         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12564         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12565         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12566         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12567         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12568         (gst_videomixer_loop), (plugin_init):
12569         Be a nicer negotiation citizen and provide a getcaps function on
12570         the srcpad. This also fixes a crash when resizing.
12571
12572 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12573
12574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12575         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12576
12577 2004-07-27  Wim Taymans  <wim@fluendo.com>
12578
12579         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12580         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12581         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12582         (gst_pngenc_set_property):
12583         * ext/libpng/gstpngenc.h:
12584         Added snapshot property to pngenc.
12585         removed g_print from pngdec
12586
12587 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12588
12589         * gst/ac3parse/ac3parse.vcproj
12590         * gst/adder/adder.vcproj
12591         * gst/alpha/alpha.vcproj
12592         * gst/alpha/alphacolor.vcproj
12593         * gst/asfdemux/asf.vcproj
12594         * gst/audioconvert/audioconvert.vcproj
12595         * gst/audiorate/audiorate.vcproj
12596         * gst/audioscale/audioscale.vcproj
12597         * gst/auparse/auparse.vcproj
12598         * gst/avi/avi.vcproj
12599         * gst/cdxaparse/cdxaparse.vcproj
12600         * gst/chart/chart.vcproj
12601         * gst/colorspace/colorspace.vcproj
12602         * gst/cutter/cutter.vcproj
12603         * gst/debug/debug.vcproj
12604         * gst/debug/efence.vcproj
12605         * gst/debug/navigationtest.vcproj
12606         * gst/deinterlace/deinterlace.vcproj
12607         * gst/effectv/effectv.vcproj
12608         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12609         * gst/filter/filter.vcproj
12610         * gst/flx/flxdec.vcproj
12611         * gst/goom/goom.vcproj
12612         * gst/interleave/interleave.vcproj
12613         * gst/law/alaw.vcproj
12614         * gst/law/mulaw.vcproj
12615         * gst/matroska/matroska.vcproj
12616         * gst/median/median.vcproj
12617         * gst/mixmatrix/mixmatrix.vcproj
12618         * gst/mpeg1sys/mpeg1systemencode.vcproj
12619         * gst/mpeg1videoparse/mp1videoparse.vcproj
12620         * gst/mpeg2sub/mpeg2subt.vcproj
12621         * gst/mpegaudio/mpegaudio.vcproj
12622         * gst/mpegaudioparse/mpegaudioparse.vcproj
12623         * gst/mpegstream/mpegstream.vcproj
12624         * gst/multifilesink/multifilesink.vcproj
12625         * gst/multipart/multipart.vcproj
12626         * gst/oneton/oneton.vcproj
12627         * gst/overlay/overlay.vcproj
12628         * gst/passthrough/passthrough.vcproj
12629         * gst/qtdemux/qtdemux.vcproj
12630         * gst/realmedia/rmdemux.vcproj
12631         * gst/rtjpeg/rtjpeg.vcproj
12632         * gst/rtp/rtp.vcproj
12633         * gst/silence/silence.vcproj
12634         * gst/sine/sinesrc.vcproj
12635         * gst/smooth/smooth.vcproj
12636         * gst/smpte/smpte.vcproj
12637         * gst/spectrum/spectrum.vcproj
12638         * gst/speed/speed.vcproj
12639         * gst/stereo/stereo.vcproj
12640         * gst/switch/switch.vcproj
12641         * gst/tags/tagedit.vcproj
12642         * gst/tcp/tcp.vcproj
12643         * gst/typefind/typefindfunctions.vcproj
12644         * gst/udp/udp.vcproj
12645         * gst/videobox/videobox.vcproj
12646         * gst/videocrop/videocrop.vcproj
12647         * gst/videodrop/videodrop.vcproj
12648         * gst/videofilter/gamma.vcproj
12649         * gst/videofilter/videobalance.vcproj
12650         * gst/videofilter/videofilter.vcproj
12651         * gst/videofilter/videoflip.vcproj
12652         * gst/videoflip/videoflip.vcproj
12653         * gst/videomixer/videomixer.vcproj
12654         * gst/videorate/videorate.vcproj
12655         * gst/videoscale/videoscale.vcproj
12656         * gst/videotestsrc/videotestsrc.vcproj
12657         * gst/virtualdub/virtualdub.vcproj
12658         * gst/volenv/volenv.vcproj
12659         * gst/volume/volume.vcproj
12660         * gst/wavenc/wavenc.vcproj
12661         * gst/wavparse/wavparse.vcproj
12662         * gst/y4m/y4menc.vcproj
12663         * gst-libs/gst/audio/audio.vcproj
12664         * gst-libs/gst/audio/audiofilter.vcproj
12665         * gst-libs/gst/colorbalance/colorbalance.vcproj
12666         * gst-libs/gst/idct/idtc.vcproj
12667         * gst-libs/gst/media-info/media-info.vcproj
12668         * gst-libs/gst/mixer/mixer.vcproj
12669         * gst-libs/gst/navigation/navigation.vcproj
12670         * gst-libs/gst/play/play.vcproj
12671         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12672         * gst-libs/gst/resample/resample.vcproj
12673         * gst-libs/gst/riff/riff.vcproj
12674         * gst-libs/gst/tuner/tuner.vcproj
12675         * gst-libs/gst/video/video.vcproj
12676         * gst-libs/gst/xoverlay/xoverlay.vcproj
12677           avoid problems with math.h, fix release dependancy
12678           rename GStreamer-0.8.lib to libgstreamer.lib
12679
12680 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12681
12682         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12684         the atom is not available we have to unlock the mutex. Fixes #148023
12685
12686 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12687
12688         * gst-libs/gst/media-info/media-info.h:
12689           issue for a vararg macro with MSVC
12690
12691 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12692
12693         * gst/effectv/effectv.vcproj
12694         * gst-libs/gst/idct/idct.vcproj:
12695         * gst-libs/gst/media-info/media-info.vcproj:
12696         * gst-libs/gst/navigation/navigation.vcproj:
12697         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12698         * gst-libs/gst/video/video.vcproj:
12699         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12700           fixes for build problems
12701
12702 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12703
12704         * gst-libs/gst/audio/audio.def:
12705         * gst-libs/gst/audio/riff.def:
12706           add some definitions needed by plugins
12707
12708 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12709
12710         * gst/asfdemux/gstasfmux.c
12711           Fix some 64 bits constants to be glib friendly
12712
12713 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12714
12715         * gst/ac3parse/gstac3parse.c
12716         * gst/audioscale/gstaudioscale.c
12717         * gst/auparse/gstauparse.c
12718         * gst/colorspace/gstcolorspace.c
12719         * gst/colorspace/yuv2rgb.h
12720           local include fixes
12721
12722 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12723
12724         * win32/gst.sln
12725           add more plugins to the build
12726
12727 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12728
12729         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12730         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12731
12732 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12733
12734         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12735         (gst_level_set_property), (gst_level_get_property),
12736         (gst_level_base_init), (gst_level_class_init):
12737           add debugging categories.  cleanups.
12738
12739 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12742         (gst_videoscale_planar411), (gst_videoscale_planar400),
12743         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12744         (gst_videoscale_scale_nearest_str1),
12745         (gst_videoscale_scale_nearest_str2),
12746         (gst_videoscale_scale_nearest_str4),
12747         (gst_videoscale_scale_nearest_16bit),
12748         (gst_videoscale_scale_nearest_24bit):
12749           fixed stride issues
12750           tested with 320x240 -> 321, 322, 324 x240
12751           tested with YV12, I420, YUY2, UYVY
12752           fixed packed422rev (don't think it could have worked before)
12753           by testing with UYVY
12754
12755 2004-07-26  Benjamin Otte  <otte@gnome.org>
12756
12757         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12758         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12759         (plugin_init):
12760           add debugging category, add error checks like checking return values
12761           of setup calls, make sure it still works after
12762           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12763
12764 2004-07-26  Wim Taymans  <wim@fluendo.com>
12765
12766         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12767         (gst_mpeg_demux_get_audio_stream),
12768         (gst_mpeg_demux_process_private):
12769         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12770         Check for error codes from the negotiation functions. Make sure
12771         we really set the pad caps when a new pad is created.
12772
12773 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12774
12775         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12776         (gst_ffmpeg_caps_to_pix_fmt):
12777         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12779         (gst_ffmpegcolorspace_pad_link):
12780           don't make function do two things at the same time without reason.
12781
12782 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12783
12784         * gst/ac3parse/ac3parse.vcproj
12785         * gst/adder/adder.vcproj
12786         * gst/alpha/alpha.vcproj
12787         * gst/alpha/alphacolor.vcproj
12788         * gst/asfdemux/asf.vcproj
12789         * gst/audioconvert/audioconvert.vcproj
12790         * gst/audiorate/audiorate.vcproj
12791         * gst/audioscale/audioscale.vcproj
12792         * gst/auparse/auparse.vcproj
12793         * gst/avi/avi.vcproj
12794         * gst/cdxaparse/cdxaparse.vcproj
12795         * gst/chart/chart.vcproj
12796         * gst/colorspace/colorspace.vcproj
12797         * gst/cutter/cutter.vcproj
12798         * gst/debug/debug.vcproj
12799         * gst/debug/efence.vcproj
12800         * gst/debug/navigationtest.vcproj
12801         * gst/deinterlace/deinterlace.vcproj
12802         * gst/effectv/effectv.vcproj
12803         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12804         * gst/filter/filter.vcproj
12805         * gst/flx/flxdec.vcproj
12806         * gst/goom/goom.vcproj
12807         * gst/interleave/interleave.vcproj
12808         * gst/law/alaw.vcproj
12809         * gst/law/mulaw.vcproj
12810         * gst/matroska/matroska.vcproj
12811         * gst/median/median.vcproj
12812         * gst/mixmatrix/mixmatrix.vcproj
12813         * gst/mpeg1sys/mpeg1systemencode.vcproj
12814         * gst/mpeg1videoparse/mp1videoparse.vcproj
12815         * gst/mpeg2sub/mpeg2subt.vcproj
12816         * gst/mpegaudio/mpegaudio.vcproj
12817         * gst/mpegaudioparse/mpegaudioparse.vcproj
12818         * gst/mpegstream/mpegstream.vcproj
12819         * gst/multifilesink/multifilesink.vcproj
12820         * gst/multipart/multipart.vcproj
12821         * gst/oneton/oneton.vcproj
12822         * gst/overlay/overlay.vcproj
12823         * gst/passthrough/passthrough.vcproj
12824         * gst/qtdemux/qtdemux.vcproj
12825         * gst/realmedia/rmdemux.vcproj
12826         * gst/rtjpeg/rtjpeg.vcproj
12827         * gst/rtp/rtp.vcproj
12828         * gst/silence/silence.vcproj
12829         * gst/sine/sinesrc.vcproj
12830         * gst/smooth/smooth.vcproj
12831         * gst/smpte/smpte.vcproj
12832         * gst/spectrum/spectrum.vcproj
12833         * gst/speed/speed.vcproj
12834         * gst/stereo/stereo.vcproj
12835         * gst/switch/switch.vcproj
12836         * gst/tags/tagedit.vcproj
12837         * gst/tcp/tcp.vcproj
12838         * gst/typefind/typefindfunctions.vcproj
12839         * gst/udp/udp.vcproj
12840         * gst/videobox/videobox.vcproj
12841         * gst/videocrop/videocrop.vcproj
12842         * gst/videodrop/videodrop.vcproj
12843         * gst/videofilter/gamma.vcproj
12844         * gst/videofilter/videobalance.vcproj
12845         * gst/videofilter/videofilter.vcproj
12846         * gst/videofilter/videoflip.vcproj
12847         * gst/videoflip/videoflip.vcproj
12848         * gst/videomixer/videomixer.vcproj
12849         * gst/videorate/videorate.vcproj
12850         * gst/videoscale/videoscale.vcproj
12851         * gst/videotestsrc/videotestsrc.vcproj
12852         * gst/virtualdub/virtualdub.vcproj
12853         * gst/volenv/volenv.vcproj
12854         * gst/volume/volume.vcproj
12855         * gst/wavenc/wavenc.vcproj
12856         * gst/wavparse/wavparse.vcproj
12857         * gst/y4m/y4menc.vcproj
12858           more plugins supported under windows
12859
12860 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12861
12862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12863         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12864         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12866         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12867           Add debugging statements.  Use the sizes as returned by the
12868           *CreateImage calls.
12869
12870 2004-07-26  Johan Dahlin  <johan@gnome.org>
12871
12872         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12873         the pad is negotiated.
12874
12875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12876
12877 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12878
12879         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12880         * gst-libs/gst/idct/idct.vcproj:
12881         * gst-libs/gst/media-info/media-info.vcproj:
12882         * gst-libs/gst/mixer/mixer.vcproj:
12883         * gst-libs/gst/navigation/navigation.vcproj:
12884         * gst-libs/gst/play/play.vcproj:
12885         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12886         * gst-libs/gst/resample/resample.vcproj:
12887         * gst-libs/gst/tuner/tuner.vcproj:
12888         * gst-libs/gst/video/video.vcproj:
12889         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12890           more plugins supported under windows
12891
12892 2004-07-25 Iain <iain@prettypeople.org>
12893
12894         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12895         pad now rather than when the pad is created because state changes wipe
12896         explicit caps (fixes #148043).
12897
12898 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12899
12900         reviewed by Benjamin Otte  <otte@gnome.org>
12901
12902         * ext/mad/gstmad.c:
12903           fix mad plugin crashing on Sun (fixes #148289)
12904
12905 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12906
12907         * gst/avi/avi.def:
12908         * gst/avi/avi.vcproj:
12909         * gst/matroska/matroska.def:
12910         * gst/matroska/matroska.vcproj:
12911           remove unused .def files
12912
12913 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12914
12915         * gst-libs/gst/audio/gstaudiofilter.c:
12916           Clean the local include
12917
12918 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12919
12920         * win32/gst.sln:
12921         * gst-libs/gst/audio/audio.def:
12922         * gst-libs/gst/audio/audio.vcproj:
12923         * gst-libs/gst/audio/audiofilter.vcproj:
12924         * gst-libs/gst/audio/riff.def:
12925         * gst-libs/gst/audio/riff.vcproj:
12926         * gst-libs/gst/gst-libs.def:
12927         * gst-libs/gst/gst-libs.vcproj:
12928         * gst/avi/avi.vcproj:
12929         * gst/avi/avi.vcproj:
12930           Copy the files where needed after building, cleaner projects
12931
12932 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12933
12934         * gst/matroska/ebml-write.c:
12935           Fix some 64 bits constants to be glib friendly
12936
12937 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12938
12939         * win32/gst.sln:
12940         * gst-libs/gst/gst-libs.def:
12941         * gst-libs/gst/gst-libs.vcproj:
12942         * gst/matroska/matroska.def:
12943         * gst/matroska/matroska.vcproj:
12944           Add the preliminary canvas to build plugins on Win32
12945
12946 2004-07-23  Benjamin Otte  <otte@gnome.org>
12947
12948         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12949           don't enfore negotiation from source side, it breaks
12950           sinesrc ! audioconvert ! osssink
12951
12952 2004-07-22  David Schleef  <ds@schleef.org>
12953
12954         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12955         for ELF files, since they can easily be recognized as audio/mpeg.
12956         (bug #147441)
12957
12958 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12959
12960         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12961         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12962         (gst_videoscale_scale_nearest_24bit),
12963         (gst_videoscale_scale_nearest_16bit):
12964           fix 16bit and 24bit for stride (24bit might need testing)
12965           don't pretend we do more than one algorithm
12966
12967 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12968
12969         * configure.ac:
12970         * gst/Makefile.am:
12971         * gst/multifilesink/Makefile.am:
12972         * gst/multifilesink/gstmultifilesink.c:
12973         (gst_multifilesink_get_formats),
12974         (gst_multifilesink_get_query_types), (_do_init),
12975         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12976         (gst_multifilesink_init), (gst_multifilesink_dispose),
12977         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12978         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12979         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12980         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12981         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12982         (gst_multifilesink_uri_get_type),
12983         (gst_multifilesink_uri_get_protocols),
12984         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12985         (gst_multifilesink_uri_handler_init), (plugin_init):
12986         * gst/multifilesink/gstmultifilesink.h:
12987         * testsuite/Makefile.am:
12988         * testsuite/multifilesink/Makefile.am:
12989         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12990         (gst_newmedia_class_init), (gst_newmedia_init),
12991         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12992         (newfile_signal), (test_signal), (main):
12993         multifilesink plugin for creating new files every time a new media
12994         discontinuity event occurs
12995
12996 2004-07-22  Wim Taymans  <wim@fluendo.com>
12997
12998         * gst/alpha/Makefile.am:
12999         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
13000         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
13001         (gst_alpha_color_init), (gst_alpha_color_set_property),
13002         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
13003         (transform), (gst_alpha_color_chain),
13004         (gst_alpha_color_change_state), (plugin_init):
13005         Stupid plugin to to RGBA to AYUV conversion because none of
13006         the colorspace plugins can handle that yet.
13007
13008 2004-07-22  Wim Taymans  <wim@fluendo.com>
13009
13010         * examples/seeking/seek.c: (update_scale), (main):
13011         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13012         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13013         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13014         (gst_decode_bin_init), (gst_decode_bin_dispose),
13015         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13016         (no_more_pads), (close_link), (type_found),
13017         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13018         (plugin_init):
13019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13020         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13021         (gst_play_base_bin_dispose), (queue_overrun),
13022         (gen_preroll_element), (remove_prerolls), (unknown_type),
13023         (no_more_pads), (new_stream), (setup_source),
13024         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13025         (play_base_eos), (gst_play_base_bin_change_state),
13026         (gst_play_base_bin_add_element),
13027         (gst_play_base_bin_remove_element),
13028         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13029         (gst_play_base_bin_unlink_stream),
13030         (gst_play_base_bin_get_streaminfo):
13031         * gst/playback/gstplaybin.c: (gen_video_element),
13032         (gen_audio_element):
13033         * gst/playback/gststreaminfo.h:
13034         More playback updates, attempt to fix things after the state change
13035         breakage.
13036
13037 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13038
13039         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
13040         (gst_videoscale_scale_nearest_16bit):
13041           comment algorithm
13042
13043 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13044
13045         * gst/videotestsrc/gstvideotestsrc.c:
13046         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
13047         (gst_videotestsrc_init), (gst_videotestsrc_get),
13048         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13049         (gst_videotestsrc_get_property):
13050         * gst/videotestsrc/gstvideotestsrc.h:
13051         * gst/videotestsrc/videotestsrc.c:
13052         * gst/videotestsrc/videotestsrc.h:
13053           cleanup and commenting
13054
13055 2004-07-21  Wim Taymans  <wim@fluendo.com>
13056
13057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13058         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13059         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13060         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13061         (_find_chain_get_unknown_part), (_find_streams_check),
13062         (gst_ogg_demux_push), (gst_ogg_pad_push):
13063         * ext/theora/theoradec.c: (theora_get_formats),
13064         (theora_dec_src_convert), (theora_dec_sink_convert),
13065         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13066         (theora_dec_chain):
13067         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13068         (vorbis_dec_convert), (vorbis_dec_src_query),
13069         (vorbis_dec_src_event), (vorbis_dec_event):
13070         More seeking fixes, oggdemux now supports seeking to time and
13071         uses the downstream element to convert granulepos to time.
13072         Seeking in theora-only ogg files now works.
13073
13074 2004-07-21  Wim Taymans  <wim@fluendo.com>
13075
13076         * ext/theora/theoradec.c: (gst_theora_dec_init),
13077         (theora_get_formats), (theora_get_event_masks),
13078         (theora_get_query_types), (theora_dec_src_convert),
13079         (theora_dec_sink_convert), (theora_dec_src_query),
13080         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13081         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13082         (vorbis_get_event_masks), (vorbis_get_query_types),
13083         (gst_vorbis_dec_init), (vorbis_dec_convert),
13084         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13085         Added query/convert/formats functions to vorbis and theora decoders
13086         so that the outside world can use them too. Fixed seeking on an
13087         ogg/theora/vorbis file by disabling the seeking seeking on the
13088         theora srcpad.
13089
13090 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13091
13092         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13093         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13094         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13095         images creation for both elements. We don't create the image on caps
13096         nego or renego, we just destroy the internal one if present if it does
13097         not match the needs. The chain function takes care of creating a new
13098         image when needed.
13099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13100         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13101         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13102         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13103         the image format information. The buffer pool checks for the context
13104         image format and discard images with different formats.
13105         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13106
13107 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13108
13109         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13110         (gst_ffmpegcolorspace_chain):
13111           no point in doing any chaining if the pad we want to push from
13112           isn't usable.
13113
13114 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13115
13116         * gst-libs/gst/riff/riff-media.c:
13117         (gst_riff_create_audio_caps_with_data):
13118           Fix double end-to-native symbol conversion (#148021).
13119
13120 2004-07-20  David Schleef  <ds@schleef.org>
13121
13122         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13123         Don't use an Atom that doesn't exist.
13124
13125 2004-07-20  Wim Taymans  <wim@fluendo.com>
13126
13127         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13128         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13129         (gst_multifdsink_client_remove),
13130         (gst_multifdsink_handle_client_write),
13131         (gst_multifdsink_queue_buffer):
13132         * gst/tcp/gstmultifdsink.h:
13133         More multifdsink stats. Avoid deadlock by releasing locks
13134         before sending out a signal.
13135
13136 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13137
13138         * po/LINGUAS:
13139         * po/hu.po:
13140           added Hungarian translation (Laszlo Dvornik)
13141
13142 2004-07-20  Wim Taymans  <wim@fluendo.com>
13143
13144         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13145         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13146         (gst_multifdsink_handle_client_write),
13147         (gst_multifdsink_queue_buffer):
13148         * gst/tcp/gsttcp-marshal.list:
13149         Fixed the stupid marshal definition.
13150
13151 2004-07-20  Wim Taymans  <wim@fluendo.com>
13152
13153         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13154         (gst_multifdsink_init), (gst_multifdsink_add),
13155         (gst_multifdsink_client_remove),
13156         (gst_multifdsink_handle_client_write),
13157         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13158         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13159         (gst_multifdsink_init_send):
13160         * gst/tcp/gstmultifdsink.h:
13161         Added more stats, added timeout for a client, fixed some typos
13162         and added some comments.
13163
13164 2004-07-20  Wim Taymans  <wim@fluendo.com>
13165
13166         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13167         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13168         (gst_multifdsink_client_remove),
13169         (gst_multifdsink_handle_client_write):
13170         * gst/tcp/gstmultifdsink.h:
13171         * gst/tcp/gsttcp-marshal.list:
13172         Added get_stats method that returns a GValueArray of
13173         stats values.
13174
13175 2004-07-19  Benjamin Otte  <otte@gnome.org>
13176
13177         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13178           make sure longname, description and author are valid UTF-8
13179
13180 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13181
13182         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13183         (gst_ximagesink_set_property):
13184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13185         (gst_xvimagesink_set_property):
13186           make sure SYNCHRONOUS is respected after getting the X context
13187
13188 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13189
13190         * gst/matroska/matroska-demux.c:
13191         (gst_matroska_demux_handle_src_event),
13192         (gst_matroska_demux_parse_blockgroup):
13193         * gst/matroska/matroska-ids.h:
13194           add BlockReference tag and ignore it to clear out log.
13195           ignore NAVIGATION events to clear out log.
13196
13197 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13198
13199         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13200         (gst_matroska_demux_add_stream):
13201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13202           add debug categories
13203
13204 2004-07-16  Wim Taymans  <wim@fluendo.com>
13205
13206         * ext/libpng/Makefile.am:
13207         * ext/libpng/gstpng.c: (plugin_init):
13208         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13209         (gst_pngdec_get_type), (gst_pngdec_base_init),
13210         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13211         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13212         * ext/libpng/gstpngdec.h:
13213         Added png decoder.
13214
13215 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13216
13217         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13218         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13219         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13220         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13221         (gst_ximagesink_buffer_alloc):
13222         * sys/ximage/ximagesink.h:
13223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13224         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13225         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13226         (gst_xvimagesink_buffer_alloc):
13227         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13228         again. Using internal data pointer of the x(v)image to store image's
13229         data to be coherent with the buffer alloc mechanism. Investigated the
13230         image destruction code to be sure that everything gets freed correctly.
13231
13232 2004-07-16  Wim Taymans  <wim@fluendo.com>
13233
13234         * gst-libs/gst/riff/riff-read.c:
13235         (gst_riff_read_strf_vids_with_data),
13236         (gst_riff_read_strf_auds_with_data):
13237         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13238         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13239         Make sure we don't create 0 sized subbuffers in riff-read.
13240         Signal the no more pads signal after reading the avi header.
13241
13242 2004-07-16  Wim Taymans  <wim@fluendo.com>
13243
13244         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13245         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13246         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13247         (gst_decode_bin_init), (gst_decode_bin_dispose),
13248         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13249         (no_more_pads), (close_link), (type_found),
13250         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13251         (gst_decode_bin_change_state), (plugin_init):
13252         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13253         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13254         (gst_play_base_bin_dispose), (queue_overrun),
13255         (gen_preroll_element), (remove_prerolls), (unknown_type),
13256         (no_more_pads), (new_stream), (setup_source),
13257         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13258         (play_base_eos), (gst_play_base_bin_change_state),
13259         (gst_play_base_bin_add_element),
13260         (gst_play_base_bin_remove_element),
13261         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13262         (gst_play_base_bin_unlink_stream),
13263         (gst_play_base_bin_get_streaminfo):
13264         * gst/playback/gstplaybasebin.h:
13265         Better error recovery. Added configurable preroll queue size. Faster
13266         detection of no-more-pads.
13267
13268 2004-07-16  Wim Taymans  <wim@fluendo.com>
13269
13270         * gst-libs/gst/video/video.h:
13271         Added 32 bits RGBA. Not sure if we should use another mime-type
13272         for alpha rgb. Currently the presence of the alpha_mask property
13273         signals an alpha channel.
13274
13275 2004-07-16  Wim Taymans  <wim@fluendo.com>
13276
13277         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13279         FPS seems to be 0.0 to MAX everywhere else.
13280
13281 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13282
13283         * gst-libs/gst/riff/riff-media.c:
13284         (gst_riff_create_video_caps_with_data):
13285           mp42/mp43 (no caps) exist too.
13286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13287           Set pixel_width/height; we've got them in-caps.
13288         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13289         * gst/wavparse/gstwavparse.c: (plugin_init):
13290           Both are valid primary.
13291         * sys/oss/gstossmixer.c:
13292           Remove i18n hack and enable translations.
13293
13294 2004-07-15  Benjamin Otte  <otte@gnome.org>
13295
13296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13297         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13298           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13299
13300 2004-07-15  Benjamin Otte  <otte@gnome.org>
13301
13302         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13303         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13304         (gst_alsa_close_audio):
13305           disable some of the debugging code for now. Writing debugging to a
13306           buffer is broken in current alsalib releases.
13307
13308 2004-07-12  Benjamin Otte  <otte@gnome.org>
13309
13310         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13311           use bufferpools
13312
13313 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13314
13315         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13316         (theora_dec_src_query), (theora_dec_event):
13317         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13318           add debugging categories.  Remove \n's.
13319
13320 2004-07-13  Johan Dahlin  <johan@gnome.org>
13321
13322         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13323         (gst_play_bin_get_property): Impl.
13324
13325 2004-07-13  Wim Taymans  <wim@fluendo.com>
13326
13327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13328         When trying to find the stream length, seek back N pages
13329         instead of just one, where N is the number of streams in
13330         the current chain.
13331
13332 2004-07-13  Wim Taymans  <wim@fluendo.com>
13333
13334         * gst-libs/gst/riff/riff-media.c:
13335         (gst_riff_create_audio_caps_with_data),
13336         (gst_riff_create_audio_caps),
13337         (gst_riff_create_audio_template_caps):
13338         * gst-libs/gst/riff/riff-media.h:
13339         * gst-libs/gst/riff/riff-read.c:
13340         (gst_riff_read_strf_vids_with_data),
13341         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13342         * gst-libs/gst/riff/riff-read.h:
13343         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13344         (gst_avi_demux_add_stream):
13345         Set codec_data on caps for avidemuxer.
13346
13347 2004-07-12  David Schleef  <ds@schleef.org>
13348
13349         * configure.ac: Fix test for Objective C
13350
13351 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13352         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13353         (gst_gdk_pixbuf_chain):
13354           Add svg and pcx to template caps, and ensure that getcaps returns a
13355           subset of the template caps.
13356           Copy each row manually for output, as gdkpixbuf may pad the
13357           rowstride to a 32-bit word boundary.
13358
13359 2004-07-12  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13362         (gst_riff_create_video_template_caps):
13363         Fix the template caps to include some more media types.
13364
13365 2004-07-12  Wim Taymans  <wim@fluendo.com>
13366
13367         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13368         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13369         (compare_ranks), (print_feature), (gst_decode_bin_init),
13370         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13371         (try_to_link_1), (new_pad), (close_link), (type_found),
13372         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13373         (gst_decode_bin_change_state), (plugin_init):
13374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13375         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13376         (gst_play_base_bin_dispose), (queue_overrun),
13377         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13378         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13379         (gst_play_base_bin_get_property), (play_base_eos),
13380         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13381         (gst_play_base_bin_remove_element),
13382         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13383         (gst_play_base_bin_unlink_stream),
13384         (gst_play_base_bin_get_streaminfo):
13385         * gst/playback/gstplaybasebin.h:
13386         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13387         (gst_play_bin_class_init), (gst_play_bin_init),
13388         (gst_play_bin_dispose), (gst_play_bin_set_property),
13389         (gst_play_bin_get_property), (gen_video_element),
13390         (gen_audio_element), (remove_sinks), (setup_sinks),
13391         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13392         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13393         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13394         (gst_play_bin_query), (plugin_init):
13395         * gst/playback/test4.c: (main):
13396         More fixes on reusing of the element.
13397
13398 2004-07-11  Benjamin Otte  <otte@gnome.org>
13399
13400         * ext/mad/gstmad.c: (normal_seek):
13401           allow seeking for other methods than just SET
13402
13403 2004-07-11  Andy Wingo  <wingo@pobox.com>
13404
13405         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13406         float, "any" caps -> buffer_frames=[0,MAX].
13407
13408         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13409         doesn't intersect our caps with the template any more. Do it
13410         ourselves.
13411         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13412
13413 2004-07-09  Wim Taymans  <wim@fluendo.com>
13414
13415         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13416         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13417         (compare_ranks), (print_feature), (gst_decode_bin_init),
13418         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13419         (try_to_link_1), (new_pad), (close_link), (type_found),
13420         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13421         (gst_decode_bin_change_state), (plugin_init):
13422         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13423         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13424         (gst_play_base_bin_dispose), (queue_overrun),
13425         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13426         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13427         (gst_play_base_bin_get_property), (play_base_eos),
13428         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13429         (gst_play_base_bin_remove_element),
13430         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13431         (gst_play_base_bin_unlink_stream),
13432         (gst_play_base_bin_get_streaminfo):
13433         * gst/playback/gstplaybasebin.h:
13434         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13435         (gst_play_bin_class_init), (gst_play_bin_init),
13436         (gst_play_bin_dispose), (gst_play_bin_set_property),
13437         (gst_play_bin_get_property), (gen_video_element),
13438         (gen_audio_element), (remove_sinks), (setup_sinks),
13439         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13440         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13441         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13442         (gst_play_bin_query), (plugin_init):
13443         * gst/playback/test4.c: (main):
13444         Work on object reuse and seeking.
13445
13446 2004-07-09  Wim Taymans  <wim@fluendo.com>
13447
13448         * examples/seeking/seek.c: (iterate):
13449         Don't consume all CPU in the idle loop.
13450
13451 2004-07-09  Wim Taymans  <wim@fluendo.com>
13452
13453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13454         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13455         Add pad to element *after* setting the pad functions so that
13456         the scheduler can use the correct ones.
13457
13458 2004-07-09  Wim Taymans  <wim@fluendo.com>
13459
13460         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13461         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13462         Sync to keyframe after seek
13463
13464 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13465
13466         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13467         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13468         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13470         * ext/libvisual/visual.c: (gst_visual_change_state):
13471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13472         * ext/theora/theoradec.c: (theora_dec_change_state):
13473         * ext/theora/theoraenc.c: (theora_enc_change_state):
13474         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13475         * gst-libs/gst/navigation/navigation.c:
13476         * gst/adder/gstadder.c: (gst_adder_change_state):
13477         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13478         (gst_audio_convert_get_buffer):
13479         * gst/multipart/multipartdemux.c:
13480         (gst_multipart_demux_change_state):
13481         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13483         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13484         * gst/videoscale/gstvideoscale.c:
13485         (gst_videoscale_handle_src_event):
13486         * gst/volume/gstvolume.c: (volume_chain_int16):
13487           don't assert in state change, this should be done by the base
13488           GstElement class.
13489           various debugging fixes.
13490
13491 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13492
13493         * configure.ac:
13494         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13495         (gst_play_dispose), (gst_play_set_location),
13496         (gst_play_set_data_src), (gst_play_set_video_sink),
13497         (gst_play_set_audio_sink), (gst_play_set_visualization),
13498         (gst_play_connect_visualization), (gst_play_get_sink_element),
13499         (gst_play_get_all_by_interface):
13500         * gst-libs/gst/play/play.h:
13501           add new method to get elements implementing an interface.
13502           add various error logging
13503
13504 2004-07-08  Wim Taymans  <wim@fluendo.com>
13505
13506         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13507         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13508         (make_playerbin_pipeline), (query_durations_elems),
13509         (query_durations_pads), (query_positions_elems),
13510         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13511         (main):
13512         Added playbin seeking example.
13513
13514 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13515
13516         * gst-libs/gst/play/play.c: (gst_play_set_location),
13517         (gst_play_set_data_src), (gst_play_set_video_sink),
13518         (gst_play_set_audio_sink), (gst_play_set_visualization),
13519         (gst_play_connect_visualization), (gst_play_get_framerate):
13520           use a macro to look up elements from hash table
13521
13522 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13523
13524         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13525         (gst_play_get_length_callback), (gst_play_set_location),
13526         (gst_play_seek_to_time), (gst_play_set_data_src),
13527         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13528         (gst_play_set_visualization), (gst_play_connect_visualization),
13529         (gst_play_get_sink_element):
13530         - add debugging info
13531         - fix looking up sink elements by iterating over complete caps
13532         - put everything except for source and autoplugger in a complete bin
13533
13534 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13535
13536         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13537         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13538         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13539         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13540         * ext/alsa/gstalsasink.h:
13541         - add debugging info
13542         - clean up schizophrenia of data/buffer/event
13543         - fix double event unref error
13544
13545 2004-07-08  Wim Taymans  <wim@fluendo.com>
13546
13547         * gst/playback/Makefile.am:
13548         Add headers to noinst
13549
13550 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13551
13552         * tools/gst-launch-ext-m.m:
13553         * tools/gst-launch-ext.1.in:
13554           convert to the third millenium
13555
13556 2004-07-07  David Schleef  <ds@schleef.org>
13557
13558         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13559
13560 2004-07-07  Wim Taymans  <wim@fluendo.com>
13561
13562         * gst/playback/Makefile.am:
13563         * gst/playback/README:
13564         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13565         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13566         (compare_ranks), (print_feature), (gst_decode_bin_init),
13567         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13568         (try_to_link_1), (new_pad), (close_link), (type_found),
13569         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13570         (plugin_init):
13571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13572         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13573         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13574         (gen_preroll_element), (no_more_pads), (new_stream),
13575         (setup_source), (gst_play_base_bin_set_property),
13576         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13577         (gst_play_base_bin_add_element),
13578         (gst_play_base_bin_remove_element),
13579         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13580         (gst_play_base_bin_unlink_stream),
13581         (gst_play_base_bin_get_streaminfo):
13582         * gst/playback/gstplaybasebin.h:
13583         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13584         (gst_play_bin_class_init), (gst_play_bin_init),
13585         (gst_play_bin_dispose), (gst_play_bin_set_property),
13586         (gst_play_bin_get_property), (gen_video_element),
13587         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13588         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13589         (gst_play_bin_get_formats), (gst_play_bin_convert),
13590         (gst_play_bin_get_query_types), (gst_play_bin_query),
13591         (plugin_init):
13592         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13593         (gst_stream_info_get_type), (gst_stream_info_class_init),
13594         (gst_stream_info_init), (gst_stream_info_new),
13595         (gst_stream_info_dispose), (gst_stream_info_set_property),
13596         (gst_stream_info_get_property):
13597         * gst/playback/gststreaminfo.h:
13598         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13599         (main):
13600         * gst/playback/test2.c: (main):
13601         * gst/playback/test3.c: (update_scale), (main):
13602         More playbin fixes. Added README. Do better element filtering.
13603         Added base class to preroll media. Added test apps.
13604
13605 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13606
13607         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13608         * ext/mpeg2dec/gstmpeg2dec.h:
13609           various debugging improvements.  Reset stream to next picture
13610           instead of sequence header, otherwise seeks cannot work.
13611
13612 2004-07-07  Wim Taymans  <wim@fluendo.com>
13613
13614         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13615         (gst_video_box_class_init), (gst_video_box_set_property),
13616         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13617         Use pad_alloc where possible.
13618
13619 2004-07-07  Wim Taymans  <wim@fluendo.com>
13620
13621         * sys/oss/gstosselement.c: (gst_osselement_reset),
13622         (gst_osselement_parse_caps):
13623         * sys/oss/gstosselement.h:
13624         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13625         Fix offset on osssrc.
13626
13627 2004-07-07  Wim Taymans  <wim@fluendo.com>
13628
13629         * ext/theora/theora.c: (plugin_init):
13630         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13631         (theora_dec_src_query), (theora_dec_chain):
13632         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13633         (theora_enc_sink_link), (theora_buffer_from_packet),
13634         (theora_push_packet), (theora_enc_chain):
13635         Fix theora granulepos calculation.
13636         Fix overflow in duration/position calculation.
13637         Bump rank to PRIMARY for theoradec.
13638         Use granulepos of last packet to calculate position.
13639         Set keyframe flag on buffers when needed.
13640
13641 2004-07-06  David Schleef  <ds@schleef.org>
13642
13643         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13644         serious?  (Fixed, obviously.)
13645
13646 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13647
13648         * po/LINGUAS:
13649         * po/cs.po:
13650           added Czech translation (Miloslav Trmac)
13651
13652 2004-07-05  Wim Taymans  <wim@fluendo.com>
13653
13654         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13655         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13656         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13657         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13658         (close_link), (type_found), (gst_decode_bin_set_property),
13659         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13660         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13661         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13662         (gst_decode_bin_query), (plugin_init):
13663         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13664         (gst_play_bin_class_init), (gst_play_bin_init),
13665         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13666         (get_video_element), (new_pad), (setup_source),
13667         (gst_play_bin_set_property), (gst_play_bin_get_property),
13668         (gst_play_bin_change_state), (gst_play_bin_add_element),
13669         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13670         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13671         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13672         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13673         * gst/playback/test.c: (main):
13674         More fixes, cleaned up playbin, make it use decodebin. Added
13675         threaded property to playbin.
13676
13677 2004-07-05  Wim Taymans  <wim@fluendo.com>
13678
13679         * configure.ac:
13680         * gst/playback/Makefile.am:
13681         * gst/playback/decodetest.c: (main):
13682         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13683         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13684         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13685         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13686         (close_link), (type_found), (gst_decode_bin_set_property),
13687         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13688         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13689         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13690         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13691         (plugin_init):
13692         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13693         (gst_play_bin_class_init), (gst_play_bin_init),
13694         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13695         (collect_sink_pads), (find_compatibles), (close_pad_link),
13696         (try_to_link_1), (new_pad), (close_link), (type_found),
13697         (setup_source), (gst_play_bin_set_property),
13698         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13699         (compare_ranks), (gst_play_bin_collect_factories),
13700         (gst_play_bin_change_state), (gst_play_bin_add_element),
13701         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13702         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13703         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13704         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13705         * gst/playback/test.c: (main):
13706         Added some playback helper elements and some test apps, very alpha
13707         still.
13708
13709 2004-07-04  Benjamin Otte  <otte@gnome.org>
13710
13711         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13712           only restart audio when we indeed have an xrun to fix repeated
13713           xruns. Fix suggested by Giuliano Pochini.
13714
13715 2004-07-03  David Schleef  <ds@schleef.org>
13716
13717         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13718         call to gst_debug_log() if debugging is disabled (bug #145118)
13719
13720 2004-07-03  Benjamin Otte  <otte@gnome.org>
13721
13722         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13723           use our own functions for restarting the alsa device.
13724         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13725           I should apply patches myself - use MIN for the third argument, not
13726           the second, this fixes seeking
13727
13728 2004-07-02  David Schleef  <ds@schleef.org>
13729
13730         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13731         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13732         do with the logic.
13733
13734 2004-07-02  David Schleef  <ds@schleef.org>
13735
13736         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13737         output buffers.  Fix logic mistake.  (bug #144866)
13738
13739 2004-07-02  David Schleef  <ds@schleef.org>
13740
13741         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13742         on X.  (bug #144753)
13743
13744 2004-07-02  David Schleef  <ds@schleef.org>
13745
13746         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13747         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13748         (bug #144624)
13749         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13750         (gst_osselement_rate_probe_check): Add another workaround for
13751         buggy drivers (bug #145336)
13752
13753 2004-07-02  David Schleef  <ds@schleef.org>
13754
13755         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13756         Most systems don't have MSG_NOSIGNAL.
13757
13758 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13759
13760         * Makefile.am:
13761         * gst-libs/gst/colorbalance/Makefile.am:
13762         * gst-libs/gst/mixer/Makefile.am:
13763         * gst-libs/gst/play/Makefile.am:
13764         * gst-libs/gst/tuner/Makefile.am:
13765           (hopefully) fix both install and dist and make error message useful.
13766           needs testing across automakes.
13767
13768 2004-07-02  Benjamin Otte  <otte@gnome.org>
13769
13770         * ext/ogg/gstogg.c: (plugin_init):
13771           we require bytestream now
13772         * ext/ogg/gstoggdemux.c:
13773           huge diff to implement chain setup in a fast and generic way. This
13774           improves tag reading and startup of huge files (read: Theora videos)
13775           quite a bit. It probably contains bugs, too, so please test.
13776           Seeking is not improved to the fast method.
13777
13778 2004-06-29  Wim Taymans  <wim@fluendo.com>
13779
13780         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13781         * ext/ogg/gstoggmux.c:
13782         Fix memleak in oggdemux when running unconnected pads.
13783         doc update in mux, start working on keyframe mode.
13784
13785 2004-06-29  Benjamin Otte  <otte@gnome.org>
13786
13787         * sys/oss/gstosssink.c:
13788         * sys/oss/gstosssrc.c:
13789           advertise correct template caps - we indeed do non-native endianness
13790           and 8bit audio has no endianness
13791         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13793           avoid (wrong) duplications in getcaps function and return
13794           template caps
13795
13796 2004-06-29  Wim Taymans  <wim@fluendo.com>
13797
13798         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13799         (gst_multifdsink_class_init), (gst_multifdsink_add),
13800         (gst_multifdsink_remove), (gst_multifdsink_clear),
13801         (gst_multifdsink_client_remove),
13802         (gst_multifdsink_handle_client_read),
13803         (gst_multifdsink_client_queue_data),
13804         (gst_multifdsink_client_queue_caps),
13805         (gst_multifdsink_client_queue_buffer),
13806         (gst_multifdsink_handle_client_write),
13807         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13808         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13809         (gst_multifdsink_init_send), (gst_multifdsink_close):
13810         Fix wrong GList iteration that could crash the server when
13811         more then 2 clients disconnect at the same time. Read all the
13812         pending commands in one batch to recover from command storms under
13813         very heavy load.
13814
13815 2004-06-28  Wim Taymans  <wim@fluendo.com>
13816
13817         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13818         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13819         (gst_videomixer_pad_set_property),
13820         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13821         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13822         (gst_videomixer_class_init), (gst_videomixer_init),
13823         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13824         (pad_zorder_compare), (gst_videomixer_sort_pads),
13825         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13826         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13827         (gst_videomixer_update_queues), (gst_videomixer_loop),
13828         (plugin_init):
13829         Avoid divide by zero, choose masterpad as the pad with the highest
13830         framerate.
13831
13832 2004-06-27  Julien Moutte  <julien@moutte.net>
13833
13834         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13835         (gst_ximagesink_xwindow_new):
13836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13837         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13838         function directly. We might want to call it from somewhere else one day.
13839
13840 2004-06-27  Julien Moutte  <julien@moutte.net>
13841
13842         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13843         (gst_ximagesink_xwindow_new):
13844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13845         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13846         window decorations.
13847
13848 2004-06-27  Wim Taymans  <wim@fluendo.com>
13849
13850         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13851         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13852         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13853         (gst_dvdec_set_property), (gst_dvdec_get_property):
13854         * ext/dv/gstdvdec.h:
13855         Implement drop_factor property to lower the framerate with
13856         a factor.
13857
13858 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13859
13860         * gst-libs/gst/colorbalance/Makefile.am:
13861         * gst-libs/gst/mixer/Makefile.am:
13862         * gst-libs/gst/play/Makefile.am:
13863         * gst-libs/gst/tuner/Makefile.am:
13864           unbreak Company's fix that didn't install the -enum.h files
13865
13866 2004-06-27  Wim Taymans  <wim@fluendo.com>
13867
13868         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13869         (gst_dvdec_change_state):
13870         * ext/dv/gstdvdec.h:
13871         Fix timestamp, duration and offset of the buffers.
13872
13873 2004-06-27  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13876         (gst_multifdsink_class_init), (gst_multifdsink_add),
13877         (gst_multifdsink_remove), (gst_multifdsink_clear),
13878         (gst_multifdsink_client_remove),
13879         (gst_multifdsink_handle_client_read),
13880         (gst_multifdsink_client_queue_data),
13881         (gst_multifdsink_client_queue_caps),
13882         (gst_multifdsink_client_queue_buffer),
13883         (gst_multifdsink_handle_client_write),
13884         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13885         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13886         (gst_multifdsink_init_send), (gst_multifdsink_close):
13887         * gst/tcp/gstmultifdsink.h:
13888         * gst/tcp/gsttcpserversink.c:
13889         (gst_tcpserversink_handle_server_read),
13890         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13891         More multifdsink fixes, more recovery policy fixes.
13892         Removed stupid g_print
13893
13894 2004-06-26  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst/tcp/Makefile.am:
13897         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13898         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13899         (gst_multifdsink_class_init), (gst_multifdsink_init),
13900         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13901         (gst_multifdsink_handle_client_read),
13902         (gst_multifdsink_client_queue_data),
13903         (gst_multifdsink_client_queue_caps),
13904         (gst_multifdsink_client_queue_buffer),
13905         (gst_multifdsink_handle_client_write),
13906         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13907         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13908         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13909         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13910         (gst_multifdsink_close), (gst_multifdsink_change_state):
13911         * gst/tcp/gstmultifdsink.h:
13912         * gst/tcp/gsttcpplugin.c: (plugin_init):
13913         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13914         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13915         (gst_tcpserversink_handle_server_read),
13916         (gst_tcpserversink_handle_select),
13917         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13918         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13919         * gst/tcp/gsttcpserversink.h:
13920         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13921         one of the locks, added recovery policy to multifdsink.
13922
13923 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13924
13925         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13926           fix decision for when getting frames with same timestamp
13927         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13928         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13929         (gst_v4lsrc_get_property):
13930         * sys/v4l/gstv4lsrc.h:
13931           add latency offset property
13932
13933 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13934
13935         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13936         (plugin_init):
13937           fix debugging. add category.
13938
13939 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13940
13941         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13942           fix wrong offsets
13943
13944 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13945
13946         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13947         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13948         (gst_alsa_src_change_state):
13949           return a time that is in sync with the element's processing
13950
13951 2004-06-25  Wim Taymans  <wim@fluendo.com>
13952
13953         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13954         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13955         (gst_tcpserversink_client_remove),
13956         (gst_tcpserversink_handle_client_read),
13957         (gst_tcpserversink_client_queue_data),
13958         (gst_tcpserversink_client_queue_caps),
13959         (gst_tcpserversink_client_queue_buffer),
13960         (gst_tcpserversink_handle_client_write),
13961         (gst_tcpserversink_queue_buffer),
13962         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13963         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13964         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13965         (gst_tcpserversink_close):
13966         * gst/tcp/gsttcpserversink.h:
13967         Serversink rewrite. Really do non blocking writes to clients and
13968         maintain an internal queue to handle slower clients while not
13969         disturbing fast clients.
13970
13971 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13972
13973         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13974           better debug, don't override OFFSET and OFFSET_END
13975
13976 2004-06-25  Iain <iain@prettypeople.org>
13977
13978         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13979         name=source for the wavparse pipeline.
13980
13981 2004-06-24  Johan Dahlin  <johan@gnome.org>
13982
13983         * ext/theora/theoraenc.c (theora_enc_chain): Call
13984         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13985         streamheader caps are set correctly.
13986
13987 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13988
13989         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13990         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13991           respect minimum bitrate; same could be done for max bitrate
13992
13993 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13994
13995         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13996         (gst_vorbisenc_setup):
13997           fix sample rate range
13998
13999 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14000
14001         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
14002         (gst_oggvorbisenc_setup):
14003         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
14004         (gst_vorbisenc_setup):
14005           resolve ambiguities in code and description
14006
14007 2004-06-24  Wim Taymans  <wim@fluendo.com>
14008
14009         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
14010         * ext/alsa/gstalsa.h:
14011         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14012         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
14013         Use alsa trigger_tstamp to get the timestamp of the first
14014         sample in the buffer for more precise sync. Some cleanups.
14015
14016 2004-06-24  Wim Taymans  <wim@fluendo.com>
14017
14018         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
14019         (gst_audiorate_init), (gst_audiorate_chain),
14020         (gst_audiorate_set_property), (gst_audiorate_get_property):
14021         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14022         (gst_videorate_chain):
14023         Added some logging, fixed an overflow bug in videorate.
14024
14025 2004-06-24  Benjamin Otte  <otte@gnome.org>
14026
14027         * ext/kio/Makefile.am:
14028           fix for builddir != srcdir and distcheck
14029
14030 2004-06-24  Benjamin Otte  <otte@gnome.org>
14031
14032         * gst-libs/gst/colorbalance/Makefile.am:
14033         * gst-libs/gst/mixer/Makefile.am:
14034         * gst-libs/gst/play/Makefile.am:
14035         * gst-libs/gst/tuner/Makefile.am:
14036         * gst/tcp/Makefile.am:
14037         * sys/dxr3/Makefile.am:
14038           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
14039           tarball.
14040           Also add all *.list files that were missing.
14041         * Makefile.am:
14042           add a distcheck hook to ensure the above doesn't happen again.
14043
14044 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
14045
14046         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
14047
14048 2004-06-23  Colin Walters  <walters@redhat.com>
14049
14050         * m4/Makefile.am: Distribute gst-fionread.m4.
14051
14052 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14053
14054         * configure.ac: back to dev
14055
14056 2004-06-23  Wim Taymans  <wim@fluendo.com>
14057
14058         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14059         (gst_alsa_xrun_recovery):
14060         * ext/alsa/gstalsa.h:
14061         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14062         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14063         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14064         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14065         (gst_alsa_src_loop):
14066         Add clock to alsasrc. Take new capture timestamp when
14067         restarting after an overrun. Split up some functions between
14068         alsasrc and alsasink.
14069
14070 === release 0.8.2 ===
14071
14072 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14073
14074         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14075         (gst_alsa_change_state), (gst_alsa_update_avail),
14076         (gst_alsa_xrun_recovery):
14077         * ext/alsa/gstalsa.h:
14078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14079           merge back changes from release
14080
14081 2004-06-23  Wim Taymans  <wim@fluendo.com>
14082
14083         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14084         (gst_audiorate_init), (gst_audiorate_chain),
14085         (gst_audiorate_set_property), (gst_audiorate_get_property):
14086         Implement sample dropping and notify
14087
14088 2004-06-22  Wim Taymans  <wim@fluendo.com>
14089
14090         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14091         (theora_enc_sink_link), (theora_buffer_from_packet),
14092         (theora_push_packet), (theora_enc_chain):
14093         Some cleanups, make sure the timestamps are correct.
14094
14095 2004-06-22  Wim Taymans  <wim@fluendo.com>
14096
14097         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14098         (gst_alsa_change_state), (gst_alsa_update_avail),
14099         (gst_alsa_xrun_recovery):
14100         * ext/alsa/gstalsa.h:
14101         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14102         Cleanups, take queued samples into account when reporting
14103         the time.
14104
14105 2004-06-22  Wim Taymans  <wim@fluendo.com>
14106
14107         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14108         (gst_videorate_init):
14109         Initialize the property as well.
14110
14111 2004-06-22  Wim Taymans  <wim@fluendo.com>
14112
14113         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14114         (gst_videorate_init), (gst_videorate_chain),
14115         (gst_videorate_set_property), (gst_videorate_get_property):
14116         Add property to make videorate silent.
14117         Add property to prefer new frames over old ones.
14118
14119 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14120
14121         * sys/osxvideo/Makefile.am:
14122         Workaround so that the osxvideo .so file gets linked with the
14123         Cocoa, OpenGL and QuickTime frameworks
14124
14125 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14126
14127         * sys/osxaudio/Makefile.am:
14128         Workaround so that the osxaudio .so file gets linked with the
14129         CoreAudio framework
14130
14131 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14132
14133         * configure.ac:
14134         Whoops, my fault...fixed build issues
14135
14136 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14137
14138         * configure.ac:
14139         Add objective-c support if running in Darwin/Mac OS X
14140         * sys/Makefile.am:
14141         * sys/osxvideo:
14142         * sys/osxvideo/Makefile.am:
14143         * sys/osxvideo/osxvideosink.h:
14144         * sys/osxvideo/osxvideosink.m:
14145         * sys/osxvideo/cocoawindow.h:
14146         * sys/osxvideo/cocoawindow.m:
14147         Add osxvideosink, a cocoa-based osx video sink
14148
14149
14150 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14151         * ext/dvdnav/gst-dvd:
14152         Grab the gconf key from the right spot
14153         * gst/debug/gstnavseek.c: (gst_navseek_init),
14154         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14155         (gst_navseek_chain):
14156         * gst/debug/gstnavseek.h:
14157           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14158           and loop parameters of a segment seek.
14159         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14160         (gst_videotestsrc_get_event_masks),
14161         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14162         * gst/videotestsrc/gstvideotestsrc.h:
14163           Add seeking support to videotestsrc
14164           Initialise the timestamp_offset variable.
14165
14166 2004-06-18  Wim Taymans  <wim@fluendo.com>
14167
14168         * ext/sidplay/gstsiddec.cc:
14169         Fix negotiation and set correct end offset.
14170
14171 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * configure.ac: branch and prerelease
14174
14175 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14176
14177         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14178         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14179         (gst_tcpclientsrc_init_receive):
14180         * gst/tcp/gsttcpclientsrc.h:
14181           read caps when connecting to server for GDP so we set them correctly
14182
14183 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14184
14185         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14186           notify drops and duplicates
14187         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14188           no good reason to limit ourselves to 100x100
14189
14190 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14191
14192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14193         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14194         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14195         (gst_v4lsrc_get_property):
14196         * sys/v4l/gstv4lsrc.h:
14197         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14198         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14199         (gst_v4l_set_audio):
14200         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14201         (gst_v4lsrc_try_capture):
14202         * sys/v4l/v4lsrc_calls.h:
14203           change try_palette to more general try_capture
14204           add autoprobe option so we can turn off autoprobing
14205           various fixes
14206
14207 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14208
14209         * configure.ac:
14210           add videorate
14211         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14212         (gst_ximagesink_class_init):
14213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14214         (gst_xvimagesink_class_init):
14215           run them as finalize, not dispose, since dispose can be invoked
14216           multiple times
14217
14218 2004-06-17  Wim Taymans  <wim@fluendo.com>
14219
14220         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14221         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14222         * ext/alsa/gstalsa.h:
14223         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14224         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14225         (gst_alsa_src_change_state):
14226         * ext/alsa/gstalsasrc.h:
14227         Make the xrun code timestamp and offset the buffers correctly.
14228         moved the clock to the base class, use alsa methods to get time.
14229         Do correct timestamping on outgoing buffers.
14230
14231 2004-06-17  Wim Taymans  <wim@fluendo.com>
14232
14233         * gst/audiorate/Makefile.am:
14234         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14235         (gst_audiorate_base_init), (gst_audiorate_class_init),
14236         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14237         (gst_audiorate_set_property), (gst_audiorate_get_property),
14238         (gst_audiorate_change_state), (plugin_init):
14239         Added an audiorate converter that fills in gaps.
14240
14241 2004-06-17  Johan Dahlin  <johan@gnome.org>
14242
14243         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14244
14245 2004-06-16  Wim Taymans  <wim@fluendo.com>
14246
14247         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14249         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14250         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14251         (gst_v4lsrc_get_property):
14252         * sys/v4l/gstv4lsrc.h:
14253         Added a copy mode to v4lsrc where it will output a copied version
14254         of its internal hardware buffer.
14255         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14256         can't | them.
14257
14258 2004-06-16  Wim Taymans  <wim@fluendo.com>
14259
14260         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14261         Timestamp fixes.
14262
14263 2004-06-16  Wim Taymans  <wim@fluendo.com>
14264
14265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14266         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14267         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14268         (gst_v4lsrc_get_property):
14269         * sys/v4l/gstv4lsrc.h:
14270         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14271         Added a sync mode enum property to control v4lsrc timestamp method
14272         Removed the use-fixed-fps property and moved functionality in
14273         the enum.
14274         Don't error on an error value from v4l-conf, it might not always
14275         be a real error.
14276
14277 2004-06-16  Wim Taymans  <wim@fluendo.com>
14278
14279         * gst/videorate/Makefile.am:
14280         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14281         (gst_videorate_base_init), (gst_videorate_class_init),
14282         (gst_videorate_getcaps), (gst_videorate_link),
14283         (gst_videorate_init), (gst_videorate_chain),
14284         (gst_videorate_set_property), (gst_videorate_get_property),
14285         (gst_videorate_change_state), (plugin_init):
14286         Added a video timestamp corrector.
14287
14288 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14289
14290         fixed a potential leak with previous commit
14291
14292         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14293
14294 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14295
14296         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14297         Added missing refcount, fixes bug #144425
14298         Cheers Tim for finding the bug
14299
14300 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14301
14302         * sys/v4l/gstv4l.c: (plugin_init):
14303         * sys/v4l/gstv4lcolorbalance.c:
14304         * sys/v4l/gstv4lcolorbalance.h:
14305         * sys/v4l/gstv4lelement.c:
14306         * sys/v4l/gstv4lelement.h:
14307         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14308         * sys/v4l/gstv4lmjpegsink.h:
14309         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14310         * sys/v4l/gstv4lmjpegsrc.h:
14311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14312         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14313         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14314         * sys/v4l/gstv4lsrc.h:
14315         * sys/v4l/gstv4ltuner.c:
14316         * sys/v4l/gstv4ltuner.h:
14317         * sys/v4l/gstv4lxoverlay.c:
14318         * sys/v4l/gstv4lxoverlay.h:
14319         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14320         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14321         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14322         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14323         (gst_v4l_set_audio):
14324         * sys/v4l/v4l_calls.h:
14325         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14326         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14327         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14328         (gst_v4lmjpegsink_playback_init),
14329         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14330         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14331         (gst_v4lmjpegsink_playback_stop),
14332         (gst_v4lmjpegsink_playback_deinit):
14333         * sys/v4l/v4lmjpegsink_calls.h:
14334         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14335         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14336         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14337         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14338         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14339         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14340         * sys/v4l/v4lmjpegsrc_calls.h:
14341         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14342         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14343         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14344         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14345         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14346         (gst_v4lsrc_try_palette):
14347         * sys/v4l/v4lsrc_calls.h:
14348           bunch of paranoia cleanups
14349
14350 2004-06-14  David Schleef  <ds@schleef.org>
14351
14352         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14353         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14354         Send discont events and change timestamps appropriately when
14355         we get a seek event.  (bug #144240)
14356         * ext/cdparanoia/gstcdparanoia.h:
14357
14358 2004-06-14  Benjamin Otte  <otte@gnome.org>
14359
14360         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14361           snd_pcm_hw_params_set_rate  since the latter fails for no good
14362           reason on some setups.
14363
14364 2004-06-14  David Schleef  <ds@schleef.org>
14365
14366         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14367         standard.  Thank you for playing.
14368
14369 2004-06-14  Wim Taymans  <wim@fluendo.com>
14370
14371         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14372         Patch 1.3 broke the ordering of the colorspace info and
14373         made the plugin basically work by coincidence, reordered
14374         the info.
14375
14376 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14377
14378         * ext/lame/gstlame.c:
14379         * ext/mad/gstmad.c:
14380           sync caps.  Make sure mad can only output a list of rates, not
14381           a full range.  In the future, have three caps lists for each of the
14382           mpeg versions.  Change mpegversion to a double as well.
14383
14384 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14385
14386         * gst/volume/.cvsignore:
14387         * gst/volume/Makefile.am:
14388         * gst/volume/demo.c: (value_changed_callback), (idler),
14389         (setup_gui), (main):
14390           added small demo app
14391
14392 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14393         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14394         * ext/esd/esdsink.h:
14395         Close the esd connection on pause, because esd will just wait -
14396         blocking all other esd clients indefinitely.
14397
14398 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14399
14400         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14401           previous commit with GST_DEBUG
14402
14403 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14404
14405         * configure.ac:
14406           add a header check for a dvdread header in dvdnav.  Fixes #133002
14407
14408 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14409
14410         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14411         * gst/tcp/gsttcpclientsink.h:
14412         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14413         * gst/tcp/gsttcpclientsrc.h:
14414         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14415         (gst_tcpserversink_handle_server_read),
14416         (gst_tcpserversink_init_send):
14417         * gst/tcp/gsttcpserversink.h:
14418         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14419         * gst/tcp/gsttcpserversrc.h:
14420         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14421         version of IP)
14422
14423 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14424
14425         * configure.ac:
14426         Added ogg library so that OSX detects libtheora properly
14427
14428 2004-06-11  Wim Taymans  <wim@fluendo.com>
14429
14430         * ext/theora/theoradec.c: (theora_dec_chain),
14431         (theora_dec_change_state):
14432         Don't try to decode frames before we received a keyframe.
14433
14434 2004-06-11  Wim Taymans  <wim@fluendo.com>
14435
14436         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14437         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14438         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14439         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14440         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14441         Added property to set the maximum delay of a page.
14442
14443 2004-06-10  Wim Taymans  <wim@fluendo.com>
14444
14445         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14446         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14447         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14448         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14449         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14450         Added max-delay property to control the maximum amount
14451         of data to put in one page.
14452
14453 2004-06-10  Wim Taymans  <wim@fluendo.com>
14454
14455         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14456         (gst_theora_enc_init), (theora_enc_sink_link),
14457         (theora_buffer_from_packet), (theora_enc_set_property),
14458         (theora_enc_get_property):
14459         Set duration on encoded buffer, added some more properties
14460
14461 2004-06-10  Wim Taymans  <wim@fluendo.com>
14462
14463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14464         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14465         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14466         * ext/theora/theoraenc.c: (theora_enc_chain):
14467         Fix refcounting bugs
14468
14469 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14470
14471         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14472         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14473         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14474         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14475         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14476         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14477         (gst_asf_demux_change_state):
14478         * gst/asfdemux/gstasfdemux.h:
14479           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14480           feels like. I think we should set a new requirement for demuxers
14481           from now on to implement sane loop functions, data loops, query
14482           and seek functions before first commit into CVS. And this commit
14483           fixes all of the above.
14484
14485 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14486
14487         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14488           vorbis comments are properly encoded in UTF-8 before adding them
14489           to a GstTagList
14490
14491 2004-06-09  Benjamin Otte  <otte@gnome.org>
14492
14493         * ext/alsa/gstalsa.c: (add_channels):
14494           handle min <= max correctly
14495         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14496         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14497           add fixation functions so we fixate correctly. No preferring of alaw
14498           anymore because it's the first structure.
14499         * ext/alsa/gstalsa.h:
14500         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14501         (gst_alsa_hw_params_dump):
14502           add functions to ease debugging in alsalib
14503         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14504         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14505         (gst_alsa_start_audio):
14506           only specify hw params if we really setup a format (fixes #134007 -
14507           or at least works around it)
14508
14509 2004-06-09  Wim Taymans  <wim@fluendo.com>
14510
14511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14512         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14513         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14514         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14515         (gst_ogg_mux_loop):
14516         Use stream caps to setup the initial pages in the ogg stream.
14517         Correctly set the streamheader caps on the srcpad.
14518
14519 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14520
14521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14522         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14523         (gst_v4lsrc_getcaps):
14524         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14525         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14526           add querying of fps lists for webcams.  Negotiating to a framerate
14527           now works.
14528
14529 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14530
14531         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14532         (theora_push_buffer), (theora_push_packet),
14533         (theora_set_header_on_caps), (theora_enc_chain):
14534           mark buffers and put on streamheader, raw theora streaming
14535           now works too, whee
14536
14537 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14538
14539         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14540         (gst_tcp_gdp_read_caps):
14541           do a looping read for caps and GDP headers too
14542
14543 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14544
14545         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14546         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14547           return EOS instead of NULL in _get
14548
14549 2004-06-08  Wim Taymans  <wim@fluendo.com>
14550
14551         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14552         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14553         (gst_tcp_gdp_write_caps):
14554         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14555         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14556         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14557         Memory leak fixes
14558
14559 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14560
14561         * ext/vorbis/Makefile.am:
14562         * ext/vorbis/vorbis.c: (plugin_init):
14563         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14564         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14565         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14566         (vorbis_parse_change_state):
14567         * ext/vorbis/vorbisparse.h:
14568           adding a vorbisparse element that marks the buffers, streaming
14569           raw vorbis using GDP now works, whee
14570
14571 2004-06-08  Wim Taymans  <wim@fluendo.com>
14572
14573         * ext/jpeg/Makefile.am:
14574         * ext/jpeg/README:
14575         * ext/jpeg/gstjpeg.c: (plugin_init):
14576         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14577         (gst_smokedec_base_init), (gst_smokedec_class_init),
14578         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14579         * ext/jpeg/gstsmokedec.h:
14580         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14581         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14582         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14583         (gst_smokeenc_resync), (gst_smokeenc_chain),
14584         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14585         * ext/jpeg/gstsmokeenc.h:
14586         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14587         (smokecodec_flush_destination), (smokecodec_term_destination),
14588         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14589         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14590         (smokecodec_term_source), (smokecodec_encode_new),
14591         (smokecodec_decode_new), (smokecodec_info_free),
14592         (smokecodec_set_quality), (smokecodec_get_quality),
14593         (smokecodec_set_threshold), (smokecodec_get_threshold),
14594         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14595         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14596         (smokecodec_parse_header), (smokecodec_decode):
14597         * ext/jpeg/smokecodec.h:
14598         Added a new simple jpeg based codec
14599
14600 2004-06-08  Wim Taymans  <wim@fluendo.com>
14601
14602         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14603         (gst_multipart_mux_loop):
14604         Fix memory leak
14605
14606 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14607
14608         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14609         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14610         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14611         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14612         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14613         * gst/tcp/gsttcpserversink.h:
14614           take streamheader into account
14615
14616 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14617
14618         * gst/level/Makefile.am:
14619         * gst/level/gstlevel.c: (gst_level_class_init):
14620           clean up marshal generation
14621
14622 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14623
14624         * gst/tcp/Makefile.am:
14625         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14626         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14627         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14628         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14629         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14630         (gst_tcpclientsrc_get_property):
14631         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14632         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14633         (gst_tcpserversink_handle_client_read),
14634         (gst_tcpserversink_handle_client_write),
14635         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14636         * gst/tcp/gsttcpserversink.h:
14637           add signals client-added and client-removed
14638         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14639         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14640         (gst_tcpserversrc_get_property):
14641         uniformized, change default protocol to NONE
14642         * gst/tcp/gsttcp-marshal.list: added
14643 2004-06-07  Benjamin Otte  <otte@gnome.org>
14644
14645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14646           handle discont events if they happen before caps nego
14647
14648 2004-06-07  Wim Taymans  <wim@fluendo.com>
14649
14650         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14651         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14652         (gst_multipart_demux_plugin_init):
14653         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14654         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14655         (gst_multipart_mux_change_state):
14656         Small updates, fix a memleak
14657
14658 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14659
14660         * configure.ac: OSS portability
14661         * ext/arts/gst_arts.c: idem
14662         * sys/oss/gstosselement.c: idem
14663         * sys/oss/gstossmixer.c: idem
14664         * sys/oss/gstosssink.c: idem
14665         * sys/oss/gstosssrc.c: idem
14666         * sys/oss/oss_probe.c: idem
14667           - check for soundcard.h in different places for some BSD
14668
14669 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14670
14671         * AUTHORS:
14672         Add me to the authors file
14673         * configure.ac:
14674         Increase the libdv requirement to >= version 0.100
14675         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14676         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14677         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14678         * ext/dv/gstdvdec.h:
14679         Add support for the new_media flag when sending DISCONT events
14680         Make the querying work when video pad is not linked
14681
14682 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14683
14684         reviewed by Benjamin Otte  <otte@gnome.org>
14685
14686         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14687           create a NULL-initialized array of pads, so we don't think they
14688           exist already. (fixes #143130)
14689
14690 2004-06-07  Benjamin Otte  <otte@gnome.org>
14691
14692         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14693         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14694         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14695           don't use // coments
14696
14697 2004-06-07  Benjamin Otte  <otte@gnome.org>
14698
14699         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14700           cast to GstClockTime to get higher granularity
14701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14702           use gst_element_set_time_delay to get the exact time
14703         * ext/mad/gstmad.c: (gst_mad_chain):
14704           use the negotiated rate instead of the current frame's rate which
14705           might be wrong because of bit errors. This avoids emitting totally
14706           bogus timestamps and screwing sync.
14707         (fixes #143454)
14708
14709 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14710
14711         reviewed by Benjamin Otte  <otte@gnome.org>
14712
14713         * gst/adder/gstadder.c: (gst_adder_loop):
14714           properly error out when no negotiation has happened yet. (fixes
14715           #143032)
14716
14717 2004-06-06  Benjamin Otte  <otte@gnome.org>
14718
14719         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14720           forward correctly transformed offset in discont events. Based on
14721           patch by Arwed v. Merkatz. (fixes #142851)
14722
14723 2004-06-06  David Schleef  <ds@schleef.org>
14724
14725         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14726         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14727         problems on several systems.
14728
14729 2004-06-06  Benjamin Otte  <otte@gnome.org>
14730
14731         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14732           use explicit caps on the srcpad
14733         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14734           properly error out if caps couldn't be set (fixes #142764)
14735
14736 2004-06-06  Benjamin Otte  <otte@gnome.org>
14737
14738         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14739         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14740         (gst_alsa_start_audio):
14741           - don't call set_periods_integer anymore, it breaks the
14742           configuration randomly
14743           - call snd_pcm_hw_params_set_access directly instead of using masks
14744           - don't fail if the sw_params can't be set, just use the default
14745           params and hope it works. Alsalib has weird issues when you touch
14746           sw_params and does no proper error reporting about what failed.
14747         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14748         (gst_alsa_close_audio):
14749           make our alsa debugging go via gst debugging and not conditionally
14750           defined
14751         * ext/alsa/gstalsa.h:
14752           add ALSA_DEBUG_FLUSH macro
14753         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14754         (plugin_init):
14755           wrap alsa errors to be printed via the gst debugging system and not
14756           spammed to stderr
14757
14758 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14759
14760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14761         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14762         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14763         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14764         (qtdemux_parse_trak):
14765         * gst/qtdemux/qtdemux.h:
14766           Bitch. Also known as seeking, querying & co.
14767         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14768         (gst_osssink_change_state):
14769         * sys/oss/gstosssink.h:
14770           Resyncing is for weenies, this hack is no longer needed and was
14771           broken anyway (since it - unintendedly - always leaves resync to
14772           TRUE).
14773
14774 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14775
14776         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14777         * gst/tcp/gsttcpclientsrc.h: idem
14778           - define MSG_NOSIGNAL if not done
14779           - include unistd.h for off_t
14780           (fixes #143749)
14781
14782 2004-06-05  Benjamin Otte  <otte@gnome.org>
14783
14784         * configure.ac:
14785         * ext/kio/Makefile.am:
14786           check for qt's moc preprocessor explicitly and use it
14787
14788 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14789
14790         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14791           don't get a signal for EPIPE on socket writes
14792           (somebody check if this works on other platforms)
14793
14794 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14795
14796         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14797         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14798           check error condition on available samples correctly
14799
14800 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14801
14802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14803           avoid a segfault
14804         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14805         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14806         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14807         (gst_tcpserversrc_gdp_read_header):
14808          use ssize_t over size_t since the former is signed and thus the
14809          check for error codes can work
14810
14811 2004-06-02  Wim Taymans  <wim@fluendo.com>
14812
14813         reviewed by: Johan
14814
14815         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14816         (gst_multipart_mux_loop):
14817         Oops
14818
14819 2004-06-02  Wim Taymans  <wim@fluendo.com>
14820
14821         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14822         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14823         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14824         (gst_multipart_mux_change_state):
14825         Added configurable boundary specifier, added the value as a
14826         caps field as well.
14827
14828 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14829
14830         * gst/tcp/gsttcp.c:
14831         * gst/tcp/gsttcpclientsrc.c:
14832         * gst/tcp/gsttcpclientsrc.h:
14833         * gst/tcp/gsttcpserversrc.c:
14834           - portability fix, to compile on OSX
14835             (fixes #143146)
14836
14837         * sys/osxaudio/gstosxaudioelement.c:
14838         * sys/osxaudio/gstosxaudiosink.c:
14839         * sys/osxaudio/gstosxaudiosrc.c:
14840           - compilation warnings on OSX
14841             (fixes #143153)
14842
14843 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14844
14845         * ext/vorbis/vorbisdec.c : sign warning fixes
14846
14847         * gst-libs/gst/mixer/mixertrack.c :
14848           do no use defines which are glib 2.4 specific
14849
14850 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14851
14852         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14853           buffer since libflac doesn't expect it (reports a sync error when
14854           it encounters that)
14855
14856
14857 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14858
14859         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14860         * gst-libs/gst/mixer/mixertrack.c:
14861         (gst_mixer_track_get_property), (get_mixer_track_init),
14862         (get_mixer_track_get_property): Added property accessors
14863         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14864         * gst-libs/gst/mixer/mixeroptions.c:
14865         (gst_mixer_options_get_values): Added
14866         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14867         * gst-libs/gst/mixer/mixer.c: Fixed comment
14868
14869
14870 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14871
14872         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14873           improve error messages on open
14874
14875
14876 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14879           check if v4l-conf is in path
14880
14881 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14882
14883         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14884           change assert to a more readable error message
14885
14886 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14887
14888         * gst-libs/gst/tuner/tunerchannel.h:
14889           - add a freq_multiplicator field to make the conversion
14890             between internal frequency unit and Hz
14891         * sys/v4l/gstv4lelement.c:
14892         * sys/v4l2/gstv4l2element.c:
14893           - change default video device to /dev/video0
14894         * sys/v4l/v4l_calls.c:
14895         * sys/v4l2/v4l2_calls.c:
14896           - we only expose frequency to the user in Hz instead of
14897             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14898
14899 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14900         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14901           Initialise b_o_s and e_o_s variables
14902         * gst-libs/gst/riff/riff-media.c:
14903         (gst_riff_create_video_caps_with_data):
14904           Add some unusual fourcc's from mplayer avi's
14905         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14906           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14907           autoplugging.
14908
14909 2004-05-28  Wim Taymans  <wim@fluendo.com>
14910
14911         * configure.ac:
14912         * gst/alpha/Makefile.am:
14913         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14914         (gst_alpha_get_type), (gst_alpha_base_init),
14915         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14916         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14917         (gst_alpha_chroma_key), (gst_alpha_chain),
14918         (gst_alpha_change_state), (plugin_init):
14919         A plugin to add an alpha channel to I420 video. Can optionally do
14920         chroma keying.
14921         * gst/multipart/Makefile.am:
14922         * gst/multipart/multipart.c: (plugin_init):
14923         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14924         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14925         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14926         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14927         (gst_multipart_demux_change_state),
14928         (gst_multipart_demux_plugin_init):
14929         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14930         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14931         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14932         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14933         (gst_multipart_mux_pad_unlink),
14934         (gst_multipart_mux_request_new_pad),
14935         (gst_multipart_mux_handle_src_event),
14936         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14937         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14938         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14939         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14940         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14941         send multipart jpeg images to a browser.
14942         * gst/videobox/Makefile.am:
14943         * gst/videobox/README:
14944         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14945         (gst_video_box_get_type), (gst_video_box_base_init),
14946         (gst_video_box_class_init), (gst_video_box_init),
14947         (gst_video_box_set_property), (gst_video_box_get_property),
14948         (gst_video_box_sink_link), (gst_video_box_i420),
14949         (gst_video_box_ayuv), (gst_video_box_chain),
14950         (gst_video_box_change_state), (plugin_init):
14951         Crops or adds borders around an image. can do alpha channel
14952         borders as well.
14953         * gst/videomixer/Makefile.am:
14954         * gst/videomixer/README:
14955         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14956         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14957         (gst_videomixer_pad_get_sink_event_masks),
14958         (gst_videomixer_pad_get_property),
14959         (gst_videomixer_pad_set_property),
14960         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14961         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14962         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14963         (gst_videomixer_base_init), (gst_videomixer_class_init),
14964         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14965         (gst_videomixer_handle_src_event),
14966         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14967         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14968         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14969         (gst_videomixer_loop), (gst_videomixer_get_property),
14970         (gst_videomixer_set_property), (gst_videomixer_change_state),
14971         (plugin_init):
14972         Generic video mixer plugin, can handle multiple inputs all with
14973         different framerates and video sizes. Is fully alpha channel
14974         aware.
14975
14976 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14977
14978         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14979           Select first track as master track. Not sure how else to handle
14980           that...
14981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14982           Discard discont events. Should fix #142962.
14983
14984 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14985
14986         * ext/alsa/Makefile.am:
14987         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14988         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14989         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14990         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14991         (gst_alsa_mixer_get_option):
14992         * ext/alsa/gstalsamixer.h:
14993         * ext/alsa/gstalsamixeroptions.c:
14994         (gst_alsa_mixer_options_get_type),
14995         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14996         (gst_alsa_mixer_options_new):
14997         * ext/alsa/gstalsamixeroptions.h:
14998         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14999         * ext/alsa/gstalsamixertrack.h:
15000           Add enumerations (as GstMixerOptions). Make correct distinction
15001           between input/output tracks. Add capture/playback private flag.
15002           Use flag to decide on whether to set capture or playback volumes
15003           or switches. Use playback and record switches.
15004         * gst-libs/gst/mixer/Makefile.am:
15005         * gst-libs/gst/mixer/mixer-marshal.list:
15006         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
15007         (gst_mixer_set_option), (gst_mixer_get_option),
15008         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
15009         (gst_mixer_volume_changed), (gst_mixer_option_changed):
15010         * gst-libs/gst/mixer/mixer.h:
15011         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
15012         (gst_mixer_options_class_init), (gst_mixer_options_init),
15013         (gst_mixer_options_dispose):
15014         * gst-libs/gst/mixer/mixeroptions.h:
15015           Add GstMixerOptions.
15016         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15017           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
15018           broken device detection on computers with multiple OSS sound
15019           cards.
15020
15021 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15022
15023         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15024           fixate nicely even when the peer is not negotiating
15025
15026 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15027
15028         * gst/audioconvert/gstaudioconvert.c:
15029         (gst_audio_convert_parse_caps):
15030           make sure we don't allow depth > width
15031         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15032           fixate endianness to G_BYTE_ORDER as default
15033         * gst/audioscale/gstaudioscale.c:
15034           we don't handle another endianness as host-endianness
15035
15036 2004-05-25  David Schleef  <ds@schleef.org>
15037
15038         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
15039
15040 2004-05-24  Benjamin Otte  <otte@gnome.org>
15041
15042         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
15043         (gst_oggvorbisenc_setup):
15044           properly fail when we can't setup the vorbis encoder due to
15045           unsupported settings
15046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
15047         (gst_vorbisenc_setup):
15048           same
15049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15050           fix case where warnings occured when one pad was unlinked while the
15051           other's link function was called
15052
15053 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15054
15055         * gst/tcp/Makefile.am:
15056           use GST_ENABLE_NEW
15057
15058 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15059
15060         * gst-libs/gst/resample/private.h:
15061           don't use optimizations that are #if 0'ed
15062
15063 2004-05-24  Wim Taymans  <wim@fluendo.com>
15064
15065         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15066         Fix potential division by zero error and hopefully get
15067         the position query right to get correct timestamps on avi
15068         audio.
15069
15070 2004-05-24  Wim Taymans  <wim@fluendo.com>
15071
15072         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15073         (gst_videoscale_scale_nearest_str2),
15074         (gst_videoscale_scale_nearest_str4),
15075         (gst_videoscale_scale_nearest_32bit),
15076         (gst_videoscale_scale_nearest_24bit),
15077         (gst_videoscale_scale_nearest_16bit):
15078         Fix the scaling algorithm and avoid a buffer overflow.
15079         removed the while loop in the scaling function as it
15080         was used for point sampling only.
15081
15082 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15083
15084         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15085         (gst_id3_tag_class_init), (gst_id3_tag_init),
15086         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15087         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15088         (gst_id3_tag_send_tag_event):
15089           lots of fixes to make id3mux work and id3demux work correctly
15090
15091 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15092
15093         * ext/Makefile.am:
15094           add rules to build shout2send (was removed by accident
15095           when this module was no more marked experimental/broken)
15096
15097 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15098
15099         * ext/shout2/gstshout2.c:
15100         * ext/shout2/gstshout2.h:
15101           adding a "connection problem" signal to shout2send
15102           (fixes #142954)
15103
15104 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * ext/kio/kioreceiver.cpp:
15107         * ext/kio/kioreceiver.h:
15108           fix sign comparison issues
15109
15110 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15111
15112         * gst/cdxaparse/gstcdxaparse.c:
15113         * gst/cdxaparse/gstcdxaparse.h:
15114           some renaming
15115           add some checks/sanity
15116           prepare for seek addition
15117
15118         * sys/sunaudio/gstsunaudio.c:
15119           remove exported dupe init function
15120
15121 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15122
15123         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15124         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15125           Fix format conversion and position querying.
15126         * gst/debug/progressreport.c: (gst_progressreport_report):
15127           Don't output a bogus total value that we didn't query.
15128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15129           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15130           only a blank window after xine has been used.
15131
15132 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15133
15134         * m4/as-arts.m4:
15135           sync with upstream version to fix test on FC2
15136           readd with -ko to preserve Id header
15137
15138 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15139
15140         * configure.ac:
15141           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15142         * gst/tcp/gsttcpclientsrc.c: idem
15143         * gst/tcp/gsttcpserversink.c: idem
15144         * gst/tcp/gsttcpserversrc.c: idem
15145         * m4/gst-fionread.m4: idem
15146
15147         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15148
15149         * configure.ac: enable speex plugin for speex 1.1.5+
15150         * ext/speex/gstspeexenc.c: fix cast warning
15151
15152         * ext/esd/README: fix typo
15153
15154 2004-05-20  David Schleef  <ds@schleef.org>
15155
15156         * configure.ac: Minor cosmetic change to convince the buildbot to
15157         reautogen.
15158         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15159         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15160         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15161         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15162         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15163         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15164         More hacking.  Plays audio now.
15165
15166 2004-05-20  David Schleef  <ds@schleef.org>
15167
15168         * configure.ac:
15169         * sys/Makefile.am:
15170
15171 2004-05-20  David Schleef  <ds@schleef.org>
15172
15173         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15174         * sys/osxaudio/gstosxaudio.c:
15175         * sys/osxaudio/gstosxaudioelement.c:
15176         * sys/osxaudio/gstosxaudioelement.h:
15177         * sys/osxaudio/gstosxaudiosink.c:
15178         * sys/osxaudio/gstosxaudiosink.h:
15179         * sys/osxaudio/gstosxaudiosrc.c:
15180         * sys/osxaudio/gstosxaudiosrc.h:
15181
15182 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15183
15184         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15185         (gst_vorbisenc_chain):
15186           put the codec headers on the caps as streamheader as well as
15187           pushing them out
15188
15189 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15190
15191         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15192         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15193         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15194         split up push_packet into two functions
15195
15196 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15197
15198         * gst/tcp/.cvsignore:
15199           ignore enums
15200         * gst/tcp/Makefile.am:
15201         * gst/tcp/README:
15202         * gst/tcp/gsttcp.c:
15203         * gst/tcp/gsttcp.h:
15204         * gst/tcp/gsttcpclientsink.c:
15205         * gst/tcp/gsttcpclientsink.h:
15206         * gst/tcp/gsttcpclientsrc.c:
15207         * gst/tcp/gsttcpclientsrc.h:
15208         * gst/tcp/gsttcpplugin.c:
15209         * gst/tcp/gsttcpserversink.c:
15210         * gst/tcp/gsttcpserversink.h:
15211         * gst/tcp/gsttcpserversrc.c:
15212         * gst/tcp/gsttcpserversrc.h:
15213           add new tcp elements
15214
15215 2004-05-19  Wim Taymans  <wim@fluendo.com>
15216
15217         * gst/law/mulaw-conversion.c: (mulaw_encode):
15218         Fix overflow bug in ulaw encoding.
15219
15220 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15221
15222         * ext/mad/gstmad.c: (gst_mad_handle_event):
15223           don't unref the event twice
15224
15225 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15226
15227         * configure.ac:
15228           remove -Wno-sign-compare
15229
15230 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15231
15232         * configure.ac:
15233           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15234           if you want to work against glib 2.2 and 2.4
15235
15236 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15237
15238         * gst/tcp/Makefile.am:
15239         * gst/tcp/gsttcp.c:
15240         * gst/tcp/gsttcp.h:
15241         * gst/tcp/gsttcpsink.h:
15242         * gst/tcp/gsttcpsrc.h:
15243           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15244
15245 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15246
15247         * gst/debug/tests.c: (md5_get_value):
15248           fix segfault on gst-inspect
15249
15250 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15251
15252         * gst/debug/testplugin.c:
15253         * gst/debug/tests.c:
15254         * gst/debug/tests.h:
15255           add new extensible and configurable testing element. Current tests
15256           include buffer count, stream length, timestamp/duration matching and
15257           md5.
15258         * gst/debug/Makefile.am:
15259         * gst/debug/gstdebug.c: (plugin_init):
15260           add infrastructure for new element
15261
15262 2004-05-19  Johan Dahlin  <johan@gnome.org>
15263
15264         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15265         ending of the array. Fixes gst-inspect segfault on ppc.
15266
15267 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15268
15269         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15270
15271         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15272
15273 2004-05-18  David Schleef  <ds@schleef.org>
15274
15275         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15276         warnings (bugs, actually) noticed by gcc but not forte.
15277
15278 2004-05-18  David Schleef  <ds@schleef.org>
15279
15280         * sys/sunaudio/Makefile.am:
15281         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15282
15283 2004-05-18  David Schleef  <ds@schleef.org>
15284
15285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15286         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15287         to allow qtdemux to use non-seekable streams. (bug #142272)
15288
15289 2004-05-18  David Schleef  <ds@schleef.org>
15290
15291         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15292         (gst_resample_sinc_ft_float): Remove use of static temporary
15293         buffer.  This code was obviously not supposed to last long, but
15294         it's stuck in our ABI, so it required a little hack to make it
15295         ABI-compatible.  Fixes #142585.
15296         * gst-libs/gst/resample/resample.h: same.
15297
15298 2004-05-18  David Schleef  <ds@schleef.org>
15299
15300         * configure.ac: Add sunaudio
15301         * examples/Makefile.am: make gstplay depend on gconf
15302         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15303         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15304         (convert_table_lookup), (img_convert): remove c99-isms
15305         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15306           unsigned, to fix a warning on Solaris
15307         * gst/mpeg1sys/systems.c: bcopy->memcpy
15308         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15309         * sys/Makefile.am: Add sunaudio
15310
15311 2004-05-18  Wim Taymans  <wim@fluendo.com>
15312
15313         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15314         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15315         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15316         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15317         (gst_ogg_mux_loop):
15318         Fix an ugly memleak where the muxer didn't flush enough ogg
15319         pages. This also resulted in badly muxed ogg files.
15320
15321 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15322
15323         * gst/asfdemux/asfheaders.c :
15324         * gst/asfdemux/asfheaders.h :
15325         * gst/asfdemux/gstasfdemux.c :
15326           - fix ASF_OBJ_PADDING guid
15327           - add 3 new object guids (language list, metadata,
15328             extended stream properties)
15329           - add a function to parse extended header objects
15330
15331 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15332
15333         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15334           remove leftover debugging g_print
15335
15336 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15337
15338         * ext/mad/gstmad.c: (gst_mad_handle_event):
15339           Fix for when the first format in a discont event is not a
15340           byte-based one. Should fix #137710.
15341
15342 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15343
15344         * m4/a52.m4 : fix compilation with -Wall -Werror
15345         * m4/libfame.m4 : idem
15346         * m4/libmikmod.m4 : idem
15347
15348 2004-05-17  Benjamin Otte  <otte@gnome.org>
15349
15350         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15351           signal the new tags before giving up the reference
15352
15353 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15354
15355         * ext/shout2/gstshout2.c:
15356           use application/ogg instead of application/x-ogg (patch by Patrick
15357           Guimond, fixes #142432)
15358         * sys/oss/gstosselement.c: (gst_osselement_reset),
15359         (gst_osselement_sync_parms):
15360           don't set fragment size unless specified (fixes #142493)
15361
15362 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15363
15364         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15365           fixes #142664
15366
15367 2004-05-17  Benjamin Otte  <otte@gnome.org>
15368
15369         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15370           compute offsets correctly for internal buffers so timestamps are set
15371           correctly when we can't seek. Also handle cases where there are no
15372           offsets. (based on a patch by David Moore, fixes #142507)
15373
15374 2004-05-17  Benjamin Otte  <otte@gnome.org>
15375
15376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15377           use correct variable when determining amount of data to skip so we
15378           don't skip into the void and segfault
15379
15380 2004-05-16  Benjamin Otte  <otte@gnome.org>
15381
15382         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15383           Hi, I'm a memleak
15384
15385 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15386
15387         * gst/asfdemux/gstasfdemux.c:
15388           - fix a mem leak and always propagate tags
15389           - add WMV3 to known video codecs (but no decoder yet)
15390           - replace "surplus data" at end of audio header for what
15391             it is : codec specific data
15392           - fix a typo
15393
15394 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15395
15396         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15397
15398         * gst-libs/gst/audio/audioclock.c:
15399           Fix wrong return type (#142205).
15400
15401 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15402
15403         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15404           Ignore CRCs by default (fixes #142566).
15405
15406 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15407
15408         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15409         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15410         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15411         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15412         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15413         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15414           Fix for cases where we fail to attach to a mixer.
15415
15416 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15417
15418         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15419           Don't touch events after not owning them anymore.
15420         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15421         (gst_wavparse_fmt), (gst_wavparse_other),
15422         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15423         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15424         (gst_wavparse_srcpad_event):
15425         * gst/wavparse/gstwavparse.h:
15426           Add seeking, fix querying.
15427
15428 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15429
15430         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15431           - process comments even if they don't end with \0\0
15432             g_convert would ignore them if present and works well without them
15433
15434 2004-05-16  Benjamin Otte  <otte@gnome.org>
15435
15436         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15437           simplify caps
15438
15439 2004-05-16  Benjamin Otte  <otte@gnome.org>
15440
15441         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15442           don't write to memory we might not write to - g_convert does that
15443           for us anyway (fixes #142613)
15444         (gst_asf_demux_audio_caps):
15445           comment out gst_util_dump_mem
15446
15447 2004-05-16  Benjamin Otte  <otte@gnome.org>
15448
15449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15450           compute correct expected timestamps after seek (broken since
15451           last commit)
15452         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15453           rename element and debugging category to gdkpixbufscale
15454
15455 2004-05-16  Benjamin Otte  <otte@gnome.org>
15456
15457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15458           add error checking to snd_pcm_delay and remove duplicate call to
15459           snd_pcm_delay that caused issues (see inline code comments)
15460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15461           make more readable and fix return value when snd_pcm_delay fails
15462         (fixes #142586)
15463
15464 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15465         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15466         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15467         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15468         (gst_pixbufscale_link), (gst_pixbufscale_init),
15469         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15470         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15471         (gst_pixbufscale_get_property), (pixbufscale_init):
15472         * ext/gdk_pixbuf/pixbufscale.h:
15473         Add these files I forgot earlier
15474
15475 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15476         * ext/gdk_pixbuf/Makefile.am:
15477         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15478         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15479         Add new pixbufscale element to scale RGB video
15480         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15481         and HYPER interpolation correctly.
15482         * ext/theora/theoraenc.c: (theora_enc_chain),
15483         Discard buffer and return if explicit caps could not be set
15484         (theora_enc_get_property):
15485         Make _get return kbps for the bitrate consistent with
15486         the _set function.
15487
15488
15489 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15490
15491         * ext/libvisual/visual.c: (gst_visual_chain):
15492           add missing visual_audio_analyze
15493
15494 2004-05-14  David Schleef  <ds@schleef.org>
15495
15496         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15497         is killed while we're playing.
15498         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15499         gst_element_no_more_pads().
15500
15501 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15502
15503         * gst-libs/gst/riff/riff-read.c :
15504           - fix INFO tag extraction in RIFF/AVI files
15505             because gst_event_unref (event) also freed taglist
15506           - avoid a mem leak
15507
15508 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15509
15510         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15511         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15512
15513         * gst/auparse/gstauparse.c :
15514           - add code (commented for now) to support audio/x-adpcm on src pad
15515             (we have no decoder for those layout yet)
15516
15517         * gst/cdxaparse/gstcdxaparse.c :
15518         * gst/cdxaparse/gstcdxaparse.h :
15519           - partial rewrite using RiffRead (ripped iain's wavparse code)
15520
15521         * gst/rtp/gstrtpL16enc.c : typo
15522         * gst/rtp/gstrtpgsmenc.c : typo
15523
15524 2004-05-13  Benjamin Otte  <otte@gnome.org>
15525
15526         * configure.ac:
15527           check for exact version of libvisual, it's not supposed to be
15528           API/ABI stable yet
15529
15530 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15531
15532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15533           signal no-more-pads
15534
15535 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15536
15537         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15538         Report which format was used for GST_FORMAT_DEFAULT
15539         * gst/debug/Makefile.am:
15540         * gst/debug/gstdebug.c: (plugin_init):
15541         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15542         (gst_progressreport_class_init), (gst_progressreport_init),
15543         (gst_progressreport_report), (gst_progressreport_set_property),
15544         (gst_progressreport_get_property), (gst_progressreport_chain),
15545         (gst_progressreport_plugin_init):
15546         Add progressreport element for testing.
15547
15548 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15549
15550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15551         * sys/v4l/gstv4lsrc.h:
15552         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15553         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15554         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15555         (gst_v4lsrc_grab_frame):
15556           add more debugging
15557           send a discont at start
15558
15559 2004-05-12  Colin Walters  <walters@redhat.com>
15560
15561         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15562         inflooping if we can't find a chunk.  Or in other words, don't blow
15563         chunks if we don't have a chunk to blow.
15564
15565 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15566         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15567         Remove old debug output
15568         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15569         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15570         (gst_dvdec_set_property), (gst_dvdec_get_property):
15571         Change the quality setting to an enum, so it works from gst-launch
15572         Don't renegotiate a non-linked pad. Allows audio only decoding.
15573         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15574         (gst_deinterlace_link), (gst_deinterlace_init):
15575         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15576         (gst_videodrop_link):
15577         Some caps negotiation fixes
15578
15579 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15580
15581         * ext/tarkin/gsttarkin.c :
15582           - Change RANK from NONE to PRIMARY
15583         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15584           - Change RANK from NONE to MARGINAL
15585         * ext/divx/gstdivxenc.c :
15586           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15587
15588 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15589
15590         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15591         (gst_vorbisenc_push_packet):
15592           copy a function that was added between 1.0 and 1.0.1 until we
15593           depend on worthwhile features of post-1.0
15594
15595 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15596
15597         * configure.ac:
15598           enable shout2 by default
15599         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15600         (gst_shout2send_base_init), (gst_shout2send_init),
15601         (gst_shout2send_connect), (gst_shout2send_change_state):
15602         * ext/shout2/gstshout2.h:
15603           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15604           #142262)
15605         * ext/theora/theora.c: (plugin_init):
15606           don't set rank on encoders
15607
15608 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15609
15610         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15611           Use codec_data property instead of flag1 and flag2 for wma
15612
15613 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15614
15615         * gst/cdxaparse/gstcdxaparse.c :
15616           - Add mpegversion to CAPS to make it link
15617           - Rank is as GST_RANK_SECONDARY instead of NONE
15618         * gst/auparse/gstauparse.c :
15619           - Document all audio encoding we can encounter from Solaris 9
15620             headers and libsndfile information.
15621           - Increase max. rate from 48000 to 192000 (to match other elements)
15622           - Don't try to play junk data between header and samples
15623
15624 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15625
15626         * ext/libvisual/visual.c: (gst_visual_getcaps):
15627           use the right caps depending on endianness (I hope)
15628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15629           use GST_RANK_NONE for all non-decoding elements or spider gets
15630           mighty confused
15631
15632 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15633
15634         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15635           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15636
15637 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15638
15639         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15640         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15641         (gst_switch_loop), (gst_switch_get_type):
15642           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15643           HEADERS. Had to be said.
15644
15645 2004-05-10  David Schleef  <ds@schleef.org>
15646
15647         * configure.ac: Add prototype Dirac support.
15648         * ext/Makefile.am:
15649         * ext/dirac/Makefile.am:
15650         * ext/dirac/gstdirac.cc:
15651         * ext/dirac/gstdiracdec.cc:
15652
15653 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15654
15655         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15656         (gst_auparse_init), (gst_auparse_chain),
15657         (gst_auparse_change_state):
15658           Hack around spider. Remove me some day please.
15659
15660 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15661
15662         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15663           Fix for some uninitialized variables in previous patch, also
15664           makes it work. Fixes #142286 while we're at it.
15665
15666 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15667
15668         * gst/auparse/gstauparse.c:
15669                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15670                 only unsupported formats are ADPCM/CCITT G.72x
15671                 reviewed by Ronald
15672         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15673
15674 2004-05-10  Wim Taymans  <wim@fluendo.com>
15675
15676         * ext/vorbis/Makefile.am:
15677         * ext/vorbis/README:
15678         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15679         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15680         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15681         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15682         (gst_oggvorbisenc_convert_sink),
15683         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15684         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15685         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15686         (get_constraints_string), (update_start_message),
15687         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15688         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15689         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15690         * ext/vorbis/oggvorbisenc.h:
15691         * ext/vorbis/vorbis.c: (plugin_init):
15692         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15693         (raw_caps_factory), (gst_vorbisenc_class_init),
15694         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15695         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15696         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15697         * ext/vorbis/vorbisenc.h:
15698         Added a raw vorbis encoder to be used with the oggmuxer.
15699         We still need the old encoder for some gnome applications,
15700         read the README to find out how that works.
15701         The raw encoder is called "rawvorbisenc" until 0.9.
15702
15703 2004-05-10  Wim Taymans  <wim@fluendo.com>
15704
15705         * ext/ogg/gstogg.c: (plugin_init):
15706         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15707         (gst_ogg_print):
15708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15709         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15710         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15711         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15712         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15713         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15714         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15715         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15716         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15717         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15718         Added an ogg muxer.
15719         Small typo fixes in the demuxer.
15720
15721 2004-05-10  Wim Taymans  <wim@fluendo.com>
15722
15723         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15724         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15725         (theora_enc_change_state), (theora_enc_set_property),
15726         (theora_enc_get_property):
15727         Mark the last packet with an EOS flag which is not really needed
15728         in gstreamer.
15729         Do some better video framerate initialisation.
15730         Update the buffer timestamp.
15731
15732 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15733
15734         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15735         Return the result of the parent state change call
15736
15737 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15738
15739         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15740         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15741         * gst/law/alaw-encode.c : (idem)
15742         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15743         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15744         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15745
15746 2004-05-09  Benjamin Otte  <otte@gnome.org>
15747
15748         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15749           don't use a fixed buffer size when writing variable length data to
15750           it. Fixes memory corruption and makes alsasrc work
15751
15752 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15753
15754         * ext/gnomevfs/gstgnomevfssink.c:
15755         (_gst_boolean_allow_overwrite_accumulator),
15756         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15757           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15758           RUN_LAST, and don't use that to set the accumulator value because
15759           then it's always FALSE.
15760
15761 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15762
15763         * gst-libs/gst/riff/riff-media.c:
15764         (gst_riff_create_video_caps_with_data),
15765         (gst_riff_create_audio_caps),
15766         (gst_riff_create_audio_template_caps):
15767         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15768           Fix for unaligned RIFF files (i.e. where all the chunks together
15769           in a LIST chunk are not of the same size as the size given in
15770           the LIST chunk header). Fixes several odd WAVE files. Also fix
15771           ADPCM (block_align property) in audio, so that wavparse based
15772           on this works now as it used to stand-alone.
15773
15774 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15775
15776         reviewed by Benjamin Otte  <otte@gnome.org>
15777
15778         * ext/a52dec/gsta52dec.c:
15779         * ext/divx/gstdivxdec.c:
15780         * ext/divx/gstdivxenc.c:
15781         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15782         * ext/faac/gstfaac.c: (gst_faac_base_init):
15783         * ext/faad/gstfaad.c: (gst_faad_base_init):
15784         * ext/ivorbis/vorbisfile.c:
15785         * ext/lame/gstlame.c:
15786         * ext/libfame/gstlibfame.c:
15787         * ext/mpeg2enc/gstmpeg2enc.cc:
15788         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15789         * ext/sidplay/gstsiddec.cc:
15790         * ext/speex/gstspeexdec.c:
15791         * ext/speex/gstspeexenc.c:
15792         * ext/xvid/gstxviddec.c:
15793         * ext/xvid/gstxvidenc.c:
15794           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15795           (fixes #142193)
15796
15797 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15798
15799         * ext/alsa/gstalsa.c: (device_list),
15800         (gst_alsa_class_probe_devices):
15801         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15802           Fix alsa oddness in mixer after the combination of using mixer
15803           in source/sink elements and using hw:x,y instead of just hw:x.
15804
15805 2004-05-09  Benjamin Otte  <otte@gnome.org>
15806
15807         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15808         (gst_wavparse_create_sourcepad):
15809           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15810           sourcepads
15811
15812 2004-05-09  Benjamin Otte  <otte@gnome.org>
15813
15814         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15815           allow discont events before caps nego
15816
15817 2004-05-08  Benjamin Otte  <otte@gnome.org>
15818
15819         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15820           don't leak events
15821
15822 2004-05-08  Benjamin Otte  <otte@gnome.org>
15823
15824         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15825         (gst_level_change_state), (gst_level_init):
15826         * gst/level/gstlevel.h:
15827           figure out if we're initialized directly instead of keeping a
15828           variable that's wrong in 90% of cases
15829           don't initialize pads and then leak them and use a new unitialized
15830           pad. (fixes #142084)
15831           these were bugs so n00bish I didn't find them for an hour :/
15832
15833 2004-05-08 Iain <iain@prettypeople.org>
15834
15835         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15836         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15837         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15838         return the length that was read.
15839         (gst_riff_read_strf_auds): Allow fmt tags as well.
15840
15841 2004-05-07  David Schleef  <ds@schleef.org>
15842
15843         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15844         signed char assumption in faad.h.
15845
15846 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15847
15848         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15849           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15850
15851 2004-05-07  Colin Walters  <walters@redhat.com>
15852
15853         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15854         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15855         function.
15856         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15857         Add dispose function.
15858
15859 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15860         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15861           Fix caps nego and pad templates. RGB mode caps should
15862           work now.
15863         * ext/dvdnav/gst-dvd:
15864           Move mpeg2dec inside the thread because otherwise the
15865           queue rejects cap changes mid-stream
15866         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15867         (gst_mpeg2dec_flush_decoder):
15868           For mpeg2dec > 0.4.0, call the flush function instead of
15869           manually extracting all in-flight frames.
15870         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15871         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15872           Change mime type video/dv go video/x-dv to match the
15873           rest of gst-plugins
15874
15875 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15876
15877         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15879         (gst_alsa_sink_class_init):
15880         * ext/alsa/gstalsasink.h:
15881         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15882         (gst_alsa_src_class_init):
15883         * ext/alsa/gstalsasrc.h:
15884           Make alsasink/src a subclass of alsamixer so that mixer stuff
15885           shows up in gst-rec. Needs some finetuning.
15886
15887 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15888
15889         * ext/lame/gstlame.c: (gst_lame_chain):
15890           simplify
15891         * ext/mad/gstmad.c: (gst_mad_handle_event):
15892           fix event leak
15893         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15894           be able to detect mp3 files < 4096 bytes
15895
15896 2004-05-06  Wim Taymans  <wim@fluendo.com>
15897
15898         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15899         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15900         (theora_enc_set_property), (theora_enc_get_property):
15901         Also encode the first frame, cleanup some code.
15902
15903 2004-05-06  Wim Taymans  <wim@fluendo.com>
15904
15905         * ext/mpeg2enc/gstmpeg2enc.cc:
15906         Forward events first before deciding that negotiation was
15907         not performed.
15908
15909 2004-05-06  Wim Taymans  <wim@fluendo.com>
15910
15911         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15912         First process the events before deciding that negotiation
15913         was not performed.
15914
15915 2004-05-06  Wim Taymans  <wim@fluendo.com>
15916
15917         * ext/theora/Makefile.am:
15918         * ext/theora/theora.c: (plugin_init):
15919         * ext/theora/theoradec.c: (theora_dec_change_state):
15920         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15921         (gst_theora_enc_class_init), (gst_theora_enc_init),
15922         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15923         (theora_enc_chain), (theora_enc_change_state),
15924         (theora_enc_set_property), (theora_enc_get_property):
15925         Added a theora encoder, grouped the encoder and decoder into the
15926         same plugin.
15927
15928 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15929
15930         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15931         (gst_jpegenc_chain):
15932         fix DURATION on outgoing buffers
15933         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15934         debug using time formats
15935         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15937         (gst_xvimagesink_sink_link):
15938         windows with width/height 0 generate X errors, so don't allow them
15939
15940 2004-05-05  Wim Taymans  <wim@fluendo.com>
15941
15942         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15943         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15944         (gst_mpeg2dec_negotiate_format):
15945         * ext/mpeg2dec/gstmpeg2dec.h:
15946           removed the static pad template so that we can add the
15947           more accurate framerate value to the caps.
15948
15949
15950 2004-05-04  Benjamin Otte  <otte@gnome.org>
15951
15952         * configure.ac:
15953           check for kdemacros.h, too (should fix #141821)
15954         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15955           don't crash if no header was sent, but nicely error out (fixes part
15956           of #141554)
15957
15958 2004-05-04  Wim Taymans  <wim@fluendo.com>
15959
15960         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15961         parent dispose function to avoid segfault on destroy.
15962
15963 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15964
15965         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15966         (plugin_init):
15967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15968         (gst_xvimagesink_sink_link):
15969         clean up debugging caps
15970         also recreate xvimage when format has changed
15971
15972 2004-05-04  Benjamin Otte  <otte@gnome.org>
15973
15974         * ext/libvisual/Makefile.am:
15975         * ext/libvisual/visual.c: (gst_visual_class_init),
15976         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15977         (gst_visual_srclink), (gst_visual_chain),
15978         (gst_visual_change_state), (plugin_init):
15979           use a GstAdapter to correctly adapt buffer sizes - allows using a
15980           framerate
15981
15982 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15983
15984         * sys/v4l/gstv4lelement.h:
15985         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15987         (gst_v4lsrc_buffer_free):
15988         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15989         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15990         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15991         (gst_v4lsrc_requeue_frame):
15992         move some debugging categories around
15993         query for fps index and set accordingly if found
15994
15995 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15996
15997         * ext/lame/gstlame.c:
15998         correct defaults that lame_init puts out of range
15999
16000 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16001
16002         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
16003         (gst_divxenc_class_init):
16004         fix range since -1 is the default
16005         * gst/mpeg1sys/gstmpeg1systemencode.c:
16006         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
16007         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
16008         (gst_rtjpegdec_chain):
16009         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
16010         (gst_rtjpegenc_chain):
16011         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
16012         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
16013         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
16014         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
16015         * sys/v4l/gstv4lsrc.c:
16016         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16017         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16018         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16019         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
16020         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
16021           remove gst_info calls
16022
16023 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16024
16025         * Makefile.am:
16026         * po/af.po:
16027         * po/az.po:
16028         * po/en_GB.po:
16029         * po/nl.po:
16030         * po/sr.po:
16031         * po/sv.po:
16032           Updated translations
16033
16034 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16035
16036         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16037           refactor/comment code
16038
16039 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16040
16041         * gst/asfdemux/Makefile.am:
16042         * gst/asfdemux/asfheaders.c:
16043         * gst/asfdemux/asfheaders.h:
16044         * gst/asfdemux/gstasf.c: (plugin_init):
16045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
16046         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
16047         (gst_asf_demux_setup_pad):
16048         * gst/asfdemux/gstasfdemux.h:
16049         * gst/asfdemux/gstasfmux.c:
16050         * gst/asfdemux/gstasfmux.h:
16051           Add tagging support to demuxer, split out registration in its own
16052           file instead of in demux (hacky), and prevent having some tables
16053           in our memory multiple times (in asfheaders.h).
16054
16055 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16056
16057         * gst/matroska/matroska-demux.c:
16058         (gst_matroska_demux_parse_metadata):
16059         * gst/matroska/matroska-ids.h:
16060           Basic tag reading support.
16061
16062 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16063
16064         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16065           Really detect ac-3 audio.
16066         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16067           really detect matroska files (off-by-1).
16068
16069 2004-04-30  David Schleef  <ds@schleef.org>
16070
16071         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16072         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16073         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16074         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16075         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16076         hackage -- parse a lot more atoms, extract a few tags.  One might even
16077         mistake this for tag support.  Maybe it is.
16078         * gst/qtdemux/qtdemux.h:
16079
16080 2004-04-30  Colin Walters  <walters@verbum.org>
16081
16082         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16083
16084 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16085
16086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16087         (gst_ffmpegcolorspace_getcaps):
16088           remove broken nego fix
16089
16090 2004-04-30  Benjamin Otte  <otte@gnome.org>
16091
16092         * configure.ac:
16093         * ext/Makefile.am:
16094         * ext/libvisual/Makefile.am:
16095         * ext/libvisual/visual.c:
16096           add initial support for libvisual (http://libvisual.sourceforge.net)
16097           libvisual is still quite alpha, so expect crashes in there :)
16098
16099 2004-04-29  David Schleef  <ds@schleef.org>
16100
16101         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16102         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16103         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16104         code; you will no longer respect me.
16105
16106 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16107
16108         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16109         * ext/alsa/gstalsa.h :
16110         change alsa pcm device discovery to find more than 1 device
16111         per card. code review by Ronald.
16112
16113 2004-04-29  David Schleef  <ds@schleef.org>
16114
16115         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16116         Add a check for a driver bug on FreeBSD.  (bug #140565)
16117
16118 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16119
16120         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16121         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16122         (gst_jpegenc_getcaps):
16123           move format setting to inner loop
16124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16125         (gst_ffmpegcolorspace_getcaps):
16126           use GST_PAD_CAPS if available so that we use already negotiated
16127           caps
16128         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16129         (qtdemux_parse_moov), (qtdemux_parse):
16130           extra debugging
16131         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16132         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16133           move hardcoded path to DEFINE
16134
16135 2004-04-28  David Schleef  <ds@schleef.org>
16136
16137         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16138         (bug #140064)
16139
16140 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16141
16142         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16143           Don't probe for playback device if we're a source element. Fixes
16144           #139658.
16145
16146 2004-04-29  Benjamin Otte  <otte@gnome.org>
16147
16148         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16149         (gst_id3_tag_chain):
16150           rewrite buffer offset
16151
16152 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16153
16154         * configure.ac:
16155         * ext/Makefile.am:
16156         * ext/dts/Makefile.am:
16157         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16158         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16159         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16160         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16161         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16162         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16163         (plugin_init):
16164         * ext/dts/gstdtsdec.h:
16165           New DTS decoder.
16166         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16167         (gst_faad_srcconnect):
16168           Add ESDS atom handling (.m4a).
16169
16170 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16171
16172         * ext/divx/gstdivxdec.c: (plugin_init):
16173           Remove comment that makes no sense.
16174         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16175           Fix for obvious typo that resulted in warnings during gst-register.
16176         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16177         (gst_xviddec_sink_link):
16178           Fix caps negotiation a bit better.
16179         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16180           We call this 'codec_data', not 'esds'.
16181
16182 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16183
16184         * gst/monoscope/gstmonoscope.c:
16185           make sure we only provide 256x128
16186         * gst/monoscope/monoscope.c: (monoscope_init):
16187           assert size of 256x128
16188
16189 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16190
16191         * Makefile.am:
16192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16193         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16194           fixate to max width and height of device
16195
16196 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16197
16198         * Makefile.am:
16199         * sys/v4l/gstv4l.c:
16200         * sys/v4l/gstv4lsrc.c:
16201         * sys/v4l/v4l_calls.c:
16202         * sys/v4l/v4lsrc_calls.c:
16203           fix for qc-usb driver which fakes having more than one buffer
16204           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16205           buffer_free override
16206           add debugging
16207
16208 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16209
16210         * Makefile.am:
16211         * gst/videotestsrc/gstvideotestsrc.c:
16212         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16213         (gst_videotestsrc_init), (gst_videotestsrc_get),
16214         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16215         * gst/videotestsrc/gstvideotestsrc.h:
16216           add num-buffers property
16217
16218         2004-04-26  Benjamin Otte  <otte@gnome.org>
16219
16220         * ext/mad/gstid3tag.c: (plugin_init):
16221           set id3mux rank to NONE so it doesn't confuse spider
16222           require audio/mpeg,mpegversion=1 in id3mux
16223
16224 2004-04-26  Benjamin Otte  <otte@gnome.org>
16225
16226         * configure.ac:
16227           detect faad correctly as non-working if it's indeed non-working
16228
16229 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16230
16231         * Makefile.am:
16232         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16233         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16234         fix _getcaps so it only negotiates to its supported format
16235
16236 2004-04-25  Benjamin Otte  <otte@gnome.org>
16237
16238         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16239           fix memleak
16240
16241 2004-04-23  Benjamin Otte  <otte@gnome.org>
16242
16243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16244           audio/x-raw-int with height rules! not. Now it's depth.
16245
16246 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16247
16248         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16249         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16250         (gst_wavparse_loop):
16251           Missing variable initialization. Add handling of DVI ADPCM. Fix
16252           mis-parsing of LIST chunks. This works around a bug where we mis-
16253           parse non-aligning LIST chunks (so LIST chunks where the contents
16254           don't align with the actual LIST size). The correct fix is to use
16255           rifflib, I'm not going to fix wavparse - too much work. All this
16256           fixes #104878.
16257
16258 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16259
16260         reviewed by Benjamin Otte  <otte@gnome.org>
16261
16262         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16263           fix shoutcast not working (fixes #140844)
16264
16265 2004-04-22  Benjamin Otte  <otte@gnome.org>
16266
16267         * ext/hermes/gsthermescolorspace.c:
16268         (gst_hermes_colorspace_caps_remove_format_info):
16269         * gst/colorspace/gstcolorspace.c:
16270         (gst_colorspace_caps_remove_format_info):
16271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16272         (gst_ffmpegcolorspace_caps_remove_format_info):
16273           s/gst_caps_simplify/gst_caps_do_simplify/
16274
16275 2004-04-22  Benjamin Otte  <otte@gnome.org>
16276
16277         * gst-libs/gst/riff/riff-media.c:
16278         (gst_riff_create_video_caps_with_data):
16279           mpegversion is an int
16280         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16281           don't try to create pad templates with NULL caps, use any caps
16282           instead.
16283
16284 2004-04-20  David Schleef  <ds@schleef.org>
16285
16286         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16287         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16288         (bug #140384)
16289
16290 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16291
16292         reviewed by David Schleef
16293
16294         * ext/mad/gstid3tag.c: Add stdlib.h
16295         * gst/rtp/gstrtpgsmenc.c: same
16296         * gst/tags/gstid3tag.c: same
16297         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16298         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16299         GST_DISABLE_LOADSAVE use.
16300         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16301         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16302         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16303         atol(3)).
16304         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16305         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16306         strtoul(3)).
16307         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16308         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16309         $(ID3_CFLAGS).
16310         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16311         $(LIBFAME_CFLAGS).
16312
16313 2004-04-20  David Schleef  <ds@schleef.org>
16314
16315         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16316         last checkin.  Same idea.
16317
16318 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16319
16320         reviewed by David Schleef
16321
16322         * configure.ac: bump required gstreamer version to 0.8.1.1
16323         because of following changes [--ds]
16324
16325         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16326         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16327         (gst_riff_read_header):  Use GST_READ_UINT*
16328         macros to access possibly unaligned memory.
16329
16330         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16331         (mp3_type_find):  Use GST_READ_UINT*
16332         macros to access possibly unaligned memory.
16333         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16334         (speex_type_find): Likewise
16335
16336         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16337
16338         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16339         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16340         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16341         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16342         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16343         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16344         macros to access possibly unaligned memory.
16345
16346         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16347         Likewise.
16348
16349         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16350         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16351
16352         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16353         Likewise.
16354
16355         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16356         (gst_mpeg2subt_chain_subtitle): Likewise.
16357
16358         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16359         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16360         Likewise.
16361
16362         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16363         Likewise.
16364
16365         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16366         Likewise.
16367
16368         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16369         Likewise.
16370
16371 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16372
16373         * configure.ac:
16374           update required version of GStreamer because of GST_TIME_FORMAT
16375
16376 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16377
16378         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16379           remove leftover g_print
16380         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16381           don't try setting only a subset of the caps. We don't want to kill
16382           autoplugging on purpose
16383
16384 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16385
16386         * sys/ximage/ximagesink.c: (plugin_init):
16387         * sys/xvimage/xvimagesink.c: (plugin_init):
16388           add debugging categories
16389
16390 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16391
16392         * po/en_GB.po:
16393         * po/LINGUAS:
16394           Adding en_GB translation (Gareth Owen)
16395
16396 2004-04-20  David Schleef  <ds@schleef.org>
16397
16398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16399         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16400         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16401         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16402         A number of new features and hacks to extract the esds atom and
16403         put it into the caps.  (bug #137724)
16404
16405 2004-04-19  David Schleef  <ds@schleef.org>
16406
16407         * gconf/Makefile.am: Fix for non-GNU make
16408         * gst-libs/gst/Makefile.am: Change directory order to handle
16409         GstPlay linking with gstinterfaces
16410         * gst-libs/gst/audio/make_filter: make use of tr portable
16411         * gst-libs/gst/play/Makefile.am: Add intended \
16412         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16413         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16414         function prototype instead of void *.
16415         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16416         macro.
16417         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16418         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16419         * gst/videofilter/make_filter: make use of tr portable
16420         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16421
16422 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16423
16424         * po/LINGUAS:
16425         * po/uk.po:
16426           Added Ukrainian translation (Maxim V. Dziumanenko)
16427
16428 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16429
16430         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16431         (gst_gsmdec_link), (gst_gsmdec_chain):
16432           Fix capsnego, simplify chain function slightly.
16433         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16434           Add GSM.
16435
16436 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16437
16438         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16439         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16440         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16441           Hack to make wavparse work with spider (always -> sometimes pad).
16442           Fixes #135862 && #140411.
16443
16444 2004-04-18  Benjamin Otte  <otte@gnome.org>
16445
16446         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16447         (gst_osselement_rate_probe_check),
16448         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16449           get rid of \n in debug output
16450
16451 2004-04-17  Iain <iain@prettypeople.org>
16452
16453         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16454         not just EOS.
16455
16456 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16457
16458         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16459         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16460         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16461         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16462         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16463         (gst_id3_tag_change_state), (plugin_init):
16464           deprecate id3tag element and replace with id3demux/id3mux.
16465           great side effect: this ugly file is now even uglier, yay!
16466         * ext/mad/gstmad.h:
16467           remove non-available function
16468           update for new get_type
16469
16470 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16471
16472         * configure.ac:
16473           require mpeg2dec >= 0.4.0
16474
16475 2004-04-17  Benjamin Otte  <otte@gnome.org>
16476
16477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16478         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16479         (gst_xvimagesink_set_xwindow_id):
16480           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16481           assorted cleanup fixes.
16482
16483 2004-04-16  David Schleef  <ds@schleef.org>
16484
16485         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16486         * sys/xvimage/xvimagesink.h: same
16487
16488 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16489
16490         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16491           Fix GST_ELEMENT_ERROR with (NULL)
16492
16493 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16494
16495         * gst-libs/gst/riff/riff-media.c:
16496         (gst_riff_create_video_caps_with_data):
16497           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16498
16499 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * gst-libs/gst/riff/riff-media.c:
16502         (gst_riff_create_video_caps_with_data),
16503         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16504         (gst_riff_create_video_template_caps),
16505         (gst_riff_create_audio_template_caps):
16506         * gst-libs/gst/riff/riff-media.h:
16507         * gst-libs/gst/riff/riff-read.c:
16508         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16509         * gst-libs/gst/riff/riff-read.h:
16510         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16511           Add MS RLE support. I added some functions to read out strf chunks
16512           into strf chunks and the data behind it. This is usually color
16513           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16514           caps creation. Lastly, add ADPCM (similar to wavparse - which
16515           should eventually be rifflib based).
16516         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16517         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16518         * gst/matroska/matroska-demux.h:
16519           Remove placeholders for some prehistoric tagging system. Didn't add
16520           support for any tag system really anyway.
16521         * gst/qtdemux/qtdemux.c:
16522           Add support for audio/x-m4a (MPEG-4) through spider.
16523         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16524         (gst_wavparse_loop):
16525           ADPCM support (#135862). Increase max. buffer size because we
16526           cannot split buffers for ADPCM (screws references) and I've seen
16527           files with 2048 byte chunks. 4096 seems safe for now.
16528
16529 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16530
16531         * configure.ac: bump nano to 1
16532
16533 === release 0.8.1 ===
16534
16535 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16536
16537         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16538
16539 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16540
16541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16542           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16543           Fixes #140058
16544
16545 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16546
16547         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16548           lower rank of dvddemux so that it's not used for mpeg playback.
16549
16550 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16551
16552         * configure.ac:
16553           save libs correctly when checking mad
16554
16555 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16556
16557         * ext/mad/gstid3tag.c: (plugin_init):
16558           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16559
16560 2004-04-13  David Schleef  <ds@schleef.org>
16561
16562         * common/m4/gst-feature.m4: Call -config scripts with
16563         --plugin-libs if it is supported.
16564         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16565         JPEG images are image/jpeg.
16566         * gst/debug/Makefile.am:
16567         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16568         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16569         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16570         (gst_negotiation_plugin_init): Add a property that acts like
16571         filter caps.
16572         * testsuite/gst-lint:  Move license checking to be a standard
16573         test.
16574
16575 2004-04-13  David Schleef  <ds@schleef.org>
16576
16577         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16578         patch from Sebastien Cote (bug #139958)
16579
16580 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16581
16582         * examples/gstplay/Makefile.am:
16583         * examples/gstplay/player.c: (main):
16584           make the commandline player example use gconf settings
16585
16586 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16587
16588         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16589         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16590         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16591           init/end library during state transition, not object
16592           creation/disposal.  get rid of custom dispose handler.
16593
16594
16595 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16596
16597         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16598         be a symlink
16599
16600 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16601
16602         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16603           Handle JUNK chunks inside data section. Prevents warnings.
16604
16605 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16606
16607         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16608         (gst_riff_create_video_template_caps):
16609           Add MS video v1.
16610         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16611         (gst_avi_demux_stream_data):
16612           Add support for "rec-list" chunks.
16613
16614 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16615
16616         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16617           Fix another codecname mismatch.
16618
16619 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16620
16621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16622           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16623           so that MJPEG plays back.
16624
16625 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16626
16627         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16628         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16629         * gst/mpeg1videoparse/gstmp1videoparse.h:
16630           Fix for some slight mis-cuts in buffer parsing, and for some
16631           potential overflows or faults-causers. Adds disconts. Also fixes
16632           #139105 while we're at it.
16633
16634 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16635
16636         * configure.ac:
16637         * sys/v4l2/gstv4l2element.h:
16638           Workaround for missing struct v4l2_buffer declaration in Suse 9
16639           and Mandrake 10 linux/videodev2.h header file (#135919).
16640
16641 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16644           Bail out if no filename was given.
16645
16646 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16647
16648         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16649         (gst_v4l2_fourcc_from_structure):
16650           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16651           Y41B somewhere).
16652
16653 2004-04-09  Benjamin Otte  <otte@gnome.org>
16654
16655         * ext/gnomevfs/gstgnomevfssink.c:
16656         (_gst_boolean_allow_overwrite_accumulator),
16657         (gst_gnomevfssink_class_init):
16658           fix erase signal - if any handler returns false the file will not be
16659           overwritten. If no handler is connected, the file will not be
16660           overwritten either.
16661           renamed signal to "allow-overwrite"
16662         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16663           free string when adding it to ID3 failed
16664         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16665           unref event when done
16666         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16667           free caps
16668         * gst/typefind/gsttypefindfunctions.c:
16669         (mpeg_video_stream_type_find):
16670           fix invalid read
16671
16672 2004-04-08  David Schleef  <ds@schleef.org>
16673
16674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16675         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16676
16677 2004-04-08  David Schleef  <ds@schleef.org>
16678
16679         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16680         we don't support (bug #139532)
16681
16682 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16683
16684         * ext/mad/gstmad.c: (gst_mad_handle_event),
16685         (gst_mad_check_caps_reset), (gst_mad_chain),
16686         (gst_mad_change_state):
16687           only set explicit caps if they haven't been set before for
16688           this stream.  MPEG-audio sample rate/channels aren't allowed
16689           to change in-stream.
16690           Fixes #139382
16691
16692 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16693
16694         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16695         (_gst_boolean_did_something_accumulator),
16696         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16697         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16698         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16699         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16700         (gst_gnomevfssink_change_state):
16701           Fix erase signal. Don't erase by default. Remove handoff signal.
16702           Remove erase property. Don't segfault. General cleanup.
16703
16704 2004-04-07  Benjamin Otte  <otte@gnome.org>
16705
16706         * gst-libs/gst/gconf/test-gconf.c: (main):
16707           add missing gst_init
16708
16709 2004-04-07  Benjamin Otte  <otte@gnome.org>
16710
16711         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16712           free the mutexes, too
16713
16714 2004-04-07  Benjamin Otte  <otte@gnome.org>
16715
16716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16717           actually free the URI string
16718         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16719           compute offset correctly when passing discont events
16720         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16721           don't leak discont events
16722         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16723           add some missing breaks so caps aren't copied randomly
16724         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16725           if we realloc memory, we better use it
16726
16727 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16728
16729         * ext/mad/gstmad.c: (normal_seek):
16730           fix GST_FORMAT_TIME usage
16731
16732 2004-04-05  David Schleef  <ds@schleef.org>
16733
16734         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16735         a deprecated function (hack!)
16736
16737 2004-04-05  Benjamin Otte  <otte@gnome.org>
16738
16739         * ext/esd/esdmon.c: (gst_esdmon_get):
16740           fix nonterminated vararg and memleak
16741
16742 2004-04-05  Benjamin Otte  <otte@gnome.org>
16743
16744         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16745         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16746         (gst_ladspa_set_property), (gst_ladspa_get_property),
16747         (gst_ladspa_instantiate), (gst_ladspa_activate),
16748         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16749           clean up debugging
16750
16751 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16752
16753         reviewed by Benjamin Otte  <otte@gnome.org>
16754
16755         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16756           check for broken LADSPA parameters (fixes #138635)
16757
16758 2004-04-05  Benjamin Otte  <otte@gnome.org>
16759
16760         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16761           advertise buffer-frames correctly on sinkpads
16762
16763 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16764
16765         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16766         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16767         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16768         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16769         (gst_mad_check_caps_reset), (gst_mad_chain):
16770         add more debugging, only reset caps when we're not in error state
16771
16772 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16773
16774         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16775
16776 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16777
16778         reviewed by Benjamin Otte  <otte@gnome.org>
16779
16780         * configure.ac:
16781           fix == in test(1) operator
16782
16783 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16784
16785         reviewed by Benjamin Otte  <otte@gnome.org>
16786
16787         * configure.ac:
16788           fix --export-symblos-regex to a working regex.
16789
16790 2004-04-04  Benjamin Otte  <otte@gnome.org>
16791
16792         * sys/oss/.cvsignore:
16793           add for oss_probe
16794
16795 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16796
16797         reviewed by Benjamin Otte  <otte@gnome.org>
16798
16799         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16800           add missing 'new_media' argument (fixes #138168)
16801         * gst/matroska/matroska-demux.c:
16802         (gst_matroska_demux_handle_seek_event):
16803           add vararg terminator (fixes #138169)
16804
16805 2004-04-02  David Schleef  <ds@schleef.org>
16806
16807         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16808         disted (bug #138914)
16809
16810 2004-04-01  Benjamin Otte  <otte@gnome.org>
16811
16812         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16813         (gst_alsa_close_audio):
16814           handle case better where a soundcard can't pause
16815         * ext/ogg/gstoggdemux.c:
16816           don't crash when we get events but don't have pads yet
16817
16818 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16819
16820         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16821           throw an error if we couldn't probe any caps.
16822
16823 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16824
16825         * ext/dvdnav/gst-dvd:
16826         Add a really simple sample DVD player
16827
16828 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16829
16830         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16831         (gst_a52dec_push), (gst_a52dec_handle_event),
16832         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16833         (gst_a52dec_change_state):
16834         * ext/a52dec/gsta52dec.h:
16835           Use a debug category, Output timestamps correctly
16836           Emit tag info, Handle events, tell liba52dec about cpu
16837           capabilities so it can use MMX etc.
16838         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16839           Fix a crasher accessing invalid memory
16840         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16841         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16842         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16843         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16844         (dvdnavsrc_query):
16845           Some support for byte-format seeking.
16846           Small fixes for still frames and menu button overlays
16847         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16848         (gst_mpeg2dec_alloc_buffer):
16849           Use a debug category. Adjust the report level of several items to
16850           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16851           so it doesn't lose the GstBuffer pointer
16852         * gst/debug/Makefile.am:
16853         * gst/debug/gstdebug.c: (plugin_init):
16854         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16855         (gst_navseek_base_init), (gst_navseek_class_init),
16856         (gst_navseek_init), (gst_navseek_seek),
16857         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16858         (gst_navseek_get_property), (gst_navseek_chain),
16859         (gst_navseek_plugin_init):
16860         * gst/debug/gstnavseek.h:
16861           Add the navseek debug element for seeking back and forth in a
16862           video stream using arrow keys.
16863         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16864         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16865         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16866         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16867         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16868         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16869         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16870         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16871         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16872         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16873         * gst/mpeg2sub/gstmpeg2subt.h:
16874           Pretty much a complete rewrite. Now a loopbased element. May still
16875           require work to properly synchronise subtitle buffers.
16876         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16877         (gst_dvd_demux_send_subbuffer):
16878         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16879           Don't attempt to create subbuffers of size 0
16880           Reduce a couple of error outputs to warnings.
16881         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16882         (gst_y4mencode_chain):
16883         Output the y4m frame header correctly.
16884
16885 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16886
16887         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16888           throw errors instead of allowing SIGFPE
16889
16890 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16891
16892         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16893         (gst_gconf_render_bin_from_key):
16894           leak plugging and style fixing
16895
16896 2004-03-31  David Schleef  <ds@schleef.org>
16897
16898         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16899         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16900         (bug #138225)
16901         * gst/debug/Makefile.am:
16902         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16903         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16904         plugin.
16905         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16906         (gst_negotiation_base_init), (gst_negotiation_class_init),
16907         (gst_negotiation_init), (gst_negotiation_getcaps),
16908         (gst_negotiation_pad_link), (gst_negotiation_chain),
16909         (gst_negotiation_set_property), (gst_negotiation_get_property),
16910         (gst_negotiation_plugin_init):  New element to talk about random
16911         negotiation things happening in a pipeline.
16912
16913 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16914
16915         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16916           fix integer addition with help of Stefan Kost
16917
16918 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16919
16920         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16921
16922 2004-03-30  David Schleef  <ds@schleef.org>
16923
16924         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16925         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16926         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16927         (bug #137504)
16928         * ext/mpeg2dec/gstmpeg2dec.h:
16929
16930 2004-03-30  David Schleef  <ds@schleef.org>
16931
16932         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16933
16934 2004-03-30  David Schleef  <ds@schleef.org>
16935
16936         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16937         Michael Petullo) to handle .mov
16938
16939 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16940
16941         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16942         (gst_osselement_rate_check_rate):
16943           probe caps correctly for sound cards that only support one format
16944
16945 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16946
16947         * ext/kio/kiosrc.cpp: (process_events):
16948           update handling event processing if inside KDE - untested
16949
16950 2004-03-29  David Schleef  <ds@schleef.org>
16951
16952         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16953         by 2 to not interfere with other colorspaces.
16954         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16955         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16956         one to not interfere with ffmpeg_colorspace.
16957
16958 2004-03-29  David Schleef  <ds@schleef.org>
16959
16960         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16961         aren't in the caps.
16962         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16963         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16964
16965 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16966
16967         * gst-libs/gst/riff/riff-media.c:
16968           fail on error, don't try to set stuff on NULL caps
16969
16970 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16971
16972         * configure.ac:
16973         * ext/Makefile.am:
16974         * ext/kio/Makefile.am:
16975         * ext/kio/kioreceiver.cpp:
16976         * ext/kio/kioreceiver.h:
16977         * ext/kio/kiosrc.cpp:
16978         * ext/kio/kiosrc.h:
16979           add experimental kiosrc plugin
16980         * ext/alsa/gstalsaplugin.c: (plugin_init):
16981           initialize debugging category only when we're sure registering the
16982           plugins worked.
16983
16984 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16985
16986         * examples/gstplay/player.c: (main):
16987         * gst-libs/gst/play/play.c: (gst_play_class_init),
16988         (gst_play_set_location), (gst_play_set_data_src),
16989         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16990         (gst_play_set_visualization), (gst_play_connect_visualization):
16991           check return values of element_set_state and return FALSE where
16992           failed
16993
16994 2004-03-29  Benjamin Otte  <otte@gnome.org>
16995
16996         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16997           try harder to check if an event is really a discont
16998
16999 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17000
17001         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
17002         * po/az.po:
17003
17004 2004-03-28  Benjamin Otte  <otte@gnome.org>
17005
17006         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17007         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17008         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
17009           get rid of non-standard "..." ranges in case statements.
17010
17011 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
17012
17013         * gst/mpegstream/gstmpegdemux.c:
17014         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
17015         specific functionality split to the new dvddemux element.
17016         * gst/mpegstream/gstdvddemux.c:
17017         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
17018         streams, derived from mpegdemux.
17019         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
17020         up. SCR based timestamp rewriting can be turned off (will probably
17021         completely disappear soon).
17022         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
17023         hacking. General cleanup. All printf statements replaced by
17024         debugging messages. Almost complete libdvdnav support.
17025         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
17026         by events. New properties for audio and subpicture languages.
17027         (dvdnavsrc_update_highlight): Now uses events.
17028         (dvdnavsrc_user_op): Cleaned up.
17029         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
17030         based). Lots of cleanup, and propper support for most libdvdnav
17031         events.
17032         (dvdnavsrc_make_dvd_event): New function.
17033         (dvdnavsrc_make_dvd_nav_packet_event): New function.
17034         (dvdnavsrc_make_clut_change_event): New function.
17035
17036 2004-03-26  Benjamin Otte  <otte@gnome.org>
17037
17038         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
17039           fix bug where typefinding would claim it's theora whenever less then
17040           7 bytes of data were available
17041
17042 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17043
17044         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
17045         (gst_alawdec_base_init), (gst_alawdec_class_init),
17046         (gst_alawdec_init), (gst_alawdec_chain):
17047         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
17048         (gst_alawenc_base_init), (gst_alawenc_class_init),
17049         (gst_alawenc_init), (gst_alawenc_chain):
17050         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17051         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17052         (gst_mulawdec_init), (gst_mulawdec_chain):
17053         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17054         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17055         (gst_mulawenc_init), (gst_mulawenc_chain):
17056           Fix capsnego in all four, remove the unused property functions and
17057           simplify the chain functions slightly. I guess we could use macros
17058           or something similar for those, since the code is so similar, but
17059           I'm currently too lazy...
17060
17061 2004-03-24  David Schleef  <ds@schleef.org>
17062
17063         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17064         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17065         (gst_osselement_get_format_structure),
17066         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17067         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17068         (gst_osselement_rate_int_compare): Add code to handle rate probing
17069         (bug #120883)
17070         * sys/oss/gstosselement.h: same
17071         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17072         Use rate probing provided by osselement.
17073         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17074
17075 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17076
17077         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17078         (gst_xvidenc_get_property):
17079           ulong/int mess-up.
17080
17081 2004-03-24  David Schleef  <ds@schleef.org>
17082
17083         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17084         (gst_speexdec_init):
17085         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17086         (gst_speexenc_init):  Create the pad template correctly (from
17087         the static pad template, not a NULL pointer.)
17088
17089 2004-03-25  Benjamin Otte  <otte@gnome.org>
17090
17091         * gst/debug/Makefile.am:
17092         * gst/debug/breakmydata.c:
17093           add element that quasi-randomly changes bytes in the stream.
17094           Intended use is robustness checking of demuxers and decoders in
17095           media tests.
17096
17097 2004-03-24  Benjamin Otte  <otte@gnome.org>
17098
17099         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17100         (gst_alsa_probe_hw_params):
17101         * ext/alsa/gstalsa.h:
17102           debugging output fixes
17103
17104 2004-03-24  Benjamin Otte  <otte@gnome.org>
17105
17106         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17107           don't g_return_if_fail if element is PLAYING, fail silently as every
17108           other element.
17109         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17110           only fix needed for cast lvalue issues in gst-plugins
17111         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17112           add proxy_getcaps
17113
17114 2004-03-24  Benjamin Otte  <otte@gnome.org>
17115
17116         * gst/level/gstlevel.c: (gst_level_init):
17117           add proxying getcaps function, so level doesn't advertise impossible
17118           caps
17119
17120 2004-03-24  David Schleef  <ds@schleef.org>
17121
17122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17123         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17124         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17125         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17126         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17127         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17128         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17129         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17130         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17131         messages.  Divide the chunk size by the compression ratio
17132         (needed for MACE audio)
17133
17134 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17135
17136         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17137           Fix buffer overflow read error.
17138
17139 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * ext/alsa/gstalsa.h:
17142           Remove unused entry.
17143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17144           Add cinepak.
17145         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17146         (gst_videodrop_link), (gst_videodrop_chain):
17147           Fix, sort of. Was horribly broken with new capsnego. Bah...
17148
17149 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17150
17151         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17152         (plugin_init):
17153         Add a monkeysaudio typefind function
17154
17155 2004-03-23  Johan Dahlin  <johan@gnome.org>
17156
17157         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17158         (gst_play_video_fixate): Check so the structure has the field
17159         before trying to fixate them, this makes it possible to have
17160         fakesinks for video and audio output without printing errors on
17161         the output console.
17162
17163 2004-03-22  David Schleef  <ds@schleef.org>
17164
17165         * sys/oss/Makefile.am:
17166         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17167         (check_rate), (add_rate):  Rate probing test app.
17168
17169 2004-03-21  Benjamin Otte  <otte@gnome.org>
17170
17171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17172         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17173           add a fixation function that pretty much does the right thing (fixes
17174           #137556)
17175
17176 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17177
17178         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17179
17180 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17181
17182         reviewed by: Benjamin Otte  <otte@gnome.org>
17183
17184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17185           terminate gst_event_new_discontinuous correctly (fixes parts of
17186           #137711)
17187
17188 2004-03-19  David Schleef  <ds@schleef.org>
17189
17190         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17191         since it doesn't depend on X, and it's part of our ABI.
17192
17193 2004-03-19  Iain <iain@prettypeople.org>
17194
17195         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17196         is_int in the structure, not the local variable.
17197
17198 2004-03-19  David Schleef  <ds@schleef.org>
17199
17200         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17201         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17202         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17203         Improvements in caps negotiation.
17204
17205 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17206
17207         * po/LINGUAS:
17208         * po/af.po:
17209           adding Afrikaans (Petri Jooste)
17210
17211 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17212
17213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17214         (gst_ffmpegcolorspace_chain):
17215         throw error instead of g_critical (#137588)
17216
17217 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17218
17219         * Makefile.am:
17220         * configure.ac:
17221           dist common and m4 correctly
17222         * po/sv.po:
17223
17224 2004-03-17  David Schleef  <ds@schleef.org>
17225
17226         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17227         (bug #137348)
17228
17229 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17230
17231         * po/LINGUAS:
17232         * po/sv.po:
17233           adding Swedish translation (Christian Rose)
17234
17235 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17236
17237         * Makefile.am: use release.mak
17238
17239 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17240
17241         * common/ChangeLog:
17242         * common/gst-autogen.sh:
17243           add some explanation about the version detection
17244         * configure.ac:
17245           fix X check
17246
17247 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * configure.ac: bump nano to 1
17250
17251 === release 0.8.0 ===
17252
17253 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17254
17255         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17256
17257 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17258
17259         * configure.ac:
17260           update libtool version
17261         * gst-libs/gst/media-info/Makefile.am:
17262           actually use libtool version
17263
17264 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17265
17266         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17267
17268 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17269
17270         * configure.ac:
17271         * gst-plugins.spec.in:
17272         * pkgconfig/Makefile.am:
17273         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17274         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17275         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17276         * pkgconfig/gstreamer-libs.pc.in:
17277         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17278         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17279         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17280         * pkgconfig/gstreamer-plugins.pc.in:
17281           remove @VERSION@ from some of the pc files since core and plugins
17282           are decoupled.
17283           created gstreamer-plugins.pc as it's a better name, but keeping
17284           -libs around for now to get fixes upstream done first.
17285
17286 2004-03-15  Julien MOUTTE <julien@moutte.net>
17287
17288         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17289         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17290         * gst-libs/gst/play/play.h:
17291
17292 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17293
17294         * *.c, *.cc: don't mix tabs and spaces
17295
17296 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17297
17298         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17299           use the new ffmpegcolorspace
17300         * gst-plugins.spec.in:
17301           package new colorspace and media-info
17302         * configure.ac:
17303         * pkgconfig/Makefile.am:
17304           fix some more disting issues
17305         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17306         * pkgconfig/gstreamer-media-info.pc.in:
17307           generate media-info pc files
17308
17309 2004-03-15  Johan Dahlin  <johan@gnome.org>
17310
17311         * *.h: Revert indenting
17312
17313 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17314
17315         * configure.ac:
17316           adding ffmpegcolorspace element
17317         * gst/ffmpegcolorspace/Makefile.am:
17318         * gst/ffmpegcolorspace/avcodec.h:
17319         * gst/ffmpegcolorspace/common.h:
17320         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17321         * gst/ffmpegcolorspace/dsputil.h:
17322         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17323         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17324         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17325         (gst_ffmpeg_caps_to_pix_fmt):
17326         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17328         (gst_ffmpegcolorspace_caps_remove_format_info),
17329         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17330         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17331         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17332         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17333         (gst_ffmpegcolorspace_set_property),
17334         (gst_ffmpegcolorspace_get_property),
17335         (gst_ffmpegcolorspace_register):
17336         * gst/ffmpegcolorspace/imgconvert.c:
17337         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17338         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17339         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17340         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17341         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17342         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17343         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17344         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17345         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17346         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17347         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17348         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17349         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17350         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17351         (img_get_alpha_info), (deinterlace_line),
17352         (deinterlace_line_inplace), (deinterlace_bottom_field),
17353         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17354         * gst/ffmpegcolorspace/imgconvert_template.h:
17355         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17356         * gst/ffmpegcolorspace/mmx.h:
17357         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17358           adding ffmpegcolorspace element supplied by Ronald after cleaning
17359           up and pulling in the right bits of upstream source.
17360           I'm sure a better C/compiler wizard could do some cleaning up (for
17361           example use GLIB's malloc stuff), but as a first pass this
17362           works very well
17363
17364 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17365
17366         * ext/alsa/gstalsa.h:
17367           I assume Ronald forgot to commit the change to have cardname
17368           as a struct member.  Expect some public spanking at the next
17369           opportunity.
17370
17371 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17372
17373         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17374         (gst_alsa_open_audio), (gst_alsa_close_audio):
17375         * ext/alsa/gstalsa.c:
17376           Don't open the device if we're a mixer (= padless).
17377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17378         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17379         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17380           Open mixer during state change rather than during object
17381           initialization. Also, get a device name. Currently in a somewhat
17382           hackish fashion, but I didn't really find something better.
17383
17384 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17385
17386         * *.c, *.h: run gst-indent
17387
17388 2004-03-14  Benjamin Otte  <otte@gnome.org>
17389
17390         * gst/modplug/gstmodplug.cc:
17391         * gst/modplug/gstmodplug.h:
17392           set correct timestamps on outgoing buffers
17393
17394 2004-03-14  Benjamin Otte  <otte@gnome.org>
17395
17396         * gst/modplug/gstmodplug.cc:
17397           handle events - don't do crap when a discont arrives that's not
17398           necessary
17399           This allows correct loading and playback of mods in Rhythmbox
17400
17401 2004-03-14  Benjamin Otte  <otte@gnome.org>
17402
17403         * configure.ac:
17404         * gst-libs/gst/gconf/Makefile.am:
17405         * pkgconfig/Makefile.am:
17406           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17407           they get rebuilt properly
17408         * configure.ac:
17409           when checking for vorbis, try pkgconfig first.
17410         * gst/modplug/gstmodplug.cc:
17411           add fixate function
17412
17413 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17416           Fix for obvious mistake, where we first shift the offset and then
17417           read a samplesize element assuming the old offset. Note that this
17418           part still has something weird, i.e. my movies containing those
17419           don't actually play well, but at least there's something that looks
17420           like sound now.
17421
17422 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17423         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17424         (plugin_init):
17425         Add a typefind function for speex format
17426
17427 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17428
17429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17430         (gst_asf_demux_setup_pad):
17431           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17432           instead of 0. Reason is simple: some elements have a fps range
17433           of 1-max instead of 0-max. So now ASF video actually works.
17434
17435 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17436
17437         * po/LINGUAS:
17438         * po/sr.po:
17439           adding serbian as a language
17440
17441 2004-03-13  Benjamin Otte  <otte@gnome.org>
17442
17443         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17444           return taglist correctly from _get function, don't gst_pad_push it.
17445           (fixes #137042)
17446
17447 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17448         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17449
17450 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17451
17452         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17453         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17454         (gst_alsa_mixer_track_new):
17455         * ext/alsa/gstalsamixertrack.h:
17456           Fix ancient leftovers... MixerTrack is a GObject.
17457
17458 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17461         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17462           Don't block during probing...
17463
17464 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17465
17466         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17467         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17468         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17469         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17470         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17471         (gst_alsa_open_audio), (gst_alsa_close_audio):
17472         * ext/alsa/gstalsa.h:
17473           Add propertyprobe interface implementation, add some device-name
17474           property, all this so that it looks good in gnome-volume-control.
17475
17476 2004-03-12  David Schleef  <ds@schleef.org>
17477
17478         * configure.ac: the Hermes library controls hermescolorspace, not
17479         colorspace.
17480         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17481         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17482         not /* */
17483         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17484         * ext/sdl/sdlvideosink.h: ditto.
17485         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17486
17487 2004-03-12  Benjamin Otte  <otte@gnome.org>
17488
17489         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17490         (gst_x_overlay_got_xwindow_id):
17491         * gst-libs/gst/xoverlay/xoverlay.h:
17492           replace XID with unsigned long to get rid of the xlibs dependency in
17493           XOverlay (fixes #137004)
17494
17495 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17496         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17497         (gst_agingtv_setup):
17498         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17499         (gst_dicetv_base_init), (gst_dicetv_class_init),
17500         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17501         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17502         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17503         (gst_edgetv_setup), (gst_edgetv_rgb32):
17504         * gst/effectv/gsteffectv.c:
17505         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17506         (gst_quarktv_set_property):
17507         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17508         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17509         (gst_revtv_setup), (gst_revtv_rgb32):
17510         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17511         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17512         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17513         (gst_shagadelictv_rgb32):
17514         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17515         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17516         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17517         * gst/effectv/gstwarp.c:
17518         Port everything that can be ported to videofilter and fix up the caps.
17519         Can someone with a big-endian machine please check these?
17520
17521 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17522
17523         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17524         (gst_osssink_chain), (gst_osssink_change_state):
17525           Latest fixes for A/V sync, audio playback and such. This is about
17526           all... MPEG playback issues are mostly related to the async build-
17527           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17528
17529 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         patch from: Stephane Loeuillet
17532
17533         * configure.ac:
17534           use pkg-config for some libraries, falling back to the old .m4 way
17535           (fixes #131270)
17536         * m4/libdv.m4:
17537           removed
17538
17539 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17540
17541         * configure.ac:
17542         * tools/Makefile.am:
17543         * tools/Makefile.in:
17544         * tools/gst-launch-ext-m.m:
17545         * tools/gst-launch-ext.1.in:
17546         * tools/gst-visualise-m.m:
17547         * tools/gst-visualise.1:
17548         * tools/gst-visualise.1.in:
17549           reorganizing generation of script tools
17550
17551 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17552
17553         * ext/divx/gstdivxdec.c:
17554           Downgrade priority. We prefer ffdec_mpeg4.
17555         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17556         (gst_faad_chain), (gst_faad_change_state):
17557           Fix capsnego. Doesn't work for some sounds because we don't have
17558           a 5:1 to stereo element.
17559         * ext/xvid/gstxvid.c: (plugin_init):
17560           Add priority.
17561         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17562         (gst_osssink_change_state):
17563           Add discont handling.
17564
17565 2004-03-09  Colin Walters  <walters@verbum.org>
17566
17567         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17568         conversion.
17569
17570 2004-03-09  Benjamin Otte  <otte@gnome.org>
17571
17572         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17573           the signals take 2 arguments
17574
17575 2004-03-09  David Schleef  <ds@schleef.org>
17576
17577         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17578         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17579         * ext/alsa/gstalsa.h:
17580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17581
17582 2004-03-09  Benjamin Otte  <otte@gnome.org>
17583
17584         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17585         (gst_mikmod_change_state):
17586         * ext/mikmod/gstmikmod.h:
17587           make mikmod's loop function not loop infinitely and call
17588           gst_element_yield anymore
17589         * gst/modplug/gstmodplug.cc:
17590           fix pad negotiation (fixes #136590)
17591
17592 2004-03-09  David Schleef  <ds@schleef.org>
17593
17594         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17595         doesn't conflict with the internal colorspace plugin.
17596         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17597         satisfy the crappy-ass shell shipped by a certain vendor.
17598         * gst/videofilter/make_filter: same (bug #135299)
17599
17600 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17601
17602         * configure.ac: bump nano to 1
17603
17604 === release 0.7.6 ===
17605
17606 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17607
17608         * configure.in: releasing 0.7.6, "There"
17609
17610 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17611
17612         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17613         * pkgconfig/gstreamer-play.pc.in:
17614           synchronize the two
17615
17616 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17617
17618         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17619         (cdparanoia_open), (cdparanoia_event):
17620           fix/add error handling
17621         * po/POTFILES.in:
17622           add cdparanoia source
17623         * tools/Makefile.am:
17624           make scripts executable
17625
17626 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17627
17628         * configure.ac:
17629         * ext/vorbis/Makefile.am:
17630         * sys/Makefile.am:
17631           remove id3types, vorbisfile and xvideosink from the build (#133783)
17632
17633 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17634
17635         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17636           Fix metadata read crash (#136537).
17637
17638 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17639
17640         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17641         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17642           adding mime types, fixing the one-stop function
17643
17644 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17645
17646         * ext/nas/nassink.c and /ext/nas/nassink.h:
17647         More NAS love from Arwed von Merkatz
17648         So lets all sing 'Can you feel the NAS tonight'
17649
17650 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17651
17652         * tools/gst-launch-ext.in:
17653         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17654
17655 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17656
17657         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17658         (gst_mpeg2dec_init):
17659         remove the user_data pad for now, because it is being used in
17660         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17661         If someone knows how to fix this properly, please do.
17662
17663 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17664
17665         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17666         (gst_osssink_get_time):
17667         add a warning, IMO this won't get triggered anymore, remove later
17668
17669 2004-03-07  David Schleef  <ds@schleef.org>
17670
17671         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17672         format (bug #136470)
17673
17674 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17675
17676         * gst-libs/Makefile.am:
17677         * gst-libs/gst/media-info/Makefile.am:
17678         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17679         (error_callback), (gst_media_info_error_create),
17680         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17681         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17682         * gst-libs/gst/media-info/media-info-priv.h:
17683         * gst-libs/gst/media-info/media-info-test.c: (main):
17684         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17685         (gst_media_info_class_init), (gst_media_info_instance_init),
17686         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17687         (gst_media_info_read_idler), (gst_media_info_read):
17688         * gst-libs/gst/media-info/media-info.h:
17689         fixed, should work now
17690
17691 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17692
17693         * ext/nas/nassink.c:
17694         A bunch of NAS fixes from Arwed von Merkatz
17695
17696 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17697
17698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17699         (qtdemux_parse_trak):
17700           Fix crash (j might be greater than n_samples, in which case we're
17701           writing outside the allocated space for the array) and memleak.
17702
17703 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17704
17705         * sys/oss/gstosssink.c: (gst_osssink_chain):
17706           And another caller that couldn't handle delay < 0 (unsigned
17707           integer overflow). Video now continues playing on an audio
17708           buffer underrun, and the clock continues working. Audio still
17709           stalls.
17710
17711 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17712
17713         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17714         (gst_osssink_get_time):
17715           get_delay() may return values lower than 0. In those cases, we
17716           should not actually cast to *unsigned* int64, that will break
17717           stuff horribly. In my case, it screwed up A/V sync in movies
17718           in totem rather badly.
17719
17720 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17721
17722         * ext/faac/gstfaac.c: (gst_faac_chain):
17723         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17724         * ext/libpng/gstpngenc.c: (user_write_data):
17725         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17726         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17727         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17728         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17729         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17730         of any buffer), should fix some leaks. I hope I didn't unref buffers
17731         that shouldn't be...
17732
17733 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17734
17735         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17736         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17737         (error_callback), (gmi_reset), (gmi_seek_to_track),
17738         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17739         (gmip_find_type_post), (gmip_find_stream_post),
17740         (gmip_find_track_streaminfo_post):
17741         * gst-libs/gst/media-info/media-info-priv.h:
17742         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17743         (info_print), (main):
17744         * gst-libs/gst/media-info/media-info.c:
17745         (gst_media_info_error_create), (gst_media_info_error_element),
17746         (gst_media_info_instance_init), (gst_media_info_get_property),
17747         (gst_media_info_new), (gst_media_info_set_source),
17748         (gst_media_info_read_idler), (gst_media_info_read):
17749         * gst-libs/gst/media-info/media-info.h:
17750           first pass at making this work again.  This seems to work on
17751           tagged ogg/vorbis and mp3 files.
17752
17753 2004-03-06  Benjamin Otte  <otte@gnome.org>
17754
17755         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17756           fix huge leak: gst_buffer_merge doesn't unref the first argument
17757           itself.
17758
17759 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17760
17761         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17762           report layer/mode/emphasis
17763
17764 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17765
17766         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17767
17768 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17769
17770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17771           signal serial
17772
17773 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17774
17775         * ext/vorbis/vorbis.c: (plugin_init):
17776         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17777         (gst_vorbis_dec_init), (vorbis_dec_event):
17778         add debug category
17779         make vorbisdec handle _BYTE and _TIME queries
17780
17781 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17782
17783         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17784           from the xing header
17785
17786 2004-03-06  Benjamin Otte  <otte@gnome.org>
17787
17788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17789         (gst_audio_convert_link), (gst_audio_convert_change_state),
17790         (gst_audio_convert_buffer_from_default_format):
17791           do conversions from/to float correctly, fix some caps nego errors,
17792           export correct supported caps in template and getcaps, use correct
17793           caps in try_set_caps functions
17794
17795 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17796
17797         For some reason, I only committed a ChangeLog entry yesterday and
17798         not the corresponding code...
17799         * ext/mad/gstmad.c: Fix detection of Xing headers
17800         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17801
17802 2004-03-06  Benjamin Otte  <otte@gnome.org>
17803
17804         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17805         (gst_ogg_demux_src_query):
17806           make sure to handle the case where there's no current chain
17807           gracefully.
17808
17809 2004-03-05  David Schleef  <ds@schleef.org>
17810
17811         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17812         Add fixate function. (bug #131128)
17813         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17814         (gst_sdlvideosink_fixate):  Add fixate function.
17815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17816         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17817         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17818         Fix missing break that was causing ulaw to be interpreted as
17819         raw int.
17820
17821 2004-03-05  David Schleef  <ds@schleef.org>
17822
17823         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17824         Fix code that ignores return value of gst_buffer_merge().
17825         (bug #114560)
17826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17827         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17828         * testsuite/gst-lint:  Check for above.
17829
17830 2004-03-05  David Schleef  <ds@schleef.org>
17831
17832         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17833         caps and throw an element error.  (bug #136334)
17834
17835 2004-03-05  David Schleef  <ds@schleef.org>
17836
17837         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17838         (gst_faad_chain): Fix negotiation.
17839         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17840         key and button events.
17841         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17842         dung heap of code.
17843         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17844         depends on gconf
17845         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17846         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17847         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17848         function to encourage better negotiation, particularly between
17849         audioconvert and osssink.
17850         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17851         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17852         more important.
17853         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17854         typefinding.
17855         * gst/vbidec/vbiscreen.c:  Add glib header
17856         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17857
17858 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17859
17860         * ext/mad/gstmad.c: Fix detection of Xing headers
17861         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17862
17863 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17864
17865         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17866         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17867           debug updates
17868
17869 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17870
17871         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17872         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17873         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17874         files, and report the parsed length as a GST_TAG_DURATION tag.
17875         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17876
17877 2004-03-05  Benjamin Otte  <otte@gnome.org>
17878
17879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17880           convert channels correctly. convert correctly to unsigned.
17881
17882 2004-03-05  Julien MOUTTE <julien@moutte.net>
17883
17884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17885         we have a window before clearing it.
17886
17887 2004-03-05  Julien MOUTTE <julien@moutte.net>
17888
17889         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17890         have a window before clearing it.
17891
17892 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17893
17894         * gconf/gstreamer.schemas.in:
17895         * gst-libs/gst/gconf/Makefile.am:
17896           version installation path the same way as for 0.6
17897         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17898         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17899         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17900           remove comment that was fixed
17901
17902 2004-03-05  David Schleef  <ds@schleef.org>
17903
17904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17905         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17906         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17907         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17908         Add prototype code for handling seeking and querying.
17909
17910 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17911
17912         * examples/gstplay/player.c: (main):
17913           Initialize variables to NULL. Prevents a segfault because the
17914           (uninitialized) variable is not NULL, resulting in a crash on
17915           trying to reach error->message.
17916
17917 2004-03-05  Benjamin Otte  <otte@gnome.org>
17918
17919         * gst/audioconvert/gstaudioconvert.c:
17920         (gst_audio_convert_buffer_to_default_format):
17921         make float=>int conversion work correctly even in cornercases.
17922
17923 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17924
17925         * debian/README.Debian:
17926         * debian/build-deps:
17927         * debian/changelog:
17928         * debian/control:
17929         * debian/control.in:
17930         * debian/copyright:
17931         * debian/gstreamer-a52dec.files:
17932         * debian/gstreamer-aa.files:
17933         * debian/gstreamer-alsa.files:
17934         * debian/gstreamer-alsa.manpages:
17935         * debian/gstreamer-arts.files:
17936         * debian/gstreamer-artsd.files:
17937         * debian/gstreamer-audiofile.files:
17938         * debian/gstreamer-avifile.files:
17939         * debian/gstreamer-cdparanoia.files:
17940         * debian/gstreamer-colorspace.files:
17941         * debian/gstreamer-doc.files:
17942         * debian/gstreamer-dv.files:
17943         * debian/gstreamer-dvd.files:
17944         * debian/gstreamer-esd.files:
17945         * debian/gstreamer-festival.files:
17946         * debian/gstreamer-flac.files:
17947         * debian/gstreamer-gconf.conffiles:
17948         * debian/gstreamer-gconf.files:
17949         * debian/gstreamer-gconf.postinst:
17950         * debian/gstreamer-gnomevfs.files:
17951         * debian/gstreamer-gsm.files:
17952         * debian/gstreamer-http.files:
17953         * debian/gstreamer-jack.files:
17954         * debian/gstreamer-jpeg.files:
17955         * debian/gstreamer-mad.files:
17956         * debian/gstreamer-mikmod.files:
17957         * debian/gstreamer-misc.files:
17958         * debian/gstreamer-mpeg2dec.files:
17959         * debian/gstreamer-oss.files:
17960         * debian/gstreamer-plugin-apps.files:
17961         * debian/gstreamer-plugin-apps.manpages:
17962         * debian/gstreamer-plugin-libs-dev.files:
17963         * debian/gstreamer-plugin-libs.files:
17964         * debian/gstreamer-plugin-template.postinst:
17965         * debian/gstreamer-plugin-template.postrm:
17966         * debian/gstreamer-sdl.files:
17967         * debian/gstreamer-sid.files:
17968         * debian/gstreamer-vorbis.files:
17969         * debian/gstreamer-x.files:
17970         * debian/mk.control:
17971         * debian/rules:
17972         Debian package info not maintained here.
17973
17974 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17975
17976         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17977         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17978         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17979         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17980         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17981         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17982         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17983         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17984         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17985         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17986         * gst-libs/gst/colorbalance/colorbalance.c:
17987         (gst_color_balance_class_init):
17988         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17989         (gst_color_balance_channel_class_init):
17990         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17991         * gst-libs/gst/play/play.c: (gst_play_class_init):
17992         * gst-libs/gst/propertyprobe/propertyprobe.c:
17993         (gst_property_probe_iface_init):
17994         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17995         * gst-libs/gst/tuner/tunerchannel.c:
17996         (gst_tuner_channel_class_init):
17997         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17998         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17999         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
18000         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18001         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18002         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18003         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
18005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
18006           fix signals to use - instead of _
18007         * ext/libcaca/gstcacasink.h:
18008         * ext/sdl/sdlvideosink.h:
18009           fix header rename
18010
18011 2004-03-04  David Schleef  <ds@schleef.org>
18012
18013         * testsuite/gst-lint:  Add a check for bad signal names.
18014
18015 2004-03-04  <kost@imn.htwk-leipzig.de>
18016
18017         reviewed by David Schleef
18018
18019         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
18020         modified the alpha channel and caused a warning. (bug #136192)
18021
18022 2004-04-03  Christian Schaller <Uraeus@gnome.org>
18023
18024         * gst-plugins.spec.in:
18025         Change names of plugins to actually be correct. Try to keep things
18026         alphabetical to avoid getting beat up by Thomas
18027
18028 2004-03-03  Julien MOUTTE <julien@moutte.net>
18029
18030         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
18031         Using ximagesink as a default if no gconf key found. We should
18032         probably consider using alsasink instead of osssink for the audio
18033         part.
18034
18035 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18036
18037         * configure.ac:
18038           fix --with-plugins, don't think it ever worked before
18039         * gst-plugins.spec.in:
18040           even more updates
18041
18042 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18043
18044         * ext/sdl/sdlvideosink.h:
18045         * sys/ximage/ximagesink.h:
18046         * sys/xvideo/xvideosink.h:
18047         * sys/xvimage/xvimagesink.h:
18048           Fix for move of gstvideosink.h -> videosink.h.
18049
18050 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18051
18052         * gst-libs/gst/xwindowlistener/Makefile.am:
18053           this is a plugin library, not a library
18054
18055 2004-03-01  David Schleef  <ds@schleef.org>
18056
18057         * AUTHORS:  Added some names.  Add yourself if you're still
18058         missing.
18059
18060 2004-03-01  David Schleef  <ds@schleef.org>
18061
18062         * MAINTAINERS: Add
18063
18064 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18065
18066         * gst-plugins.spec.in: clean up spec file
18067
18068 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18069
18070         * gst-libs/gst/video/Makefile.am:
18071         * gst-libs/gst/video/gstvideosink.c:
18072         * gst-libs/gst/video/gstvideosink.h:
18073           rename gstvideosink.h to videosink.h to match other headers
18074         * gst/mixmatrix/Makefile.am:
18075           fix plugin filename
18076         * gst/tags/Makefile.am: fix plugin filename
18077
18078 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18079
18080         * gst/tags/Makefile.am: fix plugin filename
18081
18082 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18083
18084         * examples/gstplay/player.c: (got_time_tick), (main):
18085           add error handler
18086           display time_tick more readably
18087         * gst/mixmatrix/Makefile.am:
18088           fix plugin file name
18089
18090 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18091
18092         * sys/oss/gstosselement.c: (gst_osselement_probe),
18093         (device_combination_append), (gst_osselement_class_probe_devices):
18094         * sys/oss/gstosselement.h:
18095           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18096           on my system using alsa oss emulation, fixes bug #135597
18097
18098 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18099
18100         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18101         (gst_videodrop_chain), (gst_videodrop_change_state):
18102         * gst/videodrop/gstvideodrop.h:
18103           Work based on timestamp of input data, not based on the expected
18104           framerate from the input. The consequence is that this element now
18105           not only scales framerates, but also functions as a framerate
18106           corrector or framerate stabilizer/constantizer.
18107
18108 2004-02-27  David Schleef  <ds@schleef.org>
18109
18110         patches from jmmv@menta.net (Julio M. Merino Vidal)
18111
18112         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18113         GST_ELEMENT_ERROR call (bug #135634)
18114         * gst/interleave/interleave.c: (interleave_buffered_loop),
18115         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18116         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18117         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18118         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18119         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18120         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18121         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18122         Fix GST_ELEMENT_ERROR call.
18123         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18124         GST_ELEMENT_ERROR call.
18125
18126 2004-02-27  Benjamin Otte  <otte@gnome.org>
18127
18128         * gst-libs/gst/audio/audio.h:
18129           add macro to make sure header isn't included twice
18130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18131           don't use gst_buffer_free
18132         * gst/playondemand/filter.func:
18133           don't use gst_data_free. Free data only once.
18134
18135 2004-02-26  David Schleef  <ds@schleef.org>
18136
18137         * gst-libs/gst/colorbalance/Makefile.am:
18138         * gst-libs/gst/mixer/Makefile.am:
18139         * gst-libs/gst/tuner/Makefile.am:
18140         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18141         should not be disted, -marshal.h files should not be installed,
18142         and -enum.h files _should_ be installed.  Fix to make this the
18143         case.
18144
18145 === release 0.7.5 ===
18146
18147 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18148
18149         * configure.ac: release 0.7.5, "Under The Sea"
18150
18151 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18152
18153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18154         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18155         * gst/videoscale/gstvideoscale.c:
18156         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18157           assorted debug/warning fixes
18158
18159 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18160
18161         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18162         (gst_videoscale_init), (gst_videoscale_chain),
18163         (gst_videoscale_set_property), (plugin_init):
18164         * gst/videoscale/gstvideoscale.h:
18165         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18166         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18167         (gst_videoscale_planar400), (gst_videoscale_packed422),
18168         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18169         (gst_videoscale_24bit), (gst_videoscale_16bit),
18170         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18171         (gst_videoscale_scale_plane_slow),
18172         (gst_videoscale_scale_point_sample),
18173         (gst_videoscale_scale_nearest),
18174         (gst_videoscale_scale_nearest_str2),
18175         (gst_videoscale_scale_nearest_str4),
18176         (gst_videoscale_scale_nearest_32bit),
18177         (gst_videoscale_scale_nearest_24bit),
18178         (gst_videoscale_scale_nearest_16bit):
18179         add debugging category and use it properly
18180         fix use of GST_PTR_FORMAT
18181
18182 2004-02-25  Andy Wingo  <wingo@pobox.com>
18183
18184         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18185         push only when channel->buffer is NULL. Prevents segfaults doing
18186         the state change after a nonlocal exit, like a scheme exception.
18187
18188         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18189         Handle the case where the intersected caps is empty.
18190
18191 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18192
18193         * gst/law/mulaw-decode.c: (mulawdec_link):
18194         * gst/law/mulaw.c: (plugin_init):
18195           fix mulawdec so it actually works again
18196
18197 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18198
18199         reviewed by: David Schleef  <ds@schleef.org>
18200
18201         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18202         (gst_gamma_init), (gst_gamma_set_property),
18203         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18204         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18205         for RGB, with separate r g and b correction factors. (#131167)
18206
18207 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18208
18209         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18210           only signal tags for bitrate if they're > 0 (#134894)
18211
18212 2004-02-24  David Schleef  <ds@schleef.org>
18213
18214         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18215         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18216         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18217         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18218         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18219         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18220         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18221         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18222         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18223         category.  Attempt to fix timestamp calculation.
18224
18225 2004-02-24  Johan Dahlin  <johan@gnome.org>
18226
18227         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18228
18229 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18230
18231         * configure.ac:
18232         * gconf/Makefile.am:
18233         * gconf/gstreamer.schemas:
18234         * gst-libs/gst/gconf/Makefile.am:
18235         * gst-libs/gst/gconf/gconf.c:
18236           version gconf schemas and install locations
18237
18238 2004-02-23  Benjamin Otte  <otte@gnome.org>
18239
18240         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18241         (gst_xine_input_subclass_init):
18242           call parent dispose.
18243           change pad template for CD reader correctly
18244         * ext/xine/Makefile.am:
18245         * ext/xine/gstxine.h:
18246         * ext/xine/xine.c: (plugin_init):
18247         * ext/xine/xineaudiosink.c:
18248           wrap audio sinks, too
18249         * gst-libs/gst/resample/private.h:
18250         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18251         (gst_resample_reinit), (gst_resample_scale),
18252         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18253         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18254         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18255         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18256         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18257         * gst-libs/gst/resample/resample.h:
18258         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18259         (gst_audioscale_class_init), (gst_audioscale_link),
18260         (gst_audioscale_get_buffer), (gst_audioscale_init),
18261         (gst_audioscale_chain), (gst_audioscale_set_property),
18262         (gst_audioscale_get_property):
18263         * gst/audioscale/gstaudioscale.h:
18264           s/resample_*/gst_resample_*/i to not clobber namespaces
18265
18266 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18267
18268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18269         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18270         (gst_riff_create_video_template_caps),
18271         (gst_riff_create_audio_template_caps),
18272         (gst_riff_create_iavs_template_caps):
18273         * gst-libs/gst/riff/riff-media.h:
18274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18275         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18276         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18277         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18278         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18279         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18280         (gst_matroska_demux_plugin_init): First batch implementing audio and
18281         video codec tags in demuxers.
18282
18283 2004-02-22  Benjamin Otte  <otte@gnome.org>
18284
18285         * ext/xine/Makefile.am:
18286         * ext/xine/gstxine.h:
18287         * ext/xine/xine.c: (plugin_init):
18288         * ext/xine/xineinput.c:
18289           add input plugin wrapper. Playback from files, http, mms and cdda
18290           works.
18291         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18292           remove leftover G_GNUC_UNUSED
18293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18294         (gst_asf_demux_identify_guid):
18295           improve debugging output
18296
18297 2004-02-22  Benjamin Otte  <otte@gnome.org>
18298
18299         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18300
18301         * autogen.sh:
18302           replace test -e with test -x for mkinstalldirs to be more portable.
18303           (fixes #134816)
18304
18305 2004-02-22  Benjamin Otte  <otte@gnome.org>
18306
18307         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18308
18309         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18310           set rank to PRIMARY
18311         * gst/volume/gstvolume.c: (plugin_init):
18312           set rank to NONE
18313         fixes #134960
18314
18315 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18316
18317         reviewed by Benjamin Otte  <otte@gnome.org>
18318
18319         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18320           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18321
18322 2004-02-22  Benjamin Otte  <otte@gnome.org>
18323
18324         * configure.ac:
18325           export [_]*{gst,Gst,GST}.* symbols from plugins
18326
18327 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18328
18329         reviewed by: Benjamin Otte  <otte@gnome.org>
18330
18331         * ext/lame/gstlame.c: (add_one_tag):
18332         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18334         (gst_vorbisenc_metadata_set1):
18335         * gst/tags/gstid3tag.c:
18336         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18337           apply fixes from bugs #135042 (lame can't write tags) and #133817
18338           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18339
18340 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18341
18342         * configure.ac: Export only gst_plugin_desc from plugins.
18343          Note that this change only makes any effect with Linux using libtool
18344          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18345          fine. And don't try to have several versions of libtool in different
18346          directories.
18347
18348 2004-02-20  Andy Wingo  <wingo@pobox.com>
18349
18350         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18351         interleave respectively.
18352
18353         * gst/interleave/deinterleave.c: New plugin: deinterleave
18354         (replaces on oneton).
18355         * gst/interleave/interleave.c: New plugin: interleave.
18356         * gst/interleave/plugin.h: Support file.
18357         * gst/interleave/plugin.c: Support file.
18358
18359         * configure.ac: Remove intfloat and oneton, add interleave.
18360
18361         * ext/sndfile/gstsf.c: Handle events better.
18362
18363         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18364         and float2int operation. int2float has scheduling problems as
18365         noted in in2float_chain.
18366
18367 2004-02-20  Benjamin Otte  <otte@gnome.org>
18368
18369         * ext/xine/Makefile.am:
18370         * ext/xine/gstxine.h:
18371         * ext/xine/xine.c:
18372         * ext/xine/xineaudiodec.c:
18373         * ext/xine/xinecaps.c:
18374           add first version of xine plugin wrapper. Currently only wraps the
18375           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18376         * configure.ac:
18377         * ext/Makefile.am:
18378           add xine plugin wrapper, disabled by default. Use --enable-xine to
18379           build. Note that it'll segfault on gst-register if you don't remove
18380           the goom and tvtime post plugins from xine.
18381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18382         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18383           add extradata parsing for QDM2.
18384           change around debugging prints.
18385
18386 2004-02-19  Benjamin Otte  <otte@gnome.org>
18387
18388         * ext/lame/gstlame.c: (gst_lame_chain):
18389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18390           use gst_tag_list_insert when you want to insert tags
18391
18392 2004-02-18  David Schleef  <ds@schleef.org>
18393
18394         * configure.ac:  Move massink to gst-rotten
18395         * ext/Makefile.am:
18396         * ext/mas/Makefile.am:
18397         * ext/mas/massink.c:
18398         * ext/mas/massink.h:
18399
18400 2004-02-18  David Schleef  <ds@schleef.org>
18401
18402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18403         typefinding, since it seems to be worse than nothing.
18404         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18405         atom to recognize .mp4 and .m4a files as video/quicktime.
18406
18407 2004-02-18  David Schleef  <ds@schleef.org>
18408
18409         * gst/sine/demo-dparams.c: (quit_live),
18410         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18411         Use double dparams, not float.
18412         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18413         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18414         sync'd elements don't really work correctly.
18415         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18416         (volume_update_volume), (volume_get_property):  Change dparam
18417         to double.
18418
18419 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18420
18421         * sys/ximage/ximagesink.c:
18422         (gst_ximagesink_xwindow_update_geometry),
18423         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18424         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18425         (gst_ximagesink_init): Rework the way software video scaling works. So
18426         now we check on each chain call if the video frames are feeling the
18427         window. If not we try to renegotiate caps. On failure we memorize that
18428         and we won't try again for that PLAYING sessions.
18429         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18430         failure.
18431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18432         synchronous flag.
18433
18434 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18435
18436         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18437           break up _link so we can give a better debug message for errors
18438
18439 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18440
18441         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18442           set up debug category
18443
18444 2004-02-18  Julien MOUTTE <julien@moutte.net>
18445
18446         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18447         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18448         the way renegotiation work. The event handling function is not taking
18449         care of external windows and renegotiate method check for pad flags
18450         NEGOTIATING. Should fix : #133209
18451
18452 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18453
18454         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18455         pad is negotiating before trying renegotiation.
18456
18457 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18458
18459         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18460           pass on all possible mime types as typefind hints
18461
18462 2004-02-17  Julien MOUTTE <julien@moutte.net>
18463
18464         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18466         possible SHM leak if we crash. All other apps using XShm are doing
18467         that.
18468
18469 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18470
18471         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18472         (gst_ximagesink_expose): Renegotiate size on expose.
18473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18474         size on expose.
18475
18476 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18477
18478         * testsuite/alsa/sinesrc.c:
18479           cosmetic fix to fix compile issue with gcc 2.95.4
18480
18481 2004-02-16  Julien MOUTTE <julien@moutte.net>
18482
18483         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18484         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18485         failed opening the audio device.
18486         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18487         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18488         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18489         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18490         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18491         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18492         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18493         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18494         Removing some useless g_return_if_fail like wingo suggested.
18495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18496         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18497         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18498         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18499         (gst_xvimagesink_update_colorbalance),
18500         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18501         (gst_xvimagesink_xcontext_clear),
18502         (gst_xvimagesink_get_fourcc_from_caps),
18503         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18504         (gst_xvimagesink_set_xwindow_id),
18505         (gst_xvimagesink_colorbalance_list_channels),
18506         (gst_xvimagesink_colorbalance_set_value),
18507         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18508         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18509
18510 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18511
18512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18513           throw error when not negotiated instead of asserting
18514
18515 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18516
18517         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18518         correct data refcounting.
18519
18520 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18521
18522         * gst/switch/gstswitch.c: (gst_switch_change_state),
18523         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18524         change, mostly the EOS flag.
18525
18526 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18527
18528         * examples/gstplay/player.c: (got_eos), (main): Adding some
18529         output for debugging.
18530         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18531         timeouts if we go to any state different from PLAYING.
18532         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18533         more EOS bugs in riff lib.
18534
18535 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18536
18537         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18538         visualization until i find a way to fix switch correctly.
18539         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18540         EOS arrives.
18541         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18542         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18543         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18544         Reworked switch to get a more correct behaviour with events and refing
18545         of data stored in sinkpads.
18546         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18547         we don't pull from a pad in EOS.
18548
18549 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18550
18551         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18552           remove v1 tag even if we can't read it (makes sure we don't detect
18553           it again)
18554
18555 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18556
18557         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18558         (gst_alsa_xrun_recovery):
18559         * ext/alsa/gstalsa.h:
18560           try xrun recovery when wait failed. Make xrun recovery function
18561           return TRUE/FALSE to indicate success. (might fix #134354)
18562
18563 2004-02-13  David Schleef  <ds@schleef.org>
18564
18565         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18566         (dynparm_value_changed), (main): Convert from float to double.
18567         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18568
18569 2004-02-13  David Schleef  <ds@schleef.org>
18570
18571         * gst/silence/gstsilence.c: (gst_silence_class_init),
18572         (gst_silence_set_clock), (gst_silence_get),
18573         (gst_silence_set_property), (gst_silence_get_property):
18574         * gst/silence/gstsilence.h: Add sync property.
18575         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18576         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18577         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18578         * gst/sine/gstsinesrc.h: Add sync property.
18579
18580 2004-02-13  David Schleef  <ds@schleef.org>
18581
18582         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18583         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18584
18585 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18586
18587         * configure.ac:
18588         * ext/Makefile.am:
18589         * gst-libs/ext/Makefile.am:
18590           move ffmpeg plugin to gst-ffmpeg module
18591
18592 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18593
18594         * configure.ac: use GST_ARCH to detect architecture
18595
18596 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18597
18598         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18599
18600 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18601
18602         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18603           classify LADSPA plugins based on number of src/sink pads
18604           (#133663, Stefan Kost)
18605         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18606           fix dparams registration
18607           (#133528, Stefan Kost)
18608         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18609           fix use of isprint and use g_ascii_isprint instead
18610           (#133316, Stefan Kost)
18611
18612 2004-02-11  David Schleef  <ds@schleef.org>
18613
18614         Convert a few inner loops to use liboil.  This is currently
18615         optional, and is only enabled if liboil is present (duh!).
18616         * configure.ac: Check for liboil-0.1
18617         * gst/intfloat/Makefile.am:
18618         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18619         (gst_int2float_chain_gint16):
18620         * gst/videofilter/Makefile.am:
18621         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18622         (tablelookup_u8), (gst_videobalance_planar411):
18623         * gst/videotestsrc/Makefile.am:
18624         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18625         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18626         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18627         (paint_hline_RGB565), (paint_hline_xRGB1555):
18628
18629 2004-02-11  David Schleef  <ds@schleef.org>
18630
18631         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18632         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18633         (gst_colorspace_getcaps), (gst_colorspace_link),
18634         (gst_colorspace_base_init), (gst_colorspace_init),
18635         (gst_colorspace_chain), (gst_colorspace_change_state),
18636         (plugin_init): Merge Ronald's patch (bug #117897) and update
18637         for new caps and negotiation.  Seems to work, although it
18638         shows off bugs in lcs.
18639
18640 2004-02-11  David Schleef  <ds@schleef.org>
18641
18642         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18643         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18644
18645 2004-02-11  David Schleef  <ds@schleef.org>
18646
18647         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18648         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18649         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18650         Add server and port properties
18651
18652 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18653
18654         * m4/a52.m4:
18655         * m4/aalib.m4:
18656         * m4/as-ffmpeg.m4:
18657         * m4/as-liblame.m4:
18658         * m4/as-slurp-ffmpeg.m4:
18659         * m4/check-libheader.m4:
18660         * m4/esd.m4:
18661         * m4/freetype2.m4:
18662         * m4/gconf-2.m4:
18663         * m4/glib.m4:
18664         * m4/gst-alsa.m4:
18665         * m4/gst-artsc.m4:
18666         * m4/gst-ivorbis.m4:
18667         * m4/gst-matroska.m4:
18668         * m4/gst-sdl.m4:
18669         * m4/gst-shout2.m4:
18670         * m4/gst-sid.m4:
18671         * m4/gtk.m4:
18672         * m4/libdv.m4:
18673         * m4/libfame.m4:
18674         * m4/libmikmod.m4:
18675         * m4/ogg.m4:
18676         * m4/vorbis.m4:
18677           fix underquotedness of macros (#133800)
18678         * m4/as-avifile.m4:
18679         * m4/xmms.m4:
18680           removed because no longer used
18681
18682 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18683
18684         * configure.ac:
18685           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18686           by autopoint (fixes #132996)
18687
18688 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18689
18690         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18691         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18692         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18693         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18694           fix memleaks
18695
18696 2004-02-11  David Schleef  <ds@schleef.org>
18697
18698         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18699         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18700         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18701         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18702         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18703         (gst_jpegenc_class_init), (gst_jpegenc_init),
18704         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18705         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18706         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18707         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18708
18709 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18710
18711         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18712         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18713         * ext/mikmod/gstmikmod.h:
18714           fix caps negotiation in mikmod
18715         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18716           output debug information
18717
18718 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18719
18720         * gst-libs/gst/colorbalance/Makefile.am:
18721         * gst-libs/gst/navigation/Makefile.am:
18722         * gst-libs/gst/xoverlay/Makefile.am:
18723           remove unused GST_OPT_CFLAGS from Makefiles
18724           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18725
18726 2004-02-07  David Schleef  <ds@schleef.org>
18727
18728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18729         push events to pads that haven't been created (#133508)
18730
18731 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18732
18733         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18734         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18735         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18736         (gst_dvdec_loop), (gst_dvdec_change_state):
18737         Second attempt at committing a working dvdec element.
18738
18739 2004-02-06  David Schleef  <ds@schleef.org>
18740
18741         Build fixes for OS X: (see #129600)
18742         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18743         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18744         (gst_riff_read_strf_iavs):
18745         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18746         (gst_avi_demux_stream_odml):
18747         * gst/playondemand/Makefile.am:
18748         * gst/rtp/rtp-packet.c:
18749
18750 2004-02-05  David Schleef  <ds@schleef.org>
18751
18752         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18753         last change, because it Just Doesn't Compile.
18754
18755 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18756
18757         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18758           skip undecodable id3v2 tag instead of keeping it
18759
18760 2004-02-05  David Schleef  <ds@schleef.org>
18761
18762         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18763         Unref leaked buffer.  (Noticed by Ronald)
18764
18765 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18766
18767         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18768         Sync requires with other checks.  >= vs =.
18769
18770 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18771
18772         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18773         (gst_dvdec_video_link), (gst_dvdec_loop):
18774         * ext/dv/gstdvdec.h:
18775           rework the caps negotiation so that dvdec works again instead
18776           of just segfaulting.
18777
18778 === release 0.7.4 ===
18779
18780 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18781
18782         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18783         * configure.ac: changed for release
18784
18785 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18786
18787         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18788         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18789         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18790         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18791           reworked patch by David Lehn to fix libdir and includedir for
18792           uninstalled libraries
18793           removed play and gconf from gstreamer-libs since they have their
18794           own pkgconfig files
18795
18796 2004-02-04  David Schleef  <ds@schleef.org>
18797
18798         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18799         memleak.
18800
18801 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18802
18803         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18804           use correct GST_TAG_ENCODER tag
18805
18806 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18807
18808         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18809           be sure to stop the clock when going to paused
18810         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18811           reset number of transmitted when going to ready.
18812         fixes #132935
18813
18814 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18815
18816         reviewed by Benjamin Otte
18817
18818         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18819           extract track count (fixes #133410)
18820
18821 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18822
18823         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18824           that should be !=, not == (fixes #132519)
18825
18826 2004-02-04  David Schleef  <ds@schleef.org>
18827
18828         Make sure set_explicit_caps() is called before adding pad.
18829         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18830         * gst/id3/gstid3types.c: (gst_id3types_loop):
18831         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18832         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18833
18834 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18835
18836         * configure.ac:
18837           bump nano to 2, first prerelease
18838           put back AM_PROG_LIBTOOL
18839
18840 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18841
18842         * testsuite/alsa/Makefile.am:
18843           these are user test apps, not automatic testsuite tests
18844
18845 2004-02-04  David Schleef  <ds@schleef.org>
18846
18847         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18848         * gst/mpeg1videoparse/gstmp1videoparse.c:
18849         (mp1videoparse_parse_seq):
18850         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18851         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18852         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18853         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18854         (gst_xvideosink_getcaps):
18855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18856         * testsuite/gst-lint: more tests
18857
18858 2004-02-04  David Schleef  <ds@schleef.org>
18859
18860         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18861         with the code that they would expand to.
18862         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18863         (gst_flacdec_get_src_query_types),
18864         (gst_flacdec_get_src_event_masks):
18865         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18866         (gst_gnomevfssrc_get_query_types),
18867         (gst_gnomevfssrc_get_event_mask):
18868
18869 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18870
18871         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18872         (gst_sinesrc_dispose):
18873           fix memleak by properly disposing sinesrc
18874
18875 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18876
18877         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18878         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18879         an overlay to redraw the image because it has been exposed.
18880         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18881         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18882         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18883         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18884         interface
18885         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18886         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18887         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18888         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18889         interface
18890
18891 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18892
18893         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18894           more memleak fixage
18895
18896 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18897
18898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18899         * gst/typefind/gsttypefindfunctions.c:
18900           fix memleaks shown by gst-typefind
18901
18902 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18903
18904         * common/glib-gen.mak:
18905           add hack rule to touch .Plo files
18906         * gst-libs/gst/colorbalance/Makefile.am:
18907         * gst-libs/gst/mixer/Makefile.am:
18908         * gst-libs/gst/play/Makefile.am:
18909         * gst-libs/gst/tuner/Makefile.am:
18910           remove glib_root variable
18911
18912 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18913
18914         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18915           set explicit caps before adding the element, so the autopluggers can
18916           plug correctly.
18917         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18918         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18919         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18920         (dv_type_find):
18921           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18922           argument.
18923
18924 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18925
18926         * gst-libs/gst/colorbalance/Makefile.am:
18927         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18928         * gst-libs/gst/colorbalance/colorbalance.c:
18929         * gst-libs/gst/colorbalance/colorbalance.h:
18930         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18931         * gst-libs/gst/mixer/Makefile.am:
18932         * gst-libs/gst/mixer/mixer-marshal.list:
18933         * gst-libs/gst/mixer/mixer.c:
18934         * gst-libs/gst/mixer/mixer.h:
18935         * gst-libs/gst/mixer/mixermarshal.list:
18936         * gst-libs/gst/play/Makefile.am:
18937         * gst-libs/gst/play/play.h:
18938         * gst-libs/gst/tuner/Makefile.am:
18939         * gst-libs/gst/tuner/tuner-marshal.list:
18940         * gst-libs/gst/tuner/tuner.c:
18941         * gst-libs/gst/tuner/tuner.h:
18942         * gst-libs/gst/tuner/tunermarshal.list:
18943           use new glib-gen.mak snippet to clean up Makefile.am
18944           fix various bugs in Makefile.am's
18945
18946 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18947
18948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18949           handle chain parsing correctly in the multichain case
18950         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18951         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18952         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18953         (theora_dec_chain):
18954           handle events and queries correctly
18955
18956 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18957
18958         * .cvsignore:
18959         Ignore generated file _stdint.h.
18960
18961 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18962
18963         * gst-libs/gst/colorbalance/Makefile.am:
18964         * gst-libs/gst/colorbalance/colorbalance.h:
18965         * gst-libs/gst/mixer/Makefile.am:
18966         * gst-libs/gst/mixer/mixer.h:
18967         * gst-libs/gst/play/Makefile.am:
18968         * gst-libs/gst/play/play.h:
18969         * gst-libs/gst/tuner/Makefile.am:
18970         * gst-libs/gst/tuner/tuner.h:
18971         Generate enum type code with glib-mkenums.
18972         * gst-libs/gst/colorbalance/.cvsignore:
18973         * gst-libs/gst/mixer/.cvsignore:
18974         * gst-libs/gst/play/.cvsignore:
18975         * gst-libs/gst/tuner/.cvsignore:
18976         Ignore generated files.
18977
18978 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18979
18980         * gst-libs/gst/audio/.cvsignore:
18981         Ignore generated file.
18982         * gst-libs/gst/audio/Makefile.am:
18983         Do not install example filter.
18984
18985 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18986
18987         * examples/switch/.cvsignore:
18988         Ignore generated file.
18989
18990 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18991
18992         * common/m4/ax_create_stdint_h.m4:
18993         * configure.ac:
18994           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18995           _stdint.h.
18996         * Makefile.am:
18997           remove generated _stdint.h in DISTCLEANFILES
18998         * ext/a52dec/gsta52dec.c:
18999           include _stdint.h for a52dec. (should fix #133064)
19000
19001 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19002
19003         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
19004         (gst_tag_to_vorbis_comments):
19005         Add replaygain support to vorbistag
19006
19007 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19008         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19009         (gst_ffmpeg_caps_to_extradata):
19010           Fix SVQ3 caps flag properties
19011           Use glib macro for bytes swap
19012
19013 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19014
19015         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19016         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19017         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19018         * ext/sndfile/gstsf.c: (plugin_init):
19019         * gst/avi/gstavi.c: (plugin_init):
19020         * sys/dxr3/dxr3init.c: (plugin_init):
19021         * sys/oss/gstossaudio.c: (plugin_init):
19022         * sys/v4l/gstv4l.c: (plugin_init):
19023         * sys/v4l2/gstv4l2.c: (plugin_init):
19024           remove textdomain calls
19025         * po/nl.po:
19026           update Dutch translation
19027
19028 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19029
19030         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19031         (gst_play_set_audio_sink): Moving volume in the audio thread for
19032         instantaneous volume change. Maybe i will add another volume in front
19033         of visualization later, not sure yet though.
19034
19035 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19036
19037         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19038         (gst_ximagesink_handle_xevents): Better X events handling, only take
19039         the latest events for configure and motion.
19040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
19041
19042 2004-02-02  Jon Trowbridge  <trow@gnu.org>
19043
19044         reviewed by: David Schleef  <ds@schleef.org>
19045
19046         Fix memory leaks:
19047         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
19048         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
19049
19050 2004-02-02  David Schleef  <ds@schleef.org>
19051
19052         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19053         of lines.
19054         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19055         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19056         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19057         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19058         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19059         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19060         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19061         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19062         (gst_float2_2_int_link):
19063         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19064         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19065         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19066         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19067         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19068         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19069         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19070         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19071         * testsuite/gst-lint: Add tests for bzero and ;;
19072
19073 2004-02-02  David Schleef  <ds@schleef.org>
19074
19075         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19076
19077 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19078
19079         * ext/aalib/gstaasink.c: (gst_aasink_open):
19080         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19081         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19082         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19083         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19084         (gst_afsink_close_file):
19085         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19086         (gst_afsrc_close_file):
19087         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19088         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19089         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19090         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19091         * ext/esd/esdmon.c: (gst_esdmon_get):
19092         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19093         * ext/faac/gstfaac.c: (gst_faac_chain):
19094         * ext/faad/gstfaad.c: (gst_faad_chain):
19095         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19096         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19097         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19098         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19099         (gst_flacdec_loop):
19100         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19101         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19102         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19103         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19104         (gst_gnomevfssink_close_file):
19105         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19106         (gst_gnomevfssrc_open_file):
19107         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19108         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19109         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19110         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19111         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19112         * ext/mad/gstmad.c: (gst_mad_chain):
19113         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19114         * ext/mpeg2dec/gstmpeg2dec.c:
19115         * ext/mpeg2enc/gstmpeg2enc.cc:
19116         * ext/mplex/gstmplex.cc:
19117         * ext/mplex/gstmplexibitstream.cc:
19118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19119         (gst_ogg_demux_push):
19120         * ext/raw1394/gstdv1394src.c:
19121         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19122         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19123         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19124         (gst_sf_loop):
19125         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19126         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19127         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19128         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19129         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19130         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19131         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19132         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19133         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19134         (gst_riff_read_element_data), (gst_riff_read_seek),
19135         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19136         * gst/adder/gstadder.c: (gst_adder_loop):
19137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19138         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19139         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19140         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19141         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19142         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19143         * gst/goom/gstgoom.c: (gst_goom_chain):
19144         * gst/id3/gstid3types.c: (gst_id3types_loop):
19145         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19146         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19147         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19148         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19149         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19150         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19151         (gst_ebml_read_float), (gst_ebml_read_header):
19152         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19153         (gst_matroska_demux_parse_blockgroup):
19154         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19155         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19156         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19157         * gst/silence/gstsilence.c: (gst_silence_get):
19158         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19159         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19160         * gst/speed/gstspeed.c: (speed_loop):
19161         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19162         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19163         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19164         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19165         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19166         (gst_wavparse_loop):
19167         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19168         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19169         (dxr3audiosink_close):
19170         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19171         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19172         (dxr3videosink_close), (dxr3videosink_write_data):
19173         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19174         * sys/oss/gstosssink.c: (gst_osssink_chain):
19175         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19176         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19179         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19180         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19181         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19182         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19183         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19184         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19185         (gst_v4l_set_audio):
19186         * sys/v4l/v4l_calls.h:
19187         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19188         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19189         (gst_v4lmjpegsink_playback_init),
19190         (gst_v4lmjpegsink_playback_start):
19191         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19192         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19193         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19194         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19195         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19196         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19197         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19198         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19199         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19200         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19201         (gst_v4l2_get_output), (gst_v4l2_set_output),
19202         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19203         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19204         (gst_v4l2_set_attribute):
19205         * sys/v4l2/v4l2_calls.h:
19206         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19207         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19208         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19209         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19210         (gst_v4l2src_capture_stop):
19211         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19212         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19213         (gst_ximagesink_chain):
19214         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19215         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19216         (gst_xvideosink_xwindow_new):
19217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19218         (gst_xvimagesink_chain):
19219
19220 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19221
19222         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19223         (gst_volume_get_volume), (volume_class_init), (volume_init),
19224         (volume_chain_int16), (volume_update_volume):
19225         * gst/volume/gstvolume.h:
19226           make code more readable by removing magic numbers
19227           make mixer interface export 0-100 range
19228           make it internally map to 0.0-1.0 range so users don't distort
19229           output by putting the sliders at full volume
19230
19231 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19232
19233         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19234         (gst_play_state_change), (gst_play_seek_to_time):
19235         block the tick callback for 0.5 secs after doing a seek
19236
19237 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19238
19239         * gst-libs/gst/play/play.c: (gst_play_new):
19240           check for GError
19241
19242 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19243
19244         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19245         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19246         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19247         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19249         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19250
19251 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19252
19253         * configure.ac:
19254         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19255           check for a function added in vorbis 1.1
19256
19257 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19258
19259         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19260         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19261           really start/stop clock only on PLAYING <=> PAUSED
19262         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19263           remove \n from debugging lines
19264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19265           make it work when seeking does not
19266         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19267           reset on DISCONT
19268
19269 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19270
19271         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19272           start clock on PAUSED=>PLAYING, not later
19273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19274           extract correct time for different discont formats
19275         (gst_alsa_sink_get_time):
19276           don't segfault when no format is negotiated yet, just return 0
19277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19278         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19279         (gst_ogg_pad_push):
19280           handle flush and discont events correctly
19281         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19282           handle discont events correctly
19283
19284 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19285
19286         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19287         (gst_play_error_create), (gst_play_error_plugin),
19288         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19289         * gst-libs/gst/play/play.h:
19290           add error handling during creation
19291         * examples/gstplay/player.c: (main):
19292           use new gst_play_new
19293
19294
19295 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19296
19297         * ext/theora/theoradec.c: (theora_dec_chain):
19298           make comments work
19299         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19300         (vorbis_dec_src_event), (vorbis_dec_chain):
19301           add encoder tag, fix tag reading to be more error tolerant, change
19302           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19303           gst_pad_event_default.
19304         * gst/tags/gstvorbistag.c:
19305         (gst_tag_list_from_vorbiscomment_buffer):
19306           undefine function specific define at end of function
19307
19308 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19309
19310         * ext/flac/gstflac.c: (plugin_init):
19311         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19312         * ext/flac/gstflacdec.h:
19313         * ext/flac/gstflacenc.h:
19314           Fix typos
19315
19316 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19317
19318         * examples/gstplay/player.c: s/gstplay.h/play.h/
19319
19320 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19321
19322         * gst-libs/gst/play/Makefile.am:
19323         * gst-libs/gst/play/gstplay.c:
19324         * gst-libs/gst/play/gstplay.h:
19325         * gst-libs/gst/play/play.c:
19326           more surgery, operation complete
19327
19328 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19329
19330         * gst-libs/gst/play/play.old.c:
19331         * gst-libs/gst/play/play.old.h:
19332           after CVS surgery by moving, remove
19333         * gst-libs/gst/play/playpipelines.c:
19334           remove
19335
19336         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19337           add negotiation error
19338
19339 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19340
19341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19342         (gst_ogg_demux_push):
19343           add some seeking debug info
19344           send a flush when seeking
19345
19346 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19347
19348         * configure.ac:
19349           use AC_C_INLINE
19350         * configure.ac:
19351         * ext/Makefile.am:
19352         * ext/theora/Makefile.am:
19353         * ext/theora/theoradec.c:
19354           add theora video decoder. Does just do simple decoding for now and
19355           has been tested against Theora cvs only. It only works when theora
19356           is compiled with --enable-static.
19357         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19358           always reset packetno on DISCONT
19359
19360 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19361
19362         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19363           Fix audio.
19364
19365 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19366
19367         * gst/mpegaudioparse/gstmpegaudioparse.c:
19368         (mp3_type_frame_length_from_header):
19369           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19370
19371 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19372
19373         * ext/esd/esdsink.c: (gst_esdsink_init):
19374           Since we have static pad template caps, we don't need to negotiate;
19375           either the core errors out or we know the format.
19376
19377 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19378
19379         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19380         (gst_riff_read_seek):
19381         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19382         (gst_ebml_read_seek):
19383           Fix event handling.
19384
19385 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19386
19387         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19388           removee video/x-theora from vp3 decoder, it doesn't handle raw
19389           theora streams
19390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19391           fix bug with finalizing element that never went to PAUSED
19392         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19393           length and position queries were swapped
19394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19395         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19396         (vorbis_dec_src_event):
19397           implement querying time and bytes
19398
19399 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19400
19401         * just about every source file:
19402           gst_element_error -> GST_ELEMENT_ERROR
19403
19404 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19405
19406         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19407         emiting FLUSH and even before DISCONT.
19408         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19409         get the best instant seeking as possible yay!
19410
19411 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * gst/mpeg1videoparse/gstmp1videoparse.c:
19414         (gst_mp1videoparse_real_chain):
19415           Committed wrong version last week... Grr... Didn't notice until now.
19416
19417 2004-01-29  Julien MOUTTE <julien@moutte.net>
19418
19419         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19421         have_xwindow_id signal in xwindow_create.
19422
19423 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19424
19425         * ext/ogg/gstoggdemux.c:
19426           lots of changes - mainly support for chained bitstreams, seeking,
19427           querying and bugfixes of course
19428         * ext/vorbis/Makefile.am:
19429         * ext/vorbis/vorbisdec.c:
19430         * ext/vorbis/vorbisdec.h:
19431           add vorbisdec raw vorbis decoder
19432         * ext/vorbis/vorbis.c: (plugin_init):
19433           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19434         * gst/intfloat/Makefile.am:
19435         * gst/intfloat/float22int.c:
19436         * gst/intfloat/float22int.h:
19437         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19438           add float2intnew plugin. It converts multichannel interleaved float to
19439           multichannel interleaved int. The name should probably be changed.
19440         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19441         (plugin_init):
19442           add typefinding for raw theora video so oggdemux can detect it.
19443
19444 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19445
19446         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19447         sink element first.
19448         * gst/videoscale/gstvideoscale.c:
19449         (gst_videoscale_handle_src_event): Fixing src event handler.
19450
19451 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19452
19453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19454         (gst_v4lsrc_open), (gst_v4lsrc_close),
19455         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19456         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19457         * sys/v4l/gstv4lsrc.h:
19458         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19459         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19460           Implement resizing... Hack. But that's why v4l is b0rked...
19461
19462 2004-01-28  Julien MOUTTE <julien@moutte.net>
19463
19464         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19465         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19466         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19467         (gst_ximagesink_xwindow_destroy):
19468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19469         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19470         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19471         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19472         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19473         correctly cleaning the image created to check xshm calls on succes,
19474         added a lot of XSync calls in X11 functions, and fixed a segfault when
19475         no image format was defined before negotiation happened.
19476
19477 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19478
19479         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19480           use gst_element_get_time to get correct time
19481
19482 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19483
19484         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19485         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19486         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19488         (gst_xvimagesink_check_xshm_calls),
19489         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19490         X plugins are now able to detect that XShm calls will fail even if the
19491         server claims that it has XShm support (remote displays most of the
19492         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19493         so that we use non XShm functions. This feature is almost useless for
19494         xvimagesink as Xv is not supported on remote displays anyway, but
19495         it might happen than even on the local display XShm calls fail.
19496
19497 2004-01-27  David Schleef  <ds@schleef.org>
19498
19499         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19500         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19501         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19502         changed esdsink to only use 44100,16,2, since esd sucks at rate
19503         conversion and esdsink has had difficulty negotiating.
19504
19505 2004-01-27  Julien MOUTTE <julien@moutte.net>
19506
19507         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19508         (gst_play_seek_to_time): Fixing the way to get current position.
19509
19510 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19511
19512         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19513           use gst_element_get_time to get correct time
19514
19515 2004-01-27  Julien MOUTTE <julien@moutte.net>
19516
19517         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19518         fix ever... Inverting 2 lines of code make spider autoplug correctly
19519         tagged mp3 !
19520
19521 2004-01-27  David Schleef  <ds@schleef.org>
19522
19523         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19524         Use gst_pad_try_set_caps_nonfixed().
19525
19526 2004-01-27  David Schleef  <ds@schleef.org>
19527
19528         * gst/ac3parse/gstac3parse.c: update to checklist 5
19529         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19530         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19531         * gst/audioscale/gstaudioscale.c: same
19532         * gst/auparse/gstauparse.c: same
19533         * gst/avi/gstavidemux.c: same
19534
19535 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19536
19537         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19538           stop processing after EOS
19539
19540 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19541
19542         * gst/asfdemux/asfheaders.h:
19543         * gst/asfdemux/gstasfdemux.c:
19544         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19545         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19546         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19547           lot's of fixes to make data extraction simpler and get the code
19548           architecture and compiler independant. Add debugging category
19549         * gst/goom/gstgoom.c: (gst_goom_change_state):
19550           reset channel count on PAUSED=>READY, not READY=>PAUSED
19551
19552 2004-01-26  Colin Walters  <walters@verbum.org>
19553
19554         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19555         code to pull a bigger buffer in iradio mode.  This as a side effect
19556         makes typefinding work.
19557
19558 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19559
19560         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19561         Fix SVQ3 decoding on PPC
19562
19563 2004-01-26  Julien MOUTTE <julien@moutte.net>
19564
19565         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19566         that one managed to stay there... Fixed.
19567
19568 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19569
19570         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19571         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19572         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19573         (qtdemux_video_caps):
19574         * gst/qtdemux/qtdemux.h:
19575         Add SVQ3 specific flags to qtdemux and ffmpeg
19576
19577 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19578
19579         * gst-libs/gst/audio/audio.h:
19580           remove buffer-frames from audio caps
19581         * gst/audioconvert/gstaudioconvert.c:
19582           fix plugin to really work.
19583
19584 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19585
19586         * gst-libs/gst/mixer/mixer.c:
19587         * gst-libs/gst/propertyprobe/propertyprobe.c:
19588         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19589         (gst_tuner_find_channel_by_name):
19590         * gst-libs/gst/tuner/tuner.h:
19591           Add gtk-doc style comments. Also fix a function name.
19592
19593 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19594
19595         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19596         (gst_divxdec_negotiate):
19597           Fix for new capsnego - also fixes gst-player with divxdec.
19598
19599 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19600
19601         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19602         (gst_play_identity_handoff), (gst_play_set_location),
19603         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19604         try in visualization implementation. Still have an issue with switch
19605         blocking when pulling from video_queue and only audio comes out of
19606         spider.
19607         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19608         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19609         release method. And check if the pad is usable before pulling.
19610
19611 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19612
19613         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19614         (gst_videobalance_init),
19615         (gst_videobalance_colorbalance_list_channels),
19616         (gst_videobalance_colorbalance_set_value),
19617         (gst_videobalance_colorbalance_get_value),
19618         (gst_videobalance_update_properties),
19619         (gst_videobalance_update_tables_planar411),
19620         (gst_videobalance_planar411):
19621         * gst/videofilter/gstvideobalance.h:
19622           Implement lookup-tables. +/- 10x faster.
19623
19624 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19627         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19628           The index reading was broken. The rest worked fine, but the whole
19629           goal of my rewrite was to make avidemux readable, and this was
19630           not at all readable. Please use typed variables.
19631
19632 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19633
19634         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19635           Additional pad usability check.
19636         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19637         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19638         (gst_mp1videoparse_real_chain):
19639           Fix MPEG video stream parsing. The original plugin had several
19640           issues, including not timestamping streams where the source was
19641           not timestamped (this happens with PTS values in mpeg system
19642           streams, but MPEG video is also a valid stream on its own so
19643           that needs timestamps too). We use the display time code for that
19644           for now. Also, if one incoming buffer contains multiple valid
19645           frames, we push them all on correctly now, including proper EOS
19646           handling. Lastly, several potential segfaults were fixed, and we
19647           properly sync on new sequence/gop headers to include them in next,
19648           not previous frames (since they're header for the next frame, not
19649           the previous). Also see #119206.
19650         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19651         (bpf_from_header):
19652           Move caps setting so we only do it after finding several valid
19653           MPEG-1 fraes sequentially, not right after the first one (which
19654           might be coincidental).
19655         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19656         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19657         (plugin_init):
19658           Add unsynced MPEG video stream typefinding, and change some
19659           probability values so we detect streams rightly. The idea is as
19660           follows: I can have an unsynced system stream which contains
19661           video. In the current code, I would randomly get a type for either
19662           system or video stream type found, because the probabilities are
19663           being calculated rather randomly. I now use fixed values, so we
19664           always prefer system stream if that was found (and that is how it
19665           should be). If no system stream was found, we can still identity                the stream as video-only.
19666
19667 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19668
19669         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19670         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19671           don't write to buffer. Extract data without the need of
19672           __attribute__ ((packed))
19673
19674 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19675
19676         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19677         (mpeg1_sys_type_find):
19678           Fix MPEG-1 stream typefinding.
19679
19680 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19681
19682         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19683           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19684
19685 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19686
19687         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19688         * ext/esd/gstesd.c: (plugin_init):
19689           private debugging, better error reporting
19690
19691 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19692
19693         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19694         (gst_riff_read_init), (gst_riff_read_change_state):
19695         * gst-libs/gst/riff/riff-read.h:
19696           Remove stuff fromold metadata system.
19697
19698 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19699
19700         * ext/ogg/gstoggdemux.c:
19701           Fix wrong file comment.
19702         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19703         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19704           Add metadata reading properly.
19705
19706 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19707
19708         * ext/Makefile.am:
19709           Fix nas DIST_SUBDIRS
19710           Uraeus:
19711           Fix bug where make distcheck doesn't get run on adding stuff to
19712           the build.
19713
19714 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19717         * ext/divx/gstdivxdec.h:
19718           Fix divx3 ("msmpeg4") playback using divxdec.
19719
19720 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19721
19722         * gst/typefind/gsttypefindfunctions.c:
19723         (mp3_type_frame_length_from_header): fix bug in length computation
19724         (mp3_type_find): improve debugging output
19725
19726 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19727
19728         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19729         (gst_play_set_location), (gst_play_seek_to_time),
19730         (gst_play_set_audio_sink), (gst_play_set_visualization),
19731         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19732         the pipeline from scratch. Visualization is back and switch went out as
19733         i realized it was not possible to use the way i wanted.
19734         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19735         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19736         clearing in state change from READY to NULL. So that one can clean the
19737         X ressources keeping the element.
19738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19739         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19740         (gst_xvimagesink_colorbalance_set_value),
19741         (gst_xvimagesink_colorbalance_get_value),
19742         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19743         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19744         change from READY to NULL and fixed some stupid bugs in colorbalance
19745         get/set values. Also added the following feature : when nobody tries to
19746         set some values to the colorbalance levels before the xcontext is
19747         grabbed, then when creating channels list from Xv attributes we set the
19748         internal values to the Xv defaults. This way we handle buggy Xv drivers
19749         that set default hue values far from the middle of the range (Thanks
19750         to Jon Trowbridge for pointing that issue).
19751         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19752         colorbalance levels have been set before xcontext is grabbed.
19753
19754 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19755
19756         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19757           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19758           it might block operations (which is bad for a mixer).
19759
19760 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19761
19762         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19763         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19764         (gmip_find_type_pre):
19765         * gst-libs/gst/media-info/media-info-priv.h:
19766         * gst-libs/gst/media-info/media-info.c:
19767         (gst_media_info_instance_init), (gst_media_info_read_idler):
19768         add fakesink to get caps on decoder src pad again
19769         fix callback prototype to match new have_type signal signature
19770
19771 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19772
19773         * gst/adder/gstadder.c: (gst_adder_link):
19774           fix non-compile and cut-n-paste code
19775
19776 2004-01-21  David Schleef  <ds@schleef.org>
19777
19778         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19779         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19780         (gst_swfdec_init), (gst_swfdec_change_state):
19781         * ext/swfdec/gstswfdec.h:
19782         Fix negotiation.
19783         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19784         (gst_adder_request_new_pad): Fix negotiation.
19785         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19786         Add a fixate function.
19787         * gst/intfloat/gstfloat2int.c:
19788         * gst/intfloat/gstfloat2int.h:
19789         * gst/intfloat/gstint2float.c:
19790         * gst/intfloat/gstint2float.h:
19791         Completely rewrite the negotiation.  Doesn't quite work yet,
19792         due to some buffer-frames problem.
19793
19794 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19795
19796         * ext/gnomevfs/gstgnomevfssrc.c:
19797         * sys/v4l2/v4l2_calls.h:
19798           fix includes for distcheck
19799
19800 2004-01-21  Christian Schaller <uraeus@gnome.org>
19801
19802         * ext/nas/
19803         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19804         based on earlier patch from Laurent Vivier
19805
19806 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19807
19808         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19809         Fix wma caps property
19810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19811         Fix typo (flags1 and flags2)
19812
19813 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19814
19815         * gst-libs/gst/media-info/media-info-priv.c:
19816         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19817         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19818         (gmip_find_stream), (gmip_find_track_metadata),
19819         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19820         (gmip_find_track_format):
19821         * gst-libs/gst/media-info/media-info-priv.h:
19822         * gst-libs/gst/media-info/media-info-test.c: (main):
19823         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19824         (gst_media_info_read_idler), (gst_media_info_read):
19825         * gst-libs/gst/media-info/media-info.h:
19826           register debugging category and use it for debugging
19827
19828 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19831         (gst_vorbisfile_new_link):
19832           signal streaminfo through tags
19833
19834 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19835
19836         * ext/mplex/gstmplex.cc:
19837         * ext/mplex/gstmplexibitstream.cc:
19838           g++ doesn't like NULL in our i18n/error macros, should be
19839           either (NULL) or ("").
19840
19841 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19842
19843         * sys/dxr3/dxr3audiosink.c:
19844         * sys/dxr3/dxr3init.c:
19845         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19846         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19847           Fix more error error error errors (missing includes here).
19848
19849 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19852           fix thomas' error errors.
19853
19854 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19855
19856         * ext/mpeg2enc/gstmpeg2enc.cc:
19857           fix error errors.
19858
19859 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19860
19861         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19862         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19863           Fix for new error system.
19864
19865 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19866
19867         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19868           fix for new error reporting
19869
19870 2004-01-20  David Schleef  <ds@schleef.org>
19871
19872         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19873         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19874         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19875         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19876         and neither is 100+, most likely.
19877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19878         (gst_xvimagesink_getcaps): same
19879
19880 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19881
19882         * configure.ac:
19883           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19884           clashes with ffmpeg.
19885
19886 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19887
19888         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19889         (gst_switch_init): Fixed switch element : proxying link and setting
19890         caps from src to sink on request.
19891
19892 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19893
19894         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19895         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19896         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19897         fix element_error
19898
19899 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19900
19901         * sys/v4l/v4l_calls.h:
19902         * sys/v4l2/v4l2_calls.h:
19903           element_error fixes
19904
19905 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19906
19907         * gst-libs/gst/gst-i18n-plugin.h:
19908           add locale.h
19909           remove config.h inclusion
19910
19911 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19912
19913         * autogen.sh:
19914           adding autopoint invocation
19915         * Makefile.am:
19916         * configure.ac:
19917         * gst-libs/gst/gettext.h:
19918           adding gettext bits
19919         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19920         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19921         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19922         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19923         (gst_gnomevfssink_close_file):
19924         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19925         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19926         * gst-libs/gst/gst-i18n-plugin.h:
19927         * gst/avi/gstavi.c: (plugin_init):
19928         * sys/dxr3/dxr3init.c: (plugin_init):
19929         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19930         * sys/oss/gstossaudio.c: (plugin_init):
19931         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19932         * sys/v4l/gstv4l.c: (plugin_init):
19933         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19934         * sys/v4l2/gstv4l2.c: (plugin_init):
19935         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19936         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19937         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19938         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19939         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19940         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19941           make sure locale and translation domain are set
19942           fix translated strings
19943         * po/.cvsignore:
19944         * po/LINGUAS:
19945         * po/Makevars:
19946         * po/POTFILES.in:
19947         * po/nl.po:
19948           put translation files into place
19949         * sys/xvideo/imagetest.c: (main):
19950         * ext/dv/demo-play.c: (main):
19951           fix unnecessary translations
19952
19953 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19954
19955         * ext/sndfile/gstsf.c:
19956         * gst/avi/gstavimux.c:
19957         * ext/audiofile/gstafsink.c:
19958         * ext/audiofile/gstafsrc.c:
19959         * ext/gnomevfs/gstgnomevfssink.c:
19960         * ext/gnomevfs/gstgnomevfssrc.c:
19961         * sys/oss/gstosselement.c:
19962         * sys/v4l/v4l_calls.h:
19963           fix i18n include
19964
19965 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19966
19967         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19968         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19969         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19970         (gst_v4l2_get_output), (gst_v4l2_set_output),
19971         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19972         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19973         (gst_v4l2_set_attribute):
19974         update to new error handling
19975
19976 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19977
19978         * ext/sidplay/gstsiddec.cc:
19979         * gst/modplug/gstmodplug.cc:
19980           parenthese NULL because C++ seems angry about it
19981
19982 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19983
19984         * gst-libs/gst/gst-i18n-plugin.h:
19985           add skeleton i18n stuff, but needs to be further implemented
19986
19987 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19988
19989         * examples/gstplay/player.c: (main):
19990         * ext/aalib/gstaasink.c: (gst_aasink_open):
19991         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19993         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19994         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19995         (gst_afsink_close_file):
19996         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19997         (gst_afsrc_close_file):
19998         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19999         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20000         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20001         * ext/esd/esdmon.c: (gst_esdmon_get):
20002         * ext/esd/esdsink.c: (gst_esdsink_chain):
20003         * ext/faac/gstfaac.c: (gst_faac_chain):
20004         * ext/faad/gstfaad.c: (gst_faad_chain):
20005         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20006         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20007         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20008         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20009         (gst_flacdec_loop):
20010         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20011         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20012         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20013         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20014         (gst_gnomevfssink_close_file):
20015         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20016         (gst_gnomevfssrc_open_file):
20017         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20018         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20019         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20020         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20021         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20022         * ext/mad/gstmad.c: (gst_mad_chain):
20023         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20024         * ext/mpeg2dec/gstmpeg2dec.c:
20025         * ext/mpeg2enc/gstmpeg2enc.cc:
20026         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20027         * ext/mplex/gstmplex.cc:
20028         * ext/mplex/gstmplexibitstream.cc:
20029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20030         (gst_ogg_demux_push), (gst_ogg_pad_push):
20031         * ext/raw1394/gstdv1394src.c:
20032         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20033         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20034         * ext/sidplay/gstsiddec.cc:
20035         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20036         (gst_sf_loop):
20037         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20038         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20039         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20041         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20042         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20043         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20044         * gst-libs/gst/Makefile.am:
20045         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20046         (gst_riff_read_element_data), (gst_riff_read_seek),
20047         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20048         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
20049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20050         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20051         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20052         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20053         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20054         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20055         * gst/goom/gstgoom.c: (gst_goom_chain):
20056         * gst/id3/gstid3types.c: (gst_id3types_loop):
20057         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20058         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20059         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20060         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20061         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20062         (gst_ebml_read_float), (gst_ebml_read_header):
20063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20064         (gst_matroska_demux_parse_blockgroup):
20065         * gst/modplug/gstmodplug.cc:
20066         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20067         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20068         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20069         * gst/silence/gstsilence.c: (gst_silence_get):
20070         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20071         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20072         * gst/speed/gstspeed.c: (speed_loop):
20073         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20074         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20075         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20076         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20077         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20078         (gst_wavparse_loop):
20079         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20080         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20081         (dxr3audiosink_close):
20082         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20083         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20084         (dxr3videosink_close), (dxr3videosink_write_data):
20085         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20086         * sys/oss/gstosselement.h:
20087         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20088         (gst_osssink_chain):
20089         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20090         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20091         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20093         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20094         (gst_v4l_enable_overlay):
20095         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20096         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20097         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20098         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20099         (gst_v4l_set_audio):
20100         * sys/v4l/v4l_calls.h:
20101         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20102         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20103         (gst_v4lmjpegsink_playback_init),
20104         (gst_v4lmjpegsink_playback_start):
20105         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20106         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20107         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20108         (gst_v4lmjpegsrc_requeue_frame):
20109         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20110         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20111         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20112         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20113         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20114         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20115         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20116         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20117         (gst_v4l2src_capture_stop):
20118         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20119         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20120         (gst_ximagesink_chain):
20121         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20122         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20123         (gst_xvideosink_xwindow_new):
20124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20125         (gst_xvimagesink_chain):
20126         use new error signal, function and categories
20127
20128 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20129
20130         * configure.ac:
20131         * ext/Makefile.am:
20132         * ext/musicbrainz/gsttrm.c:
20133         * ext/musicbrainz/gsttrm.h:
20134         * ext/musicbrainz/Makefile.am:
20135         Add a trm plugin
20136
20137 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20138
20139         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20140         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20141         synchronous property for debugging.
20142         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20144         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20145         smaller block, fixing indent.
20146
20147 2004-01-16  David Schleef  <ds@schleef.org>
20148
20149         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20150         property affects the video stream.
20151         * sys/xvimage/xvimagesink.c:
20152         * sys/xvimage/xvimagesink.h:
20153         Add synchronous property for debugging.  Should probably be
20154         disabled in non-CVS builds.  Make sure that the Xv attribute
20155         exists before we set it (crash!).  Fix a silly float bug that
20156         caused colorbalance to just not work.
20157
20158 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20159
20160         * tools/gst-launch-ext.in - update for new plugins
20161
20162 2004-01-16  David Schleef  <ds@schleef.org>
20163
20164         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20165         already-freed caps.
20166
20167 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20168
20169         * Update spec for new colorspace plugin and libcaca plugin
20170         * Fix compilation of libcaca plugin (clock -> id)
20171
20172 2004-01-16  Julien MOUTTE <julien@moutte.net>
20173
20174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20175         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20176         (gst_xvimagesink_set_xwindow_id),
20177         (gst_xvimagesink_colorbalance_set_value),
20178         (gst_xvimagesink_colorbalance_get_value),
20179         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20180         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20181         correct colorbalance properties. They can now be set when the element
20182         is still in NULL state. The values will be committed to the Xv Port
20183         when xcontext is initialized.
20184         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20185         brightness int values in the GstXvImagesink structure.
20186
20187 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20188
20189         * gst-libs/gst/Makefile.am:
20190           restructure so having local patches works easier.
20191
20192 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * ext/mpeg2enc/Makefile.am:
20195         * ext/mpeg2enc/gstmpeg2enc.cc:
20196         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20197           Bugfix with respect to EOS handling.
20198
20199 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20200
20201         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20202           Link with right caps (else, it segfaults).
20203         * ext/mplex/gstmplexjob.cc:
20204           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20205
20206 2004-01-15  David Schleef  <ds@schleef.org>
20207
20208         * gst-libs/gst/audio/Makefile.am:
20209         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20210         from the template.
20211         * gst-libs/gst/audio/gstaudiofilter.c:
20212         * gst-libs/gst/audio/gstaudiofilter.h:
20213         Add bytes_per_sample and size and n_samples calculation.
20214         * gst-libs/gst/audio/gstaudiofilterexample.c:
20215         Remove, now autogenerated.
20216         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20217         Moved from gstaudiofilterexample, object name changed, code added
20218         so that it actually works.
20219         * gst-libs/gst/audio/make_filter:
20220         Script to build an audiofilter subclass from the template.
20221         * gst/colorspace/Makefile.am:
20222         * gst/colorspace/yuv2yuv.c:
20223         Remove file, since it's GPL, and we don't use it.
20224
20225 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20226
20227         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20229         them use the buffer free function to test how the buffer was allocated.
20230
20231 2004-01-15  David Schleef  <ds@schleef.org>
20232
20233         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20234         that handles osssink fallback.
20235         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20236         (gst_audio_convert_getcaps):
20237         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20238         Add audio/x-qdm2 for QDM2 audio.
20239         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20240         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20242         Decrease minimum size to 16x16.
20243         * gst/wavparse/gstwavparse.c:
20244         Convert disabled pad template caps to new caps.
20245         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20247         (gst_xvimagesink_chain): Throw element error when display cannot
20248         be opened.  Increase minimum framerate to 1.0.  Check the data
20249         free function on a buffer to make sure it is the type we expect
20250         before manipulating it.
20251
20252 2004-01-15  Julien MOUTTE <julien@moutte.net>
20253
20254         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20255         (gst_videobalance_colorbalance_set_value): Implement passthru if
20256         settings are in the middle.
20257         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20258
20259 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20260
20261         * gst/videofilter/Makefile.am:
20262         * gst/volume/Makefile.am:
20263           Since we use videofilter symbols, link to it.
20264
20265 2004-01-15  Julien MOUTTE <julien@moutte.net>
20266
20267         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20268         mixer interface type to HARDWARE.
20269         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20270         type to SOFTWARE.
20271         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20272         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20273         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20274         (gst_volume_interface_init), (gst_volume_list_tracks),
20275         (gst_volume_set_volume), (gst_volume_get_volume),
20276         (gst_volume_set_mute), (gst_volume_mixer_init),
20277         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20278         (volume_init): Implementing mixer interface.
20279         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20280         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20281         (gst_osselement_change_state): Removing some trailing commas in
20282         structures.
20283         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20284         interface type to HARDWARE.
20285         * sys/v4l/gstv4lcolorbalance.c:
20286         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20287         type to HARDWARE.
20288         * sys/v4l2/gstv4l2colorbalance.c:
20289         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20290         interface type to HARDWARE.
20291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20292         same code than ximagesink for event handling.
20293
20294 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20295
20296         * ext/snapshot/Makefile.am:
20297         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20298         (gst_snapshot_chain):
20299         * ext/snapshot/gstsnapshot.h:
20300           This has to be a joke... Snapshot should be connected to a tee,
20301           colorspace element before it and EOS after that, where the other
20302           src of the tee receives normal data.
20303           The current way is *wrong*.
20304
20305 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20306
20307         * ext/hermes/gsthermescolorspace.c:
20308           Fix another compile error. Same as below.
20309
20310 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20311
20312         * gst/colorspace/gstcolorspace.c:
20313         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20314         (gst_colorspace_i420_to_yv12):
20315           Fix compiling... Didn't test if it actually works.
20316
20317 2004-01-15  David Schleef  <ds@schleef.org>
20318
20319         * configure.ac:
20320         * gst/colorspace/Makefile.am:
20321         * gst/colorspace/gstcolorspace.c:
20322         * gst/colorspace/gstcolorspace.h:
20323         * gst/colorspace/yuv2rgb.c:
20324         * gst/colorspace/yuv2rgb.h:
20325         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20326         code and GPL code.  Fix for new caps negotiation.  Rewrite
20327         much of the format handling code, and some of the conversion
20328         code.  Basically, rewrote almost everything.  This element
20329         handles I420, YV12 to RGB conversions.
20330         * ext/hermes/Makefile.am:
20331         * ext/hermes/gsthermescolorspace.c:
20332         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20333         Remove non-Hermes related code.  This element handles lots of
20334         RGB to RGB conversions, but no YUV.
20335         * ext/hermes/gstcolorspace.c:
20336         * ext/hermes/gstcolorspace.h:
20337         * ext/hermes/rgb2yuv.c:
20338         * ext/hermes/yuv2rgb.c:
20339         * ext/hermes/yuv2rgb.h:
20340         * ext/hermes/yuv2rgb_mmx16.s:
20341         * ext/hermes/yuv2yuv.c:
20342         * ext/hermes/yuv2yuv.h:
20343         Remove old code.
20344
20345 2004-01-14  Colin Walters  <walters@verbum.org>
20346
20347         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20348         they've already been.
20349
20350 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20351
20352         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20353           assume tag mode when pad is not connected
20354
20355 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20356
20357         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20358           Don't update the time of the clock
20359         (gst_alsa_sink_loop):
20360           sync to the clock given to alsasink, not the own clock
20361         * sys/oss/gstosssink.c: (gst_osssink_chain):
20362           sync to the clock
20363         (gst_osssink_change_state):
20364           activate the clock
20365         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20367           remove bogus code that made DISCONT events unhandled
20368         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20369           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20370           #131502)
20371         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20372         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20373         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20374           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20375           2nd warning in bug #131502)
20376
20377 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20378
20379         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20380         (gst_videobalance_colorbalance_set_value),
20381         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20382         for colorbalance interface implementation.
20383         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20384         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20385         (gst_ximagesink_dispose), (gst_ximagesink_init),
20386         (gst_ximagesink_class_init): Adding DISPLAY property.
20387         * sys/ximage/ximagesink.h: Adding display_name to store display.
20388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20389         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20390         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20391         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20392         properties (they still need polishing though for gst-launch use : no
20393         xcontext yet, i ll do that tomorrow).
20394         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20395
20396 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20397
20398         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20399         (gst_play_set_location), (gst_play_set_visualization): Preparing
20400         switch integration, adding videobalance in the pipeline.
20401
20402 2004-01-14  Julien MOUTTE <julien@moutte.net>
20403
20404         * gst-libs/gst/colorbalance/colorbalance.c:
20405         (gst_color_balance_class_init): Adding a default type.
20406         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20407         the type.
20408         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20409         (gst_videobalance_dispose), (gst_videobalance_class_init),
20410         (gst_videobalance_init), (gst_videobalance_interface_supported),
20411         (gst_videobalance_interface_init),
20412         (gst_videobalance_colorbalance_list_channels),
20413         (gst_videobalance_colorbalance_set_value),
20414         (gst_videobalance_colorbalance_get_value),
20415         (gst_videobalance_colorbalance_init): Implementing colorbalance
20416         interface.
20417         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20418         list.
20419         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20420         bug which was triggering a BadAccess X error when setting an overlay
20421         before pad was really negotiated.
20422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20423         Using the colorbalance type macro.
20424
20425 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20426
20427         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20428         (gst_flacenc_chain):
20429           handle tags correctly
20430         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20431           extract ID3v1 tags correctly
20432
20433 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20434
20435         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20436         (plugin_init):
20437           Improve matroska typefinding for odd-typed headers...
20438
20439 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20440
20441         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20442           Fix for using incremental number on padnames.
20443
20444 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * ext/divx/gstdivxdec.c:
20447         * ext/divx/gstdivxenc.c:
20448           Set category to divx4linux instead of divx (too generic).
20449         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20450         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20451         (gst_wavparse_loop), (gst_wavparse_change_state):
20452         * gst/wavparse/gstwavparse.h:
20453           fix parsing of WAV files with non-standard fmt-tag size and fix
20454           skipping of unrecognized chunks... Someone please fix this thing
20455           to use rifflib so all this is automated.
20456         * sys/v4l/Makefile.am:
20457         * sys/v4l2/Makefile.am:
20458           Add X_CFLAGS because we depend on X (for overlay).
20459
20460 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20461
20462         * ext/mpeg2dec/gstmpeg2dec.c:
20463           Don't issue a timestamp unless we tagged the frame
20464           with a PTS.
20465
20466 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20467
20468         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20469           Query the audio element to get the time, not the clock. We're
20470           interested in the element's time here.
20471
20472 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20473
20474         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20475         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20476         * ext/esd/esdsink.c: (gst_esdsink_chain):
20477         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20478         * ext/mas/massink.c: (gst_massink_chain):
20479         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20480         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20481         (gst_matroska_demux_parse_metadata):
20482         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20483         (gst_mpeg_parse_release_locks):
20484         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20485         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20486         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20487         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20488         (gst_osssink_change_state):
20489         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20490         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20491         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20492         (gst_xvideosink_release_locks):
20493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20494           use element time.
20495         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20496         (gst_alsa_clock_stop):
20497         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20498         (gst_audio_clock_get_internal_time):
20499           simplify for use with new clocking code.
20500         * testsuite/alsa/Makefile.am:
20501         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20502           fix testsuite for new caps system
20503
20504 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20505
20506         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20507         * ext/flac/gstflacenc.c: (add_one_tag):
20508           length is already host endian, no need to convert. Fixes playback of
20509           tagged files on PPC. (bug #128384)
20510
20511 2004-01-13  Julien MOUTTE <julien@moutte.net>
20512
20513         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20514         colorbalance interface stating if it is hardware based or software
20515         based.
20516         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20517         Removing a trailing comma.
20518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20519         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20520         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20521         the documentation seems to be wrong on the -1000 to 1000 interval.
20522
20523 2004-01-12  David Schleef  <ds@schleef.org>
20524
20525         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20526         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20527         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20528         Fix negotiation.  Add a bufferalloc function for the sink pad,
20529         and generally clean up some of the code.
20530
20531 2004-01-12  Julien MOUTTE <julien@moutte.net>
20532
20533         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20534         (gst_color_balance_channel_dispose): Adding safety check in dispose
20535         method.
20536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20537         (gst_xvimagesink_xcontext_clear),
20538         (gst_xvimagesink_interface_supported),
20539         (gst_xvimagesink_colorbalance_list_channels),
20540         (gst_xvimagesink_colorbalance_set_value),
20541         (gst_xvimagesink_colorbalance_get_value),
20542         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20543         Adding colorbalance interface support to set XV parameters such as
20544         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20545         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20546         interface.
20547
20548 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20549
20550         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20551         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20552         (gst_audio_convert_init), (gst_audio_convert_set_property),
20553         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20554         (gst_audio_convert_link),
20555         (gst_audio_convert_buffer_to_default_format),
20556         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20557           - implement _getcaps and use it
20558           - improve linking
20559           - remove float caps since no float conversion is actually done
20560           - remove properties and arguments that were to be used for rate
20561             conversion
20562
20563 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20564
20565         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20566         (gst_audio_structure_set_int):
20567         * gst-libs/gst/audio/audio.h:
20568           add helper functions for _getcaps matching the standard audio
20569           templates
20570
20571 2004-01-12  David Schleef  <ds@schleef.org>
20572
20573         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20574         Test that pad is negotiated before getting its caps.
20575
20576 2004-01-12  Julien MOUTTE <julien@moutte.net>
20577
20578         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20579         analyzing the pads of an element the bin is mostly in READY state so
20580         no caps were negotiated. This helper function needs to work with
20581         _get_caps directly then. I was not freeing them though, added that to
20582         fix the mem leak.
20583
20584 2004-01-12  Julien MOUTTE <julien@moutte.net>
20585
20586         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20588         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20589         than the free_func.
20590
20591 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20592
20593         * sys/oss/gstossaudio.c: (plugin_init):
20594         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20595         * sys/oss/gstosselement.h:
20596           make an oss debugging category
20597           make failure more descriptive
20598
20599 2004-01-11  David Schleef  <ds@schleef.org>
20600
20601         * ext/ffmpeg/gstffmpeg.c:
20602         * ext/ffmpeg/gstffmpegcodecmap.c:
20603         * ext/ffmpeg/gstffmpegdec.c:
20604         * ext/ffmpeg/gstffmpegenc.c:
20605         * ext/ffmpeg/gstffmpegprotocol.c:
20606         * ext/gdk_pixbuf/gstgdkanimation.c:
20607         * ext/jpeg/gstjpeg.c:
20608         * ext/libpng/gstpng.c:
20609         * ext/mpeg2dec/perftest.c:
20610         * ext/speex/gstspeex.c:
20611         * gst-libs/gst/resample/dtos.c:
20612         * gst/intfloat/gstintfloatconvert.c:
20613         * gst/oneton/gstoneton.c:
20614         * gst/rtjpeg/RTjpeg.c:
20615         * gst/rtp/gstrtp.c:
20616         * sys/dxr3/dxr3init.c:
20617         * sys/glsink/gstgl_nvimage.c:
20618         * sys/glsink/gstgl_pdrimage.c:
20619         * sys/glsink/gstglsink.c:
20620         * testsuite/gst-lint:
20621         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20622
20623 2004-01-11  David Schleef  <ds@schleef.org>
20624
20625         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20626         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20627         * ext/gdk_pixbuf/gstgdkanimation.c:
20628         (gst_gdk_animation_iter_create_pixbuf):
20629         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20630         (gst_gdk_pixbuf_chain):
20631         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20632         * ext/jack/gstjack.c: (gst_jack_change_state):
20633         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20634         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20635         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20636         * gst/videofilter/gstvideofilter.c:
20637         (gst_videofilter_set_output_size):
20638         Remove all usage of gst_pad_get_caps(), and replace it with
20639         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20640
20641 2004-01-11  David Schleef  <ds@schleef.org>
20642
20643         * configure.ac:
20644         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20645         * ext/divx/gstdivxdec.c:
20646         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20647         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20648         handle images that span multiple buffers.  Now work with both
20649         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20650         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20651         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20652         video/video.h changes
20653         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20654         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20655         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20656         of GstData free function.
20657         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20658         same.
20659
20660 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20661
20662         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20663         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20664         (gst_v4l2element_get_property):
20665         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20666           add norm, channel and frequency properties.
20667         * sys/v4l2/gstv4l2tuner.c:
20668           fixes for tuner interface changes
20669         * sys/v4l2/gstv4l2element.h:
20670         * sys/v4l2/gstv4l2src.c:
20671         * sys/v4l2/gstv4l2src.h:
20672         * sys/v4l2/v4l2src_calls.c:
20673         * sys/v4l2/v4l2src_calls.h:
20674           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20675
20676 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20677
20678         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20679         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20680         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20681         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20682         * gst-libs/gst/tuner/tuner.h:
20683           GObjects aren't const.
20684           Add find_by_name functions.
20685           Add checks to _changed functions.
20686         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20687         (gst_v4l_tuner_get_norm):
20688           Fixes for above.
20689
20690 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20691
20692         * gst-libs/gst/video/video.h:
20693           Fix caps template names to be understandable.
20694           Prefix everything with GST_VIDEO.
20695         * ext/aalib/gstaasink.c:
20696         * ext/divx/gstdivxdec.c:
20697         * ext/divx/gstdivxenc.c:
20698         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20699         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20700         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20701         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20702         * ext/libcaca/gstcacasink.c:
20703         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20704         * ext/snapshot/gstsnapshot.c:
20705         * ext/swfdec/gstswfdec.c:
20706         * ext/xvid/gstxviddec.c:
20707         * ext/xvid/gstxvidenc.c:
20708         * gst/chart/gstchart.c:
20709         * gst/deinterlace/gstdeinterlace.c:
20710         * gst/effectv/gsteffectv.c:
20711         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20712         * gst/goom/gstgoom.c:
20713         * gst/median/gstmedian.c:
20714         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20715         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20716         * gst/overlay/gstoverlay.c:
20717         * gst/smooth/gstsmooth.c:
20718         * gst/smpte/gstsmpte.c:
20719         * gst/synaesthesia/gstsynaesthesia.c:
20720         * gst/videocrop/gstvideocrop.c:
20721         * gst/videodrop/gstvideodrop.c:
20722         * gst/y4m/gsty4mencode.c:
20723         * sys/qcam/gstqcamsrc.c:
20724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20725           Make them work with new video.h file.
20726         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20727         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20729         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20730           Make it work with new buffer allocation system.
20731
20732 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20733
20734         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20735         pad_alloc_buffer implementation to use ->srcpad
20736         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20737         pad_alloc_buffer implementation to use ->srcpad
20738         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20739         pad_alloc_buffer implementation to use ->srcpad
20740         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20741         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20742         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20743         a reference to everything we need.
20744         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20746         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20747         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20748         a reference to everything we need.
20749         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20750
20751 2004-01-11  David Schleef  <ds@schleef.org>
20752
20753         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20754         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20755         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20756         structure members.
20757         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20758         value during a resize/renegotiation.
20759         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20760         gst_pad_alloc_buffer();
20761         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20762         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20763         structure members.
20764         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20765         Fix for rename of buffer private structure members.
20766         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20767         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20768         Fix for rename of buffer private structure members.
20769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20770         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20771         Fix for rename of buffer private structure members.
20772
20773 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20774
20775         reviewed by: David Schleef <ds@schleef.org>
20776
20777         * gst/videofilter/Makefile.am:
20778         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20779         from the patch by ds to fit in with recent make_filter changes.
20780
20781 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20782
20783         * configure.ac: Adding examples/switch/Makefile
20784         * examples/Makefile.am: Adding examples/switch
20785         * examples/switch/Makefile.am: Adding switcher example.
20786         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20787         (switch_timer), (main): Adding an example demonstrating switch usage
20788         with 2 videotestsrc showing different patterns.
20789         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20790         (gst_switch_init): Fixing switch with the new caps system.
20791
20792 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20793
20794         * gst-libs/gst/video/video.h:
20795           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20796           They should probably be like
20797           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20798
20799 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20800
20801         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20802         (qtdemux_parse_trak):
20803           fix audio chunk size/timestamp calculation
20804
20805 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20806
20807         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20808           fix SVQ3 caps
20809
20810 2004-01-11  Steve Baker  <steve@stevebaker.org>
20811
20812         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20813         (gst_agingtv_base_init), (gst_agingtv_class_init),
20814         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20815         (gst_agingtv_set_property), (gst_agingtv_get_property):
20816         Port agingTV to videofilter
20817
20818 2004-01-09  Julien MOUTTE <julien@moutte.net>
20819
20820         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20821         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20822
20823 2004-01-09  Julien MOUTTE <julien@moutte.net>
20824
20825         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20826         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20827         * gst-libs/gst/xoverlay/xoverlay.c:
20828         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20830         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20831         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20832         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20833         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20834         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20835         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20836         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20837         interface implementation to handle xid being 0 and fix some bugs
20838         triggered by Benjamin's testcase.
20839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20840         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20841         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20842         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20843         interface implementation to handle xid being 0 and fix some bugs
20844         triggered by Benjamin's testcase.
20845
20846 2004-01-09  David Schleef  <ds@schleef.org>
20847
20848         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20849         mouse pointer events.  It works.
20850
20851 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20852
20853         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20854           Use explicit caps - fix capsnego.
20855         * ext/xvid/gstxviddec.c:
20856         * ext/xvid/gstxvidenc.c:
20857           Remove macro-inside-macro which caused compile errors.
20858         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20859           Error out if it's not a RIFF file. Else we error out without
20860           gst_element_error() which is not good...
20861
20862 2004-01-08  David Schleef  <ds@schleef.org>
20863
20864         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20865         Fix pad_link function to handle formats that ffmpeg returns
20866         as multiple caps structures.
20867         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20868         Only complain if source buffer is _smaller_ than expected.
20869         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20870         (gst_videoscale_handle_src_event): Resize navigation events
20871         when passing them upstream.
20872         * gst/videotestsrc/gstvideotestsrc.c:
20873         * gst/videotestsrc/gstvideotestsrc.h:
20874         * gst/videotestsrc/videotestsrc.c:
20875         * gst/videotestsrc/videotestsrc.h:
20876         Rewrite many of the buffer painting functions to handle odd
20877         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20878         been verified to work with my video card.
20879         * testsuite/gst-lint:  Add check for elements calling
20880         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20881
20882 2004-01-08  David Schleef  <ds@schleef.org>
20883
20884         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20885         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20886
20887 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20888
20889         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20890         configure event is not emiting the desired size signal. That fixes
20891         aspect ratio issues with gst-player.
20892
20893 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20894
20895         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20896           Fix capsnego.
20897
20898 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20899
20900         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20901         public method to fire size signal.
20902
20903 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20904
20905         * examples/gstplay/Makefile.am: Adding the interface library.
20906         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20907         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20908         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20909         GST_IS_X_OVERLAY before signal connect.
20910         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20911         Removing the have_video_size signal.
20912         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20913         and associated public method.
20914         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20915         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20916         signal.
20917         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20918         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20919         signal.
20920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20921         Using XOverlay public method to fire size signal.
20922
20923 2004-01-07  David Schleef  <ds@schleef.org>
20924
20925         * gst/videofilter/Makefile.am:
20926         * gst/videofilter/gstvideotemplate.c:
20927         * gst/videofilter/make_filter:
20928         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20929         Convert make_filter to /bin/sh script.
20930
20931 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * gst/modplug/gstmodplug.cc: fix element description
20934
20935 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20936
20937         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20938         (got_video_size): Adding some new lines in g_print calls.
20939         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20940         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20941         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20942         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20943         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20944         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20945         Complete code review, reverting some stuff i disagree with, adding
20946         some fixes : time synchronization on invalid timestamps, renegotiation
20947         of private window.
20948         * sys/ximage/ximagesink.h:
20949         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20950         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20951         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20952         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20953         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20954         (gst_xvimagesink_buffer_new),
20955         (gst_xvimagesink_navigation_send_event),
20956         (gst_xvimagesink_set_xwindow_id),
20957         (gst_xvimagesink_get_desired_size),
20958         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20959         stuff i disagree with, adding some fixes : Renegotiation of private
20960         window, implementing get_desired_size.
20961
20962 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20963
20964         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20965         (gst_afsink_handle_event):
20966         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20967         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20968         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20969         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20970         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20971           Fix for instantiate-test (see core). Also remove dead code from
20972           jpegenc (which still needs fixing, but that's lower on my TODO
20973           list...).
20974         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20975           Never return NULL as caps.
20976
20977 2004-01-07  David Schleef  <ds@schleef.org>
20978
20979         * configure.ac:
20980         * ext/Makefile.am:
20981         * ext/librfb/Makefile.am:
20982         * ext/librfb/gstrfbsrc.c:
20983         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20984         is the protocol used by VNC.
20985
20986 2004-01-07  David Schleef  <ds@schleef.org>
20987
20988         * gst/videofilter/gstvideotemplate.c:
20989         * gst/videofilter/gstvideotemplate.h:
20990         * gst/videofilter/make_filter:
20991         Merge videotemplate header into source file.
20992         * gst/effectv/Makefile.am:
20993         * gst/effectv/gsteffectv.c: (plugin_init):
20994         * gst/effectv/gstwarp.c:
20995         Make warpTV a subclass of videofilter.
20996
20997 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20998
20999         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21000           Add guard against invalid utf-8 conversions in mad. Just in case.
21001
21002 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21003
21004         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21005           Fix for bug shown by poisoning
21006
21007 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21008
21009         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21010         (gst_v4lmjpegsrc_buffer_free):
21011         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
21012         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
21013         (gst_v4lsrc_buffer_free):
21014           Fix for removed bufferpools.
21015
21016 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21017
21018         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21019         Fix caps negotiation.
21020
21021         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21022         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
21023         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21024         (dvdnavsrc_event):
21025         * ext/mpeg2dec/gstmpeg2dec.c:
21026         * gst-libs/gst/navigation/navigation.c:
21027         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
21028         * gst-libs/gst/navigation/navigation.h:
21029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
21030         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
21031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
21032         Super-simple first version of mouse and keyboard events. Clicking
21033         on a DVD menu now works, although it may not take you where you
21034         expected.
21035
21036         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21037         * gst/videotestsrc/gstvideotestsrc.c:
21038         (gst_videotestsrc_src_fixate):
21039         These fixate functions were broken - they never actually
21040         fixated :)
21041
21042 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21043
21044         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
21045         (gst_icecastsend_init):
21046           fix for new caps system.
21047         * gst-libs/gst/mixer/mixertrack.h:
21048         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
21049           Add 'master track' flag (for tools like ACME that only want to
21050           change the main volume).
21051
21052 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21053
21054         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21055         (gst_xvid_csp_to_caps):
21056         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21057         * ext/xvid/gstxvidenc.c:
21058         ifdef out ARGB type when it isn't available
21059         in xvidcore 1.0.0beta2
21060
21061 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21062
21063         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21064           When we have received a new SCR right in the first buffer after
21065           a seek (so in the same cycle that handles the discont), we should
21066           handle the buffer instead of unreffing it, else we lose data.
21067
21068 2004-01-06  Iain <iain@prettypeople.org>
21069
21070         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21071           buffer-frames caps too.
21072
21073         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21074           caps that we need, don't destroy them all and rebuild them. And when
21075           creating src pads, use the src pad template rather than the sink...
21076
21077 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21078
21079         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21080           Add pad to element *after* setting functions such as event handler.
21081           Without this, the scheduler (opt) will link pads, set the event
21082           handler from the default event function (dispatcher in gstpad.c)
21083           and *after* that, we will set our own event function, which will
21084           thus never be used (and thus mpegdemux doesn't handle events).
21085
21086 2004-01-04  David Schleef  <ds@schleef.org>
21087
21088         Fix the fixate functions to handle new prototype:
21089         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21090         * gst/videotestsrc/gstvideotestsrc.c:
21091         (gst_videotestsrc_src_fixate):
21092         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21093         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21095
21096 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21097
21098         * sys/ximage/ximagesink.h:
21099         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21100         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21101         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21102         (gst_ximagesink_xoverlay_init):
21103           assorted fixes to make (re)embedding work
21104         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21105         (gst_ximagesink_get_desired_size):
21106           implement desired size additions to XOverlay
21107
21108 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21109
21110         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21111         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21112         (gst_x_overlay_got_desired_size):
21113         * gst-libs/gst/xoverlay/xoverlay.h:
21114           Add optional "desired size" signal and querying.
21115
21116 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21117
21118         * gst/matroska/matroska-demux.c:
21119         (gst_matroska_demux_parse_blockgroup):
21120           Fix EBML-laced block parsing. Diffs are relative to previous
21121           lace, not the first lace. Thanks to Mosu from the Matroska
21122           team for detecting this.
21123         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21124         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21125         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21126         (gst_wavparse_change_state):
21127         * gst/wavparse/gstwavparse.h:
21128           Quickfix for capsnego.
21129
21130 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21131
21132         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21133           Fix indenting, fix pad creation.
21134
21135 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21136
21137         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21138         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21139         (gst_xviddec_sink_link):
21140           Implement src_getcaps() so proper size caps is negotiated.
21141
21142 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21143
21144         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21145           Finish flac decoder on EOS. See #116178.
21146
21147 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21148
21149         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21150         (gst_matroska_demux_add_stream):
21151         * gst/matroska/matroska-ids.h:
21152           Add getcaps() function to fix capsnego...
21153
21154 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21155
21156         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21157         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21158         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21159           Fix more integer overflows. Again, see #126967.
21160
21161 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21162
21163         * ext/mpeg2dec/gstmpeg2dec.c:
21164           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21165           #130416.
21166
21167 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21168
21169         * configure.ac:
21170         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21171         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21172         * ext/xvid/gstxvid.h:
21173         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21174         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21175         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21176         (gst_xviddec_change_state):
21177         * ext/xvid/gstxviddec.h:
21178         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21179         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21180         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21181         (gst_xvidenc_link), (gst_xvidenc_set_property),
21182         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21183         * ext/xvid/gstxvidenc.h:
21184           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21185
21186 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21187
21188         * gst/rtp/rtp-packet.c:
21189           Add sys/types.h include, since OS X doesn't define in_addr_t
21190           in netinet/in.h, like it does on Linux (see #129600).
21191
21192 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21193
21194         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21195
21196         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21197           Correct logic of dispose function (see #129306).
21198
21199 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21200
21201         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21203         (gst_mpeg_parse_init):
21204         * gst/mpegstream/gstmpegparse.h:
21205           Remove clock (which was never provided, i.e. dead code), and
21206           also fix integer overflows at high PTS values (see #126967).
21207
21208 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21209
21210         * ext/flac/gstflacdec.c:
21211         * ext/libpng/gstpngenc.h:
21212         * ext/mikmod/gstmikmod.h:
21213           OS X fixes (see #126628).
21214
21215 2004-01-02  David Schleef  <ds@schleef.org>
21216
21217         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21218         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21219         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21220         (gst_mpeg_parse_class_init): Move pad template registration
21221         to class_init, since the derived class (mpegdemux) doesn't
21222         want them.
21223
21224 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21225
21226         * sys/ximage/Makefile.am:
21227         * sys/xvideo/Makefile.am:
21228         * sys/xvimage/Makefile.am:
21229           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21230           after installation (see #127664).
21231
21232 2004-01-02  David Schleef  <ds@schleef.org>
21233
21234         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21235         (gst_ffmpegenc_connect):  Negotiation fixes.
21236         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21237         Remove inappropriate gst_caps_free().
21238         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21239         Reenable Ronald's internal resize code, since the core handles
21240         it correctly now.
21241
21242 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21243
21244         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21245         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21247           Fix pad template stuff.
21248
21249 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21250
21251         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21252         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21253           fix signed integer reading/writing.
21254
21255 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21256
21257         * ext/alsa/README:
21258           Remove outdated document
21259
21260 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21261
21262         * gst/cutter/gstcutter.c: (gst_cutter_init):
21263           src pad was being created twice - oops.
21264
21265 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21266
21267         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21268           Comment out internal resize. It doesn't handle the resulting
21269           XEvent internally, does another try_set_caps() which leads to
21270           a really nice loop.
21271           Real fix will come when Julien and Dave are awake. ;).
21272
21273 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21274
21275         * ext/mpeg2enc/gstmpeg2enc.cc:
21276           fix const/nonconst compile issue.
21277
21278 2004-01-02  David Schleef  <ds@schleef.org>
21279
21280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21281         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21282         Add fixate function and a check for bad formats.
21283
21284 2004-01-01  David Schleef  <ds@schleef.org>
21285
21286         Negotiation fixes:
21287         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21288         (gst_audiofilter_init):
21289         * gst/debug/efence.c: (gst_efence_init):
21290         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21291         (gst_deinterlace_init):
21292         * gst/volume/gstvolume.c: (volume_connect):
21293
21294 2004-01-01  David Schleef  <ds@schleef.org>
21295
21296         Convert elements to use gst_pad_use_explicit_caps() where
21297         appropriate:
21298         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21299         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21300         (gst_afparse_open_file):
21301         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21302         (gst_afsrc_open_file):
21303         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21304         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21305         (gst_ffmpegdec_chain):
21306         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21307         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21308         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21309         (gst_gdk_pixbuf_chain):
21310         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21311         (gst_jpegdec_chain):
21312         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21313         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21314         (gst_mikmod_negotiate):
21315         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21316         (gst_mpeg2dec_negotiate_format):
21317         * ext/mpeg2enc/gstmpeg2enc.cc:
21318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21319         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21320         (gst_speexdec_sinkconnect):
21321         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21322         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21323         (gst_vorbisfile_new_link):
21324         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21325         (gst_ac3parse_chain):
21326         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21327         (gst_asf_demux_setup_pad):
21328         * gst/auparse/gstauparse.c: (gst_auparse_init),
21329         (gst_auparse_chain):
21330         * gst/id3/gstid3types.c: (gst_id3types_loop):
21331         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21332         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21333         (mp1videoparse_parse_seq):
21334         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21335         (bpf_from_header):
21336         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21337         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21338         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21339         (gst_mpeg_parse_send_data):
21340         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21341         (gst_qtdemux_add_stream):
21342         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21343         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21344         (gst_wavparse_parse_fmt):
21345
21346 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21347
21348         * configure.ac:
21349           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21350           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21351           it therefore uses the wrong include paths. Too bad... Note
21352           that 1.6.1.93 is not release yet. ;).
21353           Also add a check for mplex, which is now using the lib'ified
21354           mplex from mjpegtools, too.
21355         * ext/ffmpeg/gstffmpegcodecmap.c:
21356           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21357           issues. I don't think ffmpeg handles 3ivx correctly, so this
21358           probably won't work. But it won't hurt either.
21359         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21360         (gst_ffmpegdec_chain):
21361         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21362         (gst_ffmpegenc_chain_audio):
21363           Fix memleak in audio encoding. Close codec if open fails, this
21364           calls the cleanup routines so we can re-use the context.
21365         * ext/mpeg2enc/gstmpeg2enc.cc:
21366           Fix pad template names/types, fix memory issue with getcaps().
21367         * ext/mpeg2enc/gstmpeg2encoder.cc:
21368         * ext/mpeg2enc/gstmpeg2encoder.hh:
21369           Fix compile issue with new caps system (const thingy).
21370         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21371         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21372           We read a first frame right on initing, so that we have a caps
21373           when we init the output. This caps is cached in padprivate and
21374           read as first frame.
21375         * ext/mplex/Makefile.am:
21376         * ext/mplex/gstmplex.cc:
21377         * ext/mplex/gstmplex.h:
21378         * ext/mplex/gstmplex.hh:
21379         * ext/mplex/gstmplexibitstream.cc:
21380         * ext/mplex/gstmplexibitstream.hh:
21381         * ext/mplex/gstmplexjob.cc:
21382         * ext/mplex/gstmplexjob.hh:
21383         * ext/mplex/gstmplexoutputstream.cc:
21384         * ext/mplex/gstmplexoutputstream.hh:
21385           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21386           had issues, didn't do capsnego, supported only a subset of the
21387           mplex features and required a mplex fork in our local CVS. Plus
21388           that it worked agaist a very old mplex version. Rewriting was
21389           faster than updating it.
21390         * gst-libs/ext/Makefile.am:
21391         * gst-libs/ext/mplex/INSTRUCT:
21392         * gst-libs/ext/mplex/Makefile.am:
21393         * gst-libs/ext/mplex/README:
21394         * gst-libs/ext/mplex/TODO:
21395         * gst-libs/ext/mplex/ac3strm_in.cc:
21396         * gst-libs/ext/mplex/audiostrm.hh:
21397         * gst-libs/ext/mplex/audiostrm_out.cc:
21398         * gst-libs/ext/mplex/aunit.hh:
21399         * gst-libs/ext/mplex/bits.cc:
21400         * gst-libs/ext/mplex/bits.hh:
21401         * gst-libs/ext/mplex/buffer.cc:
21402         * gst-libs/ext/mplex/buffer.hh:
21403         * gst-libs/ext/mplex/fastintfns.h:
21404         * gst-libs/ext/mplex/format_codes.h:
21405         * gst-libs/ext/mplex/inputstrm.cc:
21406         * gst-libs/ext/mplex/inputstrm.hh:
21407         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21408         * gst-libs/ext/mplex/mjpeg_logging.cc:
21409         * gst-libs/ext/mplex/mjpeg_logging.h:
21410         * gst-libs/ext/mplex/mjpeg_types.h:
21411         * gst-libs/ext/mplex/mpastrm_in.cc:
21412         * gst-libs/ext/mplex/mpegconsts.cc:
21413         * gst-libs/ext/mplex/mpegconsts.h:
21414         * gst-libs/ext/mplex/mplexconsts.hh:
21415         * gst-libs/ext/mplex/multplex.cc:
21416         * gst-libs/ext/mplex/outputstream.hh:
21417         * gst-libs/ext/mplex/padstrm.cc:
21418         * gst-libs/ext/mplex/padstrm.hh:
21419         * gst-libs/ext/mplex/stillsstream.cc:
21420         * gst-libs/ext/mplex/stillsstream.hh:
21421         * gst-libs/ext/mplex/systems.cc:
21422         * gst-libs/ext/mplex/systems.hh:
21423         * gst-libs/ext/mplex/vector.cc:
21424         * gst-libs/ext/mplex/vector.hh:
21425         * gst-libs/ext/mplex/videostrm.hh:
21426         * gst-libs/ext/mplex/videostrm_in.cc:
21427         * gst-libs/ext/mplex/videostrm_out.cc:
21428         * gst-libs/ext/mplex/yuv4mpeg.cc:
21429         * gst-libs/ext/mplex/yuv4mpeg.h:
21430         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21431         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21432           We don't fork mjpegtools' mplex in our CVS anymore.
21433         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21434         (gst_avi_demux_add_stream):
21435         * gst/avi/gstavidemux.h:
21436           Add getcaps() function for proper caps nego. This makes some
21437           parts of AVI playback/reading work.
21438         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21439           Resize window on new capsnego. This is probably wrong, but
21440           I'm still committing it because with current capsnego, the
21441           first successfull capsnego is auto-fixated, therefore rounded
21442           down to the lowest values in the caps. this results in a 16x16
21443           XWindow that is not reized when real capsnego finishes.
21444           Dave, I see more cases of this, do you know a proper solution?
21445         * tools/gst-launch-ext.in:
21446           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21447
21448 2003-12-31  David Schleef  <ds@schleef.org>
21449
21450         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21451         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21452           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21453
21454 2003-12-30  David Schleef  <ds@schleef.org>
21455
21456         * ext/ffmpeg/gstffmpegcolorspace.c:
21457         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21458         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21459         (gst_ffmpegcsp_chain): Negotiation fixes
21460         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21462         (gst_audio_convert_link), (gst_audio_convert_channels):
21463         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21464         (gst_audioscale_link), (gst_audioscale_get_buffer),
21465         (gst_audioscale_chain): Negotiation fixes
21466         * gst/audioscale/gstaudioscale.h:
21467         * gst/videofilter/gstvideofilter.c:
21468         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21469         (gst_videofilter_link), (gst_videofilter_init),
21470         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21471         (gst_videofilter_find_format_by_structure):
21472         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21473         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21474         (gst_videoscale_link):
21475         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21476         (videoscale_find_by_structure), (gst_videoscale_setup):
21477         * gst/videoscale/videoscale.h: Negotiation fixes
21478         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21479         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21480         function, restrict resizing to a multiple of 4 (hack until
21481         everyone supports odd sizes correctly).
21482
21483 2003-12-29  Colin Walters  <walters@verbum.org>
21484
21485         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21486         signed.
21487
21488 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21489
21490         * ext/sndfile/gstsf.c: (gst_sf_loop):
21491           Fix warning about discarding const qualifier
21492
21493 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21494
21495         * gst/cutter/gstcutter.c:
21496         * gst/videoscale/gstvideoscale.c:
21497         * gst/volenv/gstvolenv.c:
21498         * gst-libs/gst/audio/audio.c:
21499         * gst-libs/gst/video/video.c:
21500           Fix warnings
21501
21502 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21503
21504         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21505           Don't send ALSA debugging to stderr.
21506         * ext/alsa/gstalsa.h:
21507           Use GST_WARNING instead of g_warning when ALSA functions fail.
21508
21509 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21510
21511         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21512           Free XVAdapterInfo correctly.
21513
21514 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21515
21516         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21517         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21518           Make id3tag use correct caps nego.
21519
21520 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21521
21522         * ext/ivorbis/vorbis.c:
21523         * ext/ivorbis/vorbisenc.h:
21524         * ext/ivorbis/vorbisfile.c:
21525           Modify so that it uses the new caps things
21526
21527 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21528
21529         * testsuite/spider/spider1.c: (main):
21530         * testsuite/spider/spider2.c: (main):
21531         * testsuite/spider/spider3.c: (main):
21532           Make tests compile again. They probably don't work.
21533
21534 2003-12-24  Colin Walters  <walters@verbum.org>
21535
21536         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21537         we can't fixate the caps anymore.
21538
21539 2003-12-23  David Schleef  <ds@schleef.org>
21540
21541         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21542         * sys/oss/gstosssink.c: (gst_osssink_init),
21543         (gst_osssink_sink_fixate): Add fixate function.
21544
21545 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21546
21547         * ext/ffmpeg/gstffmpegcodecmap.c:
21548         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21549         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21550         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21551         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21552         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21553         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21554         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21555           fix typo in RGB masks, and move back to "old" colorspace
21556           capsnego code until whoever wrote this new crap has actually
21557           tested it so that it works.
21558           And yes, this works, keep it that way please.
21559
21560 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21561
21562         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21563         (gst_divxdec_init), (gst_divxdec_negotiate):
21564         * ext/divx/gstdivxdec.h:
21565         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21566         (gst_divxenc_init):
21567         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21568         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21569         * ext/mpeg2enc/gstmpeg2enc.cc:
21570         * ext/mpeg2enc/gstmpeg2encoder.cc:
21571         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21572         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21573         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21574         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21575         (dxr3spusink_init):
21576         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21577         (dxr3videosink_init):
21578           Fix caps breakage after Dave's caps branch merge.
21579
21580 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21581
21582         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21583           Fix for 24bpp display.
21584
21585 2003-12-23  Colin Walters  <walters@verbum.org>
21586
21587         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21588         a GnomeVFSHandle directly.
21589
21590 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21591
21592         * gst/volume/Makefile.am:
21593         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21594         (volume_base_init), (volume_init):
21595           Reenable volume element and fix to work with new caps stuff.
21596           Rhythmbox needs this.
21597
21598 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21599
21600         * gst/qtdemux/qtdemux.c: (plugin_init):
21601           qtdemux requires bytestream
21602
21603 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21604
21605         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21606           Fix remaining caps handling errors due to CAPS merge.
21607
21608 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21609
21610         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21611         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21612         (gst_faad_srcconnect):
21613           Port to new caps system.
21614
21615 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21616
21617         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21618         (got_video_size), (main): using g_print instead of g_message.
21619         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21620         signal which was not emitted because of "switch" element added to the
21621         bin but not connected. (Removing from the bin temporarily)
21622
21623 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21624
21625         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21626         find X development files. I don't understand the previous tests and
21627         they fail on my debian/ppc unstable. This one works.
21628         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21629         exiting.
21630         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21631         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21632         (gst_play_set_visualization): Add some safety checks in set_ methods
21633         and state_change. This was throwing some ugly CRITICAL messages when
21634         pipeline was getting disposed and casts were failing.
21635
21636 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21637
21638         * configure.ac:
21639           Improve mpeg2enc detection. This is for distributions that do
21640           ship mjpegtools, but without mpeg2enc. Also does object check
21641           for might there ever be ABI incompatibility.
21642         * ext/mpeg2enc/gstmpeg2enc.cc:
21643           Add Andrew as second maintainer (he's helping me), and also add
21644           an error if no caps was set. This happens if I pull before capsnego
21645           and that's something I should solve sometime else.
21646         * gst/matroska/matroska-demux.c:
21647         (gst_matroska_demux_parse_blockgroup):
21648           Fix time parsing.
21649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21650         (gst_matroska_mux_track_header):
21651           Add caps to templates.
21652         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21653           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21654         * gst/mpegstream/gstmpegdemux.c:
21655           Remove layer since it causes warnings about unfixed caps.
21656         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21657           Fix obvious typo (we error out if caps were set, we should of
21658           course error out if *no* caps were set).
21659         * sys/oss/gstosselement.c: (gst_osselement_convert):
21660           Fix format conversion, we confused bits/bytes.
21661         * sys/oss/gstosselement.h:
21662           Improve documentation for 'bps'.
21663         * sys/v4l/TODO:
21664           Remove stuff about plugins that need removing - this was done
21665           ages ago.
21666         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21667         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21669         (gst_v4lsrc_src_query):
21670         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21671         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21672           Add get_query_types(), get_formats() and query() functions.
21673
21674 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21677         * moved CVS to freedesktop.org