Adding docs.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2
3         * docs/libs/gst-plugins-base-libs-docs.sgml:
4         * docs/libs/gst-plugins-base-libs-sections.txt:
5         * gst-libs/gst/video/gstvideofilter.c:
6         * gst-libs/gst/video/gstvideosink.c:
7         * gst-libs/gst/video/gstvideosink.h: Adding docs.
8
9 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10
11         * LICENSE:
12           move
13         * po/af.po:
14         * po/az.po:
15         * po/cs.po:
16         * po/en_GB.po:
17         * po/hu.po:
18         * po/it.po:
19         * po/nb.po:
20         * po/nl.po:
21         * po/or.po:
22         * po/sq.po:
23         * po/sr.po:
24         * po/sv.po:
25         * po/uk.po:
26         * po/vi.po:
27         * Makefile.am:
28           update
29         * scripts/autoplugins.sh:
30           remove
31
32 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33
34         * Makefile.am:
35         * configure.ac:
36         * examples/Makefile.am:
37         * examples/capsfilter/Makefile.am:
38         * examples/capsfilter/capsfilter1.c:
39         * examples/gob/Makefile.am:
40         * examples/gob/gst-identity2.gob:
41         * examples/indexing/.cvsignore:
42         * examples/indexing/Makefile.am:
43         * examples/indexing/indexmpeg.c:
44         * examples/seeking/.cvsignore:
45         * examples/seeking/Makefile.am:
46         * examples/seeking/cdparanoia.c:
47         * examples/seeking/cdplayer.c:
48         * examples/seeking/chained.c:
49         * examples/seeking/scrubby.c:
50         * examples/seeking/seek.c:
51         * examples/stats/Makefile.am:
52         * examples/stats/mp2ogg.c:
53         * examples/switch/.cvsignore:
54         * examples/switch/Makefile.am:
55         * examples/switch/switcher.c:
56         * tests/Makefile.am:
57         * tests/check/generic/.cvsignore:
58         * tests/check/pipelines/.cvsignore:
59         * tests/examples/Makefile.am:
60         * tests/examples/seek/Makefile.am:
61           reorganize stuff under tests/
62
63 2005-11-30  Edward Hervey  <edward@fluendo.com>
64
65         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
66         Go away you stupid GstStaticPadTemplate memleak.
67
68 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
69
70         * gst-libs/gst/net/Makefile.am:
71         * gst-libs/gst/net/README:
72         * gst-libs/gst/net/gstnetbuffer.c:
73         * gst-libs/gst/net/gstnetbuffer.h:
74           this was moved to "netbuffer"
75
76 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
77
78         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
79         (gst_video_filter_class_init), (gst_video_filter_init):
80         * gst-libs/gst/video/gstvideofilter.h:
81           borgify name to bring in line with other classes
82
83 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
84
85         * gst/audioscale/.cvsignore:
86         * gst/audioscale/Makefile.am:
87         * gst/audioscale/README:
88         * gst/audioscale/audioscale.vcproj:
89         * gst/audioscale/dtof.c:
90         * gst/audioscale/dtos.c:
91         * gst/audioscale/functable.c:
92         * gst/audioscale/gstaudioscale.c:
93         * gst/audioscale/gstaudioscale.h:
94         * gst/audioscale/private.h:
95         * gst/audioscale/resample.c:
96         * gst/audioscale/resample.h:
97         * gst/audioscale/test.c:
98           remove
99
100 2005-11-30  Edward Hervey  <edward@fluendo.com>
101
102         * gst-libs/gst/netbuffer/Makefile.am:
103         really, really tired
104
105 2005-11-30  Edward Hervey  <edward@fluendo.com>
106
107         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
108         Update for new GstTypeFindFactory _register()
109
110 2005-11-30  Edward Hervey  <edward@fluendo.com>
111
112         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
113         Let's not override libgstnet from core for no reason...
114         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
115         Ok, maybe not so quick next time.
116
117 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
118
119         * configure.ac:
120         * gst-libs/gst/Makefile.am:
121           moved gst-libs/gst/net to netbuffer through CVS surgery
122           remove old directory
123           updating build to accomodate
124           (#322257)
125
126 2005-11-29  Andy Wingo  <wingo@pobox.com>
127
128         * pkgconfig/gstreamer-plugins-base.pc.in:
129         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
130         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
131         (#322257).
132
133 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
134
135         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
136         3rd time's the charm. Correct ref-counting for discarded buffers.
137
138 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
139
140         * gst/playback/gststreamselector.c:
141         (gst_stream_selector_class_init),
142         (gst_stream_selector_set_property),
143         (gst_stream_selector_get_property),
144         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
145         Fix ref-counting
146
147 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
148
149         * gst/subparse/gstsubparse.c: (feed_textbuf):
150           Don't access already unref'ed buffer.
151
152 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
153
154         * gst/playback/gststreamselector.c:
155         (gst_stream_selector_class_init), (gst_stream_selector_init),
156         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
157         (gst_stream_selector_get_property),
158         (gst_stream_selector_get_linked_pad),
159         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
160         * gst/playback/gststreamselector.h:
161         Add the active-pad property for playbin to use shortly. Ignore buffers
162         from any other pad, returning GST_FLOW_NOT_LINKED
163
164 2005-11-29  Julien MOUTTE  <julien@moutte.net>
165
166         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
167         patch from bug #322704 (Alessandro Decina).
168
169 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
170
171         * gst-libs/gst/audio/Makefile.am:
172           folded audiofilter into the audio library
173
174 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
175
176         * gst/videoscale/gstvideoscale.h:
177         * gst/videoscale/gstvideoscale.c:
178           remove unimplemented scale methods
179
180 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
181
182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
183           Don't leak caps.
184
185 2005-11-28  Julien MOUTTE  <julien@moutte.net>
186
187         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
188         (gst_ximagesink_setcaps):
189         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
190         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
191         happens (only visible on ximagesink but bug is in xv too) set_caps was
192         destroying the internal x[v]image used to memcpy non locally alloced
193         buffers so that it got renewed on next _chain. The issue is that 
194         _expose will try to put that image as it reffed it in _put.
195         Using gst_buffer_unref instead of destroy fixes it !
196
197 2005-11-28  Edward Hervey  <edward@fluendo.com>
198
199         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
200         (try_to_link_1), (queue_filled_cb):
201         Better use of the queues. Start with a small size queue and only increase
202         the size of the queues when the other queues are empty.
203
204 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
205
206         * gst-libs/gst/video/Makefile.am:
207           compile in copied-over videofilter into the video library
208         * gst-libs/gst/video/videosink.h:
209           rename the header to gstvideosink.h since it's a base GstObject class
210         * sys/ximage/ximagesink.h:
211         * sys/xvimage/xvimagesink.h:
212           use the new header
213
214 2005-11-28  Wim Taymans  <wim@fluendo.com>
215
216         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
217         * gst/playback/gstplaybasebin.h:
218         Prepare to handle errors betters.
219
220         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
221         Set sinks to PAUSED first before adding and linking them so that
222         we don't interrupt dataflow.
223
224 2005-11-28  Wim Taymans  <wim@fluendo.com>
225
226         * gst-libs/gst/audio/TODO:
227         Updated TODO
228
229         * gst-libs/gst/audio/gstaudiosink.c:
230         (gst_audioringbuffer_open_device),
231         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
232         (gst_audioringbuffer_release):
233         Small cleanups.
234
235         * gst-libs/gst/audio/gstbaseaudiosink.c:
236         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
237         (gst_base_audio_sink_change_state):
238         Slave to the master clock when going to PLAYING and unslave when
239         going to PAUSED.
240
241         * gst-libs/gst/audio/gstringbuffer.c:
242         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
243         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
244         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
245         (gst_ring_buffer_clear_all), (wait_segment),
246         (gst_ring_buffer_commit), (gst_ring_buffer_read),
247         (gst_ring_buffer_advance):
248         * gst-libs/gst/audio/gstringbuffer.h:
249         Add some docs and cleanups.
250
251 2005-11-28  Julien MOUTTE  <julien@moutte.net>
252
253         * sys/xvimage/xvimagesink.c:
254         (gst_xvimagesink_navigation_send_event): Fix navigation events
255         coordinates translation with pixel aspect ratios.
256
257 2005-11-28  Julien MOUTTE  <julien@moutte.net>
258
259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
260         Use calculated video geometry from _setcaps instead of buffer
261         caps to respect pixel aspect ratio. (fixes #322388)
262
263 2005-11-28  Julien MOUTTE  <julien@moutte.net>
264
265         * docs/libs/tmpl/gstcolorbalance.sgml:
266         * docs/libs/tmpl/gstmixer.sgml:
267         * docs/libs/tmpl/gstxoverlay.sgml:
268         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
269         interface.
270
271 2005-11-28  Julien MOUTTE  <julien@moutte.net>
272
273         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
274         Refuse to create an XvImage if we can't find the format.
275
276 2005-11-28  Edward Hervey  <edward@fluendo.com>
277
278         * gst-libs/gst/riff/riff-media.c:
279         (gst_riff_create_audio_template_caps):
280         Add ATRAC3 to the list of riff-possible audio caps.
281         I know we still don't have a plugin for atrac3, but it's saner to output
282         that than a cryptic mimetype.
283
284 2005-11-27  Edward Hervey  <edward@fluendo.com>
285
286         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
287         Don't try to create a zero-sized subbuffer.
288
289 2005-11-27  Julien MOUTTE  <julien@moutte.net>
290
291         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
292         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
293         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
294         (gst_ximagesink_expose): Fixed a tricky race.
295         * sys/ximage/ximagesink.h:
296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
297         (gst_xvimagesink_expose): Fixed a tricky race.
298         * sys/xvimage/xvimagesink.h:
299
300 2005-11-27  Edward Hervey  <edward@fluendo.com>
301
302         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
303         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
304         Remove unused properties, and add queues between demuxers and decoders
305         so that a lot more files can preroll properly.
306
307 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
308
309         * gst-libs/gst/net/Makefile.am:
310         * gst-libs/gst/rtp/Makefile.am:
311         * gst-libs/gst/tag/Makefile.am:
312           remove silly include
313         * gst/tags/Makefile.am:
314         * gst/tags/gsttagediting.c:
315         * gst/tags/gsttageditingprivate.h:
316         * gst/tags/tagedit.vcproj:
317           remove directory, is as good as empty
318
319 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
320
321         * configure.ac:
322           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
323         * gst-libs/Makefile.am:
324         * gst-libs/gst/audio/Makefile.am:
325         * gst-libs/gst/interfaces/Makefile.am:
326         * gst-libs/gst/net/Makefile.am:
327         * gst-libs/gst/riff/Makefile.am:
328         * gst-libs/gst/rtp/Makefile.am:
329         * gst-libs/gst/tag/Makefile.am:
330         * gst-libs/gst/video/Makefile.am:
331           and use them
332
333 2005-11-27  Julien MOUTTE  <julien@moutte.net>
334
335         * docs/libs/tmpl/gstcolorbalance.sgml:
336         * docs/libs/tmpl/gstmixer.sgml:
337         * docs/libs/tmpl/gstxoverlay.sgml:
338         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
339         * sys/ximage/ximagesink.h:
340         * sys/xvimage/xvimagesink.h: More and more documentation.
341
342 2005-11-26  Julien MOUTTE  <julien@moutte.net>
343
344         * docs/libs/gst-plugins-base-libs-docs.sgml:
345         * docs/libs/gst-plugins-base-libs-sections.txt:
346         * docs/libs/tmpl/gstcolorbalance.sgml:
347         * docs/libs/tmpl/gstmixer.sgml:
348         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
349         to documentation.
350
351 2005-11-26  Julien MOUTTE  <julien@moutte.net>
352
353         * docs/plugins/Makefile.am:
354         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
355         * docs/plugins/gst-plugins-base-plugins-sections.txt:
356         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
357
358 2005-11-26  Julien MOUTTE  <julien@moutte.net>
359
360         * docs/plugins/Makefile.am:
361         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
362         * docs/plugins/gst-plugins-base-plugins-sections.txt:
363         * docs/plugins/inspect/plugin-adder.xml:
364         * docs/plugins/inspect/plugin-alsa.xml:
365         * docs/plugins/inspect/plugin-audioconvert.xml:
366         * docs/plugins/inspect/plugin-audiorate.xml:
367         * docs/plugins/inspect/plugin-audioresample.xml:
368         * docs/plugins/inspect/plugin-audiotestsrc.xml:
369         * docs/plugins/inspect/plugin-decodebin.xml:
370         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
371         * docs/plugins/inspect/plugin-gnomevfs.xml:
372         * docs/plugins/inspect/plugin-ogg.xml:
373         * docs/plugins/inspect/plugin-playbin.xml:
374         * docs/plugins/inspect/plugin-subparse.xml:
375         * docs/plugins/inspect/plugin-tcp.xml:
376         * docs/plugins/inspect/plugin-theora.xml:
377         * docs/plugins/inspect/plugin-typefindfunctions.xml:
378         * docs/plugins/inspect/plugin-video4linux.xml:
379         * docs/plugins/inspect/plugin-videorate.xml:
380         * docs/plugins/inspect/plugin-videoscale.xml:
381         * docs/plugins/inspect/plugin-videotestsrc.xml:
382         * docs/plugins/inspect/plugin-volume.xml:
383         * docs/plugins/inspect/plugin-vorbis.xml:
384         * docs/plugins/inspect/plugin-ximagesink.xml:
385         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
386         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
387
388 2005-11-26  Edward Hervey  <edward@fluendo.com>
389
390         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
391         Properly return GstFlowReturn from gst_pad_push in chain functions.
392
393 2005-11-25  Michael Smith  <msmith@fluendo.com>
394
395         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
396         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
397         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
398         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
399           Handle various conditions better when we don't understand a stream.
400           Removes a heap of CRITICALs on ogg streams containing unknown data.
401
402 2005-11-24  Andy Wingo  <wingo@pobox.com>
403
404         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
405         Be threadsafe.
406
407 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
408
409         * configure.ac: back to HEAD
410
411 === release 0.9.6 ===
412
413 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
414
415         * configure.ac:
416           releasing 0.9.6, "White Eight"
417
418 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
419
420         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
421         * docs/plugins/inspect/plugin-sine.xml:
422           remove sinesrc some more
423
424 2005-11-23  Wim Taymans  <wim@fluendo.com>
425
426         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
427         If we are reading too slowly, jump forward in the ringbuffer
428         instead of blocking.
429
430 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
431
432         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
433         (gst_visual_chain):
434         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
435         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
436         (gst_videorate_chain):
437         * gst/videotestsrc/gstvideotestsrc.c:
438         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
440         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
441         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
442         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
443         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
444           Updates for API changes
445
446 2005-11-23  Wim Taymans  <wim@fluendo.com>
447
448         * gst-libs/gst/audio/gstbaseaudiosink.c:
449         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
450         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
451         Fix for calibration API change.
452
453 2005-11-23  Michael Smith <msmith@fluendo.com>
454
455         * gst-libs/gst/audio/multichannel.c:
456         (gst_audio_get_channel_positions),
457         (gst_audio_set_channel_positions),
458         (gst_audio_set_structure_channel_positions_list),
459         (gst_audio_fixate_channel_positions):
460           Use gst_value_array_*() functions on value arrays, not
461           gst_value_list_*().
462
463 2005-11-23  Edward Hervey  <edward@fluendo.com>
464
465         * autogen.sh:
466         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
467         Fixes autogen
468
469 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
470
471         * check/Makefile.am:
472         * check/elements/videotestsrc.c: (setup_videotestsrc),
473         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
474         (main):
475           add a test for videotestsrc
476
477 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
478
479         * gst/sine/.cvsignore:
480         * gst/sine/Makefile.am:
481         * gst/sine/gstsinesrc.c:
482         * gst/sine/gstsinesrc.h:
483         * gst/sine/sinesrc.vcproj:
484           and remove sinesrc from the repository.  Closes #321446
485
486 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
487
488         * configure.ac:
489         * gst-plugins-base.spec.in:
490           remove sinesrc from the build
491
492 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
493
494         * check/Makefile.am:
495         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
496         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
497         (main):
498           add a test for audiotestsrc, testing all waves.  Even seems
499           leak-free at first glance, nice job Stefan
500
501 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
502
503         * po/af.po:
504         * po/az.po:
505         * po/cs.po:
506         * po/en_GB.po:
507         * po/hu.po:
508         * po/it.po:
509         * po/nb.po:
510         * po/nl.po:
511         * po/or.po:
512         * po/sq.po:
513         * po/sr.po:
514         * po/sv.po:
515         * po/uk.po:
516         * po/vi.po:
517           Translation string updates
518
519         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
520         (gst_v4lsrc_set_caps):
521         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
522         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
523         * sys/v4l/v4lsrc_calls.h:
524           Improve v4lsrc, by making it work again.
525
526 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
527
528         * ext/libvisual/visual.c: (gst_visual_chain):
529           Fix the fps calculations.
530
531         * gst/ffmpegcolorspace/avcodec.h:
532           Move structure element for clarity
533
534         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
535         * gst-libs/gst/interfaces/tunernorm.h:
536         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
537         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
538         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
539         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
540         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
541         (gst_v4lmjpegsrc_getcaps):
542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
543         (gst_v4lsrc_set_caps):
544         * sys/v4l/gstv4lsrc.h:
545         * sys/v4l/v4l_calls.c: (gst_v4l_open):
546         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
547         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
548         * sys/v4l/v4lsrc_calls.h:
549           Fractional framerates...
550
551 2005-11-22  Wim Taymans  <wim@fluendo.com>
552
553         * gst-libs/gst/audio/gstbaseaudiosink.c:
554         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
555         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
556         And we provide a clock by default, of course...
557
558 2005-11-22  Wim Taymans  <wim@fluendo.com>
559
560         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
561         This clock can be slaved to a master clock now.
562
563         * gst-libs/gst/audio/gstbaseaudiosink.c:
564         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
565         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
566         (gst_base_audio_sink_set_clock),
567         (gst_base_audio_sink_set_property),
568         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
569         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
570         * gst-libs/gst/audio/gstbaseaudiosink.h:
571         Handle slaving the internal clock to the clock selected in the
572         pipeline.
573         Add property to make the basesink not provide a clock.
574
575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
576         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
577         (gst_base_rtp_depayload_wait):
578         * gst-libs/gst/rtp/gstbasertpdepayload.h:
579         We can use the clock in GstElement, no need to store it ourselves.
580
581 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
582
583         * docs/libs/tmpl/gstaudio.sgml:
584           update
585         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
586         (gst_paranoia_endian_get_type):
587         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
588         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
589         * gst/audiotestsrc/gstaudiotestsrc.c:
590         (gst_audiostestsrc_wave_get_type):
591         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
592         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
593         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
594         (gst_sync_method_get_type), (gst_unit_type_get_type),
595         (gst_client_status_get_type), (gst_multifdsink_class_init),
596         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
597         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
598         (gst_multifdsink_get_property):
599         * gst/tcp/gstmultifdsink.h:
600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
601         * gst/videotestsrc/gstvideotestsrc.c:
602         (gst_videotestsrc_pattern_get_type):
603           remove deprecated properties
604           fix up enums to correctly have short lowercase dashed nicks
605
606 2005-11-22  Michael Smith <msmith@fluendo.com>
607
608         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
609         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
610           Add underscore.
611
612 2005-11-22  Michael Smith <msmith@fluendo.com>
613
614         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
615         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
616           Use utility method for scaling clocktime for fractional framerates.
617
618 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
619
620         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
621         (gst_visual_chain):
622         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
623         * ext/theora/theoradec.c: (theora_handle_type_packet):
624         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
625         (theora_enc_chain):
626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
627         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
628         * gst-libs/gst/video/video.h:
629         * gst/ffmpegcolorspace/avcodec.h:
630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
631         (gst_ffmpeg_caps_to_pixfmt):
632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
633         (gst_ffmpegcsp_set_caps):
634         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
635         (gst_videorate_setcaps), (gst_videorate_blank_data),
636         (gst_videorate_chain):
637         * gst/videotestsrc/gstvideotestsrc.c:
638         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
639         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
640         (gst_videotestsrc_event), (gst_videotestsrc_create):
641         * gst/videotestsrc/gstvideotestsrc.h:
642         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
643         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
644         (gst_ximagesink_get_times), (gst_ximagesink_init):
645         * sys/ximage/ximagesink.h:
646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
647         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
648         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
649         * sys/xvimage/xvimagesink.h:
650           Convert elements to use fractions for their framerate.
651           V4L elements to come later tonight.
652
653 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
654
655         * gst-libs/gst/audio/audio.c:
656         * gst-libs/gst/audio/audio.h:
657           remove some deprecated functions
658
659 2005-11-22  Andy Wingo  <wingo@pobox.com>
660
661         * Update for gst_tag_setter API changes.
662
663 2005-11-22  Andy Wingo  <wingo@pobox.com>
664
665         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
666         (gst_ogg_demux_perform_seek):
667         * ext/theora/theoradec.c (theora_dec_sink_event):
668         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
669         update-funcnames.
670
671 2005-11-22  Wim Taymans  <wim@fluendo.com>
672
673         * examples/seeking/seek.c: (main):
674         Give higher priority to bus signals than the gtk events
675         to fix a race condition in the segment looping.
676
677 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
678
679         * ext/theora/Makefile.am:
680         * ext/vorbis/Makefile.am:
681         * gst-libs/gst/tag/Makefile.am:
682         * gst-plugins-base.spec.in:
683           Rename libgsttagedit to libgsttag (#322117).
684
685 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
689           Call gst_x_overlay_prepare_xwindow_id() to give applications
690           a final chance to set their own xwindow id before the video
691           sink creates its own window.
692
693 2005-11-22  Julien MOUTTE  <julien@moutte.net>
694
695         * sys/xvimage/xvimagesink.c:
696         (gst_xvimagesink_navigation_send_event): Handle navigation
697         events correcly with borders if applicable.
698
699 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
700
701         Patch by: Luca Ognibene
702
703         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
704         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
706         (gst_ffmpegcsp_caps_remove_format_info):
707         * gst/ffmpegcolorspace/imgconvert.c:
708         * gst/ffmpegcolorspace/imgconvert_template.h:
709           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
710           #318353); use gst_structure_has_name().
711
712 2005-11-22  Julien MOUTTE  <julien@moutte.net>
713
714         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
715         (gst_ximagesink_class_init): Add debug macros on functions.
716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
717         (gst_xvimagesink_xwindow_draw_borders),
718         (gst_xvimagesink_xvimage_put),
719         (gst_xvimagesink_xwindow_update_geometry),
720         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
721         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
722         (gst_xvimagesink_xcontext_clear),
723         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
724         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
725         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
726         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
727         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
728         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
729         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
730         expose while being PAUSED, out of data flow navigation events, etc..
731
732 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
733
734         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
735         * gst-libs/gst/audio/audio.h:
736           fix prototype - wondering why the test worked regardless
737
738 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
739
740         * check/Makefile.am:
741         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
742         * gst-libs/gst/audio/audio.h:
743           add a method that returns a proper GstClockTime
744
745 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
746
747         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
748         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
749         * gst-libs/gst/interfaces/xoverlay.h:
750           Remove everything having to do with the desired size; add 
751           gst_x_overlay_prepare_xwindow_id() function; remove the
752           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
753           post a message on the bus instead (#321816).
754
755         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
757         (gst_xvimagesink_xoverlay_init):
758           Remove desired size stuff (#321816).
759
760 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
761
762         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
763         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
764         (mpeg_video_type_find), (mpeg_video_stream_type_find):
765           Terminate vararg functions with NULL instead of 0 to 
766           make gcc4 happy.
767
768 2005-11-21  Andy Wingo  <wingo@pobox.com>
769
770         patch by: Sebastien Cote <sebas642@yahoo.ca>
771         
772         * gst-libs/gst/rtp/gstrtpbuffer.h: 
773         * gst-libs/gst/rtp/gstrtpbuffer.c
774         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
775
776 2005-11-21  Andy Wingo  <wingo@pobox.com>
777
778         * gst/playback/gstplaybin.c (gen_audio_element) 
779         (gen_video_element): Use the new MISSING_PLUGIN core error
780         category. Closes #320060.
781
782         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
783         * gst/videorate/gstvideorate.c (gst_videorate_event):
784         * ext/theora/theoradec.c (theora_dec_sink_event): 
785         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
786         stream lock.
787
788         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
789         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
790         stream lock changes.
791
792 2005-11-21  Wim Taymans  <wim@fluendo.com>
793
794         * gst-libs/gst/audio/gstbaseaudiosink.c:
795         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
796         (gst_base_audio_sink_provide_clock),
797         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
798         (gst_base_audio_sink_change_state):
799         * gst/audioresample/gstaudioresample.c:
800         Segment update fix.
801
802 2005-11-21  Andy Wingo  <wingo@pobox.com>
803
804         * *.h:
805         * *.c: Ran scripts/update-macros. Oh yes.
806
807 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
808
809         * sys/ximage/Makefile.am:
810         * sys/ximage/ximage.c:
811           Rename ximage plugin to ximagesink (#321426) (Don't forget to
812           remove your old libgstximage.* manually if necessary).
813
814 2005-11-21  Michael Smith <msmith@fluendo.com>
815
816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
817           Minimal fix for bug #320200: set the min/max bitrate in the correct
818           units. A better fix would be to upgrade to the RATEMANAGE2
819           interface, rather than using the deprecated interface used here, but
820           that would require an update in our libvorbis dependency (to 1.1),
821           which is probably undesirable.
822
823 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
824
825         * ext/libvisual/visual.c: (get_buffer):
826         * gst-libs/gst/audio/gstbaseaudiosrc.c:
827         (gst_base_audio_src_fixate):
828         * gst/audioconvert/gstaudioconvert.c:
829         (gst_audio_convert_fixate_caps):
830         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
831         * gst/audiotestsrc/gstaudiotestsrc.c:
832         (gst_audiotestsrc_src_fixate):
833         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
834         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
836         * gst/videotestsrc/gstvideotestsrc.c:
837         (gst_videotestsrc_src_fixate):
838         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
840           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
841           (#322027)
842
843
844 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
845
846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
847         (gst_riff_create_iavs_caps):
848         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
849         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
850         (gst_riff_parse_info):
851         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
854           Fixes for GST_FOURCC_FORMAT API change.
855
856 2005-11-21  Andy Wingo  <wingo@pobox.com>
857
858         patch by: Alessandro Dessina <alessandro nnva org>
859
860         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
861         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
862         (gst_ogg_parse_chain):
863         * ext/theora/theoraenc.c (theora_set_header_on_caps):
864         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
865         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
866         gst_value_list calls on arrays. Fixes #321962.
867
868 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
871         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
872         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
873         * gst/adder/gstadder.c: (gst_adder_init),
874         (gst_adder_request_new_pad), (gst_adder_collected),
875         (gst_adder_change_state):
876           Update for gst_collectpads_foo() to gst_collect_pads_foo()
877           API change.
878
879 2005-11-21  Michael Smith <msmith@fluendo.com>
880
881         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
882         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
883           Properly handle pad_push return values.
884
885 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
886
887         * gst-libs/gst/tag/Makefile.am:
888         * gst-libs/gst/tag/gstvorbistag.c:
889         (gst_tag_list_to_vorbiscomment_buffer):
890           Remove obsolete vorbistag element and debug category.
891
892         * gst/playback/gstplaybasebin.c: (check_queue):
893           Don't divide by 0 when queue-threshold is 0.
894
895         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
896           Don't modify an existing pixel-aspect-ratio if we fail to read
897           a new one.
898
899 2005-11-20  Wim Taymans  <wim@fluendo.com>
900
901         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
902         (gst_vorbisenc_push_packet):
903         GST_PAD_IS_USABLE is gone, use the return value of
904         the push or pad_alloc_buffer instead.
905
906 2005-11-18  Julien MOUTTE  <julien@moutte.net>
907
908         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
909         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
910         (gst_ximagesink_ximage_destroy),
911         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
912         (gst_ximagesink_xwindow_new),
913         (gst_ximagesink_xwindow_update_geometry),
914         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
915         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
916         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
917         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
918         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
919         (gst_ximagesink_navigation_send_event),
920         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
921         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
922         (gst_ximagesink_finalize), (gst_ximagesink_init),
923         (gst_ximagesink_class_init):
924         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
925         This new version brings correct software scaling, non flickering
926         window while resizing, pixel aspect ratio handling, usage of
927         hardware buffer pools, out of data flow event thread for 
928         navigation and handling of expose events even when being PAUSED,
929         a new property to keep video aspect ratio when resizing, etc...
930
931 2005-11-18  Julien MOUTTE  <julien@moutte.net>
932
933         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
934         (gst_videoscale_fixate_caps): Introduce back caps fixate with
935         handling of PAR.
936
937 2005-11-18    <bilboed@dvdsrc.fluendo.com>
938
939         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
940         Unsetting IS_SINK flag from the fakesink, so decodebin
941         never behaves as a sink.
942
943 2005-11-17  Wim Taymans  <wim@fluendo.com>
944
945         * gst-libs/gst/audio/gstbaseaudiosrc.c:
946         (gst_base_audio_src_change_state):
947         Fix the audiosrc base class again, we did not unflush.
948
949 2005-11-17  Julien MOUTTE  <julien@moutte.net>
950
951         * examples/seeking/seek.c: (make_dv_pipeline),
952         (make_vorbis_theora_pipeline), (make_avi_pipeline),
953         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
954         to ogg/vorbis/theora pipeline.
955
956 2005-11-17  Wim Taymans  <wim@fluendo.com>
957
958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
959         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
960         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
961         Fix EOS on multiple streams.
962         More debugging.
963
964 2005-11-16  Wim Taymans  <wim@fluendo.com>
965
966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
967         (gst_ogg_demux_perform_seek):
968         Segment done must include stream time.
969
970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
971         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
972         (gst_ogg_mux_change_state):
973         Fix ogg muxer again.
974
975 2005-11-16  Wim Taymans  <wim@fluendo.com>
976
977         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
978         Fix compile again.
979
980 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
981
982         * ext/libvisual/visual.c: (gst_visual_init):
983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
984         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
985         (gst_ogg_parse_chain):
986         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
987         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
988         * ext/theora/theoradec.c: (gst_theora_dec_init):
989         * ext/theora/theoraenc.c: (gst_theora_enc_init):
990         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
991         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
992         * gst/adder/gstadder.c: (gst_adder_class_init),
993         (gst_adder_dispose):
994         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
995         * gst/subparse/gstsubparse.c: (gst_subparse_init):
996         * gst/videorate/gstvideorate.c: (gst_videorate_init):
997           Fix a whole set of pad template leaks
998
999 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1000
1001         * check/generic/states.c: (GST_START_TEST):
1002           fix the test so that it only checks for elements that are part of
1003           this source module
1004
1005 2005-11-16  Michael Smith <msmith@fluendo.com>
1006
1007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
1008         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
1009         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1010         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1011         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
1012         (gst_ogg_mux_change_state):
1013           Fix leaking collectpads.
1014
1015 2005-11-16  Edward Hervey  <edward@fluendo.com>
1016
1017         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
1018         (gst_videorate_event), (gst_videorate_chain):
1019         Handle segment seeks
1020
1021 2005-11-16  Wim Taymans  <wim@fluendo.com>
1022
1023         * gst-libs/gst/audio/gstbaseaudiosink.c:
1024         (gst_base_audio_sink_provide_clock),
1025         (gst_base_audio_sink_change_state):
1026         Set ringbuffer to non-flushing when going to PAUSED, set to
1027         flushing again when going to READY.
1028
1029         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1030         (gst_ring_buffer_stop):
1031         Start in flushing mode by default.
1032         Don't set flushing in the _stop method, let the app call
1033         this explicitly.
1034
1035 2005-11-16  Julien MOUTTE  <julien@moutte.net>
1036
1037         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
1038         * gst-libs/gst/video/videosink.h: Add helper function needed
1039         for video sinks.
1040
1041 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1042
1043         * gst/videoscale/gstvideoscale.c:
1044         (gst_videoscale_handle_src_event):
1045           Don't leak reference to pad parent.
1046
1047 2005-11-16  Wim Taymans  <wim@fluendo.com>
1048
1049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
1050         Set ringbuffer to flushing when stopping so that we don't
1051         block on wait_segment anymore and livelock.
1052
1053 2005-11-16  Wim Taymans  <wim@fluendo.com>
1054
1055         * examples/seeking/seek.c: (send_event), (do_seek),
1056         (loop_toggle_cb), (segment_done), (main):
1057         Added looping checkbox.
1058
1059 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1060
1061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1062         (gst_ogg_demux_init):
1063         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1064         (gst_vorbis_dec_init):
1065           revert unrefs, they don't pass make check
1066
1067 2005-11-15  Johan Dahlin  <johan@gnome.org>
1068
1069         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1070         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
1071         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1072         (gst_vorbis_dec_init):
1073         Fix pad template leaks. 
1074
1075 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1078           Make state change function thread safe.
1079
1080 2005-11-15  Edward Hervey  <edward@fluendo.com>
1081
1082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1083         (gst_ogg_demux_class_init):
1084         Implement GstElement::send_event, so we can send seek events
1085         in GST_STATE_READY
1086
1087 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1088
1089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1090         Discovered how to take away flickering while resizing the
1091         window. Please don't put that in ximagesink, refactoring in
1092         progress.
1093
1094 2005-11-14  Michael Smith <msmith@fluendo.com>
1095
1096         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1097         (gst_multifdsink_render):
1098           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1099
1100 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1101
1102         * gst/playback/gstplaybin.c: (gen_audio_element):
1103           Use autoaudiosink, it tends to be more widely available than
1104           autoaudiiosink.
1105           
1106 2005-11-14  Andy Wingo  <wingo@pobox.com>
1107
1108         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1109         as well if it is available. Fixes #316442.
1110
1111 2005-11-14  Michael Smith <msmith@fluendo.com>
1112
1113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1114         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1115         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1116         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1117         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1118         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1120         (gst_vorbisenc_change_state):
1121           Fix a small memory leak in vorbisenc.
1122           Fix large memory leaks in oggmux, also fix lots of state change
1123           bugs in oggmux.
1124
1125 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1126
1127         * gst/videotestsrc/gstvideotestsrc.c:
1128         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1129         (gst_videotestsrc_src_fixate):
1130           move fixation to a fixate function
1131           remove negotiate function, basesrc's is good enough
1132           fixes a bug for check when using the element alone
1133
1134 2005-11-13  Edward Hervey  <edward@fluendo.com>
1135
1136         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1137         (key_toggle_cb), (main):
1138         Added checkboxes for adding/removing the accurate and key_unit seek
1139         flags.
1140
1141 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1142
1143         * configure.ac: back to HEAD
1144
1145 === release 0.9.5 ===
1146
1147 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1148
1149         * configure.ac:
1150           releasing 0.9.5, "No No Kia"
1151
1152 2005-11-11  Edward Hervey  <edward@fluendo.com>
1153
1154         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1155         Added parse-launch syntax seeking mode for the seeking example.
1156         This should help stress-test even more cases.
1157         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1158
1159 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * sys/xvimage/xvimagesink.c:
1162         (gst_xvimagesink_navigation_send_event):
1163           Check whether peer pad exists before sending navigation events
1164           to it.
1165
1166 2005-11-11  Michael Smith <msmith@fluendo.com>
1167
1168         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1169         (gst_vorbisenc_buffer_from_packet):
1170         * ext/vorbis/vorbisenc.h:
1171           Set duration on encoded buffers. This allows oggmux's
1172           max_page_delay parameter to actually work.
1173
1174 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1175
1176         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1177         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1178         (gst_ffmpegcsp_avpicture_fill):
1179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1180         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1181           Make palettes work again (see #132341). Use our own macros
1182           for rounding up.
1183
1184 2005-11-10  Andy Wingo  <wingo@pobox.com>
1185
1186         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1187         string doober.
1188
1189 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1190
1191         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1192         (gst_ffmpegcsp_transform_caps):
1193           Prefer passthrough in transform_caps
1194
1195 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1196
1197         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1198           check for ALSA errors properly, instead of relying on ALSA's
1199           error strings to serve to the user.
1200
1201 2005-11-10  Wim Taymans  <wim@fluendo.com>
1202
1203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1204         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1205         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1206         Modernise the seek code.
1207
1208 2005-11-10  Michael Smith <msmith@fluendo.com>
1209         
1210         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1211         (setup_substreams), (set_active_source):
1212           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1213           trying to go to NULL if we failed to read a file.
1214
1215 2005-11-10  Wim Taymans  <wim@fluendo.com>
1216
1217         * gst/audiotestsrc/gstaudiotestsrc.c:
1218         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1219         (gst_audiotestsrc_create):
1220         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1221         (gst_sinesrc_get_times), (gst_sinesrc_create):
1222         * gst/videotestsrc/gstvideotestsrc.c:
1223         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1224         (gst_videotestsrc_create):
1225         The base class can now sync for us.
1226
1227 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1228
1229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1230           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1231           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1232           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1233           format=(fourcc)I420" ! xvimagesink
1234
1235 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1238         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1239         (gst_sinesrc_newsegment):
1240           Send newsegment event in TIME format, set duration if
1241           num-buffers is set, fix duration querying.
1242
1243 2005-11-10  Michael Smith <msmith@fluendo.com>
1244
1245         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1246         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1247         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1248         (gst_ogg_mux_collected):
1249          Fix EOS handling, partially. Now forwarding an EOS event once we have
1250          EOS on all pads works correctly. However, we still don't properly set
1251          EOS on the actual ogg stream pages.
1252
1253 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1254
1255         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1256           Set elements to NULL state before disposing of them.
1257
1258 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1259
1260         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1261
1262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1263         (gst_base_rtp_depayload_init),
1264         (gst_base_rtp_depayload_set_gst_timestamp):
1265         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1266           We need to send a newsegment event for each instance, not
1267           just for the first instance of this class (get rid of
1268           static variable in function). (#321011).
1269           
1270 2005-11-08  Michael Smith <msmith@fluendo.com>
1271
1272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1273         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1274         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1275         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1276           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1277           This makes us mux things correctly according to the ogg muxing
1278           rules. Still not handling EOS correctly right now, though.
1279
1280 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1281
1282         * gst/audioconvert/gstaudioconvert.c:
1283           Fix typo in docs. 
1284
1285 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1286
1287         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1288         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1289           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1290           creating a new chain; should fix live streaming. Also
1291           add more debug output and fix a typo.
1292
1293 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1294
1295         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1296
1297         * gst/volume/gstvolume.c: (volume_set_caps):
1298           Fix compilation on Solaris with Forte. (#320923)
1299
1300 2005-11-08  Wim Taymans  <wim@fluendo.com>
1301
1302         * gst-libs/gst/audio/gstbaseaudiosink.c:
1303         (gst_base_audio_sink_render):
1304         No need to do a typecheck.
1305
1306 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1307
1308         * ext/alsa/gstalsa.h:
1309           We register a debug category, so let's use it.
1310
1311 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1312
1313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1314         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1315         Fixed a small problem.
1316
1317 2005-11-04  Wim Taymans  <wim@fluendo.com>
1318
1319         * examples/seeking/Makefile.am:
1320         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1321         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1322         (make_playerbin_pipeline), (format_value), (update_scale),
1323         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1324         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1325         (print_usage), (main):
1326         Added app for playback speed testing.
1327
1328         * examples/seeking/seek.c: (dynamic_link),
1329         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1330         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1331         (message_received), (main):
1332         Updated seek example.
1333
1334 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1335
1336         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1337         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1338         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1339         (gst_base_rtp_depayload_set_clock):
1340         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1341         Don't sleep on the bench (system clock) when you have a nice 
1342         comfortable bed (Gstreamer clock) to sleep on.
1343
1344 2005-11-03  Wim Taymans  <wim@fluendo.com>
1345
1346         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1347         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1348         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1349         Handle the case where a pad_block failed.
1350
1351 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1352
1353         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1354
1355         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1356         (gst_base_rtp_depayload_add_to_queue),
1357         (gst_base_rtp_depayload_push),
1358         (gst_base_rtp_depayload_set_gst_timestamp),
1359         (gst_base_rtp_depayload_queue_release):
1360           Fixes some bugs in the depayloader's queuing/de-queueing code.
1361
1362 2005-10-31  Michael Smith <msmith@fluendo.com>
1363
1364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1365         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1366         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1367           Patch from Alessandro Decina <alessandro@nnva.org>.
1368           Make oggdemux only find the final time in a chain, not per-pad,
1369           since the per-pad information can be very expensive to locate, and
1370           it isn't used anywhere. This makes reading a file containing
1371           OggSkeleton reasonably fast.
1372           Also, make chain finding work when there are logical bitstreams that
1373           can't be decoded. Fixes #319110.
1374
1375 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1376
1377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1378         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1379         (gst_base_rtp_depayload_chain),
1380         (gst_base_rtp_depayload_add_to_queue),
1381         (gst_base_rtp_depayload_push),
1382         (gst_base_rtp_depayload_set_gst_timestamp),
1383         (gst_base_rtp_depayload_queue_release),
1384         (gst_base_rtp_depayload_start_thread),
1385         (gst_base_rtp_depayload_set_property),
1386         (gst_base_rtp_depayload_get_property):
1387         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1388         Some random fixes, to fullfill the desires of thomas.
1389
1390 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1391
1392         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1393         (gst_base_rtp_depayload_add_to_queue),
1394         (gst_base_rtp_depayload_push):
1395         Fixed the queueing algorithm.
1396
1397 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1398
1399         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1400         (gst_base_rtp_depayload_push):
1401         A small fix
1402
1403 2005-10-31  Wim Taymans  <wim@fluendo.com>
1404
1405         * gst-libs/gst/audio/gstringbuffer.h:
1406         Don't break ABI.
1407
1408         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1409         (gst_ffmpeg_caps_to_pixfmt):
1410         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1411         (gst_ffmpegcsp_set_caps):
1412         Some more comments.
1413         Handle missing required caps fields better.
1414
1415 2005-10-31  Wim Taymans  <wim@fluendo.com>
1416
1417         * gst-libs/gst/audio/gstbaseaudiosink.c:
1418         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1419         (gst_base_audio_sink_render):
1420         * gst-libs/gst/audio/gstringbuffer.c:
1421         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1422         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1423         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1424         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1425         (gst_ring_buffer_read):
1426         * gst-libs/gst/audio/gstringbuffer.h:
1427         Add flushing mode to the ringbuffer so that it in all cases does
1428         not try to handle more audio. This makes sure it does not try to
1429         block anymore when flushing and fixes a livelock.
1430
1431 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1432
1433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1434         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1435         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1436           Explicitly check for -1 values before doing a conversion
1437           and always map them to -1. (#315545)
1438
1439 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1440
1441         * gst/playback/gstplaybin.c: (gen_video_element):
1442           first try autovideosink, then xvimagesink, then error out
1443         * po/POTFILES.in:
1444           add translatable file
1445         * po/af.po:
1446         * po/az.po:
1447         * po/cs.po:
1448         * po/en_GB.po:
1449         * po/hu.po:
1450         * po/it.po:
1451         * po/nb.po:
1452         * po/nl.po:
1453         * po/or.po:
1454         * po/sq.po:
1455         * po/sr.po:
1456         * po/sv.po:
1457         * po/uk.po:
1458         * po/vi.po:
1459           update translations
1460
1461 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1462
1463         * gst-libs/gst/rtp/gstbasedepayload.c:
1464         * gst-libs/gst/rtp/gstbasedepayload.h:
1465           Minor cleanups
1466
1467 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1468
1469         * gst/playback/.cvsignore:
1470         * gst/playback/decodetest.c:
1471         * gst/playback/test3.c:
1472           Port these two tests as well.
1473
1474 2005-10-27  Wim Taymans  <wim@fluendo.com>
1475
1476         * ext/theora/theoradec.c: (theora_dec_src_query),
1477         (theora_dec_sink_event):
1478         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1479         (theora_enc_change_state):
1480         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1481         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1482         Take proper locks when handling events.
1483
1484 2005-10-27  Wim Taymans  <wim@fluendo.com>
1485
1486         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1487         (gst_adder_change_state):
1488         Fix timestamps and fix deadlock when stopping the collectpads.
1489
1490 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1491
1492         * gst-libs/gst/rtp/gstrtpbuffer.h:
1493         Declaring the payload types as strings too so that they can be used
1494         in the padtemplate inialization.
1495
1496 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1497
1498         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1499
1500         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1501         (gst_base_rtp_depayload_class_init):
1502         Fixes a small but nasty bug. The derived elements no longer segfaults
1503         on finalization.
1504
1505 2005-10-26  Michael Smith <msmith@fluendo.com>
1506
1507         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1508           When clearing an audioconvert context, set tmpbufsize to zero, so
1509           we'll allocate it again later if required.
1510           This fixes audioconvert re-negotiating formats, which previously
1511           segfaulted with a NULL destination buffer.
1512
1513 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1514
1515         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1516         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1517         (gst_base_rtp_depayload_set_gst_timestamp),
1518         (gst_base_rtp_depayload_queue_release):
1519         Fixed a smalll memleak.
1520
1521 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1523         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1524         (gst_base_rtp_depayload_finalize),
1525         (gst_base_rtp_depayload_setcaps),
1526         (gst_base_rtp_depayload_add_to_queue),
1527         (gst_base_rtp_depayload_push),
1528         (gst_base_rtp_depayload_set_gst_timestamp),
1529         (gst_base_rtp_depayload_queue_release),
1530         (gst_base_rtp_depayload_thread),
1531         (gst_base_rtp_depayload_change_state):
1532         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1533         Changed the C++ comments to C comments
1534
1535 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1536
1537         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1538         * gst/tcp/gsttcpclientsrc.h:
1539         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1540         * gst/tcp/gsttcpserversrc.h:
1541           Remove unused 'curoffset' structure member.
1542
1543 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1544
1545         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1546         (gst_base_rtp_depayload_base_init),
1547         (gst_base_rtp_depayload_finalize):
1548         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1549         * gst-libs/gst/rtp/gstbasertppayload.h:
1550           The pad-template on the sinkpad should be set by the derived classes.
1551           Also added some useful macros.
1552
1553 2005-10-24  Wim Taymans  <wim@fluendo.com>
1554
1555         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1556         Correctly flush decoder samples even if we could not
1557         copy them to an output buffer. Fixes #319618.
1558
1559 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1560
1561         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1563         the caps against our xcontext caps.
1564
1565 2005-10-24  Wim Taymans  <wim@fluendo.com>
1566
1567         * gst-libs/gst/audio/gstbaseaudiosink.c:
1568         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1569         Remove g_print
1570         Use sync property from baseclass to disable sync.
1571
1572 2005-10-24  Wim Taymans  <wim@fluendo.com>
1573
1574         * gst-libs/gst/audio/gstbaseaudiosink.c:
1575         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1576         Buffers with no timestamps get aligned with previous buffers or
1577         on underrun, played ASAP.
1578
1579 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1580
1581         * gst-libs/gst/video/video.h:
1582         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1583         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1585         here comes my change on caps for framerate and geometry range.
1586         We are now accepting 1 to MAXINT for width and height, and from
1587         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1588         to be blended correctly in videomixer.
1589
1590 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1591
1592         * configure.ac:
1593           back to HEAD
1594
1595 === release 0.9.4 ===
1596
1597 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1598
1599         * NEWS:
1600         * RELEASE:
1601         * configure.ac:
1602           releasing 0.9.4, "Velociraptor"
1603
1604 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1605
1606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1607         * po/POTFILES.in:
1608           STOPPED -> FAILED
1609
1610 2005-10-21  Wim Taymans  <wim@fluendo.com>
1611
1612         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1613         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1614         (pad_blocked), (close_pad_link), (new_pad):
1615         Don't try to remove elements twice.
1616
1617 2005-10-21  Wim Taymans  <wim@fluendo.com>
1618
1619         * ext/theora/theoradec.c: (theora_dec_src_query),
1620         (theora_dec_sink_event):
1621         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1622         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1623         (vorbis_handle_data_packet):
1624         * ext/vorbis/vorbisdec.h:
1625         Fix old naming.
1626
1627         * gst-libs/gst/audio/gstbaseaudiosink.c:
1628         (gst_base_audio_sink_render):
1629         Don't try to sync on buffers without a timestamp.
1630
1631 2005-10-21  Wim Taymans  <wim@fluendo.com>
1632
1633         * ext/theora/theoradec.c: (theora_dec_src_query),
1634         (theora_dec_sink_event):
1635         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1636         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1637         (vorbis_handle_data_packet):
1638         * ext/vorbis/vorbisdec.h:
1639         Fix old naming.
1640
1641 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1642
1643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1644         (gst_vorbisenc_src_query):
1645           Implement position and duration queries.
1646
1647         * gst/playback/test3.c: (update_scale), (main):
1648           Fix for async state changes and print nicer output.
1649
1650 2005-10-20  Wim Taymans  <wim@fluendo.com>
1651
1652         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1653         (dump_element_stats), (main):
1654         * gst/playback/test6.c: (main):
1655         Fix tests again
1656
1657 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1658
1659         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1660         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1661           Don't use functions for position queries when handling
1662           duration queries.
1663
1664 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1665
1666         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1667         (vorbis_handle_data_packet), (vorbis_dec_chain),
1668         (vorbis_dec_change_state):
1669         * ext/vorbis/vorbisdec.h:
1670           Vorbis streams can be embedded in other container formats
1671           than ogg, container formats where the demuxer might set 
1672           timestamps on encoded vorbis buffers instead of those silly 
1673           granulepos thingies. In short: make vorbisdec handle 
1674           timestamps on incoming buffers as well.
1675
1676 2005-10-20  Wim Taymans  <wim@fluendo.com>
1677
1678         * gst/playback/gstplaybasebin.c: (group_destroy),
1679         (gst_play_base_bin_change_state):
1680         Fix leak.
1681         Handle case where playbasebin is now ASYNC because
1682         decodebin is.
1683
1684 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1685
1686         * gst/audioconvert/Makefile.am:
1687         * gst/audioconvert/bufferframesconvert.c:
1688         * gst/audioconvert/plugin.c: (plugin_init):
1689         * gst/audioconvert/plugin.h:
1690           And bye bye buffer-frames-convert
1691
1692 2005-10-19  Wim Taymans  <wim@fluendo.com>
1693
1694         * check/elements/audioconvert.c:
1695         * docs/libs/tmpl/gstaudio.sgml:
1696         * docs/libs/tmpl/gstcolorbalance.sgml:
1697         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1698         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1699         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1700         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1701         * gst-libs/gst/audio/audio.h:
1702         * gst/audioconvert/audioconvert.h:
1703         * gst/audioconvert/gstaudioconvert.c:
1704         (gst_audio_convert_parse_caps):
1705         * gst/volume/gstvolume.c:
1706         Bye bye buffer-frames.
1707
1708 2005-10-19  Wim Taymans  <wim@fluendo.com>
1709
1710         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1711         (query_positions_elems), (query_positions_pads), (update_scale),
1712         (do_seek), (set_update_scale), (message_received), (main):
1713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1714         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1715         (gst_ogg_demux_loop):
1716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1717         * ext/theora/theoradec.c: (theora_dec_src_query),
1718         (theora_dec_sink_event):
1719         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1720         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1721         * gst/adder/gstadder.c: (gst_adder_query):
1722         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1723         * gst/playback/test3.c: (update_scale):
1724         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1725         (dump_element_stats), (main):
1726         * gst/playback/test6.c: (main):
1727         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1728         Query API update.
1729
1730 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1731
1732         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1733         (xml_check_first_element), (xml_type_find), (smil_type_find),
1734         (plugin_init):
1735           Add typefinding for SMIL and for generic XML. Based on patch by
1736           Akos Maroy (#308663).
1737
1738 2005-10-18  Wim Taymans  <wim@fluendo.com>
1739
1740         * gst/playback/Makefile.am:
1741         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1742         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1743         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1744         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1745         (gst_decode_bin_change_state):
1746         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1747         (gst_play_bin_send_event_to_sink):
1748         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1749         (dump_element_stats), (main):
1750         * gst/playback/test6.c: (main):
1751         Make playbin async, it'll commit state to paused when all streams
1752         are detected.
1753         Remove ugly hack.
1754         Added test6.c to show async behaviour.
1755
1756 2005-10-18  Wim Taymans  <wim@fluendo.com>
1757
1758         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1759         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1760         Fix for segment-start/stop API change.
1761
1762 2005-10-18  Wim Taymans  <wim@fluendo.com>
1763
1764         * check/Makefile.am:
1765         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1766         (main):
1767         Add future test for clock selection.
1768
1769 2005-10-18  Wim Taymans  <wim@fluendo.com>
1770
1771         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1772         (gst_alsasink_close):
1773         Set handle to NULL.
1774
1775         * gst-libs/gst/audio/gstringbuffer.c:
1776         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1777         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1778         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1779         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1780         (gst_ring_buffer_read):
1781         More debug info.
1782
1783 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1784
1785         * gst/audiotestsrc/Makefile.am:
1786         * gst/sine/Makefile.am:
1787         * gst/volume/Makefile.am:
1788           fix broken build of controllerized plugins
1789
1790 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1791
1792         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1795         (gst_riff_create_video_template_caps):
1796           Add support for Indeo-3 (IV32).
1797
1798 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1799
1800         * configure.ac:
1801           rewrite
1802
1803 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1804
1805         * gst-libs/gst/video/video.c: (gst_video_get_size):
1806         * gst/audiotestsrc/gstaudiotestsrc.c:
1807           doc updates
1808
1809 2005-10-17  Andy Wingo  <wingo@pobox.com>
1810
1811         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1812         with the collectpads change.
1813         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1814
1815         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1816
1817         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1818
1819         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1820         alloc_buffer flow return to callers.
1821         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1822         change. Fix some memleaks in theoraenc.
1823
1824         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1825         in strange circumstance.
1826
1827 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1828
1829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1830         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1831         from caps, let's use the caps...
1832
1833 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1834
1835         * configure.ac:
1836           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1837
1838 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1839
1840         * gst-libs/gst/interfaces/Makefile.am:
1841           fix silly typo
1842
1843 2005-10-16  Andy Wingo  <wingo@pobox.com>
1844
1845         * gst/playback/gstdecodebin.c
1846         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1847         function!
1848         (try_to_link_1): Increase kraziness level.
1849
1850 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1851
1852         * configure.ac:
1853           restructure like the core one
1854         * gst-libs/gst/audio/Makefile.am:
1855         * gst-libs/gst/interfaces/Makefile.am:
1856         * gst-libs/gst/net/Makefile.am:
1857         * gst-libs/gst/riff/Makefile.am:
1858         * gst-libs/gst/rtp/Makefile.am:
1859         * gst-libs/gst/tag/Makefile.am:
1860         * gst-libs/gst/video/Makefile.am:
1861           use correct linker flags, now the libs are properly versioned
1862         * check/elements/audioconvert.c: (verify_convert):
1863         * ext/alsa/gstalsaplugin.c:
1864         * ext/cdparanoia/gstcdparanoia.c:
1865         * ext/gnomevfs/gstgnomevfs.c:
1866         * ext/libvisual/visual.c:
1867         * ext/ogg/gstogg.c:
1868         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1869         * ext/theora/theora.c:
1870         * ext/vorbis/vorbis.c:
1871         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1872         * gst-libs/gst/tag/gsttagediting.c:
1873         * gst-libs/gst/video/video.c:
1874         * gst/adder/gstadder.c:
1875         * gst/audioconvert/plugin.c:
1876         * gst/audiorate/gstaudiorate.c:
1877         * gst/audioresample/gstaudioresample.c:
1878         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1879         * gst/audioscale/gstaudioscale.c:
1880         * gst/audioscale/resample.c:
1881         * gst/audiotestsrc/gstaudiotestsrc.c:
1882         * gst/ffmpegcolorspace/gstffmpeg.c:
1883         * gst/playback/gstdecodebin.c: (close_pad_link):
1884         * gst/playback/gstplaybin.c: (gen_video_element),
1885         (gen_audio_element):
1886         * gst/sine/gstsinesrc.c:
1887         * gst/subparse/gstsubparse.c:
1888         * gst/tags/gsttagediting.c:
1889         * gst/tcp/gsttcpplugin.c:
1890         * gst/typefind/gsttypefindfunctions.c:
1891         * gst/videorate/gstvideorate.c:
1892         * gst/videoscale/gstvideoscale.c:
1893         * gst/videotestsrc/gstvideotestsrc.c:
1894         * gst/volume/gstvolume.c:
1895         * sys/v4l/gstv4l.c:
1896         * sys/ximage/ximage.c:
1897         * sys/xvimage/xvimagesink.c:
1898           fix up defines
1899
1900 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1901
1902         * ext/vorbis/vorbisenc.c:
1903         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1904         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1905         (gst_tag_to_vorbis_comments):
1906           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1907
1908 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1909
1910         * examples/stats/mp2ogg.c:
1911         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1912           typo fixes
1913
1914 2005-10-13  Michael Smith <msmith@fluendo.com>
1915
1916         * ext/ogg/gstoggmux.c:
1917           Use magic glib macros to define constants as 64 bit, to ensure
1918           appropriate vararg passing.
1919
1920 2005-10-13  Michael Smith <msmith@fluendo.com>
1921
1922         * ext/ogg/gstoggmux.c:
1923         * gst/audioconvert/audioconvert.c: (float):
1924           Don't use LL suffix, as it's not portable, and neither of these
1925           uses required it anyway.
1926
1927 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1928
1929         * examples/indexing/indexmpeg.c: (main):
1930         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1931         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1932         (cdparanoia_convert), (cdparanoia_query):
1933         * ext/cdparanoia/gstcdparanoia.h:
1934         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1935         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1936         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1938         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1939         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1940         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1941         (gst_multifdsink_render), (gst_multifdsink_start),
1942         (gst_multifdsink_stop):
1943         * gst/tcp/gstmultifdsink.h:
1944         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1945         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1946         (gst_tcpclientsink_stop):
1947         * gst/tcp/gsttcpclientsink.h:
1948         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1949         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1950         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1951         * gst/tcp/gsttcpclientsrc.h:
1952         * gst/tcp/gsttcpserversink.h:
1953         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1954         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1955         (gst_tcpserversrc_stop):
1956         * gst/tcp/gsttcpserversrc.h:
1957         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1958         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1959         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1960           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1961           moved bitshift from macro to enum definition
1962
1963 2005-10-12  Wim Taymans  <wim@fluendo.com>
1964
1965         * examples/seeking/Makefile.am:
1966         Oops.
1967
1968 2005-10-12  Wim Taymans  <wim@fluendo.com>
1969
1970         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1971         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1972         Don't assert on normal stuff.
1973
1974         * gst/playback/gstplaybin.c: (do_playbin_seek):
1975         API fix.
1976
1977 2005-10-12  Wim Taymans  <wim@fluendo.com>
1978
1979         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1980         * examples/seeking/Makefile.am:
1981         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1982         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1983         (do_seek), (set_update_scale), (message_received), (main):
1984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1985         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1986         Update for _get_state() API change.
1987
1988 2005-10-11  Wim Taymans  <wim@fluendo.com>
1989
1990         * gst-libs/gst/audio/gstbaseaudiosink.c:
1991         (gst_base_audio_sink_render):
1992         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1993         (gst_base_audio_src_create):
1994         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1995         (gst_ring_buffer_read):
1996         Cleanups.
1997         Commit and read from ringbuffer in samples rather than bytes.
1998
1999 2005-10-11  Wim Taymans  <wim@fluendo.com>
2000
2001         * gst-libs/gst/audio/gstbaseaudiosink.c:
2002         (gst_base_audio_sink_render):
2003         Respect segment rate and accum when scheduling samples.
2004
2005 2005-10-11  Julien MOUTTE  <julien@moutte.net>
2006
2007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2008         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
2009         EOS correctly, that needs more work.
2010
2011 2005-10-11  Wim Taymans  <wim@fluendo.com>
2012
2013         * check/generic/states.c: (GST_START_TEST):
2014         remove old property.
2015
2016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2017         (gst_ogg_demux_perform_seek):
2018         * ext/theora/theoradec.c: (theora_dec_sink_event):
2019         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2020         (vorbis_handle_data_packet):
2021         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2022         (gst_base_rtp_depayload_set_gst_timestamp):
2023         * gst/videorate/gstvideorate.c: (gst_videorate_event):
2024         Update for newsegment API change.
2025
2026 2005-10-11  Michael Smith <msmith@fluendo.com>
2027
2028         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
2029         (do_playbin_seek), (gst_play_bin_send_event):
2030           Override send_event differently, so that we can takes bits of
2031           functionality from GstPipeline (special handling for seeks,
2032           including pausing/resuming, and resetting stream time) and still get
2033           the appropriate behaviour of only forwarding event to a single sink,
2034           rather than all of them.
2035           Unfortunately requires a lot of code duplication, but the
2036           alternatives are equally ugly in the end.
2037
2038 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2039
2040         * check/elements/audioconvert.c: (setup_audioconvert),
2041         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2042         (GST_START_TEST), (audioconvert_suite):
2043           clean up tests a little, fix some leaks.
2044
2045 2005-10-10  Wim Taymans  <wim@fluendo.com>
2046
2047         * ext/alsa/gstalsasink.c:
2048         Also allow unsigned int.
2049
2050         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2051         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2052         Small cleanup
2053
2054 2005-10-10  Wim Taymans  <wim@fluendo.com>
2055
2056         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2057         Small update, use API as stated in design docs.
2058
2059         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
2060         (update_scale), (do_seek), (seek_cb), (set_update_scale),
2061         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
2062         (message_received), (main):
2063         Updated seek example for GOption. Some usability improvements.
2064
2065 2005-10-10  Wim Taymans  <wim@fluendo.com>
2066
2067         * gst/audioconvert/audioconvert.h:
2068         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2069         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
2070         Alloc temp storage somewhere else where we can do it more
2071         portable.
2072
2073 2005-10-10  Wim Taymans  <wim@fluendo.com>
2074
2075         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
2076         (gst_tcpserversrc_start):
2077         Don't block in accept while doing the state change, move
2078         to poll and make cancellable.
2079
2080 2005-10-09  Philippe Khalaf <burger@speedy.org>
2081
2082         * gst-libs/gst/rtp/rtpbasedepayload.c:
2083         Set timestamp and add queue delay to timestamp
2084         * gst-libs/gst/rtp/rtpbuffer.h:
2085         Set correct payload type for h263
2086
2087 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2088
2089         * gst/audiotestsrc/gstaudiotestsrc.c:
2090         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2091         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2092         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2093         (gst_audiotestsrc_create_triangle),
2094         (gst_audiotestsrc_create_silence),
2095         (gst_audiotestsrc_create_white_noise),
2096         (gst_audiotestsrc_init_pink_noise),
2097         (gst_audiotestsrc_generate_pink_noise_value),
2098         (gst_audiotestsrc_create_pink_noise),
2099         (gst_audiotestsrc_change_wave):
2100         * gst/audiotestsrc/gstaudiotestsrc.h:
2101           fixed typo, added pink noise
2102
2103 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2106         (plugin_init):
2107           Add wavpack and spc typefind functions from 0.8 branch.
2108
2109 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2110
2111         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2112         (ar_type_find), (msdos_type_find), (plugin_init):
2113           Add typefind functions for tar archives, ar archives,
2114           RAR archives, and msdos-executables (dlls, exe, etc.).
2115           Some of those would be wrongly identified as mpeg
2116           streams of some sort before (#315550).
2117
2118 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2119
2120         * configure.ac:
2121         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2122         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2123         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2124         * gst/audiotestsrc/Makefile.am:
2125         * gst/audiotestsrc/gstaudiotestsrc.c:
2126         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2127         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2128         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2129         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2130         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2131         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2132         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2133         (gst_audiotestsrc_create_silence),
2134         (gst_audiotestsrc_create_white_noise),
2135         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2136         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2137         (gst_audiotestsrc_start), (plugin_init):
2138         * gst/audiotestsrc/gstaudiotestsrc.h:
2139           add new plugin and element
2140         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2141           use gobject_class
2142
2143 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2144
2145         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2146         (gst_adder_init), (gst_adder_request_new_pad),
2147         (gst_adder_change_state):
2148           Add query function to source pad, so adder reports the correct
2149           time/sample position when queried (#315457); fix state change
2150           function; use GST_DEBUG_FUNCPTR() for pad functions.
2151
2152 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2153
2154         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2155           Fix leaks in typefind registration
2156           Clean up the gratuitous commenting and whitespacing a little
2157
2158 2005-10-08  Wim Taymans  <wim@fluendo.com>
2159
2160         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2161         Only actually wait for the thread to be stopped if it's 
2162         running.
2163
2164 2005-10-08  Wim Taymans  <wim@fluendo.com>
2165
2166         * gst-libs/gst/audio/gstbaseaudiosink.c:
2167         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2168         If we receive EOS we can start playback of what we had.
2169
2170 2005-10-08  Wim Taymans  <wim@fluendo.com>
2171
2172         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2173         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2174         (gst_multifdsink_stop):
2175         Fix crasher when going to NULL multiple times.
2176
2177 2005-10-06  Wim Taymans  <wim@fluendo.com>
2178
2179         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2180         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2181         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2182         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2183         patch from Edgard Lima <edgard.lima@indt.org.br>
2184         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2185
2186 2005-10-06  Wim Taymans  <wim@fluendo.com>
2187
2188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2189         Report the FLOW_RETURN as string in the error message.
2190
2191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2192         Don't assert when clearing an unnegotiated buffer.
2193
2194 2005-10-04  Michael Smith <msmith@fluendo.com>
2195
2196         * gst/playback/gstplaybasebin.c: (group_destroy),
2197         (gen_preroll_element), (remove_groups), (setup_source):
2198         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2199         (setup_sinks), (gst_play_bin_send_event),
2200         (gst_play_bin_change_state):
2201           Set state to NULL before removing from bin. Fix refcounting.
2202
2203 2005-10-04  Michael Smith <msmith@fluendo.com>
2204
2205         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2206           Correct refcounting in send_event() function. Previously was wrong
2207           if the first sink was unable to handle the event.
2208
2209 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2210
2211         * configure.ac:
2212           back to development
2213
2214 === release 0.9.3 ===
2215
2216 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2217
2218         * configure.ac:
2219           Releasing 0.9.3, "De Facto"
2220
2221 2005-10-03  Andy Wingo  <wingo@pobox.com>
2222
2223         * gst/playback/gstdecodebin.c (try_to_link_1)
2224         (remove_element_chain): set element to NULL before removing it.
2225
2226 2005-10-02  Johan Dahlin  <johan@gnome.org>
2227
2228         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2229         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2230         MT safe.
2231
2232 2005-10-02  Andy Wingo  <wingo@pobox.com>
2233
2234         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2235         (gst_ring_buffer_prepare_read): 
2236         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2237         Demote to LOG.
2238
2239 2005-09-29  Wim Taymans  <wim@fluendo.com>
2240
2241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2242         * ext/theora/theoradec.c: (theora_handle_data_packet):
2243         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2244         Propagate error codes from alloc_buffer too.
2245
2246 2005-09-29  Wim Taymans  <wim@fluendo.com>
2247
2248         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2249         We use fixed caps.
2250
2251         * gst/playback/Makefile.am:
2252         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2253         (dump_element_stats), (main):
2254         Added example stream introspection code.
2255
2256 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2257
2258         * gst/adder/gstadder.c: (gst_adder_collected):
2259           fix adder for float elements
2260
2261 2005-09-28  Wim Taymans  <wim@fluendo.com>
2262
2263         * gst-libs/gst/audio/gstbaseaudiosink.c:
2264         (gst_base_audio_sink_class_init),
2265         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2266         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2267         (gst_base_audio_src_class_init),
2268         (gst_base_audio_src_provide_clock):
2269         get_clock -> provide_clock
2270
2271 2005-09-28  Andy Wingo  <wingo@pobox.com>
2272
2273         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2274         and unlocking.
2275
2276         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2277         unlocking.
2278
2279         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2280         Actually add the pad template.
2281         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2282
2283         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2284         I'm at it...
2285
2286         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2287         from fdsrc. Get caps in create() instead of start() so it can be
2288         interrupted. Interruption somewhat untested.
2289
2290         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2291         Proper EOS handling.
2292
2293 2005-09-27  Andy Wingo  <wingo@pobox.com>
2294
2295         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2296
2297         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2298
2299         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2300
2301         * gst/tcp/gsttcp.h: 
2302         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2303         out of tcpclientsrc.c. Cancellable.
2304         (gst_tcp_socket_read): Made private, cancellable, with better
2305         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2306         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2307         whole buffer, and better diagnostics.
2308         (gst_tcp_gdp_read_caps): Same.
2309
2310         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2311
2312 2005-09-26  Andy Wingo  <wingo@pobox.com>
2313
2314         * gst/sine/gstsinesrc.h:
2315         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2316         change the 'sync' property to 'is-live' and implement it halfway,
2317         update for controller api change.
2318
2319         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2320         controller api change.
2321
2322 2005-09-24  Wim Taymans  <wim@fluendo.com>
2323
2324         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2325         * gst-libs/gst/audio/gstaudiosink.c:
2326         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2327         (gst_audioringbuffer_stop):
2328         * gst-libs/gst/audio/gstbaseaudiosink.c:
2329         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2330         (gst_base_audio_sink_change_state):
2331         * gst-libs/gst/audio/gstbaseaudiosink.h:
2332         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2333         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2334         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2335         * gst-libs/gst/audio/gstringbuffer.h:
2336         Fix sync again. Moved sample alignment to basesink.
2337
2338 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2339
2340         * docs/plugins/Makefile.am:
2341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2343         * gst/volume/gstvolume.c:
2344           add/fix docs
2345         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2346         * gst-libs/gst/audio/audio.h:
2347           add conversion macros for frames <-> clocktime
2348
2349 2005-09-23  David Schleef  <ds@schleef.org>
2350
2351         * gst/audioresample/Makefile.am:
2352         * gst/audioresample/debug.h:
2353         * gst/audioresample/gstaudioresample.c:
2354         * gst/audioresample/resample.c: Convert to using gst debugging
2355
2356 2005-09-22  Wim Taymans  <wim@fluendo.com>
2357
2358         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2359         (gst_play_bin_send_event):
2360         Only seek on one sink, the first one that succeeds.
2361
2362 2005-09-22  Michael Smith <msmith@fluendo.com>
2363
2364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2365         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2366         Don't flush encoder state unless we have an initialised encoder.
2367         Clear out encoder state on PAUSED_TO_READY.
2368
2369 2005-09-22  Wim Taymans  <wim@fluendo.com>
2370
2371         * gst-libs/gst/rtp/gstbasertppayload.c:
2372         (gst_basertppayload_class_init), (gst_basertppayload_init),
2373         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2374         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2375         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2376         (gst_basertppayload_set_property),
2377         (gst_basertppayload_get_property),
2378         (gst_basertppayload_change_state):
2379         * gst-libs/gst/rtp/gstbasertppayload.h:
2380         Added max-ptime to control amount of data in the rtp packets.
2381
2382 2005-09-21  Andy Wingo  <wingo@pobox.com>
2383
2384         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2385         thingies.
2386
2387         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2388         can be called multiple times, dogs.
2389
2390 2005-09-21  Wim Taymans  <wim@fluendo.com>
2391
2392         * gst-libs/gst/rtp/gstbasertppayload.c:
2393         (gst_basertppayload_class_init), (gst_basertppayload_init),
2394         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2395         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2396         (gst_basertppayload_push), (gst_basertppayload_get_property),
2397         (gst_basertppayload_change_state):
2398         Allow 0 ssrc too.
2399
2400 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2401
2402         * docs/libs/compiling.sgml:
2403           fixing typos
2404
2405 2005-09-20  Wim Taymans  <wim@fluendo.com>
2406
2407         * gst-libs/gst/rtp/gstbasertppayload.c:
2408         (gst_basertppayload_class_init), (gst_basertppayload_init),
2409         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2410         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2411         (gst_basertppayload_push), (gst_basertppayload_set_property),
2412         (gst_basertppayload_get_property),
2413         (gst_basertppayload_change_state):
2414         * gst-libs/gst/rtp/gstbasertppayload.h:
2415         Added property to configure sequence number offsets.
2416
2417 2005-09-20  Wim Taymans  <wim@fluendo.com>
2418
2419         * gst-libs/gst/rtp/gstbasertppayload.c:
2420         (gst_basertppayload_class_init), (gst_basertppayload_init),
2421         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2422         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2423         (gst_basertppayload_push), (gst_basertppayload_set_property),
2424         (gst_basertppayload_get_property),
2425         (gst_basertppayload_change_state):
2426         * gst-libs/gst/rtp/gstbasertppayload.h:
2427         Make timestamp offset configurable.
2428
2429 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2430
2431         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2432           fix wrong pop/unref
2433
2434 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2435
2436         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2437
2438         * gst-libs/gst/interfaces/propertyprobe.c:
2439         (gst_property_probe_probe_property_name),
2440         (gst_property_probe_needs_probe_name),
2441         (gst_property_probe_get_values_name),
2442         (gst_property_probe_probe_and_get_values_name):
2443           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2444           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2445
2446 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2447
2448         * check/Makefile.am:
2449           have some tests be disabled for valgrinding
2450         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2451         (GST_START_TEST):
2452         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2453           Fix A Leak.  Chain To Parent Finalize.
2454
2455 2005-09-19  Wim Taymans  <wim@fluendo.com>
2456
2457         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2458         Fixed wav pipeline.
2459
2460 2005-09-19  Wim Taymans  <wim@fluendo.com>
2461
2462         * gst-libs/gst/rtp/gstbasertppayload.c:
2463         (gst_basertppayload_class_init), (gst_basertppayload_init),
2464         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2465         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2466         (gst_basertppayload_push), (gst_basertppayload_get_property),
2467         (gst_basertppayload_change_state):
2468         Posting ERROR and WARNING messages is good.
2469
2470 2005-09-19  Wim Taymans  <wim@fluendo.com>
2471
2472         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2473         (gst_base_rtp_depayload_add_to_queue),
2474         (gst_base_rtp_depayload_push),
2475         (gst_base_rtp_depayload_set_gst_timestamp),
2476         (gst_base_rtp_depayload_queue_release):
2477         This one was not supposed to go in.
2478
2479 2005-09-19  Wim Taymans  <wim@fluendo.com>
2480
2481         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2482         Fix for bus API.
2483
2484         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2485         (gst_base_rtp_depayload_chain),
2486         (gst_base_rtp_depayload_add_to_queue),
2487         (gst_base_rtp_depayload_push),
2488         (gst_base_rtp_depayload_set_gst_timestamp),
2489         (gst_base_rtp_depayload_queue_release):
2490         Some cleanups.
2491
2492         * gst-libs/gst/rtp/gstbasertppayload.c:
2493         (gst_basertppayload_class_init), (gst_basertppayload_init),
2494         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2495         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2496         (gst_basertppayload_get_property),
2497         (gst_basertppayload_change_state):
2498         Added debugging category.
2499
2500 2005-09-18  David Schleef  <ds@schleef.org>
2501
2502         * gst/playback/gstdecodebin.c: free plugin list correctly
2503         * gst/playback/gstplaybin.c: emit warning if autovideosink
2504           and autoaudiosink can't be found (instead of segfaulting)
2505
2506 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2507
2508         * check/elements/audioconvert.c: (GST_START_TEST):
2509           try out 24 bit conversion
2510
2511 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2512
2513         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2514         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2515         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2516         * ext/vorbis/vorbisenc.h:
2517           Fix EOS handling.  Still needs a fix in the ogg muxer to
2518           mark the last page as eos.
2519
2520 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2521
2522         * common/gtk-doc-plugins.mak:
2523         * docs/plugins/Makefile.am:
2524         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2525         * gst/ffmpegcolorspace/Makefile.am:
2526         * gst/ffmpegcolorspace/avcodec.h:
2527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2528         * gst/tcp/gstmultifdsink.c:
2529           fix up ffmpegcolorspace docs; extract header
2530
2531 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2532
2533         * common/gtk-doc-plugins.mak:
2534         * docs/plugins/Makefile.am:
2535         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2536         * ext/theora/Makefile.am:
2537         * ext/theora/gsttheoraenc.h:
2538         * ext/theora/theoraenc.c:
2539         * ext/vorbis/vorbisenc.c:
2540           pick up signals and args for vorbis; add some docs for vorbis
2541
2542 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2543
2544         * common/gstdoc-scangobj:
2545         * common/gtk-doc-plugins.mak:
2546         * docs/libs/Makefile.am:
2547         * docs/plugins/gst-plugins-base-plugins.args:
2548         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2549         * docs/plugins/gst-plugins-base-plugins.interfaces:
2550         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2551         * docs/plugins/gst-plugins-base-plugins.signals:
2552           only scanobj stuff from our source module.  Not sure yet
2553           if that's correct, given the hierarchy stuff :)
2554
2555 2005-09-15  Wim Taymans  <wim@fluendo.com>
2556
2557         * gst/audioconvert/gstaudioconvert.c:
2558         And enable 24 bits mode as well..
2559
2560 2005-09-15  Wim Taymans  <wim@fluendo.com>
2561
2562         * gst-libs/gst/rtp/Makefile.am:
2563         * gst-libs/gst/rtp/gstbasertppayload.c:
2564         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2565         (gst_basertppayload_class_init), (gst_basertppayload_init),
2566         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2567         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2568         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2569         (gst_basertppayload_set_property),
2570         (gst_basertppayload_get_property),
2571         (gst_basertppayload_change_state):
2572         * gst-libs/gst/rtp/gstbasertppayload.h:
2573         Added rtp payloader base class.
2574
2575 2005-09-15  Andy Wingo  <wingo@pobox.com>
2576
2577         * configure.ac (plugindir): Remove the EOL matcher from the
2578         regexp, as it causes me problems. Libtool? Make? Who knows?
2579
2580 2005-09-14  David Schleef  <ds@schleef.org>
2581
2582         * check/generic/states.c: 
2583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2584         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2585           Fixes for changes in registry API.
2586
2587         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2588           to GST_PLUGIN_LDFLAGS.
2589         * ext/libvisual/visual.c: Make the library shut up.
2590         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2591         * gst-libs/gst/audio/gstaudiofilter.c: same
2592
2593 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2594
2595         * docs/plugins/Makefile.am:
2596         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2597         * docs/plugins/inspect/plugin-libvisual.xml:
2598         * docs/plugins/tmpl/element-tcpserversink.sgml:
2599         * ext/theora/theoraenc.c:
2600           add libvisual plugin and theoraenc element to docs
2601
2602 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2603
2604         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2606         * ext/theora/theoraenc.c:
2607           add theoraenc
2608
2609 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2610
2611         * gst/audioconvert/Makefile.am:
2612           Audioconvert derives from GstBaseTransform and should
2613           link to the library with our base elements to avoid
2614           unresolved symbols. Makes things work with MinGW (#316160)
2615
2616         * gst/playback/test4.c: (main):
2617           Fix MinGW build problem and use g_usleep() instead of 
2618           sleep() (#316162)
2619
2620 2005-09-12  Wim Taymans  <wim@fluendo.com>
2621
2622         * gst/audioconvert/audioconvert.c: (float),
2623         (audio_convert_prepare_context), (audio_convert_convert):
2624         * gst/audioconvert/audioconvert.h:
2625         Cleanups, speedups, simplifications, added back support
2626         for 24 bits.
2627
2628 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2629
2630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2632         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2633         * docs/plugins/tmpl/element-tcpserversink.sgml:
2634         * gst/ffmpegcolorspace/gstffmpeg.c:
2635         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2636         * gst/videotestsrc/gstvideotestsrc.c:
2637         * gst/volume/gstvolume.c:
2638           add more elements to the docs
2639
2640 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2641
2642         * check/Makefile.am:
2643         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2644         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2645           Add extra tests for basetransform based components. 
2646           Comment out the test_element_negotiation test until we decide
2647           if it's testing correct behaviour.
2648         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2649         (gst_visual_chain), (gst_visual_change_state):
2650           Slightly more correct but still bogus timestamping.
2651           Fix state change function.
2652         * gst/audioconvert/gstaudioconvert.c:
2653         (gst_audio_convert_class_init):
2654         * gst/audioresample/gstaudioresample.c:
2655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2656         (gst_ffmpegcsp_class_init):
2657         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2658         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2659         (gst_videoscale_prepare_image):
2660         * gst/volume/gstvolume.c: (gst_volume_class_init),
2661         (volume_transform_ip):
2662           Basetransform updates. Enable passthrough modes.
2663         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2664         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2665         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2666           Negotiation fix that allows the window to return to the original
2667           size and renegotiate passthrough upstream. Extra debug output.
2668
2669 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2670
2671         * gst/sine/gstsinesrc.c:
2672         * gst/volume/gstvolume.c:
2673           fix up header include
2674
2675 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2676
2677         * gst-libs/gst/audio/gstbaseaudiosink.c:
2678         (gst_base_audio_sink_render):
2679         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2680         * gst/volume/gstvolume.c: (gst_volume_class_init),
2681         (volume_transform):
2682           fixing lost sync, some more debugging
2683
2684 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2685
2686         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2687         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2688         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2689         (gst_xvimagesink_check_xshm_calls):
2690           Fix compilation when XShm is not available.
2691
2692 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2693
2694         * ext/libvisual/visual.c: (gst_visual_dispose),
2695         (gst_visual_getcaps), (gst_visual_src_setcaps),
2696         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2697         (gst_visual_change_state):
2698           Finish fixing up libvisual plugin so that it runs. 
2699
2700 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2701
2702         * ext/vorbis/vorbisenc.c:
2703         * gst-libs/gst/tag/gstvorbistag.c:
2704           gsttaginterface.h -> gsttagsetter.h
2705
2706 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2707
2708         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2709           added another test that failes for me (test is not active by default)
2710
2711 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2712
2713         * configure.ac:
2714           v4l2 is no longer in gst-plugins-base
2715
2716 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2717
2718         * configure.ac:
2719           In the output at the end, don't show the first plugin on the same
2720           line as "Core plug-ins, always built:".
2721           Indent the output as for other plugin categories
2722         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2723           #define that can be used to not use peer buffer_alloc functions for
2724           test purposes.
2725         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2726         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2727         (gst_ximagesink_show_frame):
2728         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2729         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2730         (gst_xvimagesink_show_frame):
2731           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2732           fails gracefully instead of XError aborting or deadlocking.
2733
2734 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2735
2736         * ext/libvisual/Makefile.am:
2737           link against gst-base-libs
2738
2739 2005-09-06  David Schleef  <ds@schleef.org>
2740
2741         * configure.ac: Enable libvisual plugin.
2742         * ext/libvisual/Makefile.am:
2743         * ext/libvisual/visual.c: Fixes to make it compile.
2744
2745 === release 0.9.2 ===
2746
2747 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2748
2749         * NEWS:
2750         * RELEASE:
2751         * configure.ac:
2752         * docs/random/ChangeLog-0.8:
2753           releasing 0.9.2, "Spoon"
2754
2755 2005-09-05  Michael Smith <msmith@fluendo.com>
2756
2757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2758           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2759           that in the vorbisenc element.
2760
2761 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2762
2763         * common/gtk-doc-plugins.mak:
2764         * docs/plugins/Makefile.am:
2765           fix distcheck
2766         * gst/audioresample/resample.c:
2767           fix wrong docstring
2768
2769 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2770
2771         * common/gst-xmlinspect.py:
2772         * common/gtk-doc-plugins.mak:
2773           only inspect plugins for this given package
2774           require gst-python 0.9
2775
2776 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2777
2778         * Makefile.am:
2779         * autogen.sh:
2780         * common/gst-xmlinspect.py:
2781         * configure.ac:
2782         * docs/Makefile.am:
2783         * docs/plugins/inspect/plugin-alsa.xml:
2784         * docs/plugins/inspect/plugin-audioresample.xml:
2785         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2786         * docs/plugins/inspect/plugin-ogg.xml:
2787         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2788         * docs/plugins/tmpl/element-multifdsink.sgml:
2789         * docs/plugins/tmpl/element-tcpserversink.sgml:
2790         * docs/plugins/tmpl/element-vorbisenc.sgml:
2791         * gst-plugins-base.spec.in:
2792           various doc-related updates
2793
2794 2005-08-31  Wim Taymans  <wim@fluendo.com>
2795
2796         * gst-libs/gst/audio/gstbaseaudiosink.c:
2797         (gst_base_audio_sink_render):
2798         Resync if the buffer timestamps drift more than a 10th 
2799         of a second.
2800
2801 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2802
2803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2804         (gst_v4lsrc_get_property):
2805           The 'timestamp-offset' property is registered as an int64, so
2806           let's use g_value_{set|get}_int64() in our setter and getter
2807           functions (makes it work and fixes warnings with gst-inspect).
2808
2809 2005-08-30  Wim Taymans  <wim@fluendo.com>
2810
2811         * check/elements/audioconvert.c: (setup_audioconvert):
2812         * check/elements/audioresample.c: (setup_audioresample):
2813         * check/elements/volume.c: (setup_volume):
2814         Fix checks.
2815
2816 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2817
2818         * common/gtk-doc-plugins.mak:
2819         * common/plugins.xsl:
2820         * docs/plugins/Makefile.am:
2821           make module a param
2822
2823 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2824
2825         * examples/seeking/seek.c: (make_mp3_pipeline),
2826         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2827         (play_cb), (pause_cb), (stop_cb):
2828           update the example
2829
2830 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * gst/volume/gstvolume.c: (gst_volume_class_init),
2833         (volume_transform):
2834           do not update controlled params, if buffer has no timestamp
2835
2836 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2837
2838         * configure.ac:
2839         * gst/sine/Makefile.am:
2840         * gst/volume/Makefile.am:
2841           controllerized elements also need to link against controller-libs ;)
2842
2843 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2844
2845         * docs/libs/tmpl/gstcolorbalance.sgml:
2846         * docs/libs/tmpl/gstgconf.sgml:
2847         * docs/libs/tmpl/gstmixer.sgml:
2848         * docs/libs/tmpl/gstringbuffer.sgml:
2849         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2850         (gst_sinesrc_create):
2851         * gst/volume/gstvolume.c: (gst_volume_class_init),
2852         (volume_transform):
2853           controllerized two audio plugins
2854
2855 2005-08-29  Andy Wingo  <wingo@pobox.com>
2856
2857         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2858         (vorbis_handle_data_packet): Fix some int overflow errors.
2859
2860         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2861         -1.
2862         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2863         valid.
2864         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2865         if it's valid. Fixed streaming-mode playback.
2866
2867         * check/elements/volume.c (cleanup_volume): Fix for running
2868         CK_FORK=no.
2869
2870         * check/elements/audioconvert.c: Convert from native endian, not
2871         little endian.
2872
2873 2005-08-29  Michael Smith <msmith@fluendo.com>
2874
2875         * ext/ogg/Makefile.am:
2876         * ext/ogg/gstogg.c: (plugin_init):
2877         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2878         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2879         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2880         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2881         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2882         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2883         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2884         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2885         Add an ogg parser element.
2886
2887 2005-08-28  Andy Wingo  <wingo@pobox.com>
2888
2889         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2890
2891 2005-08-26  Wim Taymans  <wim@fluendo.com>
2892
2893         * gst/audioconvert/audioconvert.c: (if), (float),
2894         (audio_convert_get_func_index), (check_default),
2895         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2896         (audio_convert_clean_context), (audio_convert_get_sizes),
2897         (audio_convert_convert):
2898         Cleanups.
2899
2900 2005-08-26  Wim Taymans  <wim@fluendo.com>
2901
2902         * gst/audioconvert/audioconvert.c: (if), (float),
2903         (audio_convert_get_func_index), (check_default),
2904         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2905         (audio_convert_clean_context), (audio_convert_get_sizes),
2906         (audio_convert_convert):
2907         More elegant and working temp buffer selection algo.
2908
2909 2005-08-26  Wim Taymans  <wim@fluendo.com>
2910
2911         * gst/audioconvert/audioconvert.c: (if), (float),
2912         (audio_convert_get_func_index), (check_default),
2913         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2914         (audio_convert_clean_context), (audio_convert_get_sizes),
2915         (get_temp_buffer), (audio_convert_convert):
2916         Use realloc else we lose our original data.
2917
2918 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2919
2920         * gst/audioresample/gstaudioresample.c:
2921           use base class' newsegment to properly timestamp
2922
2923 2005-08-26  Wim Taymans  <wim@fluendo.com>
2924
2925         * gst/audioconvert/audioconvert.c: (if), (float),
2926         (audio_convert_get_func_index), (check_default),
2927         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2928         (audio_convert_clean_context), (audio_convert_get_sizes),
2929         (get_temp_buffer), (audio_convert_convert):
2930         * gst/audioconvert/gstaudioconvert.c:
2931         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2932         (gst_audio_convert_transform_caps),
2933         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2934         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2935         Oops, allocate enough space to perform the channel mix.
2936
2937 2005-08-26  Wim Taymans  <wim@fluendo.com>
2938
2939         * gst/audioconvert/Makefile.am:
2940         * gst/audioconvert/audioconvert.c: (if), (float),
2941         (audio_convert_get_func_index), (check_default),
2942         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2943         (audio_convert_clean_context), (audio_convert_get_sizes),
2944         (get_temp_buffer), (audio_convert_convert):
2945         * gst/audioconvert/audioconvert.h:
2946         * gst/audioconvert/gstaudioconvert.c:
2947         (gst_audio_convert_class_init), (gst_audio_convert_init),
2948         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2949         (gst_audio_convert_get_unit_size),
2950         (gst_audio_convert_transform_caps),
2951         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2952         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2953         * gst/audioconvert/gstaudioconvert.h:
2954         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2955         (gst_channel_mix_fill_identical),
2956         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2957         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2958         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2959         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2960         (gst_channel_mix_mix):
2961         * gst/audioconvert/gstchannelmix.h:
2962         Cleanups, librarify a bit, optimize, better negotiation and more.
2963
2964 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2965
2966         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2967         Another from MikeS:
2968         During typefinding, don't support negative offsets
2969         (offsets from the end of the stream) in our typefind->peek() function
2970         - nothing embedded in ogg ever needs them. However, we need to recognise
2971         those requests and reject them, otherwise we return invalid pointers.
2972
2973 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2974
2975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2976         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2977         (vorbisdec_finalize), (vorbis_handle_type_packet):
2978           Big shout-out to MikeS for fixing this giant memory leak.
2979           Huzzah!
2980
2981 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2982
2983         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2984         (audio_convert_get_unit_size):
2985           plug some leaks
2986
2987 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2988
2989         * check/Makefile.am:
2990         * check/elements/audioconvert.c: (setup_audioconvert),
2991         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2992         (GST_START_TEST), (audioconvert_suite), (main):
2993           add a test for audioconvert
2994         * gst/audioresample/gstaudioresample.c:
2995         * gst/audioresample/gstaudioresample.h:
2996           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2997           note that for buffers of 1/3 sec this means DURATION(c) is 
2998           one nanosecond more than for a and b
2999
3000 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3001
3002         * check/Makefile.am:
3003         * check/elements/audioresample.c: (setup_audioresample),
3004         (cleanup_audioresample), (fail_unless_perfect_stream),
3005         (test_perfect_stream_instance), (GST_START_TEST),
3006           add a check for audioresample
3007         (audioresample_suite), (main):
3008         * check/elements/volume.c: (GST_START_TEST):
3009           remove unused method
3010         * gst/audioresample/gstaudioresample.c:
3011           set correct buffer parameters since we're changing them
3012         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3013           add some debug
3014
3015 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3016
3017         * gst/audioresample/debug.c:
3018         * gst/audioresample/gstaudioresample.c:
3019           add room for extra overlap samples when asked to transform size
3020           protect against possible mem corruption and check for discrepancies
3021           between written size and outbuffer's size so we can warn for
3022           potential problems
3023         * gst/audioresample/resample.c: (resample_init),
3024         (resample_get_output_size_for_input), (resample_get_output_size),
3025         (resample_set_n_channels), (resample_set_format):
3026           set debug level based on RESAMPLE_DEBUG env var
3027           make sure that get_output_size* returns a whole number of
3028           sample_size
3029           set sample_size each time either channel or format is set
3030         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
3031         * gst/audioresample/resample_functable.c:
3032         (resample_scale_functable):
3033         * gst/audioresample/resample_ref.c: (resample_scale_ref):
3034           remove r->sample_size, it's done in resample.c now
3035           add some debugging to the ref implementation
3036           make sure we only give back bytes that are wholes of the sample
3037           size
3038
3039 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
3040         * gst/playback/gstplaybasebin.c: (fill_buffer):
3041         Revert unpopular change for GST_MESSAGE_SRC to GObject.
3042
3043 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
3044
3045         * gst/volume/gstvolume.c:
3046           made set_caps function static
3047
3048 2005-08-24  Wim Taymans  <wim@fluendo.com>
3049
3050         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
3051         (gst_vorbisenc_change_state):
3052         Stop leaking taglists.
3053
3054 2005-08-24  Wim Taymans  <wim@fluendo.com>
3055
3056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
3057         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
3058         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
3059         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
3060         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3061         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
3062         Parse seeking events better.
3063         Unref static caps.
3064         Generate correct newsegment events, fixes seeking in live oggs.
3065
3066         * ext/theora/theoradec.c: (theora_dec_src_query),
3067         (theora_dec_src_event), (theora_dec_src_getcaps),
3068         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
3069         Use newsegment values to report correct play time.
3070
3071         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3072         (vorbis_dec_src_event), (vorbis_dec_sink_event):
3073         * ext/vorbis/vorbisdec.h:
3074         Parse and use newsegment values to report correct play time.
3075
3076         * gst-libs/gst/audio/gstbaseaudiosink.c:
3077         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3078         Clear ringbuffer on flush.
3079         Use newsegment values to calculate playback time.
3080
3081         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3083         Basesink does newsegment calculations for us now.
3084
3085 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3086
3087         * check/Makefile.am:
3088         * configure.ac:
3089           add core's plugins to the mix so that playbin works
3090         * check/generic/states.c: (GST_START_TEST):
3091           set a 0 timeout on pipelines, so they don't force the next
3092           state change
3093         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3094         (gst_play_base_bin_change_state):
3095           remove the crappy error handling and do GST error handling
3096
3097 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3098
3099         * check/Makefile.am:
3100         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3101           add same test as to core, it bitches out on playbin atm.
3102
3103 2005-08-24  Wim Taymans  <wim@fluendo.com>
3104
3105         * configure.ac:
3106         Remove audioscale.
3107
3108 2005-08-24  Wim Taymans  <wim@fluendo.com>
3109
3110         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3111         (gst_videoscale_prepare_size), (parse_caps),
3112         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3113         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3114         (gst_videoscale_transform):
3115         * gst/videoscale/gstvideoscale.h:
3116         Refactor, make use of BaseTranform really well.
3117
3118 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3119
3120         * configure.ac:
3121           compile audioresample
3122         * gst/audioresample/Makefile.am:
3123         * gst/audioresample/buffer.c:
3124         * gst/audioresample/functable.c:
3125         * gst/audioresample/gstaudioresample.c:
3126         * gst/audioresample/gstaudioresample.h:
3127         * gst/audioresample/resample.c:
3128         (resample_get_output_size_for_input):
3129         * gst/audioresample/resample.h:
3130         * gst/audioresample/resample_chunk.c:
3131         * gst/audioresample/resample_functable.c:
3132         * gst/audioresample/resample_ref.c:
3133           port to use basetransform; doesn't work in all cases yet
3134
3135 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3136
3137         * gst/audioconvert/gstaudioconvert.c:
3138         (gst_audio_convert_class_init), (gst_audio_convert_init),
3139         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3140         (audio_convert_fixate_caps), (audio_convert_set_caps),
3141         (audio_convert_transform),
3142         (gst_audio_convert_buffer_to_default_format),
3143         (gst_audio_convert_buffer_from_default_format),
3144         (gst_audio_convert_channels):
3145         * gst/audioconvert/gstchannelmix.c:
3146         * gst/audioconvert/gstchannelmix.h:
3147           port to basetransform
3148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3149         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3150         (gst_ffmpegcsp_get_unit_size):
3151         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3152         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3153           fix for basetransform changes
3154
3155 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3156
3157         * check/Makefile.am:
3158           Add CHECK_CFLAGS and LDFLAGS
3159
3160         * gst/playback/gstplaybasebin.c: (fill_buffer):
3161           GST_MESSAGE_SRC became a GObject
3162
3163 2005-08-24  Wim Taymans  <wim@fluendo.com>
3164
3165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3166         (gst_ring_buffer_clear_all):
3167         * gst-libs/gst/audio/gstringbuffer.h:
3168         Added function to clear the ringbuffer.
3169
3170 2005-08-24  Andy Wingo  <wingo@pobox.com>
3171
3172         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3173         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3174         of _open and _close.
3175
3176         * sys/v4l/gstv4lxoverlay.h:
3177         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3178         an Xv connection here, instead of all the time. Make Xv only be
3179         loaded if you axe for it. Kindof a workaround for buggy behaviour
3180         of Xv when using remote xservers (XvQueryExtension would block).
3181         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3182         replace the _open and _close public API. Only start the xv
3183         connection if necessary.
3184         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3185
3186 2005-08-23  David Schleef  <ds@schleef.org>
3187
3188         * gst/audioresample/Makefile.am: Leet audioresampling code
3189         * gst/audioresample/buffer.c:
3190         * gst/audioresample/buffer.h:
3191         * gst/audioresample/debug.c:
3192         * gst/audioresample/debug.h:
3193         * gst/audioresample/functable.c:
3194         * gst/audioresample/functable.h:
3195         * gst/audioresample/gstaudioresample.c:
3196         * gst/audioresample/gstaudioresample.h:
3197         * gst/audioresample/resample.c:
3198         * gst/audioresample/resample.h:
3199         * gst/audioresample/resample_chunk.c:
3200         * gst/audioresample/resample_functable.c:
3201         * gst/audioresample/resample_ref.c:
3202
3203 2005-08-23  Wim Taymans  <wim@fluendo.com>
3204
3205         * examples/seeking/seek.c: (make_vorbis_pipeline),
3206         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3207         Small seek updates.
3208
3209 2005-08-23  Andy Wingo  <wingo@pobox.com>
3210
3211         * gst-libs/gst/audio/gstbaseaudiosrc.c
3212         (gst_base_audio_src_fixate): Only fixate endianness if it is
3213         present in the caps.
3214
3215 2005-08-22  Andy Wingo  <wingo@pobox.com>
3216
3217         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3218         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3219         device-name property.
3220
3221         * gst-libs/gst/audio/gstaudiosrc.h:
3222         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3223         close_device in the ring buffer, like gstaudiosink.
3224
3225         * ext/alsa/gstalsamixer.h:
3226         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3227         macro to implement the interface without much code. Cleanups. 
3228
3229         * ext/alsa/gstalsasrc.h:
3230         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3231         READY.
3232
3233         * ext/alsa/Makefile.am: Add new files.
3234         * ext/alsa/gstalsamixerelement.c: 
3235         * ext/alsa/gstalsamixerelement.c: Split element code out from
3236         mixer code so that alsasrc can be a mixer too.
3237
3238 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3239
3240         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3241         (GST_START_TEST):
3242         * check/elements/vorbisdec.c: (setup_vorbisdec),
3243         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3244         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3245         (vorbis_handle_identification_packet),
3246         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3247         (vorbis_handle_header_packet), (vorbis_dec_push),
3248         (vorbis_dec_chain):
3249           use the setup/teardown methods to save code.  save code is good.
3250
3251 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3252
3253         * check/Makefile.am:
3254           add ext dir for plugins
3255           add vorbisdec test conditionally
3256         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3257         (GST_START_TEST), (volume_suite):
3258           add a test with wrong caps
3259         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3260         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3261           add a vorbisdec test
3262         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3263         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3264           clean up debug output
3265         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3266           yay, fix a segfault/security issue in vorbisdec
3267           gst-launch fakesrc ! vorbisdec wasn't happy
3268         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3269         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3270         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3271         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3272         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3273         (gst_vorbisenc_set_metadata), (get_constraints_string),
3274         (update_start_message), (gst_vorbisenc_setup),
3275         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3276         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3277         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3278         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3279         * ext/vorbis/vorbisenc.h:
3280           march in line
3281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3282         (gst_ffmpegcsp_transform):
3283           have the kow come home
3284         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3285           debug my func ptr
3286         * gst/volume/gstvolume.c: (volume_set_caps):
3287           add a debug
3288
3289 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3290
3291         * Makefile.am:
3292         * check/.cvsignore:
3293         * check/Makefile.am:
3294         * check/elements/.cvsignore:
3295         * check/elements/volume.c: (chain_func), (event_func),
3296         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3297         (main):
3298         * configure.ac:
3299           add unit test structure for gst-plugins-base
3300           add a test for volume
3301         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3302         (gst_volume_set_volume), (gst_volume_get_volume),
3303         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3304         (volume_funcfind), (volume_process_float), (volume_process_int16),
3305         (volume_set_caps), (volume_transform), (volume_update_mute),
3306         (volume_update_volume), (volume_set_property),
3307         (volume_get_property):
3308           document a little; use basetransform vmethod _set_caps
3309
3310 2005-08-19  Andy Wingo  <wingo@pobox.com>
3311
3312         * ext/alsa/gstalsamixertrack.h:
3313         * ext/alsa/gstalsamixertrack.c:
3314         * ext/alsa/gstalsamixeroptions.h:
3315         * ext/alsa/gstalsamixeroptions.c:
3316         * ext/alsa/gstalsamixer.h:
3317         * ext/alsa/gstalsamixer.c: Port to 0.9.
3318
3319         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3320         Remove gstalsa.c and alsaclock. No more cruft here.
3321         
3322 2005-08-18  Wim Taymans  <wim@fluendo.com>
3323
3324         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3325         (gst_base_rtp_depayload_chain),
3326         (gst_base_rtp_depayload_add_to_queue),
3327         (gst_base_rtp_depayload_push),
3328         (gst_base_rtp_depayload_queue_release):
3329         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3330         Fix for RTPBuffer changes.
3331
3332         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3333         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3334         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3335         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3336         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3337         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3338         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3339         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3340         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3341         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3342         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3343         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3344         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3345         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3346         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3347         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3348         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3349         (gst_rtpbuffer_get_payload):
3350         * gst-libs/gst/rtp/gstrtpbuffer.h:
3351         Don't subclass GstBuffer but add methods and helper functions
3352         to construct and manipulate RTP packets in regular GstBuffers.
3353
3354 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3355
3356         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3357           moved statement below switch
3358         * gst/volume/gstvolume.c: (gst_volume_class_init):
3359           added debug ptr
3360
3361 2005-08-16  Wim Taymans  <wim@fluendo.com>
3362
3363         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3364         (gst_base_audio_src_change_state):
3365         Open and close device in READY<->NULL state change.
3366
3367 2005-08-16  Andy Wingo  <wingo@pobox.com>
3368
3369         * examples/seeking/Makefile.am: Don't compile non-compiling
3370         compiled objects with the compiler.
3371
3372         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3373         elements.
3374
3375 2005-08-12  Philippe Khalaf <burger@speedy.org>
3376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3377         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3378           Made a thread to release the queue.
3379           Removed timestamp conversion for now.
3380
3381 2005-08-10  Philippe Khalaf <burger@speedy.org>
3382         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3383         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3384           Added rtp timestamp -> gst timestamp conversion.
3385           Fixed several problems with queue.
3386
3387 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3388
3389         * gst-libs/gst/audio/gstaudioclock.h:
3390         * gst-libs/gst/audio/gstaudiofilter.h:
3391         * gst-libs/gst/audio/gstaudiosink.h:
3392         * gst-libs/gst/audio/gstaudiosrc.h:
3393         * gst-libs/gst/audio/gstbaseaudiosink.h:
3394         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3395         * gst-libs/gst/audio/gstringbuffer.h:
3396         * gst-libs/gst/net/gstnetbuffer.h:
3397         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3398         * gst-libs/gst/rtp/gstrtpbuffer.h:
3399           Add padding (you will need to rebuild gst-plugins-base,
3400           gst-plugins and all applications afterwards!)
3401
3402 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3403
3404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3405         (gst_riff_parse_chunk):
3406           Fix bug in debug message and add some more debug messages.
3407
3408 2005-08-08  Edward Hervey  <edward@fluendo.com>
3409
3410         * gst-libs/gst/riff/riff-media.c:
3411         backported updates since branch
3412
3413 2005-08-08  Andy Wingo  <wingo@pobox.com>
3414
3415         * gst-libs/gst/audio/gstbaseaudiosink.c
3416         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3417         like good elements should. Close on READY->NULL too.
3418
3419         * gst-libs/gst/audio/gstaudiosink.c
3420         (gst_audioringbuffer_open_device,
3421         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3422         (gst_audioringbuffer_release): Updates for new ring buffer API,
3423         hook into the new audio sink api.
3424
3425         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3426         (GstAudioSinkClass.close): Just open and close the device -- no
3427         resource allocation or configuration.
3428         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3429         vmethods, handle device setup and resource allocation.
3430
3431         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3432         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3433         base class API.
3434
3435         * gst-libs/gst/audio/gstringbuffer.h
3436         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3437         New vmethods.
3438
3439         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3440         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3441         New API functions. The device should be opened before acquiring
3442         and closed after releasing.
3443
3444 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3445
3446         * gst-libs/gst/interfaces/mixer.h:
3447           Reset padding to GST_PADDING.
3448
3449 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3450
3451         * gst/playback/gstplaybin.c: (remove_sinks):
3452           Remove visualization from parent explicitely; works around some
3453           apparent refcount issue that I haven't tracked down yet.
3454
3455 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3456
3457         * ext/alsa/gstalsasink.c: (set_hwparams):
3458           Assign debug category, add negotiation debug msgs.
3459
3460 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3461
3462         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3463           Fix error code for file-not-found to NOT_FOUND.
3464
3465 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3466
3467         * common/gtk-doc-plugins.mak:
3468         * docs/plugins/Makefile.am:
3469         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3470         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3471           renamed to actual element names, so much nicer to look at
3472         * docs/plugins/tmpl/gstmultifdsink.sgml:
3473           remove
3474         * docs/plugins/tmpl/multifdsink.sgml:
3475         * docs/plugins/tmpl/tcpserversink.sgml:
3476           add
3477         * ext/alsa/gstalsa.c:
3478         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3479         * ext/ogg/gstoggmux.c:
3480         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3481         * gst/playback/gstdecodebin.c:
3482         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3483         * gst/tcp/gsttcpserversink.c:
3484           various fixes and documentation additions
3485
3486 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3487
3488         * common/Makefile.am:
3489         * common/gstdoc-scangobj:
3490         * common/gtk-doc-plugins.mak:
3491         * common/gtk-doc.mak:
3492           add a custom scangobj that uses the registry
3493           add a custom gtk-doc-plugins.mak that uses it
3494           some doc build fixes
3495         * configure.ac:
3496         * docs/Makefile.am:
3497         * docs/plugins/Makefile.am:
3498         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3499         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3500         * docs/plugins/gst-plugins-base-plugins.types:
3501         * docs/plugins/tmpl/gstmultifdsink.sgml:
3502           add docs for one element, multifdsink
3503         * gst/adder/gstadder.h:
3504         * gst/volume/gstvolume.h:
3505           don't privatize enum
3506         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3507         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3508         (gst_sync_method_get_type), (gst_client_status_get_type),
3509         (gst_multifdsink_class_init),
3510         (gst_multifdsink_client_queue_buffer),
3511         (gst_multifdsink_handle_client_write):
3512         * gst/tcp/gstmultifdsink.h:
3513         * gst/tcp/gsttcp.h:
3514         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3515         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3516         (gst_tcpclientsink_render):
3517         * gst/tcp/gsttcpclientsink.h:
3518         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3519         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3520         (gst_tcpclientsrc_start):
3521         * gst/tcp/gsttcpclientsrc.h:
3522         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3523         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3524         * gst/tcp/gsttcpserversrc.h:
3525         * gst/typefind/gsttypefindfunctions.c:
3526           remove superfluous Type stuff
3527
3528 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3529
3530         * gst/playback/gstplaybin.c: (gen_video_element):
3531           Enable videoscale.
3532
3533 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3534
3535         * gst-libs/gst/gconf/gconf.c:
3536         * gst-libs/gst/gconf/gconf.h:
3537           Fix some Andy Problem [tm].
3538
3539 2005-08-04  Andy Wingo  <wingo@pobox.com>
3540
3541         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3542         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3543         (gst_ffmpegcsp_get_size): Adapt to API changes.
3544
3545         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3546         Implement an in-place do-nothing transform.
3547
3548 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3549
3550         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3551         (gst_ximagesink_renegotiate_size):
3552           Do not set new window sizes yet if we prepare a new buffer size
3553           for upstream renegotiation (software scaling) at some point in the
3554           future, because this new size waqs not actually accepted yet. Once
3555           accepted, renegotiation later on will set the new sizes just fine.
3556           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3557           embedding testcase.
3558
3559 2005-08-03  Andy Wingo  <wingo@pobox.com>
3560
3561         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3562         (gst_ximagesink_buffer_alloc): 
3563         Protect the height, width, and desired_caps with the pool_lock.
3564         Fixes videotestsrc ! queue ! ximagesink.
3565
3566 2005-08-02  Edward Hervey  <edward@fluendo.com>
3567
3568         * gst/volume/gstvolume.c:
3569         include left from controller cleanup
3570
3571 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3573           Stop collectpads before calling the parent state
3574           change function on PAUSED->READY.
3575
3576 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3577         * configure.ac:
3578           When testing for X libs, use the X CFlags 
3579         * gst/adder/gstadder.c: (gst_adder_change_state):
3580           Stop the collectpads before calling parent state change function
3581           on PAUSED->READY, otherwise we deadlock deactivating pads.
3582
3583 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3584
3585         * configure.ac:
3586         * docs/libs/tmpl/gstcolorbalance.sgml:
3587         * docs/libs/tmpl/gstmixer.sgml:
3588         * examples/Makefile.am:
3589         * gst/sine/Makefile.am:
3590         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3591         (gst_sinesrc_set_property), (plugin_init):
3592         * gst/sine/gstsinesrc.h:
3593         * gst/volume/Makefile.am:
3594         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3595         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3596         (volume_process_float), (volume_process_int16),
3597         (volume_set_property), (plugin_init):
3598         * gst/volume/gstvolume.h:
3599           deactivate and remove dparams (libgstcontrol)
3600
3601 2005-07-29  Wim Taymans  <wim@fluendo.com>
3602
3603         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3604         Convert me to BaseTransform!! help..
3605
3606 2005-07-29  Andy Wingo  <wingo@pobox.com>
3607
3608         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3609         sinks.
3610
3611         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3612         support of both endiannesses.
3613
3614 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3615
3616         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3617           Fix confusing debug message (s/event/query/)
3618
3619 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3620
3621         * gst/videotestsrc/videotestsrc.h:
3622           Use "_stdint.h" instead of <stdint.h>
3623
3624 2005-07-27  Wim Taymans  <wim@fluendo.com>
3625
3626         * ext/vorbis/Makefile.am:
3627         Revert wrong commit.
3628
3629 2005-07-27  Wim Taymans  <wim@fluendo.com>
3630
3631         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3632         More compilation fixen.
3633
3634 2005-07-27  Wim Taymans  <wim@fluendo.com>
3635
3636         * gst-libs/gst/audio/gstbaseaudiosink.c:
3637         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3638         (gst_base_audio_sink_create_ringbuffer),
3639         (gst_base_audio_sink_change_state):
3640         Fix compilation.
3641
3642 2005-07-27  Wim Taymans  <wim@fluendo.com>
3643
3644         * examples/seeking/seek.c: (setup_dynamic_link),
3645         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3646         (query_positions_elems), (query_positions_pads), (do_seek):
3647         Update seek example.
3648
3649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3650         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3651         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3652         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3653         (gst_ogg_demux_handle_event),
3654         (gst_ogg_demux_deactivate_current_chain),
3655         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3656         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3657         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3658         (gst_ogg_demux_loop):
3659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3660         * ext/theora/theoradec.c: (theora_dec_src_event),
3661         (theora_dec_src_getcaps), (theora_dec_sink_event),
3662         (theora_dec_push), (theora_dec_chain):
3663         * ext/vorbis/Makefile.am:
3664         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3665         (vorbis_dec_sink_event), (vorbis_dec_push),
3666         (vorbis_handle_data_packet):
3667         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3668         (gst_vorbisenc_chain):
3669         * gst/playback/gststreaminfo.c: (cb_probe):
3670         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3671         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3672         * gst/videoscale/gstvideoscale.c:
3673         (gst_videoscale_handle_src_event):
3674         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3675         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3676         (gst_ximagesink_navigation_send_event):
3677         * sys/xvimage/xvimagesink.c:
3678         (gst_xvimagesink_navigation_send_event):
3679         Various event updates and cleanups
3680
3681 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3682
3683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3684           Fix segfault for I420/YV12.
3685
3686 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3687
3688         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3689           Report bitrate.
3690
3691 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3692
3693         * gst/playback/gstplaybin.c: (gen_video_element),
3694         (gen_audio_element):
3695           Switch to auto*sink elements as default sinks; add volume element
3696           so that volume control in totem works.
3697
3698 2005-07-21  Wim Taymans  <wim@fluendo.com>
3699
3700         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3701         * gst/playback/gstplaybin.c: (setup_sinks),
3702         (gst_play_bin_change_state):
3703         Refcount fix and more comments.
3704
3705 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3706
3707         * sys/ximage/Makefile.am:
3708         * sys/ximage/ximage.c: (plugin_init):
3709         * sys/ximage/ximagesink.c:
3710         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3711         
3712
3713 2005-07-21  Wim Taymans  <wim@fluendo.com>
3714
3715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3716         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3717         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3718         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3719         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3720         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3721         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3722         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3723         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3724         Generate correct disconts for live chained oggs.
3725
3726         * gst-libs/gst/audio/gstbaseaudiosink.c:
3727         (gst_base_audio_sink_render),
3728         (gst_base_audio_sink_create_ringbuffer),
3729         (gst_base_audio_sink_change_state):
3730         Handle discont math correctly.
3731
3732         * gst/playback/gstplaybin.c: (add_sink):
3733         Some small debug cleanup.
3734
3735 2005-07-21  Wim Taymans  <wim@fluendo.com>
3736
3737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3738         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3739         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3740         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3741         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3742         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3744         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3745         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3746         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3747         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3748         (gst_ogg_demux_change_state), (gst_ogg_print):
3749         Reorganize code to send the right disconts when in streaming
3750         mode.
3751
3752 2005-07-20  Andy Wingo  <wingo@pobox.com>
3753
3754         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3755         fix (?), fixes a seggie mcfalterson (#310894).
3756
3757 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3758
3759         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3760         (gst_ogg_mux_set_header_on_caps):
3761         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3763         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3764         * gst-libs/gst/audio/multichannel.c:
3765         (gst_audio_set_channel_positions),
3766         (gst_audio_set_structure_channel_positions_list):
3767         * gst/playback/gstdecodebin.c: (dynamic_create):
3768         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3769         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3770           Fixes for API changes in core.
3771
3772 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3773
3774         * gst/playback/gstplaybasebin.c: (fill_buffer):
3775           Use _new_custom() so we can set custom message types for buffering
3776           messages.
3777
3778 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3779
3780         * configure.ac:
3781         * gst-libs/gst/Makefile.am:
3782         * gst-libs/gst/gconf/.cvsignore:
3783         * gst-libs/gst/gconf/Makefile.am:
3784         * gst-libs/gst/gconf/test-gconf.c:
3785         * pkgconfig/Makefile.am:
3786         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3787         * pkgconfig/gstreamer-gconf.pc.in:
3788           Remove gconf stuff, use gconf elements instead from now on.
3789
3790 2005-07-20  Wim Taymans  <wim@fluendo.com>
3791
3792         * gst-libs/gst/audio/TODO:
3793         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3794         (gst_audio_clock_get_internal_time):
3795         * gst-libs/gst/audio/gstaudioclock.h:
3796         * gst-libs/gst/audio/gstbaseaudiosink.c:
3797         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3798         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3799         (gst_base_audio_sink_render),
3800         (gst_base_audio_sink_create_ringbuffer),
3801         (gst_base_audio_sink_change_state):
3802         Make sure the audio clock always returns an increasing value.
3803
3804 2005-07-19  Andy Wingo  <wingo@pobox.com>
3805
3806         * gst/videotestsrc/: Cleanups.
3807
3808 2005-07-19  Wim Taymans  <wim@fluendo.com>
3809
3810         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3811         Better debugging.
3812
3813 2005-07-19  Wim Taymans  <wim@fluendo.com>
3814
3815         * examples/seeking/seek.c: (make_dv_pipeline),
3816         (make_vorbis_theora_pipeline), (query_rates),
3817         (query_positions_elems), (query_positions_pads), (do_seek):
3818         Make correct DV pipeline.
3819
3820 2005-07-18  Andy Wingo  <wingo@pobox.com>
3821
3822         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3823         default. Also because it's the only thing that really works. (This
3824         is used in the GConf elements).
3825         Use AS_LIBTOOL_TAGS.
3826
3827 2005-07-18  Wim Taymans  <wim@fluendo.com>
3828
3829         * gst/playback/gstdecodebin.c: (remove_element_chain):
3830         * gst/playback/gstplaybin.c: (add_sink):
3831         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3832         (gst_stream_info_set_mute):
3833         * gst/playback/gststreamselector.c:
3834         (gst_stream_selector_get_linked_pad),
3835         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3836         More leak and compile fixes.
3837
3838 2005-07-18  Wim Taymans  <wim@fluendo.com>
3839
3840         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3841         (query_rates), (query_positions_elems), (query_positions_pads),
3842         (do_seek), (seek_cb), (stop_seek):
3843         Updated seek example. 
3844
3845         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3846         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3847         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3848         * gst/playback/gstplaybin.c: (add_sink):
3849         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3850         (gst_stream_info_set_mute):
3851         Some refcount leak fixes.
3852
3853 2005-07-16  Wim Taymans  <wim@fluendo.com>
3854
3855         * gst-libs/gst/audio/gstbaseaudiosink.c:
3856         (gst_base_audio_sink_render):
3857         Align samples even if we have roundoff errors in the 
3858         timestamp conversion.
3859
3860 2005-07-16  Wim Taymans  <wim@fluendo.com>
3861
3862         * docs/libs/tmpl/gstringbuffer.sgml:
3863         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3864         (query_rates), (query_positions_elems), (query_positions_pads),
3865         (update_scale), (do_seek):
3866         Updated seek example.
3867
3868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3869         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3870         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3871         (gst_ogg_demux_loop):
3872         Push out correct discont values.
3873
3874         * ext/theora/theoradec.c: (theora_dec_src_convert),
3875         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3876         (theora_dec_sink_event), (theora_handle_type_packet),
3877         (theora_handle_header_packet), (theora_dec_push),
3878         (theora_handle_data_packet), (theora_dec_chain),
3879         (theora_dec_change_state):
3880         Better timestamping.
3881
3882         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3883         (vorbis_dec_sink_event), (vorbis_dec_push),
3884         (vorbis_handle_data_packet), (vorbis_dec_chain):
3885         * ext/vorbis/vorbisdec.h:
3886         Better timestamping.
3887
3888         * gst-libs/gst/audio/gstbaseaudiosink.c:
3889         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3890         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3891         Handle syncing on timestamps instead of sample offsets. Make
3892         use of DISCONT values as described in design docs.
3893
3894         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3895         (gst_base_audio_src_get_time):
3896         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3897         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3898         (gst_ring_buffer_read):
3899         * gst-libs/gst/audio/gstringbuffer.h:
3900         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3901         (gst_ximagesink_show_frame):
3902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3903         Correcly convert buffer timestamp to stream time.
3904
3905 2005-07-16  Wim Taymans  <wim@fluendo.com>
3906
3907         * gst/audioconvert/gstaudioconvert.c:
3908         (gst_audio_convert_get_buffer):
3909         Timestamp buffers correctly.
3910
3911         * gst/playback/gstplaybin.c: (gen_video_element):
3912         Make internal fakesink silent.
3913
3914 2005-07-15  Wim Taymans  <wim@fluendo.com>
3915
3916         * gst/ffmpegcolorspace/Makefile.am:
3917         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3918         (gst_ffmpegcsp_caps_remove_format_info),
3919         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3920         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3921         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3922         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3923         Ported ffmpegcolorspace to basetransform.
3924
3925         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3926         * gst/volume/gstvolume.c: (volume_transform):
3927         Ported to new API.
3928
3929 2005-07-14  Wim Taymans  <wim@fluendo.com>
3930
3931         * gst/videotestsrc/Makefile.am:
3932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3933         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3934         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3935         (gst_videotestsrc_init), (gst_videotestsrc_event),
3936         (gst_videotestsrc_create), (gst_videotestsrc_start),
3937         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3938         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3939         (gst_videotestsrc_get_property):
3940         * gst/videotestsrc/gstvideotestsrc.h:
3941         Make videotestsrc a pushsrc.
3942
3943 2005-07-14  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/tcp/gstfdset.c: (gst_fdset_free):
3946         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3947         (gst_multifdsink_add), (gst_multifdsink_remove),
3948         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3949         (gst_multifdsink_remove_client_link),
3950         (gst_multifdsink_client_queue_data),
3951         (gst_multifdsink_client_queue_caps),
3952         (gst_multifdsink_client_queue_buffer),
3953         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3954         (gst_multifdsink_stop):
3955         * gst/tcp/gstmultifdsink.h:
3956         0.8 backporting.
3957
3958         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3959         Also draw image when not from a pool.
3960
3961 2005-07-14  Wim Taymans  <wim@fluendo.com>
3962
3963         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3964         (mute_stream), (silence_stream):
3965         Small debug additions.
3966
3967 2005-07-14  Wim Taymans  <wim@fluendo.com>
3968
3969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3970         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3971         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3972         Better error recovery, ignore unconnected pads and
3973         non-fatal errors.
3974
3975 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3976
3977         * docs/libs/tmpl/gstaudio.sgml:
3978         * docs/libs/tmpl/gstcolorbalance.sgml:
3979         * docs/libs/tmpl/gstgconf.sgml:
3980         * docs/libs/tmpl/gstmixer.sgml:
3981         * docs/libs/tmpl/gstringbuffer.sgml:
3982         * docs/libs/tmpl/gsttuner.sgml:
3983         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3984         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3985         (gst_tcpclientsrc_class_init):
3986         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3987         (gst_tcpserversrc_class_init):
3988         * sys/v4l/gstv4lelement.c:
3989           more autistic cleanliness in functions/names/defines
3990
3991 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3992
3993         * configure.ac:
3994           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3995           added manually to each Makefile.am so we are sure it goes
3996           *last* and doesn't add -L flags before linking in libs of our
3997           own, like, say, internal .la libs, that then accidentally pick
3998           up the installed copy.
3999         * docs/libs/Makefile.am:
4000         * ext/alsa/Makefile.am:
4001         * ext/cdparanoia/Makefile.am:
4002         * ext/gnomevfs/Makefile.am:
4003         * ext/libvisual/Makefile.am:
4004         * ext/ogg/Makefile.am:
4005         * ext/theora/Makefile.am:
4006         * ext/vorbis/Makefile.am:
4007         * gst-libs/gst/video/Makefile.am:
4008         * gst/adder/Makefile.am:
4009         * gst/audioconvert/Makefile.am:
4010         * gst/audiorate/Makefile.am:
4011         * gst/audioscale/Makefile.am:
4012         * gst/ffmpegcolorspace/Makefile.am:
4013         * gst/playback/Makefile.am:
4014         * gst/sine/Makefile.am:
4015         * gst/subparse/Makefile.am:
4016         * gst/tags/Makefile.am:
4017         * gst/tcp/Makefile.am:
4018         * gst/typefind/Makefile.am:
4019         * gst/videorate/Makefile.am:
4020         * gst/videoscale/Makefile.am:
4021         * gst/videotestsrc/Makefile.am:
4022         * gst/volume/Makefile.am:
4023         * sys/v4l/Makefile.am:
4024         * sys/ximage/Makefile.am:
4025         * sys/xvimage/Makefile.am:
4026           adapt properly to this change. This should make sure that
4027           plugins and libs properly link to the as-yet-uninstalled
4028           copies of stuff like libgstinterfaces and libgstvideo
4029
4030 2005-07-13  Andy Wingo  <wingo@pobox.com>
4031
4032         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
4033         (gst_v4lsrc_fixate): Fixate on format as well.
4034
4035         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
4036         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
4037         buffer points to it.
4038         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
4039         rather just doing X calls ourselves. Also fixes a memleak.
4040
4041 2005-07-12  Andy Wingo  <wingo@pobox.com>
4042
4043         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
4044         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
4045         (gst_v4lsrc_create): Re-add the copy-mode property, default to
4046         TRUE to avoid deadlocks if an element holds on to our buffers.
4047
4048 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4049
4050         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4051         (gst_sinesrc_init), (gst_sinesrc_create),
4052         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4053         (gst_sinesrc_start):
4054         * gst/sine/gstsinesrc.h:
4055           removing num-buffers property before moving it
4056
4057 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4058
4059         * configure.ac:
4060           use overridable ERROR_CFLAGS
4061         * docs/libs/gst-plugins-base-libs.types:
4062         * docs/libs/tmpl/gstringbuffer.sgml:
4063         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
4064         (gst_alsasink_class_init):
4065         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4066         (gst_alsasrc_class_init):
4067         * gst-libs/gst/audio/audio.h:
4068         * gst-libs/gst/audio/gstaudioclock.h:
4069         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4070         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
4071         (gst_audio_filter_link), (gst_audio_filter_init),
4072         (gst_audio_filter_chain), (gst_audio_filter_set_property),
4073         (gst_audio_filter_get_property),
4074         (gst_audio_filter_class_add_pad_templates):
4075         * gst-libs/gst/audio/gstaudiofilter.h:
4076         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4077         (gst_audio_filter_template_get_type),
4078         (gst_audio_filter_template_base_init),
4079         (gst_audio_filter_template_class_init),
4080         (gst_audio_filter_template_init),
4081         (gst_audio_filter_template_set_property),
4082         (gst_audio_filter_template_get_property), (plugin_init),
4083         (gst_audio_filter_template_setup),
4084         (gst_audio_filter_template_filter),
4085         (gst_audio_filter_template_filter_inplace):
4086         * gst-libs/gst/audio/gstaudiosink.c:
4087         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4088         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4089         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4090         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4091         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4092         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4093         * gst-libs/gst/audio/gstaudiosink.h:
4094         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4095         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4096         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4097         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4098         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4099         (gst_audio_src_class_init), (gst_audio_src_init),
4100         (gst_audio_src_create_ringbuffer):
4101         * gst-libs/gst/audio/gstaudiosrc.h:
4102         * gst-libs/gst/audio/gstbaseaudiosink.c:
4103         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4104         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4105         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4106         (gst_base_audio_sink_set_property),
4107         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4108         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4109         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4110         (gst_base_audio_sink_create_ringbuffer),
4111         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4112         * gst-libs/gst/audio/gstbaseaudiosink.h:
4113         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4114         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4115         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4116         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4117         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4118         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4119         (gst_base_audio_src_event), (gst_base_audio_src_create),
4120         (gst_base_audio_src_create_ringbuffer),
4121         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4122         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4123         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4124         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4125         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4126         (gst_ring_buffer_debug_spec_caps),
4127         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4128         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4129         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4130         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4131         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4132         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4133         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4134         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4135         (gst_ring_buffer_clear):
4136         * gst-libs/gst/audio/gstringbuffer.h:
4137         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4138         (gst_video_sink_class_init), (gst_video_sink_get_type):
4139         * gst-libs/gst/video/videosink.h:
4140         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4141         (gst_multifdsink_class_init),
4142         (gst_multifdsink_handle_client_write),
4143         (gst_multifdsink_change_state):
4144         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4145         (gst_tcpclientsink_setcaps):
4146         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4147         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4148         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4149         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4150         (gst_ximagesink_send_pending_navigation),
4151         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4152         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4154         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4155         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4156         (gst_xvimagesink_send_pending_navigation),
4157         (gst_xvimagesink_navigation_send_event),
4158         (gst_xvimagesink_set_xwindow_id),
4159         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4160         (gst_xvimagesink_get_type):
4161         more macro splitting
4162
4163 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4164
4165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4166           plug a memleak, allows me to import 1479 albums in one go
4167           in jamboree
4168         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4169         (vorbis_handle_type_packet), (vorbis_dec_chain),
4170         (vorbis_dec_change_state):
4171           fix some format strings
4172
4173 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4174
4175         * docs/libs/tmpl/gstcolorbalance.sgml:
4176         * docs/libs/tmpl/gstmixer.sgml:
4177         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4178         (gst_alsasink_set_property), (gst_alsasink_get_property):
4179         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4180         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4181           add device property
4182
4183 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4184
4185         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4186         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4187         (audiocast_register_listener), (audiocast_thread_run),
4188         (gst_gnomevfssrc_send_additional_headers_callback),
4189         (gst_gnomevfssrc_received_headers_callback),
4190         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4191         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4192         (gst_gnomevfssrc_get_size):
4193           add/clean up debugging
4194         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4195           cleanups
4196
4197 2005-07-07  Andy Wingo  <wingo@pobox.com>
4198
4199         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4200         framerate. Need to get a handle on when exactly this function is
4201         called, tho.
4202
4203         * sys/v4l/v4lsrc_calls.h:
4204         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4205         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4206         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4207
4208         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4209         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4210         v4lelements are sources.
4211
4212         * sys/v4l/gstv4lxoverlay.h:
4213         * sys/v4l/gstv4lxoverlay.c:
4214         * sys/v4l/gstv4ltuner.h:
4215         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4216         
4217         * sys/v4l/gstv4lsrc.h:
4218         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4219         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4220         or something should handle that. Made a live source.
4221
4222         * sys/v4l/gstv4lelement.h:
4223         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4224         signals. Some cleanups.
4225
4226         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4227
4228         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4229         stuff.
4230
4231         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4232         stuff.
4233
4234         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4235
4236 2005-07-07  Wim Taymans  <wim@fluendo.com>
4237
4238         * ext/theora/theoradec.c: (theora_get_query_types),
4239         (theora_dec_src_getcaps), (theora_dec_push):
4240         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4242         Remove deprecated/unused query types.
4243
4244 2005-07-06  Wim Taymans  <wim@fluendo.com>
4245
4246         * ext/alsa/Makefile.am:
4247         * ext/alsa/gstalsaplugin.c: (plugin_init):
4248         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4249         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4250         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4251         (gst_alsasrc_class_init), (gst_alsasrc_init),
4252         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4253         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4254         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4255         (gst_alsasrc_reset):
4256         * ext/alsa/gstalsasrc.h:
4257         * gst-libs/gst/audio/Makefile.am:
4258         * gst-libs/gst/audio/gstaudiosink.c:
4259         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4260         (gst_audioringbuffer_start):
4261         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4262         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4263         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4264         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4265         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4266         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4267         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4268         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4269         * gst-libs/gst/audio/gstaudiosrc.h:
4270         * gst-libs/gst/audio/gstbaseaudiosink.c:
4271         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4272         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4273         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4275         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4276         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4277         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4278         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4279         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4280         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4281         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4282         (gst_baseaudiosrc_change_state):
4283         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4284         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4285         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4286         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4287         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4288         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4289         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4290         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4291         * gst-libs/gst/audio/gstringbuffer.h:
4292         Added audiosource base classes.
4293         Ported alsasrc, still very basic.
4294
4295 2005-07-06  Wim Taymans  <wim@fluendo.com>
4296
4297         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4298         (theora_dec_push), (theora_handle_data_packet):
4299         Prepare for better timestamp fix later.
4300
4301         * gst/audioconvert/gstaudioconvert.c:
4302         List most accurate caps first
4303
4304         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4305         Use proper pad task function.
4306
4307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4308         (gst_xvimagesink_show_frame):
4309         Fix deadlock when alloc failed.
4310
4311 2005-07-05  Andy Wingo  <wingo@pobox.com>
4312
4313         * ext/gnomevfs/gstgnomevfssrc.c:
4314         * gst/sine/gstsinesrc.c:
4315         * gst/tcp/gsttcpserversrc.c:
4316         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4317
4318         * sys/v4l/: Port from 0.8.
4319
4320         * Many files: Null if we got it....
4321
4322 2005-07-05  Andy Wingo  <wingo@pobox.com>
4323
4324         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4325         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4326         Signedness fixes.
4327
4328 2005-07-05  Wim Taymans  <wim@fluendo.com>
4329
4330         * configure.ac:
4331         * gst/tcp/Makefile.am:
4332         * gst/tcp/README:
4333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4334         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4335         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4336         (is_sync_frame), (gst_multifdsink_handle_client_write),
4337         (gst_multifdsink_render), (gst_multifdsink_start),
4338         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4339         * gst/tcp/gstmultifdsink.h:
4340         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4341         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4342         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4343         * gst/tcp/gsttcp.h:
4344         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4345         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4346         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4347         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4348         * gst/tcp/gsttcpclientsink.h:
4349         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4350         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4351         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4352         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4353         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4354         * gst/tcp/gsttcpclientsrc.h:
4355         * gst/tcp/gsttcpplugin.c: (plugin_init):
4356         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4357         * gst/tcp/gsttcpserversink.h:
4358         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4359         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4360         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4361         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4362         (gst_tcpserversrc_stop):
4363         * gst/tcp/gsttcpserversrc.h:
4364         * gst/tcp/gsttcpsink.c:
4365         * gst/tcp/gsttcpsink.h:
4366         * gst/tcp/gsttcpsrc.c:
4367         * gst/tcp/gsttcpsrc.h:
4368         Ported tcp plugins to 0.9. 
4369         
4370
4371 2005-07-05  Andy Wingo  <wingo@pobox.com>
4372
4373         * gst/playback/gstplaybasebin.c (fill_buffer):
4374         message_new_application fixen.
4375
4376         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4377         Style fix.
4378
4379 2005-07-04  Wim Taymans  <wim@fluendo.com>
4380
4381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4382         Set caps on output buffer.
4383
4384 2005-07-04  Andy Wingo  <wingo@pobox.com>
4385
4386         * ext/gnomevfs/gstgnomevfssrc.c
4387         (gst_gnomevfssrc_received_headers_callback) 
4388         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4389         hopefully.
4390
4391         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4392         No refcount leakage.
4393
4394         * configure.ac: Enable -Werror.
4395         
4396         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4397         * gst/audioconvert/bufferframesconvert.c
4398         (buffer_frames_convert_fixate):
4399         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4400         (gst_audio_convert_fixate):
4401         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4402         (gst_sinesrc_create): Fixate func changes.
4403         
4404         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4405         (gst_ximagesink_buffer_alloc): Unused var.
4406
4407 2005-07-01  Andy Wingo  <wingo@pobox.com>
4408
4409         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4410         getcaps to do explicit caps. Needs to be done in all decoders,
4411         possibly via a base class.
4412
4413         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4414
4415         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4416         caps on the sink pad, just rely on the pad template. Also, setting
4417         ANY caps on a pad is not valid because the caps are not fixed.
4418
4419         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4420         caps on the buffer, and get the width from the desired_caps if
4421         they're set.
4422         (gst_ximagesink_renegotiate_size): Implement via setting the
4423         desired_caps on the ximagesink.
4424         (gst_ximagesink_setcaps): Only reset the width of the player if it
4425         wasn't already set. Not sure if this is right.
4426         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4427
4428         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4429         that the user wants. NULL unless the window has been resized.
4430
4431         * gst/volume/gstvolume.c (volume_transform): Adapt to
4432         basetransform refcount changes.
4433         
4434 2005-07-01  Andy Wingo  <wingo@pobox.com>
4435
4436         * gst/videoscale/gstvideoscale.c:
4437         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4438         from BaseTransform, implements a transform_caps. Removed dead code
4439         including some PAR stuff that was never reached -- should probably
4440         be added back somehow.
4441
4442 2005-07-01  Andy Wingo  <wingo@pobox.com>
4443
4444         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4445         come later.
4446
4447 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4448
4449         * configure.ac:
4450         * docs/libs/Makefile.am:
4451         * docs/libs/gst-plugins-libs.types:
4452         * ext/alsa/Makefile.am:
4453         * ext/alsa/gstalsamixer.h:
4454         * ext/alsa/gstalsamixeroptions.h:
4455         * ext/alsa/gstalsamixertrack.h:
4456         * gst-libs/gst/Makefile.am:
4457         * gst-libs/gst/colorbalance/.cvsignore:
4458         * gst-libs/gst/colorbalance/Makefile.am:
4459         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4460         * gst-libs/gst/colorbalance/colorbalance.c:
4461         * gst-libs/gst/colorbalance/colorbalance.h:
4462         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4463         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4464         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4465         * gst-libs/gst/interfaces/Makefile.am:
4466         * gst-libs/gst/interfaces/colorbalance.c:
4467         (gst_color_balance_class_init):
4468         * gst-libs/gst/interfaces/colorbalance.h:
4469         * gst-libs/gst/interfaces/interfaces-marshal.list:
4470         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4471         * gst-libs/gst/interfaces/mixer.h:
4472         * gst-libs/gst/interfaces/mixeroptions.h:
4473         * gst-libs/gst/interfaces/navigation.c:
4474         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4475         * gst-libs/gst/interfaces/tuner.h:
4476         * gst/volume/Makefile.am:
4477         * gst/volume/gstvolume.c:
4478         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4479         * sys/ximage/Makefile.am:
4480         * sys/ximage/ximagesink.c:
4481         * sys/xvimage/Makefile.am:
4482         * sys/xvimage/xvimagesink.c:
4483           fold in all interfaces into an interfaces dir, preserving CVS
4484           history
4485
4486 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4487
4488         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4489           Fix build after riff changes.
4490
4491 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4492
4493         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4494         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4495         (gst_riff_create_video_template_caps),
4496         (gst_riff_create_audio_template_caps),
4497         (gst_riff_create_iavs_template_caps):
4498         * gst-libs/gst/riff/riff-media.h:
4499         * gst-libs/gst/riff/riff-read.h:
4500         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4501           Add gst_riff_init() to initialize the debug category, instead
4502           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4503
4504 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4505
4506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4507           Oops, I shouldn't apply hacks.
4508
4509 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4510
4511         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4512           Remove pad_loop function which doesn't work.
4513
4514 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4515
4516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4517           Send EOS when deactivating.
4518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4519         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4520         (gen_preroll_element), (probe_triggered), (mute_stream),
4521         (silence_stream), (new_decoded_pad), (setup_substreams),
4522         (set_active_source):
4523         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4524         (remove_sinks), (add_sink):
4525         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4526           Change for new probe API.
4527
4528 2005-06-29  Wim Taymans  <wim@fluendo.com>
4529
4530         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4531         * gst-libs/gst/audio/gstbaseaudiosink.c:
4532         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4533         (gst_baseaudiosink_change_state):
4534         * gst-libs/gst/audio/gstbaseaudiosink.h:
4535         * gst-libs/gst/audio/gstringbuffer.c:
4536         (gst_ringbuffer_set_callback):
4537         Fix compilation error.
4538         Ringbuffer starts out as not running.
4539         Free our clock in dispose.
4540         When releasing the ringbuffer we need to renegotiate so
4541         clear the pad caps.
4542
4543 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4544
4545         * autogen.sh:
4546         * configure.ac:
4547         * docs/Makefile.am:
4548         * docs/libs/Makefile.am:
4549         * docs/libs/gst-plugins-libs-docs.sgml:
4550         * docs/libs/gst-plugins-libs-sections.txt:
4551         * docs/libs/gst-plugins-libs.types:
4552         * docs/libs/tmpl/gstaudio.sgml:
4553         * docs/libs/tmpl/gstcolorbalance.sgml:
4554         * docs/libs/tmpl/gstringbuffer.sgml:
4555         * gst-libs/gst/audio/gstringbuffer.c:
4556         (gst_ringbuffer_set_callback):
4557           reinstate gtk-doc docs for plugin libs
4558
4559 2005-06-28  Wim Taymans  <wim@fluendo.com>
4560
4561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4562         (gst_ogg_demux_init):
4563         Removed pad loop function.
4564
4565 2005-06-28  Wim Taymans  <wim@fluendo.com>
4566
4567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4568         If we're building a chain we are not in an error case
4569         when we queue a buffer.
4570
4571 2005-06-28  Andy Wingo  <wingo@pobox.com>
4572
4573         * *.c: Don't cast to GstObject before reffing/unreffing.
4574
4575 2005-06-27  Andy Wingo  <wingo@pobox.com>
4576
4577         * gst/videotestsrc/gstvideotestsrc.c
4578         (gst_videotestsrc_activate_push): Activation API changes.
4579
4580         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4581         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4582         they have refs on the decodebin.
4583
4584         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4585         parent class.
4586         (gst_ogg_pad_typefind): Don't leak a pad ref.
4587         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4588         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4589         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4590
4591 2005-06-27  Edward Hervey  <edward@fluendo.com>
4592
4593         * ext/theora/theoradec.c: (theora_dec_change_state): 
4594         re-arranged call to parent's state change in order to avoid locks (or
4595         worse).
4596
4597 2005-06-26  Edward Hervey  <edward@fluendo.com>
4598
4599         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4600         2nd argument of 'unknow-type' signal is a GstCaps and not a
4601         GstMiniObject
4602
4603 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4604         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4605           Set the worker thread's running flag to TRUE before starting the
4606           thread.
4607         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4608           Catch a failure to add typefind to the bin.
4609
4610 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4611
4612         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4613         (gst_sinesrc_init), (gst_sinesrc_create),
4614         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4615         (gst_sinesrc_start):
4616         * gst/sine/gstsinesrc.h:
4617           add num-buffers and timestamp-offset properties
4618         * gst/videotestsrc/gstvideotestsrc.c:
4619         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4620         (gst_videotestsrc_get_property):
4621           add timestamp-offset property
4622
4623 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4624
4625         * configure.ac: add videorate
4626         * gst-plugins-base.spec.in: add videorate
4627
4628 2005-06-23  Wim Taymans  <wim@fluendo.com>
4629
4630         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4631         (gst_videorate_getcaps), (gst_videorate_setcaps),
4632         (gst_videorate_event), (gst_videorate_chain):
4633         Fixed videorate, fixating an already fixated caps is not
4634         an error.
4635
4636 2005-06-23  Wim Taymans  <wim@fluendo.com>
4637
4638         * ext/ogg/README:
4639         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4640         Buffer on caps is not boxed anymore.
4641
4642 2005-06-22  Wim Taymans  <wim@fluendo.com>
4643
4644         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4645         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4646         Set buffers on caps as miniobjects and not as boxed.
4647
4648 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4649
4650         * configure.ac:
4651           back to HEAD
4652
4653 === release 0.9.1 ===
4654
4655 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4656
4657         * .cvsignore:
4658         * NEWS:
4659         * README:
4660         * RELEASE:
4661         * configure.ac:
4662         * po/af.po:
4663         * po/az.po:
4664         * po/cs.po:
4665         * po/en_GB.po:
4666         * po/hu.po:
4667         * po/it.po:
4668         * po/nb.po:
4669         * po/nl.po:
4670         * po/or.po:
4671         * po/sq.po:
4672         * po/sr.po:
4673         * po/sv.po:
4674         * po/uk.po:
4675         * po/vi.po:
4676           updates for release
4677
4678 2005-06-09  Andy Wingo  <wingo@pobox.com>
4679
4680         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4681         
4682 2005-06-09  Andy Wingo  <wingo@pobox.com>
4683
4684         * configure.ac:
4685         * gst-libs/gst/Makefile.am:
4686         * gst-libs/gst/net/Makefile.am:
4687         Add gstnet to build.
4688
4689 2005-06-09  Andy Wingo  <wingo@pobox.com>
4690
4691         * gst-libs/gst/gconf/gconf.c:
4692         * gst/playback/test.c:
4693         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4694         fixes.
4695
4696         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4697
4698         * ext/theora/theoraenc.c (theora_enc_chain): 
4699         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4700
4701         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4702         RealPad.
4703
4704 2005-06-02  Wim Taymans  <wim@fluendo.com>
4705
4706         * gst-libs/gst/net/Makefile.am:
4707         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4708         * pkgconfig/gstreamer-libs.pc.in:
4709         Added net stuff, version net lib.
4710
4711 2005-06-02  Wim Taymans  <wim@fluendo.com>
4712
4713         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4714         (query_rates), (query_positions_elems), (query_positions_pads),
4715         (do_seek):
4716         Updated seek example.
4717
4718 2005-06-02  Andy Wingo  <wingo@pobox.com>
4719
4720         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4721         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4722         list.
4723
4724         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4725         remove the typefind, the bin dispose will do it for us. When it's
4726         removed and unreffed, the signal handler will be disconnected,
4727         too.
4728         (unlinked): It's too difficult to disconnect from unlinked
4729         handlers, as they are on pads not elements. Just punt if the pads
4730         aren't grandkids of the bin.
4731
4732 2005-06-02  Wim Taymans  <wim@fluendo.com>
4733
4734         * ext/ogg/README:
4735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4736         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4738         * ext/theora/theoradec.c: (theora_dec_src_query),
4739         (theora_handle_data_packet):
4740         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4741         (theora_enc_chain):
4742         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4743         (vorbis_handle_data_packet):
4744         * gst/audioconvert/bufferframesconvert.c:
4745         (buffer_frames_convert_chain):
4746         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4747         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4748         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4749         (gst_ffmpegcsp_chain):
4750         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4751         (gst_videorate_getcaps), (gst_videorate_setcaps),
4752         (gst_videorate_event), (gst_videorate_chain):
4753         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4754         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4755         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4756         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4757         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4758         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4759         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4760         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4761         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4762         Cleanups and buffer alloc.
4763
4764 2005-05-31  Wim Taymans  <wim@fluendo.com>
4765
4766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4767         Don't try to call the delay method when the device is not
4768         opened.
4769
4770 2005-05-31  Wim Taymans  <wim@fluendo.com>
4771
4772         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4773         Get actual segment size and buffer size after opening
4774         the device.
4775
4776 2005-05-30  Wim Taymans  <wim@fluendo.com>
4777
4778         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4779         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4780         Also FLUSH upstream, makes the loop function exit faster.
4781         
4782         * ext/theora/theoradec.c: (theora_dec_src_query):
4783         Some more debug info in the query.
4784         
4785         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4786         (gst_ximagesink_setcaps):
4787         Release lock on par error, better error reporting.
4788
4789 2005-05-26  Wim Taymans  <wim@fluendo.com>
4790
4791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4792         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4793         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4794         Clear chains in READY
4795         Queue packets until the chain is activated.
4796
4797 2005-05-25  Wim Taymans  <wim@fluendo.com>
4798
4799         * gst-libs/gst/audio/gstaudiosink.c:
4800         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4801         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4802         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4803         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4804         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4805         (gst_audiosink_create_ringbuffer):
4806         * gst-libs/gst/audio/gstbaseaudiosink.c:
4807         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4808         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4809         (gst_baseaudiosink_set_property), (build_linear_format),
4810         (debug_spec_caps), (debug_spec_buffer),
4811         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4812         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4813         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4814         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4815         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4816         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4817         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4818         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4819         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4820         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4821         (wait_segment), (gst_ringbuffer_commit),
4822         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4823         (gst_ringbuffer_clear):
4824         Various small cleanups.
4825
4826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4827         (gst_audio_convert_change_state):
4828         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4829         No need to take the locks anymore.
4830
4831 2005-05-25  Wim Taymans  <wim@fluendo.com>
4832
4833         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4834         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4835         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4836         (type_found):
4837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4838         (group_destroy), (group_commit), (queue_overrun),
4839         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4840         (mute_stream), (new_decoded_pad), (setup_substreams),
4841         (setup_source), (mute_group_type), (set_active_source),
4842         (gst_play_base_bin_change_state):
4843         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4844         (gen_video_element), (gen_text_element), (gen_audio_element),
4845         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4846         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4847         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4848         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4849         Some playbin cleanups mostly refcounting sloppyness.
4850
4851 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4852
4853         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4854           Work with streaming input.
4855
4856 2005-05-25  Wim Taymans  <wim@fluendo.com>
4857
4858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4859         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4860         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4861         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4862         No need to take the STREAM lock anymore.
4863
4864 2005-05-25  Wim Taymans  <wim@fluendo.com>
4865
4866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4867         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4868         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4869         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4870         (gst_ogg_demux_sink_activate):
4871         * ext/theora/theoradec.c: (theora_dec_src_event),
4872         (theora_handle_comment_packet), (theora_dec_chain),
4873         (theora_dec_change_state):
4874         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4875         (vorbis_handle_data_packet), (vorbis_dec_chain),
4876         (vorbis_dec_change_state):
4877         Remove STREAM locks as they are taken in core now.
4878         Never set bogus granulepos on vorbis/theora.
4879         Fix leaks in theoradec tag parsing.
4880
4881 2005-05-25  Wim Taymans  <wim@fluendo.com>
4882
4883         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4884         Fix memleaks, GST_BUFFER_DATA() is not freed.
4885
4886 2005-05-25  Wim Taymans  <wim@fluendo.com>
4887
4888         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4889         Open non-blocking, set to blocking mode afterwards to avoid
4890         lockups when audio device is busy.
4891
4892 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4893
4894         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4895           This can't be good.
4896
4897 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4898
4899         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4900         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4901         (gst_audio_convert_setcaps):
4902           Implement instant setup switching.
4903
4904 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4905
4906         * gst/playback/gstplaybasebin.c: (probe_triggered):
4907           Fix missing unlock.
4908         * gst/playback/gstplaybin.c: (add_sink):
4909           First add, then link (otherwise pad link fails).
4910
4911 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4912
4913         * examples/Makefile.am:
4914         fix buildbot (make distcheck)
4915
4916 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4917
4918         * gst/playback/gstplaybin.c: (gen_vis_element):
4919           Remove some wrong code. Doesn't work yet.
4920
4921 2005-05-19  Wim Taymans  <wim@fluendo.com>
4922
4923         * gst-libs/gst/net/Makefile.am:
4924         * gst-libs/gst/net/README:
4925         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4926         (gst_netbuffer_class_init), (gst_netbuffer_init),
4927         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4928         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4929         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4930         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4931         * gst-libs/gst/net/gstnetbuffer.h:
4932         Added buffer subclass to store extra to/from addresses for
4933         network sources/sinks.
4934
4935 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4936
4937         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4938           Don't lock an unassigned variable.
4939
4940 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4941
4942         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4943           Increase buffer for video, decrease buffer for other media types.
4944         * gst/playback/gstplaybin.c: (gen_video_element),
4945         (gen_audio_element):
4946           Change names for debugging purposes.
4947
4948 2005-05-18  Wim Taymans  <wim@fluendo.com>
4949
4950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4951         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4952         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4953         (gst_ffmpegcsp_chain):
4954         Enable buffer alloc passthrough if the source and dest
4955         formats are the same.
4956
4957 2005-05-17  Wim Taymans  <wim@fluendo.com>
4958
4959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4960         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4961         (gst_ogg_demux_chain_unlocked):
4962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4963         (gst_audio_convert_caps_remove_format_info),
4964         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4965         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4967         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4968         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4969         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4970         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4971         (gst_ffmpegcsp_get_property):
4972         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4973         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4974         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4975         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4976         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4977         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4978         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4979         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4980         Leak fixes in oggdemux.
4981         Some cleanups in audioconvert.
4982         Make passthrough work along with buffer_alloc etc.
4983         Make buffer_alloc and buffer recycling actually work in
4984         xvimagesink.
4985
4986 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4987
4988         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4989           make the compiler happy
4990
4991 2005-05-17  Wim Taymans  <wim@fluendo.com>
4992
4993         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4994         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4995         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4996         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4997         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4998         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4999         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
5000         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5001         (gst_xvimagesink_set_xwindow_id):
5002         * sys/xvimage/xvimagesink.h:
5003         Port xvimagesink to new MiniObject.
5004
5005 2005-05-17  Wim Taymans  <wim@fluendo.com>
5006
5007         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5008         (gst_audiofilter_chain):
5009         * gst-libs/gst/audio/gstaudiosink.c:
5010         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5011         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5012         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5013         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5014         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5015         (gst_audiosink_create_ringbuffer):
5016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5017         (gst_audio_convert_caps_remove_format_info),
5018         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5019         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5021         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5022         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5023         Fix passthrough in ffmpegcolorspace.
5024         Fix memset in audiosink on wrong memory.
5025
5026 2005-05-16  David Schleef  <ds@schleef.org>
5027
5028         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
5029         to GstMiniObject.
5030
5031 2005-05-16  David Schleef  <ds@schleef.org>
5032
5033         Port from GstData to GstMiniObject.
5034         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5035         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
5036         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
5037         (gst_ogg_mux_collected):
5038         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5039         * ext/theora/theoradec.c: (theora_handle_comment_packet),
5040         (theora_handle_data_packet):
5041         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
5042         (theora_set_header_on_caps), (theora_enc_chain):
5043         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5044         (vorbis_handle_comment_packet):
5045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
5046         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
5047         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
5048         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
5049         * gst/audioconvert/gstaudioconvert.c:
5050         (gst_audio_convert_get_buffer):
5051         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
5052         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
5053         (mute_stream), (silence_stream):
5054         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
5055         * gst/volume/gstvolume.c: (volume_transform):
5056         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5057         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
5058         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
5059         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
5060         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
5061         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
5062         (gst_ximagesink_buffer_alloc):
5063         * sys/ximage/ximagesink.h:
5064
5065 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5066
5067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5068         (fill_buffer), (check_queue), (queue_threshold_reached),
5069         (queue_out_of_data):
5070         * gst/playback/gstplaybasebin.h:
5071           Post buffer-fullness on the bus.
5072
5073 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5074
5075         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5076         (try_to_link_1):
5077         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5078         (group_commit), (probe_triggered), (setup_source),
5079         (gst_play_base_bin_change_state):
5080         * gst/playback/gstplaybasebin.h:
5081         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5082         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5083         (gst_play_bin_change_state):
5084           Move setup_output_pads into a virtual function, remove
5085           group-switch (no longer needed) and redirect (handled by bus
5086           now) signals.
5087
5088 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5089
5090         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5091         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5092         (get_active_group), (get_building_group), (group_destroy),
5093         (group_commit), (check_queue), (queue_overrun),
5094         (queue_threshold_reached), (queue_out_of_data),
5095         (gen_preroll_element), (remove_groups), (unknown_type),
5096         (add_element_stream), (no_more_pads), (probe_triggered),
5097         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5098         (setup_substreams), (setup_source), (finish_source),
5099         (prepare_output), (muted_group_change_state),
5100         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5101         (gst_play_base_bin_change_state):
5102         * gst/playback/gstplaybasebin.h:
5103         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5104         (gst_play_bin_init), (gst_play_bin_set_property),
5105         (gen_video_element), (gen_text_element), (gen_audio_element),
5106         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5107         (gst_play_bin_change_state):
5108         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5109         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5110         (stream_info_change_state), (gst_stream_info_set_mute),
5111         (gst_stream_info_get_property):
5112         * gst/playback/gststreaminfo.h:
5113         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5114         (gst_stream_selector_get_linked_pad),
5115         (gst_stream_selector_getcaps),
5116         (gst_stream_selector_get_linked_pads),
5117         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5118         * gst/playback/gststreamselector.h:
5119           Rough port of playbin. Needs some more work, but is mostly done,
5120           and uses a few locks in important places, which should make stuff
5121           like chain-switches clean. Still uses GST_STATE() in a few places,
5122           which isn't all that good an idea, subtitles/elements disabled
5123           because no elements to test with and thus probably broken, query
5124           and event handling moved to GstBin, internal thread removed
5125           alltogether because the pipeline does that for us now. Can play
5126           Ogg/Vorbis files. Haven't tested anything else yet.
5127
5128 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5129
5130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5131           Do no-more-pads (needed for autoplugging).
5132
5133 2005-05-10  Andy Wingo  <wingo@pobox.com>
5134
5135         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5136         message to the bus with the tags. Still not sent downstream tho.
5137
5138         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5139         get_parent.
5140         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5141         avoid refcounting hassles.
5142
5143 2005-05-09  Andy Wingo  <wingo@pobox.com>
5144
5145         * gst/volume/Makefile.am:
5146         * gst/volume/demo.c
5147         * gst/volume/gstvolume.h
5148         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5149         basetransform. Probably need an audio filter base class.
5150
5151 2005-05-09  Wim Taymans  <wim@fluendo.com>
5152
5153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5154         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5155         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5156         (gst_vorbisenc_chain):
5157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5158         (gst_audio_convert_caps_remove_format_info),
5159         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5160         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5161         Make caps writable before writing to it.
5162         Fix negotiation in audioconvert some more.
5163
5164 2005-05-09  Wim Taymans  <wim@fluendo.com>
5165
5166         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5167         (gst_videorate_getcaps), (gst_videorate_setcaps),
5168         (gst_videorate_event), (gst_videorate_chain):
5169         Better negotiation.
5170
5171 2005-05-09  Wim Taymans  <wim@fluendo.com>
5172
5173         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5174         (gst_videorate_getcaps), (gst_videorate_setcaps),
5175         (gst_videorate_blank_data), (gst_videorate_init),
5176         (gst_videorate_event), (gst_videorate_chain),
5177         (gst_videorate_change_state):
5178         Port videorate, do a better job at negotiation while we're at
5179         it.
5180
5181 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5182
5183         * configure.ac:
5184           Disable libvisual
5185
5186         * examples/Makefile.am:
5187         * gst-libs/gst/audio/Makefile.am:
5188         * gst-libs/gst/riff/Makefile.am:
5189         * gst-libs/gst/tag/Makefile.am:
5190         * gst-libs/gst/video/Makefile.am:
5191           Fixups for missing variables.
5192
5193 2005-05-09  Wim Taymans  <wim@fluendo.com>
5194
5195         * examples/seeking/seek.c: (make_theora_pipeline),
5196         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5197         (query_rates), (query_positions_elems), (query_positions_pads),
5198         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5200         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5201         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5202         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5203         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5205         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5206         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5207         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5208         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5209         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5210         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5211         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5212         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5213         (theora_dec_src_convert), (theora_dec_sink_convert),
5214         (theora_dec_src_query), (theora_dec_sink_query),
5215         (theora_dec_src_event), (theora_dec_sink_event),
5216         (theora_handle_comment_packet), (theora_handle_type_packet),
5217         (theora_handle_header_packet), (theora_handle_data_packet),
5218         (theora_dec_chain):
5219         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5220         (vorbis_dec_convert), (vorbis_dec_src_query),
5221         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5222         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5223         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5224         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5225         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5226         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5227         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5228         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5229         (gst_play_bin_query):
5230         * gst/playback/test3.c: (update_scale):
5231         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5232         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5233         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5234         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5235         (gst_videotestsrc_src_query):
5236         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5237         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5238         (paint_hline_YUV9):
5239         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5240         Port to new query API.
5241         Updated seek.
5242         Cleanups in x[v]imagesink
5243
5244 2005-05-09  Andy Wingo  <wingo@pobox.com>
5245
5246         * ext/alsa/gstalsasink.h:
5247         * ext/gnomevfs/gstgnomevfssrc.c:
5248         (gst_gnomevfssrc_get_icy_metadata):
5249         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5250         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5251         * ext/theora/theoradec.c (theora_dec_src_query)
5252         (theora_dec_src_event, theora_dec_sink_event)
5253         (theora_handle_comment_packet, theora_handle_data_packet):
5254         * ext/theora/theoraenc.c (theora_enc_chain):
5255         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5256         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5257         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5258         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5259         (qt_type_find):
5260         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5261         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5262         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5263         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5264         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5265         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5266         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5267         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5268         (paint_setup_RGB565, paint_setup_xRGB1555):
5269         * gst/videotestsrc/videotestsrc.h:
5270         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5271         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5272         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5273         GCC4 fixes.
5274         
5275         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5276         gst_pad_query_position. Fixes oggdemux.
5277
5278 2005-05-08  David Schleef  <ds@schleef.org>
5279
5280         * configure.ac: Require liboil.
5281         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5282         a few more.
5283         * gst/videotestsrc/videotestsrc.c:
5284         * gst/videotestsrc/videotestsrc.h:
5285
5286 2005-05-06  Wim Taymans  <wim@fluendo.com>
5287
5288         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5289         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5290         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5291         Well, unreffing a buffer right before pushing it is asking
5292         for trouble..
5293
5294 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5295
5296         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5297
5298 2005-05-06  Wim Taymans  <wim@fluendo.com>
5299
5300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5301         (gst_audio_convert_caps_remove_format_info),
5302         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5303         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5304         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5305         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5306         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5307         * gst/sine/Makefile.am:
5308         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5309         (gst_sinesrc_class_init), (gst_sinesrc_init),
5310         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5311         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5312         (gst_sinesrc_update_freq):
5313         * gst/sine/gstsinesrc.h:
5314         * gst/tcp/gstmultifdsink.c:
5315         * sys/xvimage/xvimagesink.c:
5316         Fixed negotiation wrt _peer_get_caps()
5317         Some cleanups.
5318
5319
5320 2005-05-06  Wim Taymans  <wim@fluendo.com>
5321
5322         * gst-libs/gst/audio/gstaudiosink.c:
5323         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5324         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5325         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5326         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5327         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5328         (gst_audiosink_create_ringbuffer):
5329         * gst-libs/gst/audio/gstbaseaudiosink.c:
5330         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5331         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5332         (gst_baseaudiosink_set_property), (build_linear_format),
5333         (debug_spec_caps), (debug_spec_buffer),
5334         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5335         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5336         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5337         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5338         * gst-libs/gst/audio/gstbaseaudiosink.h:
5339         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5340         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5341         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5342         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5343         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5344         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5345         (wait_segment), (gst_ringbuffer_commit),
5346         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5347         (gst_ringbuffer_clear):
5348         * gst-libs/gst/audio/gstringbuffer.h:
5349         Make the base audiosink return an error when there is no
5350         audiobuffer negotiated.
5351
5352 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5353
5354         * ext/Makefile.am:
5355         Disable cdparanoia until someone ports it!
5356
5357 2005-05-06  Wim Taymans  <wim@fluendo.com>
5358
5359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5360         (gst_ogg_demux_sink_activate):
5361         And revert after wingo's revert.. sigh..
5362
5363 2005-05-05  Andy Wingo  <wingo@pobox.com>
5364
5365         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5366         GObject.
5367         * configure.ac: Return audiorate and subparse from the ghetto.
5368         Re-enable -Wall -Werror.
5369         * gst/subparse/gstsubparse.c:
5370         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5371         or chain-based. Cleaned up a bit. Not tested.
5372         
5373 2005-05-05  Christian Schaller <christian@fluendo.com> 
5374
5375         * Makefile.am: remove stuff that is not building
5376         * configure.ac: remove stuff that is not building
5377         * examples/Makefile.am: remove stuff that is not building
5378         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5379         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5380         * sys/Makefile.am: remove stuff that is not building
5381         * testsuite/Makefile.am: remove stuff that is not building
5382
5383 2005-05-05  Andy Wingo  <wingo@pobox.com>
5384
5385         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5386         * gst-libs/gst/tag/gstvorbistag.c:
5387         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5388         * gst/adder/gstadder.h:
5389         * gst/audioconvert/gstchannelmix.c:
5390         (gst_audio_convert_fill_one_other):
5391         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5392         (gst_audiorate_init), (gst_audiorate_chain):
5393         * gst/playback/gstplaybasebin.c: (setup_source):
5394         * gst/playback/test3.c: (update_scale):
5395         Some GCC4 fixes
5396         
5397         * po/af.po:
5398         * po/az.po:
5399         * po/cs.po:
5400         * po/en_GB.po:
5401         * po/hu.po:
5402         * po/it.po:
5403         * po/nb.po:
5404         * po/nl.po:
5405         * po/or.po:
5406         * po/sq.po:
5407         * po/sr.po:
5408         * po/sv.po:
5409         * po/uk.po:
5410         * po/vi.po: Foo
5411
5412 2005-05-05  Wim Taymans  <wim@fluendo.com>
5413
5414         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5415         (gst_audio_convert_caps_remove_format_info),
5416         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5417         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5418         * gst/videotestsrc/gstvideotestsrc.c:
5419         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5420         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5421         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5422         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5423         Don't ignore _push() return values.
5424         Make sure no processing is done when shutting down.
5425         Videotestsrc pad activation fix.
5426
5427 2005-05-05  Wim Taymans  <wim@fluendo.com>
5428
5429         * gst/adder/Makefile.am:
5430         * gst/adder/gstadder.c: (gst_adder_setcaps),
5431         (gst_adder_class_init), (gst_adder_init),
5432         (gst_adder_request_new_pad), (gst_adder_collected),
5433         (gst_adder_change_state):
5434         * gst/adder/gstadder.h:
5435         Ported adder as an example of a mixer element using
5436         collect pads. Needs more negotiation work.
5437
5438 2005-05-05  Wim Taymans  <wim@fluendo.com>
5439
5440         * ext/theora/theoradec.c: (_inc_granulepos),
5441         (theora_dec_src_event), (theora_dec_sink_event),
5442         (theora_handle_comment_packet), (theora_handle_type_packet),
5443         (theora_handle_header_packet), (theora_handle_data_packet),
5444         (theora_dec_chain):
5445         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5446         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5447         (theora_push_buffer), (theora_push_packet),
5448         (theora_enc_sink_event), (theora_enc_chain),
5449         (theora_enc_change_state), (theora_enc_set_property),
5450         (theora_enc_get_property):
5451         Added stream lock to decoder so that we can serialize
5452         the discont event.
5453         More theoraenc porting, recover from errors, do clean
5454         shutdown.
5455
5456 2005-05-05  Wim Taymans  <wim@fluendo.com>
5457
5458         * ext/ogg/Makefile.am:
5459         * ext/ogg/README:
5460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5461         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5462         (gst_ogg_print):
5463         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5464         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5465         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5466         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5467         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5468         (gst_ogg_mux_change_state):
5469         Ported ogg muxer.
5470
5471 2005-05-05  Wim Taymans  <wim@fluendo.com>
5472
5473         * docs/design-audiosinks.txt:
5474         * gst-libs/gst/audio/TODO:
5475         * gst-libs/gst/audio/gstaudiosink.c:
5476         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5477         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5478         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5479         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5480         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5481         (gst_audiosink_create_ringbuffer):
5482         * gst-libs/gst/audio/gstbaseaudiosink.c:
5483         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5484         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5485         (gst_baseaudiosink_set_property), (build_linear_format),
5486         (debug_spec_caps), (debug_spec_buffer),
5487         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5488         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5489         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5490         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5492         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5493         (gst_ringbuffer_release), (gst_ringbuffer_play),
5494         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5495         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5496         (gst_ringbuffer_set_sample), (wait_segment),
5497         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5498         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5499         More work on the audiosink, mostly debugging and a race in
5500         shutdown.
5501
5502 2005-04-28  Wim Taymans  <wim@fluendo.com>
5503
5504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5505         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5506         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5507         (vorbis_dec_src_query), (vorbis_dec_src_event),
5508         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5509         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5510         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5511         Don't crap out when seeking back to position 0.
5512
5513 2005-04-28  Wim Taymans  <wim@fluendo.com>
5514
5515         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5516         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5517         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5518         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5519         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5520         Make audio sink configurable, use alsasink as default.
5521
5522 2005-04-28  Wim Taymans  <wim@fluendo.com>
5523
5524         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5525         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5526         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5527         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5528         (vorbis_dec_change_state):
5529         * ext/vorbis/vorbisdec.h:
5530         Refactor, use STREAM_LOCK.
5531
5532 2005-04-28  Wim Taymans  <wim@fluendo.com>
5533
5534         * ext/theora/theoradec.c: (_inc_granulepos),
5535         (theora_dec_sink_event), (theora_handle_comment_packet),
5536         (theora_handle_type_packet), (theora_handle_header_packet),
5537         (theora_handle_data_packet), (theora_dec_chain),
5538         (theora_dec_change_state):
5539         Refactor a bit, use STREAM_LOCK.
5540
5541 2005-04-28  Wim Taymans  <wim@fluendo.com>
5542
5543         * ext/alsa/Makefile.am:
5544         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5545         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5546         (gst_alsa_link), (gst_alsa_close_audio):
5547         * ext/alsa/gstalsaplugin.c: (plugin_init):
5548         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5549         (gst_alsasink_dispose), (gst_alsasink_base_init),
5550         (gst_alsasink_class_init), (gst_alsasink_init),
5551         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5552         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5553         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5554         (gst_alsasink_reset):
5555         * ext/alsa/gstalsasink.h:
5556         Implement alsasink with simple open/write/close API. 
5557         Make alsa dir build by disabling compilation of code.
5558
5559 2005-04-28  Wim Taymans  <wim@fluendo.com>
5560
5561         * gst-libs/gst/audio/Makefile.am:
5562         * gst-libs/gst/audio/audio.h:
5563         * gst-libs/gst/audio/audioclock.c:
5564         * gst-libs/gst/audio/audioclock.h:
5565         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5566         (gst_audio_clock_class_init), (gst_audio_clock_init),
5567         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5568         * gst-libs/gst/audio/gstaudioclock.h:
5569         * gst-libs/gst/audio/gstaudiosink.c:
5570         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5571         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5572         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5573         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5574         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5575         (gst_audiosink_create_ringbuffer):
5576         * gst-libs/gst/audio/gstbaseaudiosink.c:
5577         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5578         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5579         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5580         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5581         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5582         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5583         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5584         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5585         * gst-libs/gst/audio/gstbaseaudiosink.h:
5586         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5587         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5588         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5589         (gst_ringbuffer_release), (gst_ringbuffer_play),
5590         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5591         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5592         (gst_ringbuffer_set_sample), (wait_segment),
5593         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5594         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5595         * gst-libs/gst/audio/gstringbuffer.h:
5596         Make ringbuffer faster and more simple by removing the locks
5597         in the playback thread.
5598         Add sample accurate playback based on buffer sample offsets.
5599         Make the baseaudiosink provide a clock.
5600         Parse caps in the base class.
5601         Correctly handle seeking, flushing and state changes.
5602
5603 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5604
5605         * configure.ac:
5606         * gst/audioconvert/Makefile.am:
5607         * gst/audioscale/Makefile.am:
5608           Fix part of the build.  Come on guys, autogen didn't even work :)
5609
5610 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5611
5612         * configure.ac:
5613         * gst-libs/gst/Makefile.am:
5614         * gst-libs/gst/media-info/.cvsignore:
5615         * gst-libs/gst/media-info/Makefile.am:
5616         * gst-libs/gst/media-info/README:
5617         * gst-libs/gst/media-info/media-info-priv.c:
5618         * gst-libs/gst/media-info/media-info-priv.h:
5619         * gst-libs/gst/media-info/media-info-test.c:
5620         * gst-libs/gst/media-info/media-info.c:
5621         * gst-libs/gst/media-info/media-info.h:
5622         * gst-libs/gst/media-info/media-info.vcproj:
5623         * pkgconfig/Makefile.am:
5624         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5625         * pkgconfig/gstreamer-media-info.pc.in:
5626           Remove media-info, which is also successed by playbin (see Totem
5627           implementation).
5628
5629 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5630
5631         * configure.ac:
5632         * examples/Makefile.am:
5633         * examples/gstplay/.cvsignore:
5634         * examples/gstplay/Makefile.am:
5635         * examples/gstplay/player.c:
5636         * gst-libs/gst/Makefile.am:
5637         * gst-libs/gst/play/.cvsignore:
5638         * gst-libs/gst/play/Makefile.am:
5639         * gst-libs/gst/play/play.c:
5640         * gst-libs/gst/play/play.h:
5641         * gst-libs/gst/play/play.vcproj:
5642         * pkgconfig/Makefile.am:
5643         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5644         * pkgconfig/gstreamer-play.pc.in:
5645           Remove libgstplay, playbin is now the official successor.
5646
5647 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5648
5649         * configure.ac:
5650         * gst-libs/gst/Makefile.am:
5651         * gst-libs/gst/xwindowlistener/Makefile.am:
5652         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5653         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5654           Remove deprecated xwindowlistener (I've moved xwindowlistening
5655           in the v4l/v4l2 plugins over to serverside).
5656
5657 2005-04-25  David Schleef  <ds@schleef.org>
5658
5659         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5660         to examples/dynparams.  Examples do not belong interspersed with
5661         source code.
5662         * examples/dynparams/demo-dparams.c:
5663         * gst/sine/Makefile.am:
5664         * gst/sine/demo-dparams.c:
5665
5666 2005-04-25  David Schleef  <ds@schleef.org>
5667
5668         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5669         * gst-libs/gst/audio/Makefile.am:
5670         * gst-libs/gst/riff/Makefile.am:
5671         * gst-libs/gst/tag/Makefile.am:
5672         * gst-libs/gst/video/Makefile.am:
5673         * gst-libs/gst/xwindowlistener/Makefile.am:
5674
5675         Convert to 0.9 API, seems to work:
5676         * sys/ximage/Makefile.am:
5677         * sys/ximage/ximagesink.c:
5678
5679 2005-04-24  David Schleef  <ds@schleef.org>
5680
5681         Link plugins against libraries:
5682         * ext/alsa/Makefile.am:
5683         * gst/tcp/Makefile.am:
5684
5685         Remove asm code that should be in liboil
5686         * gst/videoscale/Makefile.am:
5687         * gst/videoscale/videoscale_x86_asm.s:
5688
5689         gettext wants these checked in:
5690         * po/af.po:
5691         * po/az.po:
5692         * po/cs.po:
5693         * po/en_GB.po:
5694         * po/hu.po:
5695         * po/it.po:
5696         * po/nb.po:
5697         * po/nl.po:
5698         * po/or.po:
5699         * po/sq.po:
5700         * po/sr.po:
5701         * po/sv.po:
5702         * po/uk.po:
5703         * po/vi.po:
5704
5705 2005-04-24  David Schleef  <ds@schleef.org>
5706
5707         Convert gst_main() to g_main_loop_run()
5708         * gst/playback/decodetest.c: (main):
5709         * gst/playback/test2.c: (main):
5710         * gst/playback/test3.c: (main):
5711         * gst/playback/test4.c: (main):
5712
5713         Link plugins against libraries:
5714         * ext/libvisual/Makefile.am:
5715         * sys/xvimage/Makefile.am:
5716
5717 2005-04-24  David Schleef  <ds@schleef.org>
5718
5719         * configure.ac: Remove idct and resample libs
5720         * gst-libs/gst/Makefile.am: same
5721
5722         Remove usage of gst_library_load():
5723         * ext/alsa/gstalsaplugin.c: (plugin_init):
5724         * ext/libvisual/visual.c: (plugin_init):
5725         * ext/ogg/gstogg.c: (plugin_init):
5726         * ext/theora/theora.c: (plugin_init):
5727         * ext/vorbis/vorbis.c: (plugin_init):
5728         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5729         * gst/audioscale/gstaudioscale.c:
5730         * gst/adder/gstadder.c: (plugin_init):
5731         * gst/audioconvert/plugin.c: (plugin_init):
5732         * sys/ximage/ximagesink.c: (plugin_init):
5733         * sys/xvimage/xvimagesink.c: (plugin_init):
5734         * gst/tcp/gsttcpplugin.c: (plugin_init):
5735
5736         Link plugins against libraries:
5737         * ext/ogg/Makefile.am:
5738         * ext/theora/Makefile.am:
5739         * ext/vorbis/Makefile.am:
5740         * gst/audioconvert/Makefile.am:
5741
5742         Create proper libraries:
5743         * gst-libs/gst/riff/Makefile.am:
5744         * gst-libs/gst/audio/Makefile.am:
5745         * gst-libs/gst/video/Makefile.am:
5746
5747         Move resample library to audioscale plugin directory:
5748         * gst-libs/gst/resample/Makefile.am:
5749         * gst-libs/gst/resample/README:
5750         * gst-libs/gst/resample/dtof.c:
5751         * gst-libs/gst/resample/dtos.c:
5752         * gst-libs/gst/resample/functable.c:
5753         * gst-libs/gst/resample/private.h:
5754         * gst-libs/gst/resample/resample.c:
5755         * gst-libs/gst/resample/resample.h:
5756         * gst-libs/gst/resample/resample.vcproj:
5757         * gst-libs/gst/resample/test.c:
5758         * gst/audioscale/Makefile.am:
5759         * gst/audioscale/README:
5760         * gst/audioscale/dtof.c:
5761         * gst/audioscale/dtos.c:
5762         * gst/audioscale/functable.c:
5763         * gst/audioscale/private.h:
5764         * gst/audioscale/resample.c:
5765         * gst/audioscale/resample.h:
5766         * gst/audioscale/test.c:
5767
5768         Move tagedit library to gst-libs:
5769         * gst-libs/gst/tag/Makefile.am:
5770         * gst-libs/gst/tag/gstid3tag.c:
5771         * gst-libs/gst/tag/gsttagediting.c:
5772         * gst-libs/gst/tag/gsttageditingprivate.h:
5773         * gst-libs/gst/tag/gstvorbistag.c:
5774         * gst/tags/Makefile.am:
5775         * gst/tags/gstid3tag.c:
5776         * gst/tags/gstvorbistag.c:
5777
5778         Fix for core changes:
5779         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5780         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5781         (gst_sinesrc_getrange):
5782
5783 2005-04-23  David Schleef  <ds@schleef.org>
5784
5785         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5786         in gst-plugins in a long time, and properly belongs in liboil.
5787         * gst-libs/gst/idct/Makefile.am:
5788         * gst-libs/gst/idct/README:
5789         * gst-libs/gst/idct/dct.h:
5790         * gst-libs/gst/idct/doieee:
5791         * gst-libs/gst/idct/fastintidct.c:
5792         * gst-libs/gst/idct/floatidct.c:
5793         * gst-libs/gst/idct/idct.c:
5794         * gst-libs/gst/idct/idct.h:
5795         * gst-libs/gst/idct/idtc.vcproj:
5796         * gst-libs/gst/idct/ieeetest.c:
5797         * gst-libs/gst/idct/intidct.c:
5798
5799 2005-04-20  Wim Taymans  <wim@fluendo.com>
5800
5801         * docs/design-audiosinks.txt:
5802         * gst-libs/gst/audio/Makefile.am:
5803         * gst-libs/gst/audio/TODO:
5804         * gst-libs/gst/audio/gstaudiosink.c:
5805         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5806         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5807         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5808         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5809         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5810         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5811         (gst_audiosink_class_init), (gst_audiosink_init),
5812         (gst_audiosink_create_ringbuffer):
5813         * gst-libs/gst/audio/gstaudiosink.h:
5814         * gst-libs/gst/audio/gstbaseaudiosink.c:
5815         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5816         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5817         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5818         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5819         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5820         (gst_baseaudiosink_create_ringbuffer),
5821         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5822         * gst-libs/gst/audio/gstbaseaudiosink.h:
5823         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5824         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5825         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5826         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5827         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5828         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5829         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5830         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5831         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5832         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5833         * gst-libs/gst/audio/gstringbuffer.h:
5834         An attempt at a set of audio base classes together with some
5835         design docs.
5836
5837 2005-04-20  Wim Taymans  <wim@fluendo.com>
5838
5839         * gst/audioconvert/Makefile.am:
5840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5841         (gst_audio_convert_caps_remove_format_info),
5842         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5843         (gst_audio_convert_channels):
5844         Link against audio libs.
5845         Fix audio convert plugin.
5846
5847 2005-04-20  Wim Taymans  <wim@fluendo.com>
5848
5849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5850         (gst_ogg_demux_sink_activate):
5851         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5852         (theora_set_header_on_caps), (theora_enc_sink_event),
5853         (theora_enc_chain):
5854         Fix theora encoder.
5855
5856 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5857
5858         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5859         * gst/playback/gstdecodebin.c: (find_compatibles):
5860           Work with staticpadtemplates in elementfactories.
5861
5862 2005-04-12  Wim Taymans  <wim@fluendo.com>
5863
5864         * gst/playback/README:
5865         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5866         (compare_ranks), (print_feature), (gst_decode_bin_init),
5867         (dynamic_create), (dynamic_free), (find_compatibles),
5868         (mimetype_is_raw), (close_pad_link), (got_redirect),
5869         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5870         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5871         (gst_decode_bin_change_state):
5872         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5873         (gst_play_base_bin_init), (group_destroy), (group_commit),
5874         (check_queue), (queue_overrun), (queue_threshold_reached),
5875         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5876         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5877         (got_redirect), (setup_source), (play_base_eos),
5878         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5879         (gst_play_base_bin_remove_element):
5880         * gst/playback/gstplaybasebin.h:
5881         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5882         (gst_play_bin_init), (gst_play_bin_dispose),
5883         (gst_play_bin_set_property), (gen_video_element),
5884         (gen_text_element), (gen_audio_element), (remove_sinks),
5885         (gst_play_bin_send_event):
5886         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5887         (stream_info_change_state), (gst_stream_info_set_mute):
5888         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5889         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5890         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5891         (gst_stream_selector_chain):
5892         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5893         (main):
5894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5895         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5896         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5897         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5898         Raw and crude port of decodebin. 
5899         Make playbin compile.
5900
5901 2005-04-06  Wim Taymans  <wim@fluendo.com>
5902
5903         * ext/gnomevfs/Makefile.am:
5904         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5905         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5906         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5907         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5908         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5909         (gst_gnomevfssrc_stop):
5910         * ext/ogg/Makefile.am:
5911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5912         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5913         * ext/theora/Makefile.am:
5914         * ext/theora/theoradec.c: (_inc_granulepos),
5915         (theora_dec_sink_event), (theora_dec_chain):
5916         * ext/vorbis/Makefile.am:
5917         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5918         (vorbis_dec_sink_event), (vorbis_dec_chain):
5919         * gst-libs/gst/audio/Makefile.am:
5920         * sys/xvimage/Makefile.am:
5921         Make gnomevfssrc extend the source base class.
5922         Fix linking against libs in various plugins.
5923
5924 2005-04-06  Andy Wingo  <wingo@pobox.com>
5925
5926         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5927         GST_BASE_LIBS.
5928
5929         * configure.ac: Add check and AC_SUBST for libgstbase.
5930
5931 2005-03-31  Wim Taymans  <wim@fluendo.com>
5932
5933         * examples/seeking/Makefile.am:
5934         * examples/seeking/cdparanoia.c: (main):
5935         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5936         (play_cb), (pause_cb), (stop_cb), (main):
5937         * examples/seeking/playbin.c:
5938         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5939         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5940         (make_sid_pipeline), (make_vorbis_pipeline),
5941         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5942         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5943         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5944         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5945         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5946         (stop_cb), (main):
5947         * examples/seeking/spider_seek.c:
5948         * examples/seeking/vorbisfile.c:
5949         * ext/gnomevfs/Makefile.am:
5950         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5951         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5952         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5953         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5954         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5955         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5956         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5957         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5958         * ext/ogg/README:
5959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5960         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5961         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5962         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5963         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5964         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5965         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5966         (gst_ogg_demux_factory_filter), (compare_ranks),
5967         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5968         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5969         (gst_ogg_chain_new), (gst_ogg_chain_free),
5970         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5971         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5972         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5973         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5974         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5975         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5976         (gst_ogg_demux_get_prev_page),
5977         (gst_ogg_demux_deactivate_current_chain),
5978         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5979         (gst_ogg_demux_bisect_forward_serialno),
5980         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5981         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5982         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5983         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5984         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5985         (gst_ogg_demux_change_state), (gst_ogg_print):
5986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5987         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5988         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5989         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5990         (gst_ogg_mux_loop):
5991         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5992         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5993         (theora_dec_src_convert), (theora_dec_sink_convert),
5994         (theora_dec_src_query), (theora_dec_src_event),
5995         (theora_dec_sink_event), (theora_dec_chain),
5996         (theora_dec_change_state):
5997         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5998         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5999         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
6000         (theora_enc_change_state):
6001         * ext/vorbis/Makefile.am:
6002         * ext/vorbis/oggvorbisenc.c:
6003         * ext/vorbis/oggvorbisenc.h:
6004         * ext/vorbis/vorbis.c: (plugin_init):
6005         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6006         (vorbis_dec_src_query), (vorbis_dec_src_event),
6007         (vorbis_dec_sink_event), (vorbis_dec_chain),
6008         (vorbis_dec_change_state):
6009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
6010         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
6011         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6012         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
6013         (gst_vorbisenc_change_state):
6014         * ext/vorbis/vorbisenc.h:
6015         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
6016         * gst-libs/gst/audio/audioclock.c:
6017         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
6018         (gst_audiofilter_init), (gst_audiofilter_chain):
6019         * gst-libs/gst/audio/testchannels.c: (main):
6020         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
6021         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
6022         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
6023         (gmip_find_track_streaminfo), (gmip_find_track_format):
6024         * gst-libs/gst/media-info/media-info.c:
6025         (gst_media_info_read_idler):
6026         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
6027         (gst_play_get_all_by_interface):
6028         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6029         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
6030         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
6031         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
6032         (gst_riff_parse_info):
6033         * gst-libs/gst/riff/riff-read.h:
6034         * gst-libs/gst/riff/riff.c: (plugin_init):
6035         * gst-libs/gst/video/Makefile.am:
6036         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
6037         (gst_videosink_class_init), (gst_videosink_get_type):
6038         * gst-libs/gst/video/videosink.h:
6039         * gst/audioconvert/bufferframesconvert.c:
6040         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
6041         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
6042         * gst/audioconvert/channelmixtest.c: (main):
6043         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6044         (gst_audio_convert_chain),
6045         (gst_audio_convert_caps_remove_format_info),
6046         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
6047         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
6048         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
6049         (gst_audio_convert_buffer_to_default_format),
6050         (gst_audio_convert_buffer_from_default_format),
6051         (gst_audio_convert_channels):
6052         * gst/audioconvert/gstchannelmix.h:
6053         * gst/ffmpegcolorspace/avcodec.h:
6054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6055         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
6056         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
6057         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
6058         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
6059         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
6060         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
6061         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
6062         (mpeg_video_type_find), (mpeg_video_stream_type_find),
6063         (dv_type_find):
6064         * gst/videotestsrc/gstvideotestsrc.c:
6065         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
6066         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
6067         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
6068         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
6069         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
6070         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
6071         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
6072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6073         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
6074         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
6075         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
6076         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6077         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6078         (gst_xvimagesink_navigation_send_event),
6079         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
6080         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
6081         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6082         * sys/xvimage/xvimagesink.h:
6083         Plugin port to 0.9, ogg/theora playback should work in the seek
6084         example now.
6085         Removed old examples.
6086         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6087         explained in 0.9 TODO doc.
6088
6089
6090 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6091
6092         * autogen.sh:
6093         * configure.ac:
6094         * ext/Makefile.am:
6095         * gst/Makefile.am:
6096         * po/POTFILES.in:
6097         * po/af.po:
6098         * po/az.po:
6099         * po/cs.po:
6100         * po/en_GB.po:
6101         * po/hu.po:
6102         * po/it.po:
6103         * po/nb.po:
6104         * po/nl.po:
6105         * po/or.po:
6106         * po/sq.po:
6107         * po/sr.po:
6108         * po/sv.po:
6109         * po/uk.po:
6110         * po/vi.po:
6111         * sys/Makefile.am:
6112         * testsuite/Makefile.am:
6113           remove a whole bunch of plugins.  This module now contains a set
6114           of free reference plugins/elements as agreed.
6115
6116 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6117
6118         * configure.ac:
6119           hunting season on 0.9 is now OPEN
6120
6121 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6122
6123         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6124           Kick the hell out of gcc for not warning me about a symbol conflict.
6125
6126 2005-02-22  Luca Ognibene  <luogni@tin.it>
6127
6128         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6129
6130         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6131           Don't leak caps string (fixes #168134)
6132
6133         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6134         (gst_jpegenc_init), (gst_jpegenc_finalize),
6135         (gst_jpegenc_change_state):
6136           Don't leak line buffers and context struct (fixes #168133).
6137
6138 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6139
6140         * configure.ac:
6141         * ext/dirac/gstdiracdec.cc:
6142         (gst_diracdec_chain):
6143           Since dirac 0.5.0 the framerate in dirac is expressed as a
6144           rational number. Fix build and up requirement to 0.5.0, and
6145           also pass parameters to gst_diracdec_link in the right order
6146           (fixes #167959).
6147
6148 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6149
6150         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6151         * ext/faad/gstfaad.h:
6152         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6153         certain invalid muxed streams, where some packets will contain 
6154         junk after decoder data. Partially fixes #149158.
6155
6156 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6157         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6158           Make sure we only write to writable buffers
6159
6160 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6161
6162         * gst-libs/gst/riff/riff-media.c:
6163         (gst_riff_create_audio_caps_with_data):
6164           Do actually fix invalid RIFF fmt header values for alaw
6165           and mulaw audio instead of just saying so.
6166
6167         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6168           Give gst_riff_create_audio_caps_with_data() a chance to
6169           fix up broken format header fields before extracting any
6170           parameters from the header. (fixes #167633)
6171
6172 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6173
6174         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6175
6176         * gst/audioconvert/bufferframesconvert.c:
6177         (buffer_frames_convert_link):
6178           Don't leak othercaps. (fixes #167878)
6179
6180 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6181
6182         * configure.ac:
6183         * ext/libvisual/visual.c: (gst_visual_srclink),
6184         (gst_visual_change_state):
6185           Support libvisual 0.2.0.
6186
6187 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6188
6189         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6190         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6191           Use same rowstrides for I420 as used everywhere else.
6192
6193 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6194
6195         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6196           Declare variables at beginning of block and make gcc-2.95 happy
6197           (fixes # 167482, patch by Gergely Nagy).
6198           
6199         * gst/tcp/gsttcpclientsrc.c:
6200         * gst/tcp/gsttcpclientsrc.h:
6201           Move some includes into the header, so that struct sockaddr_in is
6202           defined when it should be defined on FreeBSD as well (fixes
6203           #167483).
6204           
6205         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6206           Don't pass uninitialised values to setsockopt() here either.
6207
6208 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6209
6210         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6211
6212         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6213           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6214
6215 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6216
6217         * gst/playback/gstplaybin.c: (add_sink):
6218           Invert bin_add/link order to workaround deadlock in opt.
6219
6220 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6221
6222         * gst/modplug/gstmodplug.cc:
6223           Add missing break causing position queries to fail.
6224
6225 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6226
6227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6228           Granpos can apparently be -1, which screws up calculations...
6229
6230 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6231
6232         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6233         (gst_ximagesink_send_pending_navigation),
6234         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6235         (gst_ximagesink_init):
6236         * sys/ximage/ximagesink.h:
6237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6238         (gst_xvimagesink_send_pending_navigation),
6239         (gst_xvimagesink_navigation_send_event),
6240         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6241         * sys/xvimage/xvimagesink.h:
6242           Use a mutex protected list to marshal navigation
6243           events into the stream thread from whichever thread
6244           sends them.
6245
6246 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6247
6248         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6249           Display current position and track length; misc. clean-ups.
6250           
6251         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6252         (speed_init), (speed_chain):
6253           Add query function, so that the stream length and current position
6254           get adjusted when queried (note that current position queries may
6255           still be wrong if the audio sink returns values based on buffer
6256           timestamps instead of passing on the query).
6257
6258 2005-02-13  Benjamin Otte  <otte@gnome.org>
6259
6260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6261         (gst_audio_convert_channels):
6262           create channel conversion matrix when linking
6263         * gst/audioconvert/.cvsignore:
6264         * gst/audioconvert/Makefile.am:
6265         * gst/audioconvert/channelmixtest.c: (main):
6266           add (ugly) test that ensures stereo <=> mono conversion works
6267           correctly
6268
6269 2005-02-13  Benjamin Otte  <otte@gnome.org>
6270
6271         * gst/audioconvert/gstchannelmix.h:
6272           include missing header file
6273         * gst/audioconvert/gstchannelmix.c:
6274         (gst_audio_convert_fill_compatible):
6275           use same sign for both channels when converting to/from compatible
6276           channel. Previously used different signs made the signals cancel
6277           each other out and appear like silence. (fixes #167269)
6278
6279 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6280
6281         * gst/ffmpegcolorspace/avcodec.h:
6282         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6283         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6284         (gst_ffmpegcsp_avpicture_fill):
6285         * gst/ffmpegcolorspace/imgconvert.c:
6286           Convert to and from YV12 (fixes #156379).
6287
6288 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6289
6290         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6291         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6292         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6293         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6294         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6295         methods from chain and negotiation and vice versa (Fixes #166142).
6296         * sys/ximage/ximagesink.h: Add stream_lock.
6297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6298         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6299         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6300         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6301
6302 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6303
6304         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6305           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6306           error message when we can't open the DVD device (when dvdnav_open()
6307           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6308           the above). Send something more useful instead (fixes #167117).
6309
6310 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6311
6312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6313         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6314         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6315         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6316         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6317         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6318         methods from chain and negotiation and vice versa (Fixes #166142).
6319         Fix a possible bug of images in the buffer pool being discarded because
6320         we are looking at the wrong geometry.
6321         * sys/xvimage/xvimagesink.h: Add stream_lock.
6322
6323 2005-02-11  David Schleef  <ds@schleef.org>
6324
6325         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6326         unsigned int. (fixes #167128)
6327
6328 2005-02-11  David Schleef  <ds@schleef.org>
6329
6330         * gst/librfb/Makefile.am: Testing stuff before committing is
6331           for wimps... and people with fast machines.  Fix stupid
6332           mistake.
6333
6334 2005-02-11  David Schleef  <ds@schleef.org>
6335
6336         * configure.ac: Pull in librfb from my CVS tree, because it is
6337           too small and annoying to be separate.  Move rfbsrc plugin
6338           to gst/.
6339         * ext/Makefile.am:
6340         * ext/librfb/Makefile.am:
6341         * ext/librfb/gstrfbsrc.c:
6342         * gst/librfb/Makefile.am:
6343         * gst/librfb/gstrfbsrc.c:
6344         * gst/librfb/rfb.c:
6345         * gst/librfb/rfb.h:
6346         * gst/librfb/rfbbuffer.c:
6347         * gst/librfb/rfbbuffer.h:
6348         * gst/librfb/rfbbytestream.c:
6349         * gst/librfb/rfbbytestream.h:
6350         * gst/librfb/rfbcontext.h:
6351         * gst/librfb/rfbdecoder.c:
6352         * gst/librfb/rfbdecoder.h:
6353         * gst/librfb/rfbutil.h:
6354
6355 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6356
6357         * gst/speed/Makefile.am:
6358         * gst/speed/demo-mp3.c: (main):
6359         * gst/speed/filter.func:
6360         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6361         (speed_class_init), (speed_init), (speed_chain_int16),
6362         (speed_chain_float32), (speed_chain), (speed_set_property),
6363         (speed_get_property), (speed_change_state):
6364         * gst/speed/gstspeed.h:
6365           Fix speed element and make it chain-based (fixes #156467),
6366           and make it handle more than one channel.
6367
6368 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6369
6370         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6371         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6372         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6373         * ext/dts/gstdtsdec.h:
6374           Don't clobber the stack constructing the channels array.
6375           Make the element chain-based. DTS tracks can now be played.
6376           
6377 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6378
6379         * gst-libs/gst/audio/multichannel.h:
6380         * gst-libs/gst/gconf/gconf.h:
6381         * gst-libs/gst/idct/idct.h:
6382         * gst-libs/gst/media-info/media-info-priv.h:
6383         * gst-libs/gst/play/play.h:
6384         * gst-libs/gst/resample/private.h:
6385         * gst-libs/gst/resample/resample.h:
6386         * gst-libs/gst/riff/riff-ids.h:
6387         * gst-libs/gst/video/video.h:
6388         * gst-libs/gst/video/videosink.h:
6389           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6390           missing, so that they work when included from C++ code.
6391
6392 2005-02-09  David Schleef  <ds@schleef.org>
6393
6394         * testsuite/gst-lint: Check for non-statically scoped
6395           parent_class variables.  This won't be a problem once
6396           plugins are loaded with RTLD_LOCAL.
6397
6398 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6399
6400         * ext/mplex/gstmplexibitstream.cc:
6401           gcc madness.
6402
6403 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6404
6405         * ext/ogg/gstogmparse.c:
6406         * gst/debug/gstnavigationtest.c:
6407           Die, thou faulty symbol pollutors (non-static parent_class).
6408
6409 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6410
6411         * ext/mplex/gstmplexibitstream.cc:
6412           Fix event handling (#165525).
6413
6414 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6415
6416         * ext/mikmod/gstmikmod.c:
6417         * gst/modplug/gstmodplug.cc:
6418           Add missing endianness to template (fixes #165509).
6419
6420 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6421
6422         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6423           Fix wrong order of reading of optional bytes (#165290).
6424
6425 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6426
6427         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6428           Implement FILLER event awareness.
6429
6430 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6431
6432         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6433           Fix track calculations (#166208).
6434
6435 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6436
6437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6438
6439         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6440         * ext/libpng/gstpngenc.c:
6441           Fix byte-order, use proper fixed caps. Fixes #164197.
6442
6443 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6444
6445         * configure.ac:
6446           Add dvdlpcmdec 
6447
6448         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6449         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6450           Don't push buffers if the src pad isn't negotiated yet.
6451           
6452         * gst/audioconvert/gstaudioconvert.c:
6453         (gst_audio_convert_buffer_to_default_format),
6454         (gst_audio_convert_buffer_from_default_format):
6455           Add support for 24-bit width.
6456
6457         * gst/dvdlpcmdec/.cvsignore:
6458         * gst/dvdlpcmdec/Makefile.am:
6459         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6460         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6461         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6462         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6463         (plugin_init):
6464         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6465           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6466           format. Needs support for the channels maps if someone can find 
6467           a DVD LPCM track with > 2 channels.
6468
6469         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6470         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6471         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6472         * gst/mpegstream/gstdvddemux.h:
6473         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6474         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6475         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6476         * gst/mpegstream/gstmpegdemux.h:
6477         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6478         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6479         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6480         (gst_mpeg_parse_handle_src_query),
6481         (gst_mpeg_parse_handle_src_event):
6482           Use audio/x-dvd-lpcm for LPCM output.
6483           Add DTS output.
6484
6485 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6486
6487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6488
6489         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6490         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6491           Add BGRA handling (#165736).
6492
6493 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6494
6495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6496
6497         * gst/law/alaw-decode.c: (alawdec_link):
6498         * gst/law/alaw-encode.c: (alawenc_link):
6499         * gst/law/mulaw-decode.c: (mulawdec_link):
6500         * gst/law/mulaw-encode.c: (mulawenc_link):
6501           Fix caps memleaks (#166600).
6502
6503 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6504
6505         * ext/tarkin/mem.h:
6506         * ext/tarkin/wavelet.h:
6507         * ext/tarkin/yuv.h:
6508         * gst/ffmpegcolorspace/avcodec.h:
6509           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6510           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6511
6512 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6513
6514         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6516         (gst_xvimagesink_change_state):
6517           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6518           Xv video (and thereby regenerate Xv colourkey) in clear() so
6519           that PLAY -> READY -> PLAY works (fixes #162504).
6520
6521 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6522
6523         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6524           Switch to list instead of range, since MJPEG-devices really just
6525           support decimations, not any size.
6526
6527 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6528         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6529         (gst_mpeg2dec_reset), (free_all_buffers),
6530         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6531         * ext/mpeg2dec/gstmpeg2dec.h:
6532           The libmpeg2 user-allocated buffer management is awkward, 
6533           to say the least. Hopefully this fixes things.
6534
6535 2005-02-04  Andy Wingo  <wingo@pobox.com>
6536
6537         * gst/audioconvert/bufferframesconvert.c
6538         (buffer_frames_convert_fixate): New function, fixates to 256
6539         frames per buffer by default. (Much better than 1.)
6540         (buffer_frames_convert_init): Set the fixate function for both src
6541         and sink pad.
6542         (buffer_frames_convert_link): After success setting nonfixed caps,
6543         get the negotiated caps so we can know how many buffer-frames it
6544         will be. No idea how this worked at all before.
6545
6546 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6547
6548         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6549         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6550         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6551         (handle_sequence), (handle_picture):
6552         * ext/mpeg2dec/gstmpeg2dec.h:
6553           Rearrange buffer tracking and refcounting and refactor
6554           a little for readability. 
6555
6556 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6557         * sys/v4l/gstv4l.c: (plugin_init):
6558         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6559         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6560         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6561         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6562         * sys/v4l/gstv4ljpegsrc.h:
6563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6564         * sys/v4l/v4l_calls.h:
6565         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6566         (gst_v4lsrc_get_fps):
6567         * sys/v4l/v4lsrc_calls.h:
6568           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6569           you jpeg inside rgb frames" driver.
6570           Don't error in the v4lsrc link function, just return 
6571           REFUSED.
6572
6573 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6574
6575         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6576         (gst_qcamsrc_open):
6577           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6578
6579 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6580
6581         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6582           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6583
6584 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6585
6586         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6587           Reset negotiated state on PAUSED->READY.
6588
6589 2005-02-02  David Schleef  <ds@schleef.org>
6590
6591         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6592         whereever possible.  (Fixes #165997)
6593         * examples/capsfilter/capsfilter1.c: (main):
6594         * examples/dynparams/filter.c: (create_ui):
6595         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6596         * examples/seeking/chained.c: (main):
6597         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6598         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6599         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6600         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6601         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6602         * examples/switch/switcher.c: (main):
6603         * ext/dv/demo-play.c: (main):
6604         * ext/faad/gstfaad.c: (gst_faad_change_state):
6605         * ext/mad/gstmad.c: (gst_mad_chain):
6606         * ext/smoothwave/demo-osssrc.c: (main):
6607         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6608         (gst_gconf_render_bin_from_description),
6609         (gst_gconf_get_default_audio_sink),
6610         (gst_gconf_get_default_video_sink),
6611         (gst_gconf_get_default_audio_src),
6612         (gst_gconf_get_default_video_src),
6613         (gst_gconf_get_default_visualization_element):
6614         * gst/level/demo.c: (main):
6615         * gst/level/plot.c: (main):
6616         * gst/playback/gstplaybin.c: (gen_video_element),
6617         (gen_audio_element):
6618         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6619         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6620         * gst/sine/demo-dparams.c: (main):
6621         * gst/spectrum/demo-osssrc.c: (main):
6622         * gst/speed/demo-mp3.c: (main):
6623         * gst/volume/demo.c: (main):
6624         * testsuite/embed/embed.c: (main):
6625
6626 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6627
6628         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6629         (gst_tcpclientsink_finalize):
6630         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6631         (gst_tcpclientsrc_finalize):
6632         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6633         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6634         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6635         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6636           Don't leak the hostname when shutting down.
6637           In tcpserversrc, take a copy of the default hostname.
6638
6639 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6640
6641         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6642           Set caps to systemstream=TRUE.
6643
6644 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * testsuite/Makefile.am:
6647           Fix more OSX buildbots.
6648
6649 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6650
6651         * ext/mpeg2dec/gstmpeg2dec.c:
6652           Don't send things to NULL PAD_PEERs
6653
6654         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6655           Copy-on-write the incoming buffer.
6656
6657         * gst/mpegstream/gstdvddemux.h:
6658         * gst/mpegstream/gstmpegclock.h:
6659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6660         (normal_seek), (gst_mpeg_demux_handle_src_event):
6661         * gst/mpegstream/gstmpegdemux.h:
6662         * gst/mpegstream/gstmpegpacketize.h:
6663         * gst/mpegstream/gstmpegparse.c:
6664         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6665         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6666         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6667         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6668         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6669         * gst/mpegstream/gstmpegparse.h:
6670         * gst/mpegstream/gstrfc2250enc.h:
6671           Various changes to the way time is computed that make seeking and
6672           total time estimation much better here.
6673           Use G_BEGIN/END_DECLS instead of __cplusplus
6674
6675         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6676           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6677
6678 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6679
6680         * gst/subparse/gstsubparse.c:
6681           Fix OSX buildbot.
6682
6683 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6684
6685         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6686         (theora_enc_chain), (theora_enc_change_state):
6687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6688         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6689         (gst_vorbisenc_change_state):
6690         * ext/vorbis/vorbisenc.h:
6691           Set granulepos and timestamp correctly for streams not
6692           starting at 0, taking into account the initial delay.
6693
6694 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6695
6696         * gst/mpegstream/gstdvddemux.c:
6697           Add audio/x-dts to audio pad template caps
6698
6699 2005-01-30  David Schleef  <ds@schleef.org>
6700
6701         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6702         (create_context), (gst_polypsink_link): Fix silly endianness
6703         bug.  Add some debugging.  Remove float from caps; it doesn't
6704         work.  Attempt to get remote audio working.
6705
6706 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6707
6708         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6709           Add 3IV2 fourcc.
6710
6711 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6712
6713         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6714         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6715         (gst_avi_demux_stream_data):
6716         * gst/avi/gstavidemux.h:
6717           Invert DIB images. Fixes #132341.
6718
6719 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6720
6721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6722         (gst_ffmpegcsp_chain):
6723           D'oh, reference the palette data, not the palette structure.
6724           Fixes color distortion in #132341.
6725
6726 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6727
6728         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6729           PAR can be non-fixed when not provided as argument (#162626).
6730
6731 2005-01-29  David Moore  <dcm@acm.org>
6732
6733         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6734
6735         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6736         (gst_qtdemux_loop_header):
6737           Re-apply patch from #142272 that allows non-seekable sources,
6738           re-proposed by Daniel Drake <dsd@gentoo.org>.
6739
6740 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6741
6742         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6743           Use the src template for creating the src pad (#162330).
6744
6745 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6746
6747         * configure.ac:
6748         * ext/musepack/Makefile.am:
6749         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6750         (gst_musepackdec_init), (gst_musepackdec_dispose),
6751         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6752         (gst_musepack_stream_init), (gst_musepackdec_loop),
6753         (gst_musepackdec_change_state):
6754         * ext/musepack/gstmusepackdec.cpp:
6755         * ext/musepack/gstmusepackdec.h:
6756         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6757         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6758         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6759         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6760         * ext/musepack/gstmusepackreader.cpp:
6761         * ext/musepack/gstmusepackreader.h:
6762           Update to 1.1 API (#165446).
6763
6764 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6765
6766         * ext/Makefile.am:
6767           Unbreak buildbot.
6768
6769 2005-01-28  Andy Wingo  <wingo@pobox.com>
6770
6771         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6772         to reflect a different dubious internet source. Add a reference
6773         and some commentary.
6774
6775 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6776
6777         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6778         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6779         * gst/playback/gststreamselector.h:
6780           Be more selective when we're redoing caps negotiation from
6781           within the chain function on a stream change.
6782
6783 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6784
6785         * configure.ac:
6786         * ext/Makefile.am:
6787         * ext/amrnb/Makefile.am:
6788         * ext/amrnb/amrnb.c: (plugin_init):
6789         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6790         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6791         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6792         (gst_amrnbdec_state_change):
6793         * ext/amrnb/amrnbdec.h:
6794         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6795         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6796         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6797         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6798         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6799         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6800         * ext/amrnb/amrnbparse.h:
6801           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6802         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6803           Add AMR-NB/-WB raw formats.
6804         * ext/alsa/gstalsa.c: (gst_alsa_link):
6805           Keep valid time when changing format.
6806         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6807         (qtdemux_parse_trak):
6808           Add some more format-specific options (#140141, #143555, #155163).
6809
6810 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6811
6812         * gst/matroska/matroska-demux.c:
6813         (gst_matroska_demux_parse_blockgroup):
6814           Fix logic error in timing of subtitle stream synchronization.
6815         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6816           Add skip-chunk, which is found in kodak-camera streams.
6817
6818 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6819
6820         * po/LINGUAS:
6821         * po/vi.po:
6822           Adding Vietnamese translation (submitted by Clytie Siddall)
6823
6824 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6825
6826         * gst/playback/gstdecodebin.c: (try_to_link_1):
6827           Use realpad for signal.
6828
6829 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6830
6831         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6832           Fix category so decodebin picks it up.
6833
6834 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6835
6836         * ext/mad/Makefile.am:
6837         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6838         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6839         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6840         (found_type), (gst_id3demux_bin_change_state):
6841         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6842         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6843         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6844         (gst_id3_tag_change_state), (plugin_init):
6845         * ext/mad/gstmad.h:
6846           Add id3demuxbin (which is a simple bin consisting of id3demux
6847           and typefind), take over rank from id3demux, remove typefind
6848           code from id3demux. Makes all broken mp3s that I know of work,
6849           and thereby fixes #152688.
6850
6851 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6852
6853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6854
6855         * ext/mad/gstmad.c: (gst_mad_src_event):
6856         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6857           Allow seeks on audio pad, make mad forward those (#164826).
6858         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6859           Set duration (#165335).
6860
6861 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6862
6863         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6864         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6865         (gst_asf_demux_process_ext_content_desc),
6866         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6867         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6868         * gst/asfdemux/gstasfdemux.h:
6869           Improve metadata display, e.g. if the metadata comes before the
6870           streams are loaded (which is perfectly valid).
6871
6872 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6873
6874         * tools/gst-launch-ext-m.m:
6875           Fix AVI/ASF pipelines (#165340).
6876
6877 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6878         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6879         build failure on amd64
6880
6881 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6882
6883         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6884         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6885           Check environment variables GST_ID3V2_TAG_ENCODING,
6886           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6887           list of character encodings to force interpretation of non-unicode
6888           strings stored in an ID3v2 tag to a particular encoding. If none
6889           is specified, try to use current locale's encoding, then fall back
6890           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6891         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6892         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6893           Check environment variables GST_ID3V1_TAG_ENCODING,
6894           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6895           list of character encodings to use in case a string encountered
6896           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6897           specified, try to use the current locale's encoding, then fall
6898           back to ISO-8859-1 (which will always succeed).
6899
6900 2005-01-25  Benjamin Otte  <otte@gnome.org>
6901
6902         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6903           - on half framerate, compute the rate in advance so the comparisons
6904             don't compare wrong values
6905           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6906             behaviour
6907           - don't use mad_header_decode anymore, mad_frame_decode does that
6908             automatically
6909           - when getting rid of consumed bytes, reset the stream's skiplen
6910           (fixes #163867)
6911
6912 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6913
6914         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6915           Use 1/2 a second for default max_discont, as PES streams from DVB
6916           seem to have larger spacings in the SCR. 
6917           Fix a typo.
6918
6919 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6920
6921         * gst/playback/gstplaybasebin.c: (group_commit):
6922           Notify delayed stream-info availability.
6923
6924 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6925         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6926         (gst_a52dec_handle_event), (gst_a52dec_chain):
6927         Add some debug output. Check that a discont has a valid
6928         time associated.
6929         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6930         (gst_alsa_sink_loop):
6931         Ignore TAG events. A little extra debug for broken timestamps.
6932         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6933         (dvdnavsrc_change_state):
6934         Ensure we send a discont to engage the link before we send any
6935         other events.
6936         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6937         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6938         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6939         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6940         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6941         dvd://title works in totem because typefinding sends a seek that ends
6942         up going back to chapter 1 regardless.
6943         * ext/mpeg2dec/gstmpeg2dec.c:
6944         * ext/mpeg2dec/gstmpeg2dec.h:
6945         Output correct timestamps and handle disconts.
6946         * ext/ogg/gstoggdemux.c: (get_relative):
6947         Small guard against a null dereference.
6948         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6949         (gst_textoverlay_set_property):
6950         Free memory when done. Don't call gst_event_filler_get_duration on
6951         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6952         g_warning.
6953         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6954         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6955         (gst_sw_srclink), (gst_smoothwave_chain):
6956         Draw solid lines, prettier colours.
6957         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6958         Add a default palette that'll work for some movies.
6959         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6960         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6961         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6962         * gst/mpegstream/gstdvddemux.h:
6963         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6964         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6965         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6966         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6967         * gst/mpegstream/gstmpegparse.h:
6968         Use PTM/NAV events when for timestamp adjustment when connected to 
6969         dvdnavsrc. Don't use many discont events where one suffices.
6970         * gst/playback/gstplaybasebin.c: (group_destroy),
6971         (gen_preroll_element), (gst_play_base_bin_add_element):
6972         * gst/playback/gstplaybasebin.h:
6973         Make sure we remove subtitles from the same bin we put them in.
6974         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6975         (gst_subparse_buffer_format_autodetect),
6976         (gst_subparse_change_state):
6977         Fix some memleaks and invalid accesses.
6978         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6979         (oggskel_type_find), (cmml_type_find), (plugin_init):
6980         Some typefind functions for Annodex v3.0 files
6981         * gst/wavparse/gstwavparse.h:
6982         GstRiffReadClass is the correct parent class.
6983
6984 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6985
6986         * gst-libs/gst/riff/riff-media.c:
6987         (gst_riff_create_video_caps_with_data):
6988           Add extradata to huffyuv (fixes #165013).
6989         * gst-libs/gst/riff/riff-read.c:
6990         (gst_riff_read_strf_vids_with_data):
6991           Fix extradata extraction if it is in the chunk size.
6992
6993 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6994
6995         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6996
6997         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6998         (gst_quarktv_change_state), (gst_quarktv_dispose):
6999           Memory free'ing location fix (#164708).
7000
7001 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7002
7003         * gst/playback/gstplaybasebin.c: (group_commit),
7004         (gen_preroll_element), (probe_triggered), (gen_source_element),
7005         (setup_source), (gst_play_base_bin_change_state),
7006         (gst_play_base_bin_add_element):
7007           Don't block for streams.
7008         * gst/playback/gststreaminfo.c: (stream_info_change_state),
7009         (gst_stream_info_set_mute):
7010           Use gst_pad_set_active_recursive.
7011
7012 2005-01-25  Andy Wingo  <wingo@pobox.com>
7013
7014         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
7015         for #ifndef HAVE_XVIDEO.
7016
7017 2005-01-24  Jeffrey C. Ollie
7018
7019         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
7020
7021         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
7022         * ext/gsm/gstgsmdec.h:
7023         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
7024         * ext/gsm/gstgsmenc.h:
7025         Fix rate to 8kHz as per spec, removes obscure errors when no rate
7026         was given by property. Add proper buffer timestamps and offsets.
7027
7028 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7029
7030         * gst-libs/gst/riff/riff-media.c:
7031         (gst_riff_create_audio_caps_with_data):
7032           Audio can be <8000Hz.
7033
7034 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7035
7036         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
7037           Explicit state change to workaround refcount bugs.
7038
7039 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7040
7041         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
7042         (gst_avimux_riff_get_avi_header):
7043           Fix...
7044
7045 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7046
7047         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
7048         (gst_riff_read_element_data):
7049         * gst-libs/gst/riff/riff-read.h:
7050           Add _peek version (req'ed in CDXA).
7051         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
7052         (gst_cdxaparse_loop):
7053           Fix parsing in playbin.
7054         * gst/playback/gstdecodebin.c: (close_pad_link):
7055           Ignore current_ pads, they cause major annoyance.
7056
7057 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7058
7059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7060           Safety guard.
7061
7062 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7063
7064         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
7065           Fix padding...
7066
7067 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7068
7069         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
7070           Allow for 0-sized buffers. Fixes length query problems in
7071           starwars.mkv from the testsuite.
7072
7073 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
7074
7075         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
7076         (gst_video_box_i420), (gst_video_box_chain):
7077           Fix row strides for I420 (fixes #163159)
7078           
7079 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7080
7081         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7082           MPEG2 has a useful rate property, so we can actually use that.
7083           For MPEG-1, continue using the bytes/time properties.
7084
7085 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7086
7087         * gst-libs/gst/riff/riff-media.c:
7088         (gst_riff_create_video_caps_with_data),
7089         (gst_riff_create_video_template_caps):
7090           Add intel-h263.
7091
7092 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7093
7094         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7095           Fail if caps negotiation fails. Should fix #162184, and should
7096           definately be in there regardless of it fixing the actual bug.
7097         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7098         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7099         (gst_avimux_riff_get_avix_header),
7100         (gst_avimux_riff_get_video_header),
7101         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7102         (gst_avimux_start_file), (gst_avimux_handle_event),
7103         (gst_avimux_change_state):
7104         * gst/avi/gstavimux.h:
7105           Refactor structure writing to use GST_WRITE_UINT macros, add
7106           metadata writing support.
7107
7108 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7109
7110         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7111           Elements may already be destroyed when this function is called.
7112
7113 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7114
7115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7116         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7117           More memory leak fixes (#149162).
7118
7119 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7120
7121         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7122         (gst_qtdemux_add_stream):
7123           Fix two memleaks.
7124
7125 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7126
7127         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7128           Argh...
7129
7130 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7131
7132         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7133           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7134           when fixating to six channels in Totem.
7135
7136 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7137
7138         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7139           Fix compile warnings on Solaris 10 buildbot
7140
7141 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7142
7143         * ext/dvdread/dvdreadsrc.c: (_read):
7144           Don't read beyond the last cell in a chapter (fixes 
7145           invalid memory access)
7146
7147 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7148
7149         * ext/dvdread/stream_labels.c:
7150         (dvdreadsrc_get_audio_stream_labels):
7151           Use NULL for an empty GList instead of g_list_alloc(); fix 
7152           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7153           of GString (easier to bulk free later)
7154
7155 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7156
7157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7158
7159         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7160         (gst_ffmpeg_pixfmt_to_caps):
7161           Fix BGRA32 caps (#164209).
7162
7163 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7164
7165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7166
7167         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7168         (gst_ffmpeg_caps_to_pixfmt):
7169           alpha_mask can be RGBA/ABGR. Fixes #164265.
7170
7171 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7172
7173         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7174
7175         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7176         (gst_mpeg2dec_alloc_buffer):
7177         * ext/mpeg2dec/gstmpeg2dec.h:
7178           Crop if decoding size is not the actual image size (#163676).
7179
7180 2005-01-17  Steve Baker  <steve@stevebaker.org>
7181
7182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7183
7184         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7185         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7186           Add libsndfile typefind functions (#163309).
7187
7188 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7189
7190         * tools/gst-launch-ext-m.m:
7191           Add .aac, fix .m1v/.m2v (#163891).
7192
7193 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7194
7195         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7196           Sanity check, don't wait endlessly since the clock might not
7197           actually run at this point (which is a deadlock). Fixes #164069.
7198
7199 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7200
7201         * gst/playback/gstplaybasebin.c: (probe_triggered):
7202           Of course, only pause if group is done...
7203
7204 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7205
7206         * gst/playback/gstplaybasebin.c: (probe_triggered):
7207           Thread safety.
7208
7209 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7210
7211         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7212           Don't return state change success when the parent
7213           failed.
7214
7215 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7216
7217         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7218           Free events (fix memleak in #162905).
7219
7220 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7221
7222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7223
7224         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7225         (gst_ffmpeg_caps_to_pixfmt):
7226           Fix for depth = 15. Fixes #161675.
7227
7228 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7229
7230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7231           Set FPS correctly, even for webcams and the like.
7232         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7233           Don error on setting while capturing.
7234
7235 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7236
7237         * ext/dv/gstdvdec.c:
7238         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7239         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7240           I'm a bad boy. using /1001. to force C to do float division
7241           and not integer division (as it did in my last commit)
7242           Thanks to David I. Lehn for pointing this mistake.
7243
7244 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7245
7246         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7247           Revert Johan??s 1.35->1.36 since it breaks compat.
7248
7249 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7250
7251         * ext/dv/gstdvdec.c:
7252         * ext/libfame/gstlibfame.c:
7253         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7254         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7255           replace framerate aproximations by their real value
7256           (24000/1001, 30000/1001, 60000/1001)
7257           Finish fixing bug #164049
7258
7259 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7260
7261         * ext/ogg/gstoggmux.c:
7262           eos/bos debugging
7263         * gst/tcp/gstmultifdsink.c:
7264         * gst/tcp/gstmultifdsink.h:
7265         * gst/tcp/gsttcp.c:
7266         * gst/tcp/gsttcp.h:
7267         * gst/tcp/gsttcpclientsink.c:
7268         * gst/tcp/gsttcpclientsrc.c:
7269         * gst/tcp/gsttcpserversink.c:
7270         * gst/tcp/gsttcpserversrc.c:
7271           improve reusability of elements after state changes and errors
7272           make multifdsink throw away streamheaders when receiving new ones
7273
7274 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7277           Fix for if items are already in list...
7278
7279 2005-01-12  Benjamin Otte  <otte@gnome.org>
7280
7281         * gst/adder/gstadder.c: (gst_adder_loop):
7282           fix adder a bit so it doesn't screw up with events as much anymore
7283
7284 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7285
7286         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7287         (pixbufscale_scale), (gst_pixbufscale_chain):
7288         * ext/gdk_pixbuf/pixbufscale.h:
7289           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7290           to ensure rowstrides are calculated the same way as 
7291           ffmpegcolorspace
7292           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7293           that we pick up duration and offset also.
7294
7295 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7296
7297         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7298         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7299           Reusability fixes.
7300
7301 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7302
7303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7304         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7305         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7306         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7307           Update flags when requested.
7308
7309 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7310
7311         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7312           Fix dmix.
7313
7314 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7315
7316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7317         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7318         (probe_triggered), (new_decoded_pad), (gen_source_element),
7319         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7320         * gst/playback/gstplaybasebin.h:
7321         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7322         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7323         (gst_play_bin_change_state):
7324           Implement group-switch signal for use in apps to clear metadata
7325           cache, clean up subtitle, add suburi property instead of # hack,
7326           some error-out fixes.
7327
7328 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7329
7330         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7331           Debug.
7332         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7333           If we got a state change in the _get handler, don't return success.
7334
7335 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7336
7337         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7338         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7339           Make jpegdec quiet on MJPEG decoding
7340         * gst/asfdemux/README:
7341           Fix mimetypes for MJPEG and H263
7342
7343 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7344
7345         * ext/theora/theoradec.c: (theora_dec_chain):
7346           Fix broken code generation by gcc by swapping arguments.
7347         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7348           Fix \n in debug.
7349
7350 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7351
7352         * TODO:
7353           delete this file, it is by far outdated
7354         * ext/alsa/gstalsa.1: remove
7355         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7356         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7357         (gst_alsa_get_caps):
7358           Add HW probing for supported sample rates. Fixes #161704
7359
7360 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7361
7362         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7363           Don't crash, biatch! :).
7364
7365 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7366
7367         * ext/musepack/gstmusepackreader.cpp:
7368         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7369           Some work on tags - still doesn't work in playbin...
7370         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7371           Handle events...
7372
7373 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7374
7375         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7376           Also shove tags on kid pads.
7377
7378 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7379
7380         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7381           Don't bail on unknown events.
7382         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7383           Don't crash on events before negotiation.
7384         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7385           Send tags on pads, too.
7386         * gst/playback/gststreamselector.c:
7387         (gst_stream_selector_request_new_pad):
7388           Forward events on first pad if no input was selected yet.
7389
7390 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7391
7392         * gst/playback/gstplaybasebin.c: (setup_substreams):
7393           Don't disable streamtype if the stream doesn't exist, since
7394           then playing a video after audio will disable both and nothing
7395           will happen. Fixes the testsuite.
7396
7397 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7398
7399         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7400         (gst_v4l_xoverlay_set_xwindow_id):
7401         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7402         (gst_v4l2_xoverlay_set_xwindow_id):
7403           Add debug categories, fix overlay disabling.
7404
7405 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7406
7407         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7408         * ext/alsa/gstalsa.h:
7409           Add HW probing for period_count/size and buffer_size MIX/MAX
7410           Adjust default/user defined value if out of bounds
7411           Should fix bug #162024
7412
7413 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7414
7415         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7416           Fix warning (#161191).
7417
7418 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7419
7420         * ext/dvdread/stream_labels.c:
7421         (dvdreadsrc_get_audio_stream_labels):
7422           Fix warning (init the good variable in switch default)
7423
7424 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7425
7426         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7427
7428         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7429           Fix gcc-2.95 compile (#163485).
7430
7431 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7432
7433         * configure.ac:
7434         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7435         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7436         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7437         (gst_flacenc_change_state):
7438         * ext/flac/gstflacenc.h:
7439           Update for API change in flac-1.1.1. Update requirement in
7440           configure.ac. Fixes #162974.
7441
7442 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7443
7444         * gst/playback/gstplaybasebin.c: (group_destroy):
7445           Remove hack to get rid of assert and get rid of unlinked
7446           signals properly.
7447
7448 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7449
7450         * gst/playback/gstplaybasebin.c: (setup_source):
7451           Set source to NULL so that resources are free'ed. Fixes issues
7452           with playback of CDDA and similar device-accessing things.
7453
7454 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7455
7456         * testsuite/embed/Makefile.am:
7457           test->noinst, fix make test in buildbot.
7458
7459 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7460
7461         * ext/dvdread/stream_labels.c: new file
7462         * ext/dvdread/stream_labels.h: new file
7463         * ext/dvdread/Makefile.am:
7464         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7465           Extract audio stream label from DVD IFO files.
7466           It only dump them on the console for now, still have to
7467           make playbin aware of them.
7468
7469 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7470
7471         * gst/playback/gstplaybasebin.c: (setup_source):
7472           Fix hanging subs.
7473
7474 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7475
7476         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7477         (gen_preroll_element), (remove_groups), (setup_subtitle),
7478         (gen_source_element), (setup_source):
7479         * gst/playback/gstplaybasebin.h:
7480           Multiple .sub files is just a stupid idea... Fix some threading
7481           mistakes. Interestingly, external .sub files cause playbin to
7482           hang, I don't know why... Parsing fixes contributed by Fran??ois
7483           Kooman <fkooman@tuxed.net>.
7484
7485 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7486
7487         * testsuite/embed/Makefile.am:
7488           Fix buildbot.
7489
7490 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7491
7492         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7493
7494         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7495         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7496         (gst_pngenc_set_property):
7497         * ext/libpng/gstpngenc.h:
7498           Add compression level property (#163323).
7499
7500 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7501
7502         * configure.ac:
7503         * examples/capsfilter/capsfilter1.c: (main):
7504         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7505         * ext/dvdread/Makefile.am:
7506         * ext/dvdread/demo-play:
7507         * ext/dvdread/demo-play.c:
7508         * gconf/gstreamer.schemas.in:
7509         * gst-libs/gst/gconf/gconf.c:
7510         * sys/v4l/TODO:
7511         * testsuite/Makefile.am:
7512         * testsuite/embed/Makefile.am:
7513         * testsuite/embed/embed.c: (cb_expose), (main):
7514           Remove all references to xvideosink, fix examples (#140845).
7515         * gst/playback/gstplaybasebin.c: (group_destroy):
7516           Apparently, disposal does not unlink - so do explicitely.
7517         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7518           Add debug.
7519
7520 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7521
7522         * README: fix PKG_CONFIG_PATH instructions, what was there
7523         previously was breaking default search path, not nice. 
7524         Fixes #163358
7525
7526 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7527
7528         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7529         (gst_audioscale_chain):
7530           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7531           when resampling - how the ^@$^!@^! is this possible?!?
7532
7533 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7534
7535         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7536           Reset variables on READY.
7537         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7538         (gst_matroska_mux_loop):
7539           Require data before writing header.
7540
7541 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7542
7543         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7544
7545         * ext/mad/gstmad.c: (gst_mad_chain):
7546           Don't call mad_stream_sync() directly after recovering sync.
7547           Fixes #151661.
7548
7549 2005-01-09  Martin Eikermann  <meiker@upb.de>
7550
7551         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7552
7553         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7554         (snapshot_handler), (gst_snapshot_sinkconnect),
7555         (gst_snapshot_chain):
7556           Allocate resources when required, fix recursive signal emission
7557           and fix caps. Fixes #161667.
7558
7559 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7560
7561         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7562
7563         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7564         (gst_pngdec_chain):
7565           Handle only 8-bppc (bits-per-pixel-component) images, better
7566           error handling and correct strides. Fixes #163177.
7567         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7568         (gst_pngenc_chain):
7569           Better error handling. Fixes #163348.
7570
7571 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7572
7573         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7574         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7575         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7576         (dvdnavsrc_uri_handler_init):
7577           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7578         * gst/playback/gstplaybasebin.c: (gen_source_element):
7579           Add MMS to streaming URIs.
7580
7581 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7582
7583         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7584         * sys/xvimage/xvimagesink.c:
7585         (gst_xvimagesink_navigation_send_event):
7586           Check for pad availability before sending event.
7587
7588 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7589
7590         * gst-plugins.spec.in:
7591           Add subparse.
7592
7593 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7594
7595         * configure.ac:
7596           Since we use functions from CVS, up requirement.
7597
7598 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7599
7600         * gst/playback/Makefile.am:
7601         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7602         (group_destroy), (group_commit), (group_is_muted),
7603         (gen_preroll_element), (add_stream), (unknown_type),
7604         (probe_triggered), (preroll_unlinked), (mute_stream),
7605         (silence_stream), (new_decoded_pad), (setup_substreams),
7606         (setup_source), (get_active_source), (mute_group_type),
7607         (muted_group_change_state), (set_active_source),
7608         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7609         (play_base_eos), (gst_play_base_bin_change_state):
7610         * gst/playback/gstplaybasebin.h:
7611         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7612         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7613         (gst_stream_info_dispose), (stream_info_mute_pad),
7614         (stream_info_change_state), (gst_stream_info_set_mute):
7615         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7616         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7617         (gst_stream_selector_init), (gst_stream_selector_dispose),
7618         (gst_stream_selector_get_linked_pad),
7619         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7620         (gst_stream_selector_get_linked_pads),
7621         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7622         * gst/playback/gststreamselector.h:
7623           Adding stream selection support plus required properties for
7624           applications to use this. Fully fixes #100931.
7625
7626 2005-01-08  Benjamin Otte  <otte@gnome.org>
7627
7628         * gst/games/gstpuzzle.c: (nav_event_handler):
7629           - handle nav events differently: forward every event no matter if it
7630             was handled or not.
7631           - translate events
7632           You can now cheat by using navigationtest ! puzzle and moving the
7633           mouse close to the edge of a tile. ;)
7634
7635 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7636
7637         * configure.ac:
7638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7639         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7640         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7641         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7642         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7643         (gst_ogm_parse_plugin_init):
7644         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7645         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7646         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7647         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7648         * ext/pango/gsttextoverlay.h:
7649         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7650         (gst_matroska_demux_handle_seek_event),
7651         (gst_matroska_demux_sync_streams),
7652         (gst_matroska_demux_parse_blockgroup),
7653         (gst_matroska_demux_subtitle_caps),
7654         (gst_matroska_demux_plugin_init):
7655         * gst/matroska/matroska-ids.h:
7656         * gst/playback/gstdecodebin.c: (close_pad_link):
7657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7658         (gen_preroll_element), (remove_groups), (add_stream),
7659         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7660         (setup_source):
7661         * gst/playback/gstplaybasebin.h:
7662         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7663         * gst/subparse/Makefile.am:
7664         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7665         (gst_subparse_base_init), (gst_subparse_class_init),
7666         (gst_subparse_init), (gst_subparse_formats),
7667         (gst_subparse_eventmask), (gst_subparse_event),
7668         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7669         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7670         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7671         (parse_mpsub_deinit), (parse_mpsub_init),
7672         (gst_subparse_buffer_format_autodetect),
7673         (gst_subparse_format_autodetect), (gst_subparse_loop),
7674         (gst_subparse_change_state), (gst_subparse_type_find),
7675         (plugin_init):
7676         * gst/subparse/gstsubparse.h:
7677         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7678         (plugin_init):
7679           Add subtitle support, .sub parser (supports SRT and MPsub),
7680           OGM text support, Matroska UTF-8 text support, deadlock fixes
7681           all over the place, subtitle awareness in decodebin/playbin
7682           and some fixes to textoverlay to handle subtitles in a stream
7683           correctly. Fixes #100931.
7684
7685 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7686
7687         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7688           Check for pad availability before doing a query on it.
7689
7690 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7691
7692         * ext/dv/gstdvdec.c:
7693           really fix bpp24/32 dvdec caps (classic rgba indeed)
7694         * gst/asfdemux/gstasfdemux.c:
7695         (gst_asf_demux_process_ext_content_desc):
7696           don't send text tags if they are empty (bis repetita)
7697
7698 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7699
7700         * ext/dv/gstdvdec.c:
7701          remove unneeded comment from dvdec
7702           (related to DV 4CC codes in AVI files)
7703           moved them in gstreamer/docs/random/mimetypes
7704         * gst/asfdemux/gstasfdemux.c:
7705         (gst_asf_demux_process_ext_content_desc):
7706          don't send text tags if they are empty
7707          fix mem leak on error path
7708         * gst/ffmpegcolorspace/avcodec.h:
7709         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7710         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7711         (gst_ffmpegcsp_avpicture_fill):
7712         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7713         * gst/ffmpegcolorspace/imgconvert_template.h:
7714          adds BGR32 and BGRA32 to ffmpegcolorspace
7715           (still bad colors, fixing it on next commit)
7716           helps with dvdec outputing BGR32
7717
7718 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7719
7720         * ext/dv/gstdvdec.c:
7721          Fix audio caps i just broke (missing ',')
7722         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7723         (gst_matroska_mux_reset):
7724          Fix typo + add FIXME about old "x-gst-metadata" crap
7725
7726 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7727
7728         * ext/dv/demo-play.c: (main):
7729          xvideosink -> xvimagesink
7730         * ext/dv/gstdvdec.c:
7731          change rgb 32/32 caps to 24/32 (no alpha)
7732          change nb of channels to be a list (2 or 4, not 2)
7733          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7734         * gst/asfdemux/gstasfdemux.c:
7735         (gst_asf_demux_process_ext_content_desc):
7736          Add 'date/year' to extracted metadata list
7737
7738 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7739
7740         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7741           The return value of fixate_to does not imply that the requested
7742           value was set, so don't assume.
7743
7744 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7745
7746         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7747
7748         * ext/libpng/gstpngdec.c:
7749         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7750         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7751         * ext/libpng/gstpngenc.h:
7752           Alpha support (encoder; #163161), mime fixage.
7753
7754 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7755
7756         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7757
7758         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7759         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7760         (gst_faac_set_property), (gst_faac_get_property):
7761         * ext/faac/gstfaac.h:
7762           Allow for ADTS output (#153434).
7763
7764 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7765
7766         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7767           Fix against template (#150576).
7768
7769 2005-01-06  Benjamin Otte  <otte@gnome.org>
7770
7771         * gst/games/gstpuzzle.c: (draw_puzzle):
7772           don't draw a puzzle if either width or height of tiles would be 0.
7773
7774 2005-01-06  Benjamin Otte  <otte@gnome.org>
7775
7776         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7777         (gst_puzzle_class_init), (gst_puzzle_finalize):
7778           no memleaks, please
7779         (gst_puzzle_create), (gst_puzzle_init),
7780         (gst_puzzle_set_property), (gst_puzzle_setup):
7781           change initialization code around so we don't reshuffle on resize
7782         (draw_puzzle):
7783           fix another stupid typo
7784
7785 2005-01-06  Benjamin Otte  <otte@gnome.org>
7786
7787         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7788           fix stupid typo that borked copying on YUY2
7789
7790 2005-01-06  Benjamin Otte  <otte@gnome.org>
7791
7792         * gst/games/gstpuzzle.c: (draw_puzzle):
7793           fix edges when image sizes aren't multiples of tile sizes
7794
7795 2005-01-06  Benjamin Otte  <otte@gnome.org>
7796
7797         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7798           make RGB endianness work correctly
7799         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7800           refactor and fix race with initial shuffling
7801         (nav_event_handler):
7802           allow using the mouse to puzzle
7803         (draw_puzzle):
7804           insist on tiles having width and height as multiples of 4 to get
7805           clean YUV image handling
7806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7807         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7808           s/DEBUG/LOG/ for common messages
7809         (gst_xvimagesink_navigation_send_event):
7810           fix mouse event translation to not include screen PAR
7811         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7812           fix mouse event translation to actually work
7813
7814 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7815
7816         * gst/asfdemux/gstasfdemux.c:
7817         (gst_asf_demux_process_ext_content_desc):
7818          Extract TrackNumber metadata + clean up code
7819         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7820          Hope this is the good fix (var used unitialised)
7821
7822 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * ext/faad/gstfaad.c: (gst_faad_chain):
7825           Only increment timestamp if it's valid. Fixes raw AAC streams.
7826
7827 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7828
7829         * configure.ac:
7830         * gst/games/Makefile.am:
7831         * gst/games/gstpuzzle.c:
7832           add a puzzle game with...
7833         * gst/games/gstvideoimage.c:
7834         * gst/games/gstvideoimage.h:
7835           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7836           from videotestsrc and made into something that would be a nice
7837           library for a lot of other plugins.
7838
7839 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7840
7841         * configure.ac:
7842          don't compile faad plugin if a RC of 2.0 is found
7843          Fixes #155346 (and FC1 buildbot)
7844         * gst/asfdemux/gstasfdemux.c:
7845         (gst_asf_demux_process_ext_content_desc):
7846          try to make Solaris compiler happier
7847
7848 2005-01-06  Paul Jack  <pjack@sfaf.org>
7849
7850         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7851
7852         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7853           Fix segfault (#161667).
7854
7855 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7856
7857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7858           Fix framerate reporting.
7859
7860 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7861
7862         * gst-libs/gst/riff/riff-ids.h:
7863         * gst/wavenc/riff.h:
7864          Add AMR (VBR and CBR) ids to riff.h audio codec list
7865         * gst/asfdemux/gstasfdemux.c:
7866         (gst_asf_demux_process_ext_content_desc),
7867         (gst_asf_demux_process_object):
7868           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7869
7870 2005-01-05  Martin Eikermann  <meiker@upb.de>
7871
7872         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7873
7874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7875         (gst_dvd_demux_handle_discont):
7876         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7877         (gst_mpeg_demux_handle_discont):
7878           Recreate pads on new-media (#160730).
7879         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7880           Send discont even if manager changes timestamps (#161929).
7881
7882 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7883
7884         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7885
7886         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7887           Fix invalid memory access (#159211).
7888
7889 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7890
7891         * examples/gstplay/player.c: (main):
7892           Don't iterate.
7893         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7894           Add visualizations.
7895         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7896         (gst_a52dec_handle_frame):
7897           Set duration.
7898         * ext/dvdnav/gst-dvd:
7899           Add audioconvert. Fixes #161325.
7900         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7901           Explicitely case to gint64. Possible valgrind error.
7902         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7903         (gst_play_tick_callback), (gst_play_change_state),
7904         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7905         (gst_play_set_location), (gst_play_get_location),
7906         (gst_play_seek_to_time), (gst_play_set_data_src),
7907         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7908         (gst_play_set_visualization), (gst_play_connect_visualization),
7909         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7910         (gst_play_new):
7911           Use playbin. Fixes #139749 and #147744.
7912         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7913           Add genre tag.
7914         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7915         (audioscale_get_type), (gst_audioscale_base_init),
7916         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7917         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7918         (gst_audioscale_link), (gst_audioscale_get_buffer),
7919         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7920         (gst_audioscale_init), (gst_audioscale_dispose),
7921         (gst_audioscale_chain), (gst_audioscale_set_property),
7922         (gst_audioscale_get_property), (plugin_init):
7923           Indent properly.
7924         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7925           Fix LPCM.
7926         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7927         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7928         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7929           Add more metadata (fixes #162656).
7930
7931 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7932
7933         * configure.ac:
7934           back to cvs
7935
7936 === release 0.8.7 ===
7937
7938 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7939
7940         * NEWS:
7941         * RELEASE:
7942         * configure.ac:
7943           releasing 0.8.7, "Hyperspace"
7944
7945 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7946
7947         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7948
7949         * gst/playback/gstplaybasebin.c:
7950          Fix for #162924 - free caps after use, not before
7951
7952 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7953
7954         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7955
7956         * gst/playback/gstplaybasebin.c:
7957         * gst/wavparse/gstwavparse.c:
7958           Fix for #154773 - fixes playback of small .wav files
7959
7960 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7961
7962         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7963
7964         * gst/audioscale/gstaudioscale.c:
7965           Fix for #162819 - make audioscale reusable
7966           Fixes playback of more than one file with playbin/totem
7967
7968 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * gst/ffmpegcolorspace/avcodec.h:
7971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7972         * gst/ffmpegcolorspace/imgconvert.c:
7973           clean up the mess that made me cry and avoid needless duplication
7974
7975 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7976
7977         * gst/ffmpegcolorspace/imgconvert.c:
7978           give some indication of why we're segfaulting
7979
7980 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7981
7982         * configure.ac:
7983           Fix indentation, fix v4l2 plugin detection.
7984         * ext/Makefile.am:
7985           Fix libmms location (Maciej, use diff -u!).
7986         * ext/alsa/gstalsa.c: (gst_alsa_init):
7987           Initialize caps cache to NULL.
7988         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7989           Only change state on audiosink if it exists.
7990
7991 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7992
7993         * gst/matroska/matroska-demux.c:
7994         * gst/matroska/matroska-ids.h:
7995         * gst/matroska/matroska-demux.h:
7996         Fix Vorbis streams failing to decode in some files, where cluster_time
7997         isn't 0, because then it doesn't send codec_priv before actual data.
7998         Remove time-based test and replace it with marker set on beginning of
7999         new stream
8000
8001 2004-12-28  David Schleef  <ds@schleef.org>
8002
8003         Merge patch from Ronald fixing problems with streaming
8004         text.
8005         * ext/cairo/gstcairo.c: (plugin_init):
8006         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8007         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8008         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8009         (gst_textoverlay_font_init), (gst_textoverlay_init),
8010         (gst_textoverlay_set_property):
8011         * ext/cairo/gsttextoverlay.h:
8012
8013 2004-12-27  David Schleef  <ds@schleef.org>
8014
8015         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
8016         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
8017         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
8018         (gst_textoverlay_font_init), (gst_textoverlay_init),
8019         (gst_textoverlay_set_property): Improvements to actually
8020         render text as white on black outline on video, including
8021         font selection and horizontal/vertical alignment.  (Ronald's
8022         christmas present)
8023         * ext/cairo/gsttextoverlay.h:
8024
8025 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8026
8027         * ext/ogg/gstogg.c:
8028         * ext/ogg/gstogmparse.c:
8029           fix ogm[audio/video]parse plugin registration
8030           (riff won't load if bytestream is already loaded)
8031
8032 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8033
8034         * gst/audioconvert/gstchannelmix.c:
8035           fix for GLIB < 2.4
8036
8037 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8038
8039         * Makefile.am:
8040         * configure.ac:
8041           disable docs again until it actually passes make distcheck.
8042
8043 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8044
8045         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
8046         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8047         (plugin_init):
8048           Add 3GP (variables name Q3GP because they can't start with a
8049           number). Add samr audio fourcc (used in .3gp files), decoder
8050           is work in progress. Also do a GST_WARNING instead of ERROR
8051           in case of unknown nodes, to decrease output.
8052
8053 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8054
8055         * Makefile.am:
8056           really fix dist
8057
8058 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8059
8060         * configure.ac:
8061         * ext/speex/gstspeexdec.h:
8062         * ext/speex/gstspeexenc.h:
8063           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
8064           Fix detection code in configure.ac
8065
8066 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8067
8068         * gst/matroska/matroska-demux.c:
8069         (gst_matroska_demux_parse_blockgroup):
8070           Save position, so that queries give proper return values. Don't
8071           know how this could ever have worked before...
8072
8073 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8074
8075         * configure.ac:
8076           Put additional LAME check inside the conditional.  Fixes #152339
8077
8078 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8079
8080         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8081         (gst_avi_demux_stream_scan):
8082           Add some more debug. Fix logic error when setting movi offset
8083           while reading index.
8084
8085 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8086
8087         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8088         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8089         (gst_avi_demux_process_next_entry):
8090           Add some debugging. Better detection of broken indexes and the
8091           accompanying index recovery. No infinite loops on state changes
8092           when we're still in our loopfunction.
8093
8094 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8095
8096         * configure.ac:
8097           Fix up.
8098
8099 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8100
8101         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8102
8103         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8104           Normalizing the value before setting
8105         (gst_sunaudiomixer_get_volume):
8106           Normalizing the value after getting. Fixes bug# 161980
8107
8108 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8109
8110         * Makefile.am: Make sure docs gets disted
8111         * docs/Makefile.am: Make sure all needed files get disted
8112         * gst-plugins.spec.in: latest updates
8113
8114 2004-12-22  Wim Taymans  <wim@fluendo.com>
8115
8116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8117         Revert patch 1.38 as clock distribution over schedulers does
8118         not work correcly in the core yet.
8119
8120 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8121
8122         * sys/oss/README: remove this file, which predates my birth
8123           (and which content is by far outdated)
8124
8125 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8126
8127         * Makefile.am:
8128         * configure.ac:
8129         * docs/Makefile.am:
8130         * docs/libs/Makefile.am:
8131         * docs/libs/gst-plugins-libs-docs.sgml:
8132         * docs/libs/gst-plugins-libs-sections.txt:
8133         * docs/libs/tmpl/gstgconf.sgml:
8134         * docs/upload.mak:
8135         * docs/version.entities.in:
8136           Added boilerplate gtk-doc files for plugin-libs documentation.
8137
8138 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8139
8140         * gst/auparse/gstauparse.c: fix int and float audio caps
8141
8142 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8143
8144         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8145         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8146           g_assert() can be a macro, don't use #ifdef inside it.
8147
8148 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8149
8150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8151
8152         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8153         (gst_videorate_init), (gst_videorate_chain),
8154         (gst_videorate_change_state):
8155           Event handling (fixes #159986).
8156
8157 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8158
8159         * gst-libs/gst/riff/riff-media.c:
8160         (gst_riff_create_video_caps_with_data):
8161           Add BLZ0 (Blizzard's version of DivX) fourcc.
8162
8163 2004-12-18  David Schleef  <ds@schleef.org>
8164
8165         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8166         portability fix.
8167
8168 2004-12-18  David Schleef  <ds@schleef.org>
8169
8170         * gst/tta/ttadec.h: Disable some header code that isn't used
8171         and clearly isn't portable.
8172
8173 2004-12-18  David Schleef  <ds@schleef.org>
8174
8175         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8176         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8177         (avcodec_get_pix_fmt), (avpicture_layout),
8178         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8179         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8180         Fix code to not use GCC extensions (and c99 extensions that
8181         Forte does not like.)
8182
8183 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8184
8185         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8188         (gst_deinterlace_chain):
8189           Rowstride fixes. Fixes #161039.
8190         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8191         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8192         (gst_video_crop_getcaps), (gst_video_crop_link),
8193         (gst_video_crop_i420), (gst_video_crop_chain),
8194         (gst_video_crop_change_state):
8195           Rework of negotiation. Actually works now. Fixes #158650.
8196
8197 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8198
8199         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8200           That was very stupid.
8201
8202 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8203
8204         * gst/matroska/matroska-demux.c:
8205         (gst_matroska_demux_parse_blockgroup):
8206           Fix possible crasher.
8207
8208 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8209
8210         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8211         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8212           Lace sizes can be zero.
8213
8214 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * ext/musepack/gstmusepackdec.cpp:
8217           Fetch error return values. Fixes #161624.
8218         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8219           Really EOS.
8220
8221 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8222
8223         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8224           Work for truncated (unfinished download etc.) files. Fixes #160514.
8225
8226 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8227
8228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8229           Fix for integer overflow. Makes #156001 not crash. Probably masks
8230           the real bug.
8231
8232 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8233
8234         * gst/ac3parse/gstac3parse.c: (plugin_init):
8235           Parsers never have ranks. Fixes #159651.
8236
8237 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8238
8239         * gst/playback/gstdecodebin.c: (compare_ranks):
8240           make sure the facotries are ordered the same every time even if they
8241           have the same rank by using the name
8242         * gst/playback/gstdecodebin.c: (find_compatibles):
8243           make sure we don't add factories to the list twice
8244
8245 2004-12-16  David Schleef  <ds@schleef.org>
8246
8247         * configure.ac: look for musepack headers as musepack/*.h
8248         (fixes #159847)
8249         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8250         * ext/musepack/gstmusepackreader.h: same
8251
8252 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8253
8254         * gst-libs/gst/riff/riff-read.c:
8255         (gst_riff_read_strf_auds_with_data):
8256           Read extradata correctly (fixes #155879).
8257
8258 2004-12-16  David Schleef  <ds@schleef.org>
8259
8260         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8261         audio.  does _not_ attempt or allow conversion unless channels
8262         is 1 or 2.
8263
8264 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8265
8266         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8267
8268 2004-12-16  David Schleef  <ds@schleef.org>
8269
8270         * gst/audioscale/gstaudioscale.c: the resample library only
8271         handles 1 or 2 channels.  Change caps to compensate.
8272
8273 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8274
8275         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8276         (gst_matroska_demux_audio_caps):
8277           Some MPEG-AAC hacks, because else it doesn't work...
8278
8279 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8280
8281         * gst-libs/gst/riff/riff-media.c:
8282         (gst_riff_create_video_caps_with_data),
8283         (gst_riff_create_video_template_caps):
8284           Add h264.
8285
8286 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8287
8288         * gst-libs/gst/audio/Makefile.am:
8289           Try to fix buildbot.
8290
8291 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8292
8293         * gst/tcp/gstmultifdsink.c:
8294           Clean up and uniformize debugging.
8295
8296 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8297
8298         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8299
8300         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8301         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8302         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8303         (gst_mpeg_demux_change_state):
8304           Reset on ready. Fixes 160276.
8305
8306 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8307
8308         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8309
8310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8311         (gst_ffmpegcsp_pad_link):
8312           Fix memleak (#154815).
8313
8314 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8315
8316         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8317
8318         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8319         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8320         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8321         * ext/musicbrainz/gsttrm.h:
8322           Add support for using a proxy server when getting a trm id from
8323           the MusicBrainz database (#149613).
8324
8325 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8326
8327         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8328
8329         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8330         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8331           Fix memleaks (#157233).
8332
8333 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8334
8335         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8336
8337         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8338         * gst-libs/gst/resample/resample.h:
8339         * gst/audioscale/gstaudioscale.c:
8340           Fix memleak (#159215).
8341
8342 2004-12-16  Toni Willberg  <toniw@iki.fi>
8343
8344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8345
8346         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8347         * sys/oss/oss_probe.c: (main):
8348           Check for mono/stereo support (similar to samplerate probing),
8349           fixes #159433. Also add missing copyright header to oss_probe.c.
8350
8351 2004-12-15  David Schleef  <ds@schleef.org>
8352
8353         * configure.ac: add audioresample and cairo plugins.  Remove
8354         HAVE_MMX stuff, because it's not used.
8355         * ext/Makefile.am: same
8356         * ext/audioresample/Makefile.am: You are not ready for an
8357         audio resampling element based on audioresample.
8358         * ext/audioresample/gstaudioresample.c:
8359         * ext/audioresample/gstaudioresample.h:
8360         * ext/cairo/Makefile.am: You are not ready for overlay elements
8361         based on cairo.  Don't look too closely, these elements kinda
8362         suck right now.
8363         * ext/cairo/gstcairo.c: new
8364         * ext/cairo/gsttextoverlay.c: new
8365         * ext/cairo/gsttextoverlay.h: new
8366         * ext/cairo/gsttimeoverlay.c: new
8367         * ext/cairo/gsttimeoverlay.h: new
8368         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8369         problem with compilers that don't support variadic macros.
8370
8371 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8372
8373         Reviewed by:  David Schleef  <ds@schleef.org>
8374
8375         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8376         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8377         bit.  Also ran indent-gst.
8378         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8379         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8380         (gst_sunaudiosrc_setparams):
8381
8382 2004-12-14  David Schleef  <ds@schleef.org>
8383
8384         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8385         output rate to 16000.  Should fix #160235.
8386
8387 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8388
8389         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8390         Add typefinding for mpeg2 pes streams
8391
8392 2004-12-13  David Schleef  <ds@schleef.org>
8393
8394         * configure.ac:  Applied patch from bug #143659, making default
8395         sources and sinks OS-dependent (for Solaris), and added code
8396         for OS/X.
8397         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8398
8399 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8400
8401         * gst-libs/gst/riff/riff-media.c:
8402           forgot to add h2.64 to avidemux template caps
8403
8404 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8405
8406         * gst/wavenc/riff.h:
8407         * gst-libs/gst/riff/riff-media.c:
8408         * gst-libs/gst/riff/riff-ids.h:
8409         * gst/avi/gstavimux.c
8410         add 4CC code for VideoSoft h264 in AVI (VSSH)
8411           fixes bug #160655
8412         remove s323 from riff, it's quicktime specific :(
8413
8414 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8415
8416         * gst/asfdemux/README
8417         * gst/wavenc/riff.h
8418         * gst-libs/gst/riff/riff-ids.h
8419         * gst-libs/gst/riff/riff-media.c
8420         * gst/qtdemux/qtdemux.c:
8421           add new 4CC codes for h263 related codecs
8422           fixes partially bug #155163
8423
8424 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8425
8426         * configure.ac: Update polyaudio requirement to 0.7
8427         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8428
8429 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8430
8431         * gst/interleave/deinterleave.c:
8432         fix my name's spelling! :)
8433
8434 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8435
8436         * AUTHORS ChangeLog
8437         * gst/auparse/gstauparse.c
8438         * gst/interleave/deinterleave.c
8439         * gst/law/:
8440                 alaw-decode.c alaw-encode.c
8441                 mulaw-decode.c mulaw-encode.c
8442         * gst/oneton/gstoneton.c
8443         * sys/osxaudio/:
8444                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8445         * sys/osxvideo/:
8446                 cocoawindow.h cocoawindow.m
8447                 osxvideosink.h osxvideosink.m
8448
8449         put the same mail address for Zaheer Abbas Merali everywhere
8450
8451 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8452
8453         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8454           Align by packetsize, and assert that we a packet available before
8455           playing. The first makes webstreams work (they often include
8456           trailing padding data in a packet), the second allows pausing a
8457           ASF stream in totem without getting demux errors afterwards.
8458
8459 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8460
8461         * ext/ogg/gstoggdemux.c: (get_relative):
8462           Check for non-NULL before accessing member (end-of-chain).
8463
8464 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8465
8466         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8467         (cdparanoia_set_property), (cdparanoia_get_property):
8468         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8469         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8470         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8471         (dvdreadsrc_init), (dvdreadsrc_set_property),
8472         (dvdreadsrc_get_property):
8473         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8474         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8475           Synchronize property names where not yet the case. Devices are
8476           now device=X, other versions are deprecated (but still exist).
8477           Also use g_free() unconditionally.
8478         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8479         (setup_source), (gst_play_base_bin_get_property):
8480           Expose source.
8481
8482 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8483
8484         * configure.ac: move GCONF macro outside conditional for the am
8485           conditional. Fixes #160439
8486
8487 2004-12-08  David Schleef  <ds@schleef.org>
8488
8489         * tools/gst-visualise-m.m: Switch to elements that currently
8490         exist.
8491
8492 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8493
8494         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8495           We love wrong commas.
8496
8497 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8498
8499         * gst/matroska/matroska-demux.c:
8500         (gst_matroska_demux_handle_src_query):
8501           Don't set DEFAULT, unsupported - makes length display incorrectly
8502           in some cases.
8503
8504 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8505
8506         * gst/monoscope/README: remove blurb about files being GPL
8507         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8508         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8509           monoscope is now effectively LGPL licensed
8510
8511 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8512
8513         * gst/monoscope/README: Update information to be more correct
8514         * gst/monoscope/convolve.c: Relicense to LGPL
8515         * gst/monoscope/convolve.h: Relicense to LGPL
8516
8517 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8518
8519         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8520           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8521         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8522           set default_duration for mpeg1 audio
8523
8524 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8525
8526         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8527         * ext/alsa/gstalsa.h:
8528           refactor big chunks of the core caps negotiation code to make it
8529           a lot faster, because people claim it's really slow
8530           (actually, just cache the getcaps when the device is opened)
8531
8532 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8533
8534         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8535         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8536         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8537         (gst_a52dec_change_state), (plugin_init):
8538         * ext/a52dec/gsta52dec.h:
8539           Do something useful with timestamps. Make chain-based (since
8540           there's really no reason to be loopbased).
8541         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8542           Update current_byte/frame correctly.
8543
8544 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8545
8546         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8547         (gst_ape_demux_stream_init):
8548           Forward tags, too.
8549
8550 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8551
8552         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8553           Let's make sure we're done typefinding when detecting tags.
8554
8555 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8558         (gst_ebml_read_init), (gst_ebml_read_use_event),
8559         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8560         (gst_ebml_read_seek), (gst_ebml_read_skip),
8561         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8562         (gst_ebml_read_master):
8563         * gst/matroska/ebml-read.h:
8564         * gst/matroska/matroska-demux.c:
8565         (gst_matroska_demux_parse_contents),
8566         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8567           Disgustingly evil hack for working around INTERRUPT events and
8568           their extremely annoying habit of being a pain in the ass. We
8569           simply peek a cluster before reading any of it.
8570
8571 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8572
8573         * ext/musepack/gstmusepackdec.cpp:
8574           There's also floating point libmusepacks.
8575
8576 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8577
8578         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8579         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8580           Set DURATION even if source buffer didn't. Also use increasing
8581           timestamps.
8582         * gst-libs/gst/riff/riff-media.c:
8583         (gst_riff_create_audio_caps_with_data):
8584           Block_align can have larger values than 8192.
8585
8586 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8587
8588         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8589         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8590         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8591         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8592           Fix caps.
8593
8594 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8595
8596         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8597           Fix logic bug.
8598
8599 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8602           Yay, another one.
8603
8604 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8605
8606         * ext/esd/esdsink.c: (gst_esdsink_chain):
8607           Make error actually say something useful (fixes #156798).
8608         * gst-libs/gst/riff/riff-media.c:
8609         (gst_riff_create_video_caps_with_data),
8610         (gst_riff_create_video_template_caps):
8611           Add Intel Video 5.0 fourcc (IV50).
8612
8613 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8614
8615         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8616         detection on mono and stereo mp3 files.
8617
8618 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8619
8620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8621           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8622           the contained stream).
8623
8624 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8625
8626         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8627           Oops, remove debug.
8628
8629 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8630
8631         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8632
8633         * gst/law/alaw-decode.c: (alawdec_getcaps):
8634         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8635           Prevent warnings when negotiating caps (fixes #159338).
8636
8637 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8638
8639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8640         (gst_ffmpegcsp_chain):
8641           Remove old leftover that shouldn't be there...
8642
8643 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8644
8645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8646
8647         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8648           Don't forward DISCONT events (fixes #159684).
8649
8650 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8651
8652         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8653           Unlink manually since sometimes bin disposal (and therefore
8654           pad unlinking) is delayed, which will cause a new media file
8655           to not be able to start playing instantly.
8656
8657 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8658
8659         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8660           On mute of an unlinked stream, check for pad availability so
8661           we don't crash on unlinked pad.
8662
8663 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8664
8665         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8666         (gst_avi_demux_massage_index):
8667           Fix quite humiliating bug in omitting 0-sized index chunks but
8668           forgetting to count them for timestamps.
8669
8670 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8671
8672         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8673           Actually leave the loop if we failed to sync. Don't crash.
8674
8675 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8676
8677         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8678         (gst_dvd_demux_process_private):
8679         * gst/mpegstream/gstdvddemux.h:
8680           Fix crash (#159759). Doesn't work, though. :-(.
8681
8682 2004-11-28  Benjamin Otte  <otte@gnome.org>
8683
8684         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8685           more overwriting protection due to modifying channels one by one
8686           instead of all at once
8687
8688 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8689
8690         * gst/audioconvert/gstchannelmix.c:
8691         (gst_audio_convert_fill_normalize):
8692           Normalize using absolute values.
8693
8694 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8695
8696         * configure.ac:
8697         * ext/Makefile.am:
8698         * ext/directfb/Makefile.am:
8699         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8700         (gst_directfbvideosink_get_pixel_format),
8701         (gst_directfbvideosink_get_format_from_fourcc),
8702         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8703         (gst_directfbvideosink_sink_link),
8704         (gst_directfbvideosink_change_state),
8705         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8706         (gst_directfbvideosink_buffer_alloc),
8707         (gst_directfbvideosink_interface_supported),
8708         (gst_directfbvideosink_interface_init),
8709         (gst_directfbvideosink_navigation_send_event),
8710         (gst_directfbvideosink_navigation_init),
8711         (gst_directfbvideosink_set_property),
8712         (gst_directfbvideosink_get_property),
8713         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8714         (gst_directfbvideosink_base_init),
8715         (gst_directfbvideosink_class_init),
8716         (gst_directfbvideosink_get_type), (plugin_init):
8717         * ext/directfb/directfbvideosink.h: Adding a first version of
8718         directfbvideosink.
8719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8720         more.
8721
8722 2004-11-28  Benjamin Otte  <otte@gnome.org>
8723
8724         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8725           walk the samples backwards if out_channels > in_channels so we don't
8726           overwrite data
8727
8728 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8729
8730         * gst/audioconvert/Makefile.am:
8731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8732         (gst_audio_convert_link), (gst_audio_convert_change_state),
8733         (gst_audio_convert_channels):
8734         * gst/audioconvert/gstchannelmix.c:
8735         (gst_audio_convert_unset_matrix),
8736         (gst_audio_convert_fill_identical),
8737         (gst_audio_convert_fill_compatible),
8738         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8739         (gst_audio_convert_fill_others),
8740         (gst_audio_convert_fill_normalize),
8741         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8742         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8743         * gst/audioconvert/gstchannelmix.h:
8744           Implement a channel mixer.
8745
8746 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8747
8748         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8749         * ext/alsa/gstalsa.h:
8750         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8751         Make alsasink actually honor gst_element_set_clock and use that
8752         clock instead of its internal one.
8753
8754 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8755
8756         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8757         (gst_play_base_bin_change_state): nullify source and decoder when
8758         going from READY to NULL so that we don't try to do weird stuff with
8759         them when going from NULL to READY
8760         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8761         instead of g_object_unref
8762         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8763         it should be correct
8764         (gst_play_bin_change_state): don't call remove_sinks if we are
8765         currently disposing the object
8766
8767 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8768
8769         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8770           Don't forget bass if it's there. Else left channel is silent...
8771
8772 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8773
8774         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8775         (gst_a52dec_change_state):
8776           Don't do sample adjusting anymore, we use float audio now.
8777         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8778           Don't fixate to non-existing properties.
8779
8780 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8781
8782         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8783         (gst_a52dec_change_state):
8784           Advertise that we can do surround sound.
8785
8786 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8787
8788         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8789           Add buffer-frames=0.
8790         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8791         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8792         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8793         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8794         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8795         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8796         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8797         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8798         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8799         * ext/dvdread/dvdreadsrc.h:
8800           Add seeking, querying for bytes, sectors, title, angle and
8801           chapter. Handle multiple chapters. Relicense to LGPL because
8802           Billy agreed on that (thanks Billy!).
8803
8804 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8805
8806         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8807         call parent dispose method
8808
8809 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8810
8811         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8812         (gst_audio_clock_get_internal_time):
8813         Fix active <-> inactive transitions: ensure time value always
8814         grows and avoid abrupt value changes.
8815
8816 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8817
8818         * configure.ac:
8819         * gst/tta/Makefile.am:
8820         * gst/tta/crc32.h:
8821         * gst/tta/filters.h:
8822         * gst/tta/gsttta.c:
8823         * gst/tta/gstttadec.c:
8824         * gst/tta/gstttadec.h:
8825         * gst/tta/gstttaparse.c:
8826         * gst/tta/gstttaparse.h:
8827         * gst/tta/ttadec.h:
8828           added TTA parser and decoder
8829
8830 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8831
8832         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8833         (probe_triggered), (check_queue), (buffer_underrun),
8834         (buffer_running), (buffer_overrun), (gen_source_element),
8835         (setup_source):
8836         * gst/playback/gstplaybasebin.h:
8837           Implement buffering. Needs some more work.
8838
8839 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8840
8841         * ext/theora/theoradec.c: (theora_dec_chain):
8842           Fix ilog mask range overflow.
8843
8844 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8845
8846         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8847           Don't omit the last (which in case of dmix is the only :) )
8848           channel count. Don't set channels if <= 2.
8849
8850 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8851
8852         * gst/playback/gstplaybin.c: (gen_video_element),
8853         (gen_audio_element): Removed 2 obsolete comments
8854
8855 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8856
8857         * ext/vorbis/oggvorbisenc.c
8858         * ext/vorbis/vorbisenc.c :
8859           change description fields of those plugins to differentiate them
8860           (pitivi show Encoders by description, they had the same one)
8861
8862 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8863
8864         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8865
8866         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8867         (gst_play_bin_set_property), (gen_video_element),
8868         (gen_audio_element):
8869           Refcounting fixes for provided audio-/videosinks.
8870
8871 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8872
8873         * gst/playback/gstplaybin.c: (gen_video_element),
8874         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8875           Don't reference all sinks, but only the video- and audiosinks.
8876           The vis. element should be disposed when we're done with it.
8877           We don't have any reason to keep it around. This fixes warnings
8878           when reusing playbin for playing multiple audio files with
8879           vis. enabled. Also release audio device on pause - idea stolen
8880           from Rhythmbox.
8881
8882 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8883
8884         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8885         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8886         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8887         * ext/alsa/gstalsaplugin.c: (plugin_init):
8888         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8889         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8890         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8891         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8892         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8893         (gst_faad_change_state), (plugin_init):
8894         * ext/faad/gstfaad.h:
8895         * ext/vorbis/vorbis.c: (plugin_init):
8896         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8897         * gst-libs/gst/audio/Makefile.am:
8898         * gst-libs/gst/audio/audio.c: (plugin_init):
8899         * gst-libs/gst/audio/multichannel.c:
8900         (gst_audio_check_channel_positions),
8901         (gst_audio_get_channel_positions),
8902         (gst_audio_set_channel_positions),
8903         (gst_audio_set_structure_channel_positions_list),
8904         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8905         (gst_audio_fixate_channel_positions):
8906         * gst-libs/gst/audio/multichannel.h:
8907         * gst-libs/gst/audio/testchannels.c: (main):
8908         * gst/audioconvert/gstaudioconvert.c:
8909         (gst_audio_convert_class_init), (gst_audio_convert_init),
8910         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8911         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8912         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8913         * gst/audioconvert/plugin.c: (plugin_init):
8914           Surround sound support.
8915
8916 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8917
8918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8919           Fix position for discont if we're close as well. Nitpicking, but
8920           saves a few milliseconds of extra waiting or skipping.
8921
8922 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8923
8924         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8925           We sometimes need parsers for playback, so add those too.
8926
8927 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8928
8929         * configure.ac:
8930         * gst/apetag/Makefile.am:
8931         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8932         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8933         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8934         (gst_ape_demux_get_src_query_types),
8935         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8936         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8937         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8938         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8939         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8940         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8941         (gst_ape_demux_change_state):
8942         * gst/apetag/apedemux.h:
8943         * gst/apetag/apetag.c: (plugin_init):
8944         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8945         (plugin_init):
8946           APE v1/2 tag reader plus typefind function.
8947
8948 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8949
8950         * configure.ac:
8951         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8953           Remove hacks for older core. Require newer core version
8954           accordingly.
8955
8956 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8957
8958         * gst/cdxaparse/Makefile.am:
8959         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8960         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8961         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8962         * gst/cdxaparse/gstcdxaparse.h:
8963         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8964         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8965         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8966         (gst_cdxastrip_get_src_query_types),
8967         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8968         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8969         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8970         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8971         * gst/cdxaparse/gstcdxastrip.h:
8972           SVCD/VCD header stripping separated from CDXA image parsing.
8973         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8974         (plugin_init):
8975           Add VCD/SVCD header typefinding for VCD/SVCD.
8976         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8977         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8978         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8979         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8980         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8981         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8982         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8983         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8984         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8985         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8986         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8987         * sys/vcd/vcdsrc.h:
8988           Fix up, add seeking, querying, URI interface. Works in totem now.
8989
8990 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8991
8992         * configure.ac:
8993           back to CVS
8994
8995 === release 0.8.6 ===
8996
8997 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8998
8999         * NEWS:
9000         * RELEASE:
9001         * configure.ac:
9002         * po/af.po:
9003         * po/az.po:
9004         * po/cs.po:
9005         * po/en_GB.po:
9006         * po/hu.po:
9007         * po/it.po:
9008         * po/nb.po:
9009         * po/nl.po:
9010         * po/or.po:
9011         * po/sq.po:
9012         * po/sr.po:
9013         * po/sv.po:
9014         * po/uk.po:
9015           releasing 0.8.6, "IOU Love"
9016
9017 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9018
9019         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9020
9021         * gst/playback/gstplaybasebin.c:
9022           Fix unplayable files error handling.  Fixes #158365
9023
9024 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9025
9026         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9027
9028         * gst/typefind/gsttypefindfunctions.c:
9029           Fix broken mp3 typefinding.  Fixes #158375
9030
9031 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9032
9033         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
9034
9035         * ext/ogg/gstoggdemux.c:
9036           Fix sync on broken files.  Fixes #158976
9037
9038 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9039
9040         patch by: Edward Hervey <bilboed@bilboed.com>
9041
9042         * ext/libpng/gstpngenc.c:
9043           Copy over buffer properties.  Fixes #158832
9044
9045 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9046
9047         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
9048
9049         * ext/dvdread/dvdreadsrc.c:
9050           Fixes invalid reads (#158462)
9051
9052 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9053
9054         * sys/v4l/gstv4lsrc.c:
9055         * sys/v4l/gstv4lsrc.h:
9056         * sys/v4l/v4lsrc_calls.c:
9057           Probe less and cache it.  Fixes #159187.
9058
9059 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9060
9061         * gst/videorate/gstvideorate.c:
9062           Handle all video formats. Fixes #159186.
9063
9064 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
9065         * gst/synaesthesia/gstsynaesthesia.c:
9066         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
9067         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
9068         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
9069         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
9070         (gst_synaesthesia_change_state), (plugin_init):
9071         Fix up synaesthesia to work under different samplerates/ buffer sizes.
9072         Force 320x200 output, as that's the only thing the underlying
9073         synaesthesia implementation supports. Still needs to be made
9074         re-entrant.
9075
9076 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9077
9078         * configure.ac:
9079           Fix mpeg2enc configure check (similar to mplex check below).
9080
9081 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9082
9083         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9084
9085         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9086           Fix for gcc-2.95 (fixes #158221).
9087
9088 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9089
9090         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9091           Re-add clock distribution hack (until new core is released).
9092           Fixes #158125.
9093
9094 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9095         * configure.ac:
9096           fix mplex configure check segfaulting on some systems (bug #140994)
9097
9098 2004-11-13  Benjamin Otte  <otte@gnome.org>
9099
9100         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9101           add debugging
9102         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9103           do a wait when we enter the loop func with no data available to
9104           write instead of getting into an 100% CPU loop by just returning and
9105           being called again by the scheduler
9106
9107 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9108
9109         * configure.ac:
9110         * ext/libvisual/visual.c: (gst_visual_get_type),
9111         (libvisual_log_handler), (gst_visual_getcaps),
9112         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9113         (plugin_init):
9114           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9115         * ext/smoothwave/Makefile.am:
9116         * ext/smoothwave/demo-osssrc.c: (main):
9117         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9118         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9119         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9120         (plugin_init):
9121         * ext/smoothwave/gstsmoothwave.h:
9122           Make gstsmoothwave a working element in the 20th century.
9123
9124         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9125           Fix incorrect link function
9126
9127 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9128
9129         * gst/volume/gstvolume.c:
9130           Allow buffer-frames=0.
9131
9132 2004-11-12 Iain <iaingnome@gmail.com>
9133
9134         * configure.ac: Check for polypaudio
9135
9136         * ext/Makefile.am: Build the polyp dir
9137
9138         * ext/polyp: The polypsink sources.
9139
9140 2004-10-30 Iain <iaingnome@gmail.com>
9141
9142         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9143         caps to reflect the new number of channels.
9144
9145 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9146
9147         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9148           Fix for negotiation order problem. This would show when the
9149           ALSA loopfuction was called before any other function. ALSA
9150           wouldn't do anything because we're not negotiated yet, leading
9151           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9152
9153 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9154
9155         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9156
9157         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9158           No warnings (#157986).
9159
9160 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9161
9162         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9163           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9164
9165 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9166
9167         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9168           Signal no-more-pads (so it works in playbin).
9169
9170 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9171
9172         * ext/musepack/gstmusepackreader.cpp:
9173           Workaround for older core.
9174
9175 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9176
9177         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9178           Actually test for odd width/height rather than testing whether
9179           a temporary variable that was 0 before we subtracted 1 is now
9180           not equal to zero (which it always is).
9181
9182 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9183
9184         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9185         Fix compilation if HAVE_XVIDEO is not defined
9186
9187 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9188
9189         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9190         Fix compilation if HAVE_XVIDEO is not defined
9191
9192 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9193
9194         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9195         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9196         (gst_goom_change_state), (plugin_init):
9197         Use the bytestream adapter so goom doesn't depend on the input
9198         buffer size.
9199         Add a debug category
9200
9201 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9202
9203         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9204           Only set hardware parameters *after* negotiation. Before
9205           negotiation, it will set ANY and that seems to cause crashes
9206           (see e.g. #151288, #153227).
9207
9208 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9209
9210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9211           This seems to be antique leftover. It needs to pass error
9212           checking.
9213         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9214         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9215         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9216         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9217           Fix GstXOverlay implementation (#151059).
9218
9219 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9220
9221         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9222           Don't assert (#157853).
9223
9224 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9225
9226         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9227           Fix bytes/samples confustion.
9228         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9229           Fix for underrun (#144389).
9230
9231 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9232
9233         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9234           Disable halfway-seek for pending release (since it needs a new
9235           core release).
9236
9237 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9238
9239         * sys/v4l/gstv4lsrc.c:
9240         * sys/v4l/gstv4lsrc.h:
9241         * sys/v4l/v4lsrc_calls.c:
9242           add autoprobe-fps property so we can separate autoprobing parts
9243
9244 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9245
9246         * sys/v4l/gstv4lsrc.c:
9247         * sys/v4l/v4lsrc_calls.c:
9248         initialise fourcc to catch unset fourcc's, and debug
9249
9250 2004-11-09  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/playback/README:
9253         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9254         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9255         (gst_play_bin_dispose), (gst_play_bin_set_property),
9256         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9257         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9258         (gst_play_bin_get_formats), (gst_play_bin_convert),
9259         (gst_play_bin_get_query_types), (gst_play_bin_query):
9260         Cleanups and some more documentation.
9261
9262 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9263
9264         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9265         (gst_cacasink_init), (gst_cacasink_chain):
9266         * ext/libcaca/gstcacasink.h:
9267         Cacasink inherits from VideoSink, so let that store the clock.
9268
9269 2004-11-09  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/playback/README:
9272         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9273         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9274         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9275         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9276         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9277         (setup_sinks):
9278         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9279         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9280         * gst/playback/gststreaminfo.h:
9281         Updated README.
9282         Only switch groups if all streams have muted (EOSed).
9283         Send Tags in sync with the stream playback instead of in
9284         the playback/preroll phase.
9285         Some cleanups, free the fakesrc elements.
9286
9287 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9288
9289         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9290           buffer-frames property was missing
9291         * ext/arts/gst_arts.c:
9292           rate missing from sinkcaps
9293         * ext/audiofile/gstafparse.c:
9294         * ext/audiofile/gstafsink.c:
9295         * ext/audiofile/gstafsrc.c:
9296         * ext/swfdec/gstswfdec.c:
9297           int audio doesn't know buffer-frames
9298         * ext/cdparanoia/gstcdparanoia.c:
9299           int audio doesn't know chunksize either
9300         * ext/nas/nassink.c:
9301           it's endianness, not endianess
9302         * gst-libs/gst/audio/audio.h:
9303           make float standard pad template caps really describe float
9304         * gst/law/mulaw.c: (linear_factory):
9305           signed only, please
9306         * gst/mpegstream/gstdvddemux.c:
9307           widths of 20 are not valid
9308
9309 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9310
9311         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9312
9313         * po/LINGUAS:
9314         * po/it.po:
9315           Add Italian
9316
9317 2004-11-08  Wim Taymans  <wim@fluendo.com>
9318
9319         * gst/playback/README:
9320         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9321         * gst/playback/gstplaybasebin.c: (probe_triggered),
9322         (gst_play_base_bin_change_state):
9323         Updated README, added more comments for fixmes etc..
9324
9325 2004-11-08  Wim Taymans  <wim@fluendo.com>
9326
9327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9328         We can remove this hack now.
9329
9330 2004-11-08  Wim Taymans  <wim@fluendo.com>
9331
9332         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9333         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9334         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9335         Only mix AYUV for maximum quality.
9336
9337 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9338
9339         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9340         (gst_ogg_demux_push), (gst_ogg_pad_push):
9341           Let's act as if we're synchronized now! :).
9342         * ext/theora/theoradec.c: (theora_dec_chain):
9343           Add some debug.
9344
9345 2004-11-08  Wim Taymans  <wim@fluendo.com>
9346
9347         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9348         (gst_alpha_set_property), (gst_alpha_sink_link),
9349         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9350         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9351         (gst_alpha_init_params), (gst_alpha_chain):
9352         Implement alpha functions for AYUV too, this increases
9353         accuracy quite a bit.
9354
9355 2004-11-08  Wim Taymans  <wim@fluendo.com>
9356
9357         * gst/ffmpegcolorspace/avcodec.h:
9358         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9359         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9360         (gst_ffmpegcsp_avpicture_fill):
9361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9362         (gst_ffmpegcsp_caps_remove_format_info):
9363         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9364         (shrink12), (img_get_alpha_info), (deinterlace_line),
9365         (deinterlace_line_inplace):
9366         * gst/ffmpegcolorspace/imgconvert_template.h:
9367         Added AYUV colorspace and handle RGBA a bit more respectful.
9368
9369 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9370
9371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9372           Actually always send a discont (cornercase when resending the
9373           same serial-tagged chain twice).
9374
9375 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9376
9377         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9378         (gst_ximagesink_finalize):
9379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9380         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9381
9382 2004-11-08  Wim Taymans  <wim@fluendo.com>
9383
9384         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9385         Don't segfault on NULL data.
9386
9387 2004-11-08  Wim Taymans  <wim@fluendo.com>
9388
9389         * gst/playback/gstdecodebin.c: (unlinked):
9390         * gst/playback/gstplay-marshal.list:
9391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9392         (gst_play_base_bin_init), (group_create), (get_active_group),
9393         (get_building_group), (group_destroy), (group_commit),
9394         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9395         (add_element_stream), (no_more_pads), (probe_triggered),
9396         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9397         (state_change), (setup_source), (gst_play_base_bin_get_property),
9398         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9399         (gst_play_base_bin_link_stream),
9400         (gst_play_base_bin_get_streaminfo):
9401         * gst/playback/gstplaybasebin.h:
9402         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9403         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9404         Add support for chained ogg files. Prepare for playlist
9405         support. This patch introduces the concept of pad groups, which
9406         together compose one playable media file.
9407
9408 2004-11-07  David Schleef  <ds@schleef.org>
9409
9410         * testsuite/gst-lint: Check for pad templates that aren't statically
9411         scoped.
9412
9413 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9414
9415         * configure.ac:
9416         * ext/Makefile.am:
9417         * ext/musepack/Makefile.am:
9418         * ext/musepack/gstmusepackdec.cpp:
9419         * ext/musepack/gstmusepackdec.h:
9420         * ext/musepack/gstmusepackreader.cpp:
9421         * ext/musepack/gstmusepackreader.h:
9422           Add musepack decoder.
9423         * ext/faad/gstfaad.c: (gst_faad_base_init):
9424           Make pad templates static.
9425         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9426         (plugin_init):
9427           Add musepack typefinder, make mp3 typefinding work halfway stream,
9428           which doesn't actually work yet because id3demux doesn't implement
9429           _get_length().
9430
9431 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9432
9433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9434         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9435           Fix interrupt event handling (#144436).
9436
9437 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9438
9439         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9440           Hide unused glory.
9441
9442 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9443
9444         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9445
9446         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9447           Fix weird caps (#157548).
9448
9449 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9450
9451         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9452
9453         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9454           Add missing NULL terminator (#157543).
9455
9456 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9457
9458         * gst/tcp/gsttcp.h:
9459         * gst/tcp/gsttcpclientsink.c:
9460         * gst/tcp/gsttcpclientsrc.c:
9461         * gst/tcp/gsttcpserversink.c:
9462         * gst/tcp/gsttcpserversrc.c:
9463           ports can go up to 65535.  Move common defines to gsttcp.h
9464
9465 2004-11-05  Wim Taymans  <wim@fluendo.com>
9466
9467         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9468         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9469         Added two more colorspaces.
9470
9471 2004-11-05  Wim Taymans  <wim@fluendo.com>
9472
9473         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9474         (gst_ffmpegcsp_avpicture_fill):
9475         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9476         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9477         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9478         More stride fixes.
9479
9480 2004-11-05  Wim Taymans  <wim@fluendo.com>
9481
9482         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9483         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9484         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9485         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9486         (gst_videomixer_loop):
9487         More stride fixes.
9488
9489 2004-11-05  Benjamin Otte  <otte@gnome.org>
9490
9491         * ext/mad/gstmad.c: (gst_mad_chain):
9492           don't overflow data buffer. Flush not needed sync data when syncing
9493           failed.
9494
9495 2004-11-04  Wim Taymans  <wim@fluendo.com>
9496
9497         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9498         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9499         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9500         (gst_alpha_init_params), (gst_alpha_chain),
9501         (gst_alpha_change_state):
9502         Updated the chroma keying algorithm with something more
9503         sophisticated.
9504
9505 2004-11-03  Wim Taymans  <wim@fluendo.com>
9506
9507         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9508         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9509         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9510         Fix stride issues. Does not completely work for odd
9511         heights.
9512
9513 2004-11-03  Wim Taymans  <wim@fluendo.com>
9514
9515         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9516         (gst_alpha_chroma_key), (gst_alpha_chain):
9517         Fix stride issues. Does not completely work for odd
9518         heights.
9519
9520 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9521
9522         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9523         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9524         leak fixes
9525
9526 2004-11-03  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9529         (gst_ffmpegcsp_avpicture_fill):
9530         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9531         (avpicture_alloc):
9532         * gst/ffmpegcolorspace/imgconvert_template.h:
9533         Use correct _fill function to get correct strides.
9534
9535 2004-11-02  David Schleef  <ds@schleef.org>
9536
9537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9538         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9539         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9540         Change all g_print()s to debugging.  Add a bunch of consistency
9541         checks.
9542
9543 2004-11-02  Wim Taymans  <wim@fluendo.com>
9544
9545         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9546         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9547         (unlinked), (no_more_pads), (close_link):
9548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9549         (unknown_type), (add_element_stream), (new_decoded_pad),
9550         (removed_decoded_pad), (setup_source):
9551         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9552         (gst_stream_info_class_init), (gst_stream_info_init),
9553         (gst_stream_info_new), (gst_stream_info_dispose),
9554         (stream_info_mute_pad), (gst_stream_info_set_property),
9555         (gst_stream_info_get_property):
9556         * gst/playback/gststreaminfo.h:
9557         Fix playback of multiple files.
9558         a slightly different approach to handling dynamic pad removals.
9559         This one only looks at pads that we have linked.
9560
9561 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9562
9563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9564         free" warning from libc.
9565
9566 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9567
9568         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9569         (get_unconnected_element), (remove_starting_from), (pad_removed),
9570         (close_link):
9571           Implement support for dynamic pad changing. We listen to "live"
9572           pad removals (i.e. while playing) and re-setup autoplugging
9573           after that. Playbasebin/playbin need some more work for this
9574           to finally work, but decodebin supports (and replugs) chained
9575           ogg now.
9576
9577 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9578
9579         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9580         (gst_alsa_finalize):
9581         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9582         (gst_cdaudio_finalize):
9583         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9584         (cdparanoia_finalize):
9585         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9586         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9587         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9588         (dvdreadsrc_finalize):
9589         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9590         (gst_flacdec_finalize):
9591         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9592         (gst_flacenc_finalize):
9593         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9594         (gst_gnomevfssink_finalize):
9595         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9596         (gst_gnomevfssrc_finalize):
9597         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9598         (gst_fameenc_finalize):
9599         * ext/nas/nassink.c: (gst_nassink_class_init),
9600         (gst_nassink_finalize):
9601         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9602         (gst_sdlvideosink_class_init):
9603         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9604         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9605         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9606         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9607         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9608         (gst_x_window_listener_dispose):
9609         * gst/audioscale/gstaudioscale.c:
9610         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9611         (play_on_demand_finalize):
9612         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9613         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9614         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9615         (cdplayer_finalize):
9616         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9617         (gst_glimagesink_class_init):
9618         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9619         (gst_osselement_finalize):
9620         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9621         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9622         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9623           Fixes a bunch of problems with finalize and dispose functions,
9624           either assumptions that dispose is only called once, or not calling
9625           the parent class dispose/finalize function
9626
9627 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9628
9629         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9630           added two api precondition guards
9631           use g_strdup with getenv to fix crash when using ENVVAR
9632
9633 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9634         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9635         (gst_esdsink_finalize):
9636         Use a finalize function, not dispose, and more importantly,
9637         call the parent class finalize function too
9638
9639 2004-11-01  Johan Dahlin  <johan@gnome.org>
9640
9641         * ext/ogg/gstoggdemux.c:
9642         * gst/tags/gstvorbistag.c:
9643         Plug leaks.
9644
9645 2004-10-31  Benjamin Otte  <otte@gnome.org>
9646
9647         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9648           lotsa memleaks today. But they're all small...
9649
9650 2004-10-31  Benjamin Otte  <otte@gnome.org>
9651
9652         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9653           another memleak crushed
9654
9655 2004-10-31  Benjamin Otte  <otte@gnome.org>
9656
9657         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9658           fix memleak
9659
9660 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9661
9662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9663           Hack to prevent crash when going to READY inside signal handler
9664           while this function is active.
9665
9666 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9667
9668         * gst/ffmpegcolorspace/Makefile.am:
9669         * gst/ffmpegcolorspace/avcodec.h:
9670         * gst/ffmpegcolorspace/common.h:
9671         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9672         * gst/ffmpegcolorspace/dsputil.h:
9673         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9675         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9676         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9677         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9678         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9679         (gst_ffmpegcsp_avpicture_fill):
9680         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9681         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9682         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9683         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9684         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9685         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9686         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9687         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9688         * gst/ffmpegcolorspace/imgconvert.c:
9689         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9690         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9691         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9692         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9693         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9694         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9695         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9696         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9697         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9698         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9699         (grow21), (grow22), (grow41), (grow44), (conv411),
9700         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9701         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9702         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9703         (avpicture_free), (is_yuv_planar), (img_convert),
9704         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9705         (deinterlace_line_inplace), (deinterlace_bottom_field),
9706         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9707         * gst/ffmpegcolorspace/imgconvert_template.h:
9708         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9709         * gst/ffmpegcolorspace/mmx.h:
9710         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9711         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9712         (av_freep), (avcodec_get_context_defaults),
9713         (avcodec_alloc_context), (avcodec_init):
9714           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9715           handling plus update from ffmpeg CVS. Large clean-up.
9716
9717 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9718
9719         * gst/playback/Makefile.am:
9720           We need the marshallers for decodebin, too.
9721
9722 2004-10-30  David Schleef  <ds@schleef.org>
9723
9724         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9725           quicktime typefinding work with 64-bit offsets.
9726
9727 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9728
9729         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9730           Set EOS on the element when processing an EOS event.
9731         * ext/speex/gstspeexdec.h:
9732         * ext/speex/gstspeexenc.h:
9733           Only keep a const ptr to the mode
9734         * gst-libs/gst/riff/riff-media.c:
9735         (gst_riff_create_audio_caps_with_data),
9736         (gst_riff_create_audio_template_caps):
9737           Allow WMAV3, with up to 6 channels.
9738         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9739           Don't call gst_pad_set_event_function on a sink pad.
9740         * gst/mpegstream/gstdvddemux.c:
9741         (gst_dvd_demux_get_subpicture_stream),
9742         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9743           Copy the explicit caps that were set across to the cur_* pads,
9744           instead of trying to use a possibly non-existent negotiated caps.
9745           Reset the type of subpicture pads to UNKNOWN after calling
9746           init_stream, so that the caps get set.
9747
9748 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9749
9750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9751
9752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9753           Don't touch buffer if it is of size 0 (fixes #151064).
9754
9755 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9756
9757         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9758           Synchronized discont handling.
9759
9760 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9761
9762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9763         (gst_ogg_demux_push):
9764           Make seeking sort-of exact again (fixes #156387).
9765
9766 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9767
9768         * gst/playback/gstplaybasebin.c: (unknown_type),
9769         (add_element_stream), (new_decoded_pad),
9770         (gst_play_base_bin_change_state):
9771         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9772         (gst_stream_info_init), (gst_stream_info_new),
9773         (gst_stream_info_dispose), (gst_stream_info_get_property):
9774         * gst/playback/gststreaminfo.h:
9775           Make caps explicitely available. Makes testing for unsupported
9776           types possible. Improves error reporting.
9777
9778 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9779
9780         * gst/audioconvert/gstaudioconvert.c:
9781         (gst_audio_convert_buffer_to_default_format):
9782           Really don't touch read-only buffers (#156563).
9783
9784 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9785
9786         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9787
9788         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9789           Fix memleak (#155223).
9790
9791 2004-10-29  Wim Taymans  <wim@fluendo.com>
9792
9793         * gst/tcp/.cvsignore:
9794         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9795         (gst_multifdsink_class_init), (gst_multifdsink_init),
9796         (gst_multifdsink_add), (gst_multifdsink_remove),
9797         (gst_multifdsink_remove_client_link), (is_sync_frame),
9798         (gst_multifdsink_new_client),
9799         (gst_multifdsink_handle_client_write),
9800         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9801         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9802         (gst_multifdsink_get_property):
9803         * gst/tcp/gstmultifdsink.h:
9804         Added burst on connect sync_method, deprecated sync_clients,
9805         streamlined the sync code some more.
9806
9807 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9808
9809         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9810         (gst_play_base_bin_change_state):
9811           Improve error reporting.
9812
9813 2004-10-28  Wim Taymans  <wim@fluendo.com>
9814
9815         * gst/tcp/Makefile.am:
9816         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9817         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9818         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9819         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9820         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9821         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9822         (gst_fdset_wait):
9823         Added more locks around fdset structures. Fixed/reworked
9824         the poll array resizing code.
9825         Added stress test for fdset.
9826
9827 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9828
9829         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9830         fix build
9831
9832 2004-10-28  Benjamin Otte  <otte@gnome.org>
9833
9834         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9835           fix link function to always query channels and query width for
9836           floats
9837         * configure.ac:
9838           add equalizer dir
9839         * gst/equalizer/Makefile.am:
9840         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9841         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9842         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9843         (arg_to_scale), (setup_filter),
9844         (gst_iir_equalizer_compute_frequencies),
9845         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9846         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9847         (plugin_init):
9848           add an equalizer
9849
9850 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9851
9852         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9853
9854         * po/LINGUAS:
9855         * po/nb.po:
9856           Added Norwegian Bokmaal translation
9857
9858 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9859
9860         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9861           Don't break on options (fixes #156488).
9862
9863 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9864
9865         * configure.ac:
9866         * ext/cdaudio/Makefile.am:
9867         * sys/Makefile.am:
9868           fix build on older automake
9869
9870 2004-10-26  Wim Taymans  <wim@fluendo.com>
9871
9872         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9873         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9874         Allow a little margin when negotiating the framerate.
9875
9876 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9877
9878         * gst/level/gstlevel.c:
9879           synchonised naming of pads and pad-templates
9880
9881 2004-10-26  Wim Taymans  <wim@fluendo.com>
9882
9883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9884         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9885         (_find_streams_check), (gst_ogg_demux_push):
9886         Fix EOS again. Needs to be done in a better way. We should not
9887         remove the pad if there is no new chained stream.
9888
9889 2004-10-26 Iain <iaingnome@gmail.com>
9890
9891         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9892         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9893         of the caps.
9894         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9895         pad.
9896         (interleave_release_pad): Remove the pad.
9897         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9898         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9899         the set device.
9900         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9901         attrs
9902         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9903         (gst_xvimagesink_finalize): Free the par.
9904
9905 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9906
9907         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9908         (gst_avimux_stop_file):
9909           First calculate the rate, and only then use it. Hdr.rate is a
9910           multiple and not a derivative of hdr.scale. Scale is not the
9911           same as blockalign but is solely related to rate.
9912
9913 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9914
9915         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9916         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9917           Implement seeking.
9918
9919 2004-10-25  James Henstridge  <james@jamesh.id.au>
9920
9921         Reviewed by:  David Schleef  <ds@schleef.org>
9922
9923         * examples/gstplay/player.c: (got_stream_length), (main):
9924         * examples/seeking/cdplayer.c: (update_scale):
9925         * examples/seeking/seek.c: (format_value), (update_scale):
9926         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9927         (stop_seek):
9928         Build fixes on AMD64.
9929
9930 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9931
9932         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9933
9934         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9935         Fix for some v4l cards which hang in v4lsrc
9936
9937 2004-10-25  Wim Taymans  <wim@fluendo.com>
9938
9939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9940         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9941         Make sure to remove the pad when a new chain is
9942         encountered. Set some vars to NULL so we don't try
9943         to reference freed memory.
9944
9945 2004-10-25  Wim Taymans  <wim@fluendo.com>
9946
9947         * examples/seeking/Makefile.am:
9948         * examples/seeking/cdplayer.c: (update_scale):
9949         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9950         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9951         (format_value), (update_scale), (iterate), (start_seek),
9952         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9953         (print_usage), (main):
9954         Added some more examples, update others.
9955
9956 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9957
9958         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9959         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9960         * ext/theora/theoradec.c: (theora_dec_chain):
9961         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9962           Add codec-name metadata.
9963
9964 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9965
9966         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9967
9968         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9969         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9970         * ext/alsa/gstalsamixertrack.h:
9971         * po/POTFILES.in:
9972           ALSA mixer track label internationalization (#154054).
9973
9974 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * ext/theora/theoradec.c: (theora_dec_chain):
9977           Export bitrate as metadata.
9978
9979 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9980
9981         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9982         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9983         * ext/alsa/gstalsamixertrack.h:
9984           Fix names, fix loop.
9985
9986 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9987
9988         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9989         (speex_dec_convert):
9990           sinkconvert function so oggdemux can get the file length (totem).
9991
9992 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9993
9994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9997           Don't push incomplete packets.
9998         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9999           Fix MPEG-4 audio typefinding.
10000
10001 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10002
10003         * sys/v4l/Makefile.am:
10004         * sys/v4l/gstv4l.c: (plugin_init):
10005         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
10006         (gst_v4lelement_init), (gst_v4lelement_dispose),
10007         (gst_v4lelement_change_state):
10008         * sys/v4l/gstv4lelement.h:
10009         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
10010         (gst_v4l_xoverlay_close), (idle_refresh),
10011         (gst_v4l_xoverlay_set_xwindow_id):
10012         * sys/v4l/gstv4lxoverlay.h:
10013         * sys/v4l/v4l-overlay_calls.c:
10014         * sys/v4l/v4l_calls.h:
10015         * sys/v4l2/Makefile.am:
10016         * sys/v4l2/gstv4l2.c: (plugin_init):
10017         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
10018         (gst_v4l2element_init), (gst_v4l2element_dispose),
10019         (gst_v4l2element_change_state):
10020         * sys/v4l2/gstv4l2element.h:
10021         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
10022         (gst_v4l2_xoverlay_close), (idle_refresh),
10023         (gst_v4l2_xoverlay_set_xwindow_id):
10024         * sys/v4l2/gstv4l2xoverlay.h:
10025         * sys/v4l2/v4l2-overlay_calls.c:
10026         * sys/v4l2/v4l2_calls.h:
10027           Remove client-side overlay handling, use the X-server v4l plugin
10028           for that. Nicer overlay, less code. Also make the plugin
10029           compileable without X (but then without overlay, obviously).
10030           Makes xwindowlistener obsolete, should we remove that?
10031
10032 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10033
10034         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
10035         (gst_osssrc_src_query):
10036         * sys/oss/gstosssrc.h:
10037           OK, so people want offset in DEFAULT. This time, actually fix all
10038           cases.
10039         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10040           Add FPS properly.
10041
10042 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10043
10044         * gst/asfdemux/gstasfmux.c:
10045         * gst/avi/gstavimux.c:
10046           Framerate.
10047
10048 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10049
10050         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
10051           Fix properties (channel, norm, frequency).
10052
10053 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10054
10055         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
10056           Flag typo.
10057         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
10058           No warnings.
10059
10060 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10061
10062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
10063           Fix hang.
10064
10065 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10066
10067         * sys/v4l2/gstv4l2element.h:
10068           Yet Another Hack (tm) for kernel header borkedness.
10069         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10070         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
10071         (gst_v4l2src_link), (gst_v4l2src_getcaps),
10072         (gst_v4l2src_change_state):
10073         * sys/v4l2/gstv4l2src.h:
10074         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
10075         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
10076           Fix caps, keep track of state, work.
10077
10078 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10081           Quiet.
10082
10083 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10084
10085         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10086           Don't mix bytes and samples.
10087
10088 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10089
10090         * ext/ogg/gstoggmux.c:
10091           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10092           and theora. Any is incorrect.
10093         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10094           Fix caps.
10095         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10096         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10097         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10098         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10099         * sys/v4l/gstv4lmjpegsrc.h:
10100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10101         (gst_v4lsrc_change_state):
10102         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10103         (gst_v4lmjpegsrc_capture_stop):
10104           Fix caps. Keep track of internal state. Work.
10105
10106 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10107
10108         * ext/Makefile.am:
10109           Fix the build fixes.
10110
10111 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10112
10113         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10114         (gst_ogg_demux_src_event), (_find_chain_seek),
10115         (gst_ogg_pad_push):
10116           Check for pad availability before using it.
10117         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10118           Fix parsing of chained ogg. Needs more work on the decoder side.
10119
10120 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10121
10122         * gst/spectrum/Makefile.am:
10123         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10124         (idle_func):
10125           Fix demo and reenable it. Yes, I'm currently playing with audio
10126           analysis tools
10127
10128 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10129
10130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10131           We love it if files that start at zero work too...
10132
10133 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10134
10135         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10136           Handle files with missing EOS headers.
10137
10138 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10139
10140         * gst/tcp/gsttcpserversink.c:
10141         (gst_tcpserversink_handle_server_read),
10142         (gst_tcpserversink_init_send):
10143         Zero some variables first (need for accept not to return EINVAL)
10144
10145 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10146
10147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10148         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10149         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10150         (theora_dec_chain):
10151         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10152         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10153           Seeking and querying finetune.
10154
10155 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10156
10157         * configure.ac:
10158         * ext/Makefile.am:
10159         * ext/raw1394/Makefile.am:
10160           fix the build
10161
10162 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10163
10164         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10165           Wrong return.
10166         * gst/playback/Makefile.am:
10167         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10168         * gst/playback/gstplay-marshal.list:
10169         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10170           Fix marshallers.
10171
10172 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10175           Silence.
10176
10177 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10178
10179         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10180         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10181         (gst_ogg_pad_push):
10182           Yay for non-lineair granulepos in theora.
10183
10184 2004-10-18  Wim Taymans  <wim@fluendo.com>
10185
10186         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10187         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10188         * ext/dv/gstdvdec.h:
10189         Make sure we renegotiate aspect ratio when the camera switches.
10190
10191 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10192
10193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10194         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10195           Start at zero.
10196         * ext/theora/theoradec.c: (theora_dec_chain):
10197           Skip headers. Bad idea for chained ogg, but fixes seeking.
10198
10199 2004-10-18  Wim Taymans  <wim@fluendo.com>
10200
10201         * configure.ac:
10202         I swear, this is the last time I touch this.
10203
10204 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10205
10206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10207         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10208         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10209           Faster seeking.
10210         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10211           Time-to-default conversion.
10212         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10213           Don't error on unknown packets, just skip. We should probably
10214           read them if we want to support chained ogg.
10215
10216 2004-10-18  Wim Taymans  <wim@fluendo.com>
10217
10218         * configure.ac:
10219         Added cdaudio to wrong list.
10220
10221 2004-10-18  Wim Taymans  <wim@fluendo.com>
10222
10223         * configure.ac:
10224         Revive cdaudio.
10225
10226 2004-10-18  Wim Taymans  <wim@fluendo.com>
10227
10228         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10229         (gst_dvdec_video_link), (gst_dvdec_push):
10230         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10231         (gst_smokeenc_resync), (gst_smokeenc_chain):
10232         Fix mimetype on smoke encoder.
10233         Add aspect ratio to dvdec. Not sure if these
10234         values are correct though....
10235
10236 2004-10-18  Wim Taymans  <wim@fluendo.com>
10237
10238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10239         Fix vorbis property descriptions and ranges.
10240
10241 2004-10-18  Wim Taymans  <wim@fluendo.com>
10242
10243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10244         Really do nothing when no data is available.
10245         Go to the playing state when the stream is not seekable
10246         instead of failing.
10247
10248 2004-10-18  Wim Taymans  <wim@fluendo.com>
10249
10250         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10251         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10252         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10253         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10254         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10255         Added uri handler for cd://
10256         Port to new API.
10257
10258 2004-10-18  Wim Taymans  <wim@fluendo.com>
10259
10260         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10261         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10262         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10263         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10264         (remove_prerolls), (unknown_type), (add_element_stream),
10265         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10266         (gst_play_base_bin_remove_element),
10267         (gst_play_base_bin_link_stream):
10268         * gst/playback/gstplaybin.c: (gen_video_element),
10269         (gen_vis_element), (remove_sinks), (setup_sinks):
10270         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10271         (gst_stream_info_get_type), (gst_stream_info_class_init),
10272         (gst_stream_info_init), (gst_stream_info_new),
10273         (gst_stream_info_dispose), (stream_info_mute_pad),
10274         (gst_stream_info_set_property), (gst_stream_info_get_property):
10275         * gst/playback/gststreaminfo.h:
10276         Add sink padtemplate to decodebin.
10277         Added some more comments.
10278         Make queue size configurable in playbasebin.
10279         Added possibility to use elements as sinks (ex cdaudio).
10280
10281 2004-10-15  Wim Taymans  <wim@fluendo.com>
10282
10283         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10284         (gst_speexenc_chain):
10285         Fix speex timestamps so that it gets muxed properly.
10286
10287 2004-10-15  Wim Taymans  <wim@fluendo.com>
10288
10289         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10290         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10291         (gst_dv1394src_init), (gst_dv1394src_dispose),
10292         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10293         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10294         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10295         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10296         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10297         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10298         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10299         * ext/raw1394/gstdv1394src.h:
10300         Added conversion/query functions.
10301         Update buffer timestamps,
10302         Added signals.
10303         Added uri dv:// so it might play from the firewire in playbin.
10304         Fix a possible leak.
10305         Added debugging.
10306
10307 2004-10-15  Wim Taymans  <wim@fluendo.com>
10308
10309         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10310         (gst_dv1394src_init), (gst_dv1394src_set_property),
10311         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10312         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10313         * ext/raw1394/gstdv1394src.h:
10314         Added AV/C VTR control support needed for some cameras.
10315         Added automatic port detection.
10316         Added properties for selecting the channel.
10317         The configure.ac script is not yet updated to reflect the
10318         new libavc1394 and librom1394 dependencies.
10319
10320 2004-10-15  Wim Taymans  <wim@fluendo.com>
10321
10322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10323         (qtdemux_parse), (gst_qtdemux_handle_esds):
10324         An esds box is not a container.
10325         Fix parsing of mp4v boxes.
10326         Do not try to renegotiate fps for each frame. Need to
10327         find a better method. This should fix mp4 playback.
10328
10329 2004-10-14  David Schleef  <ds@schleef.org>
10330
10331         * configure.ac: update for swfdec-0.3 and liboil-0.2
10332         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10333         * ext/swfdec/gstswfdec.h: same
10334         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10335         * gst/videotestsrc/videotestsrc.c: same
10336
10337 2004-10-14  Wim Taymans  <wim@fluendo.com>
10338
10339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10340         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10341         (is_sync_frame), (gst_multifdsink_new_client),
10342         (gst_multifdsink_handle_client_write),
10343         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10344         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10345         Turn warnings into info.
10346         Don't allow a state change in the streaming thread.
10347
10348 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * ext/vorbis/oggvorbisenc.c:
10351         * ext/vorbis/vorbisdec.c:
10352           fix template sample rate
10353
10354 2004-10-13  Wim Taymans  <wim@fluendo.com>
10355
10356         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10357         Decoding the header first fixes some problems in resyncing
10358         in more mp3s.
10359
10360 2004-10-12  Wim Taymans  <wim@fluendo.com>
10361
10362         * gst/playback/gstplaybin.c: (gen_video_element),
10363         (gen_vis_element), (remove_sinks), (setup_sinks):
10364         Added vis plugin support, need to configure the vis
10365         element to activate it.
10366
10367 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10368
10369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10370         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10371           Some debug.
10372         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10373         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10374         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10375         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10376         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10377         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10378         * gst/avi/gstavidemux.h:
10379           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10380           recovery (where, if part of the index is broken, we will still read
10381           the rest of the index and recover the broken part by stream
10382           scanning). More broken media support. EOS workarounds. General AVI
10383           braindamage headache recovery. Aspirin included.
10384
10385 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10386
10387         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10388         (cdparanoia_event), (cdparanoia_query):
10389           Get rid of hideous lead-in.
10390
10391 2004-10-11  Wim Taymans  <wim@fluendo.com>
10392
10393         * gst/playback/gstplaybasebin.c: (setup_source):
10394         Wrong var used to get g_list_next.
10395
10396 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10397
10398         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10399         (cdparanoia_get), (cdparanoia_open):
10400           Report discid as metadata, add duration.
10401
10402 2004-10-11  Wim Taymans  <wim@fluendo.com>
10403
10404         * gst/playback/gstplaybasebin.c: (setup_source):
10405         Cleanup the previous pipeline a little earlier for the
10406         case that a source element provides raw data.
10407
10408 2004-10-11  Benjamin Otte  <otte@gnome.org>
10409
10410         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10411           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10412           consuming the last 128 bytes, even though it was valid mp3 data.
10413
10414 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10415
10416         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10417         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10418         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10419         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10420
10421 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10422
10423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10424         Fix for webcams that support only specific width or height
10425
10426 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10427
10428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10429
10430         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10431           Fix wrong discont event setup (fixes #154967).
10432
10433 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10434
10435         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10438           Error out on invalid data (fixes #154807).
10439
10440 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10441
10442         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10443
10444         * ext/dvdread/dvdreadsrc.c: (_read):
10445           Make titles > 0 work again (fixes #154834).
10446
10447 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10448
10449         * gst-libs/gst/riff/riff-media.c:
10450         (gst_riff_create_video_template_caps):
10451           WMV3 missing in template caps.
10452
10453 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10454
10455         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10456           OK, so the original code was too strict. It makes random AVI files
10457           hang for seconds upon opening, which is unacceptable and is far
10458           beyond the original goal of getting multiple chunks for one-chunk
10459           sounc stream files. So now do just that.
10460
10461 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10462
10463         * gst/playback/gstplaybasebin.c: (setup_source),
10464         (gst_play_base_bin_change_state):
10465           Actually clean up streaminfo if output fails. This would trigger
10466           if, for example, there was no CD in the drive. No preroll, so
10467           a streaminfo structure is created, but the subsequent state change
10468           of the thread fails.
10469         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10470           Don't change state if parent failed.
10471
10472 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10473
10474         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10475         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10476         (gen_video_element), (remove_sinks):
10477           Add small bits of code for screenshot handling.
10478
10479 2004-10-08  Wim Taymans  <wim@fluendo.com>
10480
10481         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10482         (gen_video_element), (gen_audio_element), (setup_sinks):
10483         Don't assume the user provided sinks are named "sink"...
10484
10485 2004-10-08  Wim Taymans  <wim@fluendo.com>
10486
10487         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10488         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10489         (gst_play_base_bin_link_stream):
10490         Do not try to autoplug sources that generate raw streams like
10491         cdparanoia.
10492         disconnect the preroll overrun signal when we don't need it anymore.
10493
10494 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10495
10496         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10497         Added reworked patch from #154903 from milosz derezynski (deadchip).
10498
10499 2004-10-08  Wim Taymans  <wim@fluendo.com>
10500
10501         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10502         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10503         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10504         (cdparanoia_convert), (cdparanoia_uri_get_type),
10505         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10506         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10507         * ext/cdparanoia/gstcdparanoia.h:
10508         This adds the cdda://<tracknum> uri.
10509
10510 2004-10-08  Wim Taymans  <wim@fluendo.com>
10511
10512         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10513         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10514         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10516         (unknown_type), (gst_play_base_bin_remove_element),
10517         (gst_play_base_bin_link_stream):
10518         * gst/playback/gstplaybasebin.h:
10519         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10520         (gst_play_bin_set_property), (gen_video_element),
10521         (gen_audio_element), (setup_sinks):
10522         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10523         (gst_stream_info_get_type), (gst_stream_info_class_init),
10524         (gst_stream_info_init), (gst_stream_info_new),
10525         (gst_stream_info_dispose), (stream_info_mute_pad),
10526         (gst_stream_info_set_property), (gst_stream_info_get_property):
10527         * gst/playback/gststreaminfo.h:
10528         Reuse the audio and video bins.
10529         Some internal cleanups in the stream selection code.
10530
10531 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10532
10533         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10534         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10535         * sys/ximage/ximagesink.h:
10536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10537         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10538         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10539         not coming from those elements. Moreover these elements should not keep
10540         the xid they have been given when in NULL state.
10541
10542 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10543
10544         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10545         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10546         * sys/ximage/ximagesink.h:
10547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10548         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10549         * sys/xvimage/xvimagesink.h:
10550           Actually only create a new toplevel window if we're not gonna
10551           embed it right after.
10552
10553 2004-10-07  Wim Taymans  <wim@fluendo.com>
10554
10555         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10556         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10557         * gst/playback/gstplaybin.c: (setup_sinks):
10558         Implement muting/unmuting of streams, mute streams that are not
10559         used.
10560
10561 2004-10-07  Wim Taymans  <wim@fluendo.com>
10562
10563         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10564         (plugin_init):
10565         Added lame audio/x-ac3 typefind function.
10566
10567 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10568
10569         * configure.ac:
10570           bump nano to cvs
10571
10572 === release 0.8.5 ===
10573
10574 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10575
10576         * NEWS:
10577         * RELEASE:
10578         * configure.ac:
10579           releasing 0.8.5, "Take You On"
10580
10581 2004-10-06  Wim Taymans  <wim@fluendo.com>
10582
10583         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10584         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10585         (no_more_pads), (close_link), (type_found):
10586         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10587         * gst/playback/gstplaybin.c: (gen_video_element):
10588         Do not signal the no_more_pads after the first pad when
10589         we are plugging a non dynamic element with multiple
10590         output pads (like swfdec, dvdec, ...).
10591
10592 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10593
10594         * configure.ac:
10595           bump for prerelease
10596
10597 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10598
10599         * gst/wavparse/gstwavparse.c:
10600           add ATRAC3 to STATIC CAPS to fix a warning
10601
10602         * gst/matroska/ebml-read.c:
10603         * gst-libs/gst/riff/riff-read.c:
10604           fix typos
10605
10606 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10607
10608         * gst-libs/gst/riff/riff-media.c:
10609           generate caps for ATRAC3 audio streams
10610
10611         * gst/realmedia/rmdemux.c:
10612           generate caps for ATRAC3 audio streams
10613
10614 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10615
10616         * gst/wavparse/Makefile.am
10617         * gst/wavparse/riff.h
10618         * gst/wavparse/wavparse.vcproj
10619           riff.h removal (unused and duplication with riff-ids.h)
10620
10621 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10622
10623         * gst/wavparse/gstwavparse.h
10624           remove duplicated defines for audio codec codes
10625
10626         * gst-libs/gst/riff/riff-ids.h
10627         * gst/wavenc/riff.h:
10628           add "4CC" code for ATRAC3 audio streams
10629           add "4CC" code for ITU_G721_ADPCM (unused for now)
10630
10631 2004-10-06  Wim Taymans  <wim@fluendo.com>
10632
10633         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10634         Actually _do_ negotiation. Pass gdouble as arg instead
10635         of guint64 for the framerate.
10636
10637 2004-10-06  Wim Taymans  <wim@fluendo.com>
10638
10639         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10640         (find_compatibles), (close_pad_link), (try_to_link_1),
10641         (no_more_pads), (close_link), (type_found):
10642         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10643         * gst/playback/gstplaybin.c: (gen_video_element),
10644         (gen_audio_element):
10645         Set state on newly added element to READY so that negotiation
10646         can happen ASAP.
10647         Addes some more debug info.
10648         Do not try to plug pads with multiple caps structures or ANY
10649         because it is too dangerous since we do not do dynamic
10650         replugging.
10651
10652 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10653
10654         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10655
10656         * po/LINGUAS:
10657         * po/or.po:
10658           add Oriya translation
10659
10660 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10661
10662         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10663           Prevent overwrite of size member. Makes audio sound crappy.
10664
10665 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10666
10667         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10668         Add rmvb to the list of known RealMedia extensions
10669
10670 2004-10-05  Wim Taymans  <wim@fluendo.com>
10671
10672         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10673         (mngdec_openstream), (mngdec_closestream),
10674         (mngdec_handle_sink_event), (mngdec_readdata),
10675         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10676         (mngdec_getcanvasline), (mngdec_refresh),
10677         (gst_mngdec_change_state):
10678         Set the framerate correctly.
10679
10680 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10681
10682         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10683           There was something wrong with the index massaging.
10684
10685 2004-10-04  Wim Taymans  <wim@fluendo.com>
10686
10687         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10688         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10689         (gst_smokedec_chain):
10690         * ext/jpeg/gstsmokedec.h:
10691         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10692         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10693         * ext/jpeg/gstsmokeenc.h:
10694         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10695         (smokecodec_decode_new), (smokecodec_info_free),
10696         (smokecodec_set_quality), (smokecodec_get_quality),
10697         (smokecodec_set_threshold), (smokecodec_get_threshold),
10698         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10699         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10700         (smokecodec_encode), (smokecodec_parse_id),
10701         (smokecodec_parse_header), (smokecodec_decode):
10702         * ext/jpeg/smokecodec.h:
10703         * ext/jpeg/smokeformat.h:
10704         Updated smoke, new bitstream, allows embedding in ogg.
10705
10706 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10707
10708         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10709           Fix seeking in some files. All this code is no longer needed (and
10710           actually breaks stuff) because we now synchronize the full index
10711           right when reading the header.
10712
10713 2004-10-04  Wim Taymans  <wim@fluendo.com>
10714
10715         * configure.ac:
10716         configure update for libmng.
10717
10718 2004-10-04  Wim Taymans  <wim@fluendo.com>
10719
10720         * ext/libmng/Makefile.am:
10721         * ext/libmng/gstmng.c: (plugin_init):
10722         * ext/libmng/gstmng.h:
10723         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10724         (gst_mngdec_base_init), (gst_mngdec_class_init),
10725         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10726         (gst_mngdec_loop), (gst_mngdec_get_property),
10727         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10728         (mngdec_closestream), (mngdec_handle_sink_event),
10729         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10730         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10731         (gst_mngdec_change_state):
10732         * ext/libmng/gstmngdec.h:
10733         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10734         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10735         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10736         (gst_mngenc_chain), (gst_mngenc_get_property),
10737         (gst_mngenc_set_property):
10738         * ext/libmng/gstmngenc.h:
10739         Added basic MNG decoder. Needs more work. The encoder does
10740         not work yet.
10741
10742 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10745         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10746         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10747           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10748           no-more-pads.
10749
10750 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10751
10752         * configure.ac:
10753           you need at least 1.0.4 of speex
10754
10755 2004-10-04 Iain <iaingnome@gmail.com>
10756
10757         * ext/speex/gstspeexdec.h: Revert the includes changes.
10758
10759         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10760
10761 2004-09-30 Iain <iaingnome@gmail.com>
10762
10763         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10764         found during init or set as a property instead of hardcoding /dev/audio
10765
10766 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10767
10768         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10769         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10770         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10771         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10772         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10773         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10774         (gst_rmdemux_dump_data):
10775           Use debug category, fix EOS handling. filesrc ! rmdemux now
10776           works.
10777
10778 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10779
10780         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10781         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10782         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10783           Improve allocation, cutting and sorting of the index. How takes a
10784           few seconds instead of minutes.
10785
10786 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10787
10788         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10789           fixed compilation
10790
10791 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10792
10793         * gst-libs/gst/riff/riff-media.c:
10794         (gst_riff_create_video_caps_with_data),
10795         (gst_riff_create_video_template_caps):
10796           Add wing commander format mimetype/fourccs.
10797         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10798           Don't crash if some value is 0.
10799
10800 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * gst-libs/gst/riff/riff-media.c:
10803         (gst_riff_create_video_caps_with_data),
10804         (gst_riff_create_video_template_caps):
10805           Add DIB fourcc (raw, palettized 8-bit RGB).
10806         * gst-libs/gst/riff/riff-read.c:
10807         (gst_riff_read_strf_vids_with_data):
10808           Oops, fix strf_data reading bug.
10809         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10810           Use a non-NULL tag.
10811         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10812           Time for hacks. Sorry Dave. At least one quicktime movie (a
10813           trailer) that I've encountered contains multiple video tracks.
10814           One of those is the actual video track, the other are one-frame
10815           tracks (images). Unfortunately, the number of frames according
10816           to the trak header is 1 for each, so that doesn't help. So
10817           instead, I look at the duration and discard tracks with a
10818           duration shorter than 20% of the length of the stream. Better
10819           than nothing.
10820
10821 2004-10-01  Christian Schaller <christian@fluendo.com>
10822
10823         * ext/ivorbis/vorbis.c:
10824           Patch from Phil Blundell (Bug 152341)
10825
10826 2004-10-01  Wim Taymans  <wim@fluendo.com>
10827
10828         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10829         (speex_dec_get_formats), (speex_dec_convert),
10830         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10831         (speex_dec_chain), (gst_speexdec_get_property),
10832         (gst_speexdec_set_property):
10833         Small cleanups.
10834
10835 2004-10-01  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10838         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10839         (gst_wavparse_other), (gst_wavparse_loop),
10840         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10841         (gst_wavparse_srcpad_event):
10842         * gst/wavparse/gstwavparse.h:
10843         Added some more debugging info.
10844         Fix the case where the length of the file is 0.
10845         Make sure we seek to sample borders.
10846
10847 2004-10-01  Wim Taymans  <wim@fluendo.com>
10848
10849         * gst/playback/README:
10850         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10851         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10852         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10853         Add some debug info to decodebin, update README
10854
10855 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10856
10857         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10858           Don't use g_print(); use GST_DEBUG().
10859
10860 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10861
10862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10863         (gst_ogg_mux_queue_pads):
10864           Handle EOS properly.
10865
10866 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10867
10868         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10869
10870         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10871         (gst_faad_chain), (gst_faad_change_state):
10872         * ext/faad/gstfaad.h:
10873           Allow playback of raw (unframed) MPEG AAC files (#148993).
10874
10875 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10876
10877         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10878
10879         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10880           Throw error if we didn't recognize the stream. Fixes #152289.
10881
10882 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10883
10884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10885           Fix negotiation.
10886
10887 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10888
10889         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10890
10891         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10892           Fix memleak.
10893
10894 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10895
10896         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10897
10898         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10899           Solve #152805.
10900         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10901           Solve 152806.
10902
10903 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10904
10905         * gst-libs/gst/riff/riff-media.c:
10906         (gst_riff_create_video_caps_with_data),
10907         (gst_riff_create_audio_caps_with_data):
10908           Add codec_data handling (like asfdemux used to do).
10909         * gst/asfdemux/gstasf.c: (plugin_init):
10910         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10911         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10912           Use riff-media for caps creation instead of our own (mostly
10913           broken) copy of its functions.
10914
10915 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10916
10917         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10918           Don't actually error out if we get another return value than
10919           -EINVAL. Opposite to what I first thought, drivers have random
10920           return values for this, although -EINVAL is the expected return
10921           value. Since this is not fatal, we shouldn't use
10922           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10923
10924 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10925
10926         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10927         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10928         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10929         (dvdreadsrc_get), (dvdreadsrc_open_file),
10930         (dvdreadsrc_change_state):
10931           Fix. Don't do one big huge loop around the whole DVD, that will
10932           cache all data and thus eat sizeof(dvd) (several GB) before we
10933           see something.
10934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10935           Actually NULL'ify event after using it.
10936         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10937         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10938         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10939         (gst_ebml_read_seek), (gst_ebml_read_skip):
10940           Handle events.
10941         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10942         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10943         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10944           Fix timing (this will probably break if I seek using menus, but
10945           I didn't get there yet). VOBs and normal DVDs should now work.
10946           Add a mpeg2-only pad with high rank so this get autoplugged for
10947           MPEG-2 movies.
10948         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10949         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10950         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10951         (gst_mpeg_demux_get_audio_stream),
10952         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10953         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10954           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10955           MPEG-1 but use dvddemux for MPEG-2.
10956         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10957         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10958         (gst_mpeg_parse_parse_packhead):
10959           Timing. Only add pad template if it exists. Add sink template from
10960           class and not from ourselves. This means we will always use the
10961           correct sink template even if it is not the one defined in this
10962           file.
10963
10964 2004-09-29  Wim Taymans  <wim@fluendo.com>
10965
10966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10967         (gst_mpeg_demux_parse_pes):
10968         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10969         Fix playback of mpeg again, timestamps where screwed up by
10970         patch 1.61.
10971
10972 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10973
10974         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10975           Only return true if we actually filled something in. Prevents
10976           player applications from showing a random length for flac files.
10977         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10978         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10979         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10980         (gst_riff_read_strf_vids_with_data),
10981         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10982           OK, ok, so I implemented event handling. Apparently it's normal
10983           that we receive random events at random points without asking
10984           for it.
10985         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10986         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10987         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10988         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10989         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10990         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10991         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10992         * gst/avi/gstavidemux.h:
10993           Implement non-lineair chunk handling and subchunk processing.
10994           The first solves playback of AVI files where the audio and video
10995           data of individual buffers that we read are not synchronized.
10996           This should not happen according to the wonderful AVI specs, but
10997           of course it does happen in reality. It is also a prerequisite for
10998           the second. Subchunk processing allows us to cut chunks in small
10999           pieces and process each of these pieces separately. This is
11000           required because I've seen several AVI files with incredibly large
11001           audio chunks, even some files with only one audio chunk for the
11002           whole file. This allows for proper playback including seeking.
11003           This patch is supposed to fix all AVI A/V sync issues.
11004         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
11005         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
11006           Work.
11007         * gst/modplug/gstmodplug.cc:
11008           Proper return value setting for the query() function.
11009         * gst/playback/gstplaybasebin.c: (setup_source):
11010           Being in non-playing state (after, e.g., EOS) is not necessarily
11011           a bad thing. Allow for that. This fixes playback of short files.
11012           They don't actually playback fully now, because the clock already
11013           runs. This means that small files (<500kB) with a small length
11014           (<2sec) will still not or barely play. Other files, such as mod
11015           or flx, will work correctly, however.
11016
11017 2004-09-28  Wim Taymans  <wim@fluendo.com>
11018
11019         * ext/speex/gstspeex.c: (plugin_init):
11020         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
11021         (gst_speex_dec_class_init), (speex_dec_get_formats),
11022         (speex_get_event_masks), (speex_get_query_types),
11023         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
11024         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
11025         (gst_speexdec_get_property), (gst_speexdec_set_property),
11026         (speex_dec_change_state):
11027         * ext/speex/gstspeexdec.h:
11028         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
11029         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
11030         (gst_speexenc_base_init), (gst_speexenc_class_init),
11031         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
11032         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
11033         (gst_speexenc_src_query), (gst_speexenc_init),
11034         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
11035         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
11036         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
11037         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
11038         (gst_speexenc_chain), (gst_speexenc_get_property),
11039         (gst_speexenc_set_property), (gst_speexenc_change_state):
11040         * ext/speex/gstspeexenc.h:
11041         Rewrote speex encoder, make sure it can be embedded in ogg.
11042         Implemented speex decoder.
11043
11044 2004-09-28  Christian Schaller <christian@fluendo.com>
11045
11046         * configure.ac:
11047         Remove kioslave plugin. Markey is brewing a new working one
11048         * ext/Makefile.am: Remove kioslave plugin
11049         * ext/kio: remove
11050         * gst-plugins.spec.in: remove kio plugin from spec
11051
11052 2004-09-27  Wim Taymans  <wim@fluendo.com>
11053
11054         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11055         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
11056         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
11057         (gst_multifdsink_new_client),
11058         (gst_multifdsink_handle_client_write),
11059         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11060         (gst_multifdsink_handle_clients):
11061         * gst/tcp/gstmultifdsink.h:
11062         Make syncing to keyframes actually work for new clients and lagging
11063         clients.
11064
11065 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11066
11067         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
11068         (gst_navigationtest_handle_src_event), (draw_box_planar411),
11069         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
11070         * gst/debug/gstnavigationtest.h:
11071           make navigationtest display button-press and button-release events
11072
11073 2004-09-26 Iain <iaingnome@gmail.com>
11074
11075         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
11076         the channels have received a new media event.
11077         (interleave_buffered_loop): Compresses a new media event on all
11078         channels into one.
11079
11080 2004-09-26 Iain <iaingnome@gmail.com>
11081
11082         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11083         call the sinkpad's default event handler and not the srcpads. He also
11084         says this is confusing :)
11085         (gst_wavenc_stop_file): Company says that seek events only go upstream
11086         we should send a discontinuous downstream instead.
11087
11088 2004-09-25  Christian Schaller <christian@fluendo.com>
11089
11090         * Update SPEC file to be usable in conjunction with Fedora Core,
11091           Fedora.us and freshrpms packages
11092         * Fix typo in multifilesrc test Makefile
11093
11094 2004-09-24  Wim Taymans  <wim@fluendo.com>
11095
11096         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11097         Only signal the no_more_pads signal when we have
11098         added the stream to our list.
11099
11100 2004-09-24  Wim Taymans  <wim@fluendo.com>
11101
11102         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11103         (new_decoded_pad):
11104         * gst/playback/gstplaybasebin.h:
11105         * gst/playback/gstplaybin.c: (setup_sinks):
11106         Don't try to preroll or decode more than one audio/video
11107         track.
11108
11109 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11110
11111         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11112           Throw error if we failed to find a suitable output. This should
11113           throw an error if we successfully set up a pipeline (e.g. because
11114           we recognized a media file) but found no decodable streams in it
11115           (e.g. because it contains only media stream types for which we
11116           have no decoders, or because it's not a media type).
11117
11118 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11119
11120         * ext/dirac/Makefile.am:
11121         * ext/dirac/gstdirac.cc:
11122         * ext/dirac/gstdiracdec.cc:
11123         * ext/dirac/gstdiracdec.h:
11124           Do something. Don't actually know if this works because I don't
11125           have a demuxer yet.
11126         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11127           Add channels=1 to caps returned from _getcaps().
11128         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11129         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11130         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11131         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11132         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11133         (gst_ogm_parse_change_state):
11134           Separate between audio/video so ogmaudioparse actually uses the
11135           audio pad templates. Both audio and video work now, including
11136           autoplugging. Also use sometimes-srcpad hack.
11137         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11138           Handle events better. Don't hang on infinite loops.
11139         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11140         (gst_avi_demux_init), (gst_avi_demux_reset),
11141         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11142         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11143         (gst_avi_demux_change_state):
11144         * gst/avi/gstavidemux.h:
11145           Improve A/V sync. Still not perfect.
11146         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11147         (gst_ebml_read_skip):
11148           Handle events better.
11149         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11150         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11151         (qtdemux_audio_caps):
11152           Add IMA4. Improve event handling. Save offset after a seek when
11153           the headers are at the end of the file so that we don't end up in
11154           an infinite loop.
11155         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11156           Add low-priority typefind support for files with no length.
11157
11158 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11159
11160         * testsuite/multifilesink/Makefile.am:
11161         fix typo
11162
11163 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11164
11165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11167         mistakes from thaytan's patches.
11168
11169 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11170
11171         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11172           For completeness, XSync in the destroy function as xvimage does.
11173
11174 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11175
11176         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11177            Correct caps negotiation
11178         * gst/volume/gstvolume.c: (volume_chain_float),
11179         (volume_chain_int16):
11180            Modify debug output to be little more informative
11181         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11183         (gst_xvimagesink_xvimage_destroy):
11184           Add XSync calls after detaching from the shared memory segment to
11185           avoid a crash.
11186
11187 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11188
11189         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11190         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11191         * ext/vorbis/vorbis.c: (plugin_init):
11192         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11193         (gst_vorbisenc_chain):
11194         * ext/vorbis/vorbisenc.h:
11195         remove explicit newmedia support from oggmux and vorbisenc
11196         add debug category to vorbisenc
11197         * gst/multifilesink/gstmultifilesink.c:
11198         (gst_multifilesink_class_init), (gst_multifilesink_init),
11199         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11200         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11201         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11202         (plugin_init):
11203         * gst/multifilesink/gstmultifilesink.h:
11204         add support for streamheader in multifilesink
11205
11206 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11207
11208         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11209         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11210         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11211           Prevent infinite loops. More correct error reporting.
11212         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11213           Error out if negotiation fails.
11214         * gst/playback/gstplaybasebin.c: (setup_source),
11215         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11216         (gst_play_base_bin_found_tag):
11217           Error/tag forwarding. Pre-roll fixes for source errors on state
11218           changes (e.g. "file does not exist") to prevent hangs.
11219
11220 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11221
11222         * testsuite/multifilesink/Makefile.am:
11223         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11224         (gst_newmedia_class_init), (gst_newmedia_init),
11225         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11226         (newfile_signal), (test_signal), (main):
11227         * testsuite/multifilesink/multifilesrc_test.c: (main):
11228         * testsuite/multifilesink/oggtheora_test.c:
11229         (gst_newmedia_base_init), (gst_newmedia_class_init),
11230         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11231         (test_format), (newfile_signal), (test_signal), (main):
11232         * testsuite/multifilesink/oggvorbis_test.c:
11233         (gst_newmedia_base_init), (gst_newmedia_class_init),
11234         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11235         (test_format), (newfile_signal), (test_signal), (main):
11236         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11237         (gst_newmedia_class_init), (gst_newmedia_init),
11238         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11239         (newfile_signal), (test_signal), (main):
11240         New media tests
11241
11242 2004-09-20  Christian Schaller <christian@fluendo.com>
11243
11244         * Fix mikmod license to LGPL as they have relicensed
11245         * Move Dirac and Effectv into LGPL section of README_license
11246
11247 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11248
11249         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11250         (gst_mad_change_state):
11251           Allow for mp3 rate/channels changes. However, only very
11252           conservatively. Reason that we *have* to enable this is smiply
11253           because the mad find_sync() function is not good enough, it will
11254           regularly sync on random data as valid frames and therefore make
11255           us provide random caps as *final* caps of the stream. The best fix
11256           I could think of is to simply require several of the same stream
11257           changes in a row before we change caps.
11258           The actual testcase that works now is #
11259         * ext/ogg/Makefile.am:
11260         * ext/ogg/gstogg.c: (plugin_init):
11261         * ext/ogg/gstogmparse.c:
11262           OGM support (video only for now; I need an audio sample file).
11263         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11264         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11265         (gst_asf_demux_add_video_stream):
11266           WMV extradata.
11267         * gst/playback/gstplaybasebin.c: (unknown_type):
11268           Don't error out on single unknown-types after all. It's wrong.
11269           If we found type of video and audio but not of a subtitle stream,
11270           it will still error out (which is unwanted). Will find a better fix
11271           later on.
11272         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11273         (ogmaudio_type_find), (plugin_init):
11274           OGM support.
11275
11276 2004-09-20  Johan Dahlin  <johan@gnome.org>
11277
11278         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11279         after setting caps.
11280
11281 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11282
11283         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11284         * gst/wavenc/gstwavenc.h:
11285         Added newmedia support to wavenc
11286
11287 2004-09-17  Wim Taymans  <wim@fluendo.com>
11288
11289         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11290         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11291         (gst_fdset_fd_can_write), (gst_fdset_wait):
11292         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11293         (gst_multifdsink_init), (gst_multifdsink_add),
11294         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11295         (gst_multifdsink_remove_client_link),
11296         (gst_multifdsink_client_queue_buffer),
11297         (gst_multifdsink_handle_client_write),
11298         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11299         (gst_multifdsink_close), (gst_multifdsink_change_state):
11300         * gst/tcp/gstmultifdsink.h:
11301         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11302         (gst_tcpserversink_removed):
11303         Small cleanups in fdset.c
11304         Use a hastable to map fd to the client structure for faster
11305         lookup in _remove and get_stats.
11306         Added virtual function to close the fds.
11307         Handle clients even when the select/poll call was unblocked because
11308         of a command.
11309         Implement syncing to keyframe in the recovery procedure.
11310
11311 2004-09-16 Iain <iaingnome@gmail.com>
11312
11313         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11314         try caps.
11315
11316 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11317
11318         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11319           Caps are only set if the type of the stream is unknown, but this
11320           is initialized in ->init_stream(), so set to UNKNOWN after calling
11321           ->init_stream() so that capsnego starts.
11322
11323 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11324
11325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11326         (gst_avi_demux_stream_data):
11327           Just hardcode for raw audio then. AVI audio sucks.
11328
11329 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11330
11331         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11332         * gst/matroska/matroska-mux.c: (audiosink_templ),
11333         (gst_matroska_mux_audio_pad_link):
11334         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11335         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11336
11337 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11338
11339         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11340         (gst_avi_demux_stream_data):
11341           Try to fix a/v sync issues.
11342
11343 2004-09-15  David Schleef  <ds@schleef.org>
11344
11345         * configure.ac: remove NASM check, since we don't use it.  Update
11346         dirac check to 0.4
11347         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11349         Initialized variables.
11350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11351         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11352         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11353         SVQ3 format
11354
11355 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11356
11357         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11358         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11359         * gst/avi/gstavidemux.h:
11360           Fix for compressed audio (mp3) timestamp generation. How did this
11361           ever work?
11362
11363 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11364
11365         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11366           Volume is a double not a float.
11367
11368 2004-09-15  Wim Taymans  <wim@fluendo.com>
11369
11370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11371         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11372         Don't close the fd in multifdsink as we didn't open it in the
11373         first place. Some cleanups.
11374
11375 2004-09-15  Wim Taymans  <wim@fluendo.com>
11376
11377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11379         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11380         Fix the case where the muxer would mark pages as delta
11381         frames when they are not (vorbis only ogg).
11382
11383 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11384
11385         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11386         (gst_play_base_bin_change_state):
11387           Handle the case where we failed to setup a clear pipeline. This
11388           will throw an error (or EOS, another nice case) and if you don't
11389           catch that, the app will wait for the signal forever (and thus
11390           hang).
11391
11392 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11393
11394         * ext/gnomevfs/gstgnomevfssink.c:
11395         (gst_gnomevfssink_uri_get_protocols):
11396         * ext/gnomevfs/gstgnomevfssrc.c:
11397         (gst_gnomevfssrc_uri_get_protocols):
11398         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11399         * ext/gnomevfs/gstgnomevfsuri.h:
11400           Use _uri_new() instead of _open(), so it doesn't take as long and
11401           Christophe's computer won't hang.
11402         * gst/playback/gstplaybasebin.c: (unknown_type):
11403           Throw error on unknown media type, so apps actually display it.
11404
11405 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11406
11407         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11408           this script to work on Solaris since bash shell handles echo
11409           differenly than bash.
11410
11411 2004-09-17  Wim Taymans  <wim@fluendo.com>
11412
11413         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11414         (setup_source), (gst_play_base_bin_set_property),
11415         (gst_play_base_bin_add_element):
11416         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11417         Some more work on making sure seeking pauses the pipeline and
11418         that changing the uri actually does something.
11419
11420 2004-09-17  Wim Taymans  <wim@fluendo.com>
11421
11422         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11423         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11424         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11425         (gst_tcpserversink_close):
11426         Be a bit more paranoid when freeing memory.
11427
11428 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11429
11430         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11431         (qtdemux_parse_trak):
11432           Don't crash by dividing by zero (see sample movie in #126922).
11433
11434 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11435
11436         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11437           Don't touch non-existing data (fixes crash on file in #140147).
11438
11439 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11440
11441         * gst/playback/gstplaybasebin.c:
11442         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11443           Handle double disposals, and proper change of URIs.
11444
11445 2004-09-13  Martin Eikermann <meiker@upb.de>
11446
11447         * gst/mpegstream/gstmpegparse.c:
11448           fix synchronistation for streams recorded from digital PCR
11449           fixes bug #119376
11450
11451 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11452
11453         * ext/gnomevfs/Makefile.am:
11454         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11455         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11456         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11457         (gst_gnomevfssink_uri_get_type),
11458         (gst_gnomevfssink_uri_get_protocols),
11459         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11460         (gst_gnomevfssink_uri_handler_init),
11461         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11462         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11463         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11464         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11465         (gst_gnomevfssrc_uri_get_type),
11466         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11467         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11468         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11469         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11470         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11471         * ext/gnomevfs/gstgnomevfsuri.h:
11472           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11473           of fake URIs to see which this version of Gnome-VFS likes, and
11474           uses that for the Gst-URI interface. Makes playbin support http://
11475           streams. Also fix up some stupid behaviour in gnomevfssrc.
11476
11477 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11478
11479         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11480         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11481         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11482         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11483           Update mixer (to sync with other sessions) if we try to obtain
11484           a new value. This makes alsamixer work accross applications.
11485         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11486           Only call sync functions if we're running, else alsalib asserts.
11487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11488           Sometimes fails to compile. Possibly a gcc bug.
11489         * gst/playback/gstplaybin.c: (gen_video_element),
11490         (gen_audio_element):
11491           Add a reference to an application-provided object, because we lose
11492           this same reference if we add it to the bin. If we don't do this,
11493           we can only use this object once and thus crash if we go from
11494           ready to playing, back to ready and back to playing again.
11495           Also add an audioscale element because several cheap soundcards -
11496           like mine - don't support all samplerates.
11497         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11498         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11499           Fix wrong order or PAR calls. Makes automatically obtained PAR
11500           from the X server atually being used.
11501
11502 2004-09-12  David Schleef  <ds@schleef.org>
11503
11504         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11505         #151887, #152102, #152247.
11506         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11507         * examples/seeking/cdparanoia.c: same
11508         * examples/seeking/cdplayer.c: same
11509         * examples/seeking/seek.c: same
11510         * examples/seeking/spider_seek.c: same
11511         * examples/seeking/vorbisfile.c: same
11512         * examples/stats/mp2ogg.c: same
11513         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11514         (gst_esdsink_dispose): Dispose of element properly.
11515         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11516         fixes.
11517         * ext/nas/nassink.c: (gst_nassink_class_init),
11518         (gst_nassink_dispose): Dispose of element correctly.
11519         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11520         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11521         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11522         Fix 64-bit warning.
11523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11524         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11525         Fix 64-bit warning.
11526
11527 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11528
11529         * configure.ac : change speex detection as 1.1.6 now uses
11530           .pc/pkg-config and they changed their headers location.
11531
11532 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11533
11534         * gst/matroska/matroska-mux.h:
11535         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11536         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11537         (gst_matroska_mux_write_data):
11538           Write multiple blocks/frames per cluster.
11539                 Write meta-seek information (seek heads).
11540
11541 2004-09-09  Scott Wheeler <wheeler@kde.org>
11542
11543         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11544         (gst_play_bin_set_property), (gst_play_bin_get_property),
11545         (gen_audio_element), (gen_audio_element):
11546           Add a volume element / property to the pipeline.
11547
11548 2004-09-07  Wim Taymans  <wim@fluendo.com>
11549
11550         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11551         Copy timestamps from the master pad to the output buffers.
11552
11553 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11554
11555         * ext/raw1394/gstdv1394src.c:
11556           throw errors when applicable
11557
11558 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11559
11560         * gst/matroska/ebml-ids.h:
11561         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11562         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11563         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11564           automatically convert unix time <-> ebml time when reading/writing
11565           a date, use gst_ebml_write_uint to write CUETIME,
11566           not gst_ebml_write_date.
11567         * gst/matroska/matroska-ids.h:
11568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11569         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11570         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11571         (gst_matroska_mux_write_data):
11572           Write track and segment UIDs, write muxing date, write
11573           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11574           Create cues for audio only files.
11575
11576 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11577
11578         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11579         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11580           Re-commit ALSA switches.
11581         * gst/adder/gstadder.c: (gst_adder_loop):
11582           64-bit fix (#151416).
11583         * gst/debug/progressreport.c: (gst_progressreport_report):
11584           64-bit fix (#151419).
11585         * gst/matroska/matroska-demux.c:
11586         (gst_matroska_demux_parse_contents):
11587           64-bit fix (#151420).
11588         * gst/playback/test3.c: (update_scale):
11589           64-bit fix (#151421).
11590
11591 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11592
11593         * configure.ac:
11594           bump nano to cvs
11595
11596 === release 0.8.4 ===
11597
11598 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11599
11600         * configure.ac: releasing 0.8.4, "Alias"
11601
11602 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11603
11604         * ext/theora/Makefile.am:
11605           fix makefile.  Fixes #151462.
11606
11607 2004-08-30  Wim Taymans  <wim@fluendo.com>
11608
11609         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11610         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11611         (gst_multifdsink_remove_client_link),
11612         (gst_multifdsink_client_queue_buffer),
11613         (gst_multifdsink_handle_client_write):
11614         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11615         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11616         Fix some memory leaks.
11617
11618 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11619
11620         Patch by: David Schleef
11621
11622         * configure.ac:
11623         * sys/Makefile.am:
11624           rename our detection macro for V4L2.  Fixes #151236.
11625
11626 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11627
11628         Patch by: David Schleef
11629
11630         * configure.ac:
11631           check to define LAMEPRESET.  Fixes #151232.
11632
11633 2004-08-27  David Schleef  <ds@schleef.org>
11634
11635         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11636         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11637         (gst_glimagesink_fixate):  Move local variable declarations to
11638         make gcc-2.95 happy.
11639
11640 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11641
11642         * configure.ac:
11643           bump nano for prerelease
11644
11645 2004-08-27  David Schleef  <ds@schleef.org>
11646
11647         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11648         * sys/sunaudio/gstsunaudiosrc.c:
11649         * sys/sunaudio/gstsunaudiosrc.h:
11650
11651 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11652
11653         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11654         handle EOS correctly
11655         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11656         * gst/matroska/matroska-mux.h:
11657         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11658         VFW compatibility mode
11659
11660 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         patch by: Zaheer Abbas Merali
11663
11664         * ext/ogg/gstoggmux.c:
11665         * ext/vorbis/vorbisenc.c:
11666         * ext/vorbis/vorbisenc.h:
11667           handle NEWMEDIA
11668
11669 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11670
11671         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11672         fix byte order reversion on little endian machines.
11673         * gst/matroska/matroska-mux.c: (audiosink_templ),
11674         (gst_matroska_mux_audio_pad_link):
11675         add TTA codec to the list of supported codecs.
11676         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11677         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11678         (gst_matroska_mux_write_data):
11679         * gst/matroska/matroska-mux.h:
11680         write segment duration correctly, write muxing app string, fixes bugs
11681         #140897 and #140898.
11682         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11683         wait for all pads to be negotiated before starting to mux.
11684
11685 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11686
11687         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11688         * ext/lame/gstlame.h:
11689         Added new media support to lame
11690
11691 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11692
11693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11694         send vorbis headers at the beginning of a stream, fixes bug #141554.
11695         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11696         bug #148950.
11697         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11698         (gst_matroska_demux_plugin_init):
11699         * gst/matroska/matroska-ids.h:
11700         enable demuxing of TTA audio streams, fixes bug #148951.
11701         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11702         enable typefinding for TTA audio files, fixes bug #148711.
11703         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11704         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11705         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11706
11707 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11708
11709         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11710         (gst_riff_read_element_data), (gst_riff_read_seek),
11711         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11712         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11713         <teuf@gnome.org>
11714
11715 2004-08-23 Iain <iaingnome@gmail.com>
11716
11717         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11718         tags. They appear to be handled differently to normal.
11719         (tag_list_to_id3_tag_foreach): Ditto.
11720
11721 2004-08-22  Wim Taymans  <wim@fluendo.com>
11722
11723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11724         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11725         Make sure we never send -1 granulepos.
11726
11727 2004-08-20  Wim Taymans  <wim@fluendo.com>
11728
11729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11730         (gst_ogg_mux_loop):
11731         I will accept bitchslappings with non sharp objects.
11732
11733 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11734
11735         * configure.ac:
11736         Clean up the test for lame presets
11737
11738 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11739
11740         * configure.ac:
11741         * ext/lame/Makefile.am:
11742         * ext/lame/gstlame.c: (gst_lame_class_init),
11743         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11744         Only enable lame presets if version of lame has presets in API
11745
11746 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11747         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11748         * gst/udp/gstudpsrc.h:
11749           Don't call gst_pad_push in a get function. Fixes #150449
11750
11751 2004-08-18  Wim Taymans  <wim@fluendo.com>
11752
11753         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11754         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11755         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11756         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11757         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11758         (gst_fdset_wait):
11759         * gst/tcp/gstfdset.h:
11760         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11761         (gst_multifdsink_client_queue_buffer),
11762         (gst_multifdsink_handle_client_write):
11763         * gst/tcp/gstmultifdsink.h:
11764         Some extra checks in gstfdset.
11765         Only use send() when the fd is a socket. Don't try to
11766         read from write only fds.
11767
11768 2004-08-18  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11771         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11772         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11773         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11774         (gst_fdset_wait):
11775         Add more locking and bounds checking.
11776
11777 2004-08-18  Wim Taymans  <wim@fluendo.com>
11778
11779         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11780         Realloc test fdset in the lock and right before starting
11781         the poll call. Bump the limit to 4096.
11782
11783 2004-08-17  David Schleef  <ds@schleef.org>
11784
11785         * sys/sunaudio/Makefile.am:
11786         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11787         of rates and channels.  Make debugging less obnoxious.
11788
11789         Patch from Balamurali Viswanathan implementing a mixer for
11790         Sun audio.  (bug #144091):
11791         * sys/sunaudio/gstsunelement.c:
11792         * sys/sunaudio/gstsunelement.h:
11793         * sys/sunaudio/gstsunmixer.c:
11794         * sys/sunaudio/gstsunmixer.h:
11795
11796 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11797
11798         * gst/audioscale/gstaudioscale.c:
11799         * gst/audioscale/gstaudioscale.h:
11800         made audioscale resample from any sample rate to any sample rate
11801
11802 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11803
11804         * ext/libpng/gstpngdec.c:
11805           error out on unsupported types
11806
11807 2004-08-17  Iain <iaingnome@gmail.com>
11808
11809         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11810         mid_side and loose_mid_side properties if its a stereo stream.
11811
11812 2004-08-17  Wim Taymans  <wim@fluendo.com>
11813
11814         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11815         (theora_get_formats), (theora_dec_src_convert),
11816         (theora_dec_sink_convert), (theora_dec_src_query),
11817         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11818         Add a debug line.
11819
11820 2004-08-17  Wim Taymans  <wim@fluendo.com>
11821
11822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11823         (gst_ogg_pad_push):
11824         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11825         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11826         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11827         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11828         Mark delta units in the muxer.
11829         Try to decode the packet after an out-of-sync error from
11830         libogg.
11831
11832 2004-08-17  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11835         (gst_multifdsink_init), (gst_multifdsink_add),
11836         (gst_multifdsink_client_queue_buffer),
11837         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11838         * gst/tcp/gstmultifdsink.h:
11839         Added option to send a keyframe to clients as the first buffer.
11840         Make timeout property writable.
11841
11842 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11843
11844         patch by: Wim Taymans
11845
11846         * gst/tcp/gstfdset.c:
11847         * gst/tcp/gstmultifdsink.c:
11848           fix index comparison, should include 0
11849
11850 2004-08-16  Wim Taymans  <wim@fluendo.com>
11851
11852         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11853         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11854         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11855         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11856         (gst_fdset_wait):
11857           copy when reallocing for poll so the select arguments don't get
11858           changed during the call
11859
11860 2004-08-16  Wim Taymans  <wim@fluendo.com>
11861
11862         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11863         (gst_theora_enc_class_init), (theora_enc_sink_link),
11864         (theora_buffer_from_packet), (theora_enc_chain):
11865         Fix bug where buffers were not marked as keyframes
11866         correctly.
11867
11868 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11869
11870         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11871         (gst_lame_preset_get_type), (gst_lame_class_init):
11872         describe the enum values for vbr mode and presets more verbosely
11873
11874 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11875
11876         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11877         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11878         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11879         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11880         * ext/lame/gstlame.h:
11881         add preset property to lame so it can use lame presets
11882
11883 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11884
11885         * ext/lame/gstlame.c: (gst_lame_get_property):
11886         whoops forgot break, thanks teuf
11887
11888 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11889
11890         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11891         (gst_lame_class_init), (gst_lame_src_getcaps),
11892         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11893         (gst_lame_get_property), (gst_lame_setup):
11894         * ext/lame/gstlame.h:
11895         fix lame's broken vbr stuff, allow it to resample if need be, and also
11896         make xing header optional
11897
11898 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11899
11900         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11901         added getcaps function so samplerate doesnt get fixated to silly values
11902
11903 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11904
11905         * ext/lame/gstlame.c: (gst_lame_src_link):
11906         revert previous fix
11907
11908 2004-08-12  Johan Dahlin  <johan@gnome.org>
11909
11910         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11911         checks. Doesn't matter what state we are in. Interfaces are a
11912         compile time thing, not runtime. It also broke the python bindings.
11913
11914 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11915
11916         * ext/lame/gstlame.c: (gst_lame_src_link):
11917         made source pad link function check if sinkpad is ok..fixes the problem
11918         where core fixates the output rate of lame stupidly
11919
11920 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11921
11922         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11923         * sys/v4l/v4l_calls.c:
11924         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11925           fix fixate function to handle nonsimple caps.
11926           remove bogus check in _link
11927           cleanups
11928
11929 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11930
11931         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11932         set default compression ratio parameter to 0.0 so bitrate parameter
11933         works :)
11934
11935 2004-08-11  David Schleef  <ds@schleef.org>
11936
11937         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11938
11939 2004-08-11  David Schleef  <ds@schleef.org>
11940
11941         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11942         before.
11943
11944 2004-08-11  David Schleef  <ds@schleef.org>
11945
11946         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11947
11948 2004-08-11  David Schleef  <ds@schleef.org>
11949
11950         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11951           license field
11952         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11953         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11954           LGPL.
11955         * gst/auparse/gstauparse.c: Fix plugin license field.
11956         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11957         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11958         * gst/rtp/gstrtp.c: Fix plugin license field.
11959
11960 2004-08-11  Wim Taymans  <wim@fluendo.com>
11961
11962         * gst/tcp/Makefile.am:
11963         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11964         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11965         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11966         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11967         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11968         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11969         (gst_fdset_fd_can_write), (gst_fdset_wait):
11970         * gst/tcp/gstfdset.h:
11971         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11972         (gst_multifdsink_class_init), (gst_multifdsink_init),
11973         (gst_multifdsink_add), (gst_multifdsink_remove),
11974         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11975         (gst_multifdsink_remove_client_link),
11976         (gst_multifdsink_handle_client_read),
11977         (gst_multifdsink_client_queue_data),
11978         (gst_multifdsink_client_queue_caps),
11979         (gst_multifdsink_client_queue_buffer),
11980         (gst_multifdsink_handle_client_write),
11981         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11982         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11983         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11984         (gst_multifdsink_close):
11985         * gst/tcp/gstmultifdsink.h:
11986         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11987         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11988         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11989         (gst_tcpserversink_close):
11990         * gst/tcp/gsttcpserversink.h:
11991         Abstracted away the select call, implemented poll (yes we ran into
11992         the 1024 limit in production).
11993
11994 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11995
11996         * gst/tcp/gsttcp.c:
11997         * gst/tcp/gsttcpplugin.c:
11998           improve debuggging, remove assert
11999
12000 2004-08-10  Wim Taymans  <wim@fluendo.com>
12001
12002         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
12003         (gst_client_status_get_type), (gst_multifdsink_class_init),
12004         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
12005         (gst_multifdsink_handle_client_read),
12006         (gst_multifdsink_handle_client_write),
12007         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12008         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12009         (gst_multifdsink_get_property):
12010         * gst/tcp/gstmultifdsink.h:
12011         * gst/tcp/gsttcp-marshal.list:
12012         Starting to prepare for specifying buffer time in other units
12013         than buffers. Expose remove reason in signal.
12014
12015 2004-08-10  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
12018         (gst_multifdsink_remove), (gst_multifdsink_clear),
12019         (gst_multifdsink_remove_client_link),
12020         (gst_multifdsink_handle_client_read),
12021         (gst_multifdsink_client_queue_data),
12022         (gst_multifdsink_client_queue_buffer),
12023         (gst_multifdsink_handle_client_write),
12024         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
12025         (gst_multifdsink_chain), (gst_multifdsink_close):
12026         * gst/tcp/gstmultifdsink.h:
12027         Added more debugging info. Changed the way clients are
12028         removed from the lists. Fixed a bug where a bad file descriptor
12029         could cause many clients to be removed.
12030
12031 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12032
12033         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
12034           allow all pixel-aspect-ratios, not just 1:1
12035
12036 2004-08-09  David Schleef  <ds@schleef.org>
12037
12038         * sys/glsink/ARB_multitexture.h:  Remove old files.
12039         * sys/glsink/EXT_paletted_texture.h:
12040         * sys/glsink/NV_register_combiners.h:
12041         * sys/glsink/gstgl_nvimage.c:
12042         * sys/glsink/gstgl_pdrimage.c:
12043         * sys/glsink/gstgl_rgbimage.c:
12044         * sys/glsink/gstglsink.c:
12045         * sys/glsink/gstglsink.h:
12046         * sys/glsink/gstglxwindow.c:
12047         * sys/glsink/regcomb_yuvrgb.c:
12048
12049 2004-08-09  David Schleef  <ds@schleef.org>
12050
12051         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
12052         GL sink plugin.  (Bug #147302)
12053
12054         * configure.ac: Test for OpenGL
12055         * sys/Makefile.am: Use test for OpenGL
12056         * sys/glsink/Makefile.am:
12057         * sys/glsink/glimagesink.c: rewrite
12058         * sys/glsink/glimagesink.h: rewrite
12059
12060 2004-08-09  David Schleef  <ds@schleef.org>
12061
12062         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
12063         sane framerates.
12064         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
12065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
12066         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
12067
12068 2004-08-09  Wim Taymans  <wim@fluendo.com>
12069
12070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12071         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12072         (gst_multifdsink_client_remove),
12073         (gst_multifdsink_handle_client_read),
12074         (gst_multifdsink_handle_client_write),
12075         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12076         Do a bit more logging, make the client_read code more robust.
12077
12078 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12079
12080         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
12081         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12082         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12083         (gst_jpegdec_init), (gst_jpegdec_chain):
12084         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12085         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12086           cleanups, debugging fixes and memleak plugging
12087
12088 2004-08-09  Wim Taymans  <wim@fluendo.com>
12089
12090         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12091         (theora_get_formats), (theora_dec_src_convert),
12092         (theora_dec_sink_convert), (theora_dec_src_query),
12093         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12094         (theora_dec_change_state):
12095         Don't crash on missing header packets.
12096
12097 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12098
12099         * po/LINGUAS:
12100         * po/sq.po:
12101           Added Albanian translation (Laurent Dhima)
12102         * po/cs.po:
12103           updated
12104
12105 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12106
12107         * ext/lame/gstlame.c:
12108           fix/add debugging
12109
12110 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12111
12112         * sys/ximage/ximagesink.c:
12113         * sys/xvimage/xvimagesink.c:
12114           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12115
12116 2004-08-06  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12119         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12120         (gst_multifdsink_client_remove),
12121         (gst_multifdsink_handle_client_read),
12122         (gst_multifdsink_handle_client_write),
12123         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12124         Make sure we don't try to read more from a client that what
12125         ioctl says us or we deadlock.
12126
12127 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12128
12129         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12130         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12131         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12132           decouple running_time and n_frames so it can handle changing
12133           framerate while running
12134
12135 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12136
12137         * po/nl.po:
12138         * po/sv.po:
12139           updated translations
12140
12141 2004-08-04  Benjamin Otte  <otte@gnome.org>
12142
12143         * gst/videotestsrc/gstvideotestsrc.c:
12144         (gst_videotestsrc_get_capslist), (generate_capslist),
12145         (plugin_init):
12146           generate the list of supported caps at startup and reuse it instead
12147           of always generating it
12148
12149 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12150
12151         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12152           whoops, last checkin broke normal build
12153
12154 2004-08-03  Benjamin Otte  <otte@gnome.org>
12155
12156         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12157         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12158         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12159         (gst_alsa_mixer_get_option):
12160         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12161         (dvdnavsrc_print_event):
12162         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12163         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12164         (gst_ogg_mux_pad_unlink):
12165         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12166         (gst_multipart_mux_pad_unlink):
12167         * gst/videofilter/gstvideobalance.c:
12168         (gst_videobalance_colorbalance_set_value):
12169         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12170         (gst_videomixer_pad_unlink):
12171         * po/uk.po:
12172         * sys/oss/gstossmixer.c:
12173         * sys/v4l/gstv4lcolorbalance.c:
12174         * sys/v4l/gstv4ltuner.c:
12175         * sys/v4l/v4lsrc_calls.c:
12176         * sys/v4l2/gstv4l2colorbalance.c:
12177         * sys/v4l2/gstv4l2tuner.c:
12178           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12179
12180 2004-08-03  Benjamin Otte  <otte@gnome.org>
12181
12182         * examples/dynparams/filter.c: (ui_control_create):
12183         * examples/gstplay/player.c: (print_tag):
12184         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12185         * ext/gdk_pixbuf/gstgdkanimation.c:
12186         (gst_gdk_animation_iter_may_advance):
12187         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12188         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12189         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12190         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12192         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12193         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12194         * gst/sine/demo-dparams.c: (main):
12195         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12196         * testsuite/alsa/formats.c: (create_pipeline):
12197         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12198           fixes for G_DISABLE_ASSERT and friends
12199         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12200         (mp3_type_frame_length_from_header), (mp3_type_find),
12201         (plugin_init):
12202           require mp3 typefinding to have at least MIN_HEADERS valid headers
12203           add typefinding for AAC adts files
12204
12205 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12206
12207         * sys/ximage/ximagesink.c:
12208         (gst_ximagesink_calculate_pixel_aspect_ratio):
12209         * sys/xvimage/xvimagesink.c:
12210         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12211         Make sure we calculate pixel-aspect-ratio using floating point maths
12212
12213 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12214
12215         * po/uk.po:
12216           updated translation
12217
12218 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12219
12220         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12222           add debugging for display PAR calculation
12223
12224 2004-08-02  David Schleef  <ds@schleef.org>
12225
12226         * configure.ac: Fix mikmod CFLAGS.
12227
12228 2004-07-27  Benjamin Otte  <otte@gnome.org>
12229
12230         * gst/audioscale/gstaudioscale.c:
12231         - fix templates to only support S16, it's the only format that works
12232         - make caps nego code use try_set_caps_nonfixed and fixation instead
12233         of try_set_caps twice, which is not nice for autopluggers
12234         - change rank to secondary, so autopluggers can pick it up after
12235         audioconvert
12236
12237 2004-08-02  Iain <iain@prettypeople.org>
12238
12239         * gst/interleave/interleave.c (interleave_init),
12240         (interleave_request_new_pad),
12241         (interleave_pad_removed),
12242         (interleave_buffered_loop): Use the real pad count, not the artificial
12243         one.
12244
12245 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * configure.ac: bump nano back to development
12248
12249 === release 0.8.3 ===
12250
12251 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12252
12253         * configure.ac: releasing 0.8.3, "Water"
12254
12255 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12256
12257         * sys/xvimage/xvimagesink.c:
12258         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12259         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12260         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12261         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12262         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12263         * sys/xvimage/xvimagesink.h:
12264           apply similar PAR fixes as to ximagesink
12265
12266 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12267
12268         patch from: Benjamin Otte
12269
12270         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12271           add link function to lame.  Fixes #148986.
12272
12273 2004-08-02  Johan Dahlin  <johan@gnome.org>
12274
12275         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12276         fix debugging log
12277
12278 2004-07-30  David Schleef  <ds@schleef.org>
12279
12280         * gst/videomixer/Makefile.am: Fix things that should have been
12281         fixed in the last checkin.
12282
12283 2004-07-30  David Schleef  <ds@schleef.org>
12284
12285         * gst/multipart/Makefile.am: Fix things that should have been
12286         fixed in the last checkin.
12287
12288 2004-07-30  David Schleef  <ds@schleef.org>
12289
12290         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12291
12292 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12293
12294         * configure.ac:
12295           bump nano for prerelease
12296         * po/af.po:
12297         * po/az.po:
12298         * po/cs.po:
12299         * po/en_GB.po:
12300         * po/hu.po:
12301         * po/nl.po:
12302         * po/sr.po:
12303         * po/sv.po:
12304         * po/uk.po:
12305           updates
12306
12307 2004-07-30  Wim Taymans  <wim@fluendo.com>
12308
12309         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12310         (gst_multifdsink_add), (gst_multifdsink_remove),
12311         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12312         (gst_multifdsink_client_remove),
12313         (gst_multifdsink_handle_client_write),
12314         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12315         * gst/tcp/gstmultifdsink.h:
12316         Recover from a select with a bad file descriptor by removing
12317         the client.
12318
12319 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12320
12321         * configure.ac:
12322           fix requirement of core
12323         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12324         (gst_play_pipeline_setup):
12325           don't use colorspace element.  do use hermescolorspace element.
12326           make macro to get a colorspace element.
12327           mark strings for translation.
12328         * po/POTFILES.in:
12329           add play.c
12330         * po/af.po:
12331         * po/az.po:
12332         * po/cs.po:
12333         * po/en_GB.po:
12334         * po/hu.po:
12335         * po/nl.po:
12336         * po/sr.po:
12337         * po/sv.po:
12338         * po/uk.po:
12339           update translations
12340
12341 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12342
12343         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12344         fix default for newmedia flag
12345
12346 2004-07-30  Wim Taymans  <wim@fluendo.com>
12347
12348         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12349         (gst_theora_dec_init), (theora_get_formats),
12350         (theora_dec_src_convert), (theora_dec_sink_convert),
12351         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12352         (theora_dec_chain), (theora_dec_set_property),
12353         (theora_dec_get_property):
12354         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12355         (gst_theora_enc_class_init), (gst_theora_enc_init),
12356         (theora_enc_sink_link), (theora_enc_chain),
12357         (theora_enc_set_property), (theora_enc_get_property):
12358         Added cropping option to theora decoder.
12359         Added border option to theora encoder.
12360
12361 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12362
12363         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12364         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12365         (gst_pngenc_set_property):
12366         * ext/libpng/gstpngenc.h:
12367         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
12368
12369 2004-07-30  Wim Taymans  <wim@fluendo.com>
12370
12371         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12372         (theora_enc_sink_link), (theora_enc_chain),
12373         (theora_enc_set_property), (theora_enc_get_property):
12374         Fix encoding of non-multiple-of-16 video.
12375
12376 2004-07-29  David Schleef  <ds@schleef.org>
12377
12378         * configure.ac: make test for audiofile more strict
12379
12380 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12381
12382         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12383           give different names to typefind functions
12384
12385 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12386
12387         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12388         (gst_ximagesink_calculate_pixel_aspect_ratio),
12389         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12390         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12391         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12392         (gst_ximagesink_get_property), (gst_ximagesink_init):
12393         * sys/ximage/ximagesink.h:
12394           allocate PAR's dynamically.
12395           use autodetected PAR if no object-set PAR is given.
12396           add workaround for directfb's X not setting physical size.
12397           fix to xvimagesink will follow tomorrow.
12398
12399 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12400
12401         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12402         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12403         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12404         (gst_shout2send_class_init), (gst_shout2send_init),
12405         (set_shout_metadata), (gst_shout2send_set_metadata),
12406         (gst_shout2send_chain), (gst_shout2send_set_property),
12407         (gst_shout2send_get_property), (gst_shout2send_connect),
12408         (gst_shout2send_change_state):
12409         * ext/shout2/gstshout2.h:
12410         - fix for sending mp3 audio to icecast2 server, if pad link function not
12411         called before PAUSED state
12412         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12413         - added tagging support for mp3 audio broadcasted
12414         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12415         debug info
12416
12417 2004-07-28  Wim Taymans  <wim@fluendo.com>
12418
12419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12420         (gst_ogg_demux_push):
12421         Return query failure when we don't know the length of
12422         an ogg stream insteda of returning TRUE with a bogus value.
12423
12424 2004-07-28  Wim Taymans  <wim@fluendo.com>
12425
12426         * ext/theora/theoradec.c: (theora_get_formats),
12427         (theora_dec_src_convert), (theora_dec_sink_convert),
12428         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12429         (theora_dec_chain):
12430         Don't screw up the 1 Chroma for 1 luma sample situation when we
12431         have an odd offset/width by adding a black border in those cases.
12432
12433 2004-07-28  Wim Taymans  <wim@fluendo.com>
12434
12435         * ext/theora/theoradec.c: (theora_get_formats),
12436         (theora_dec_src_convert), (theora_dec_sink_convert),
12437         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12438         (theora_dec_chain):
12439         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12440         Added first attempt at cropping of the image as required by the
12441         theora spec. We need more properties in the caps (offset_x,
12442         offset_y,stride) to implement this correctly.
12443
12444 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12445
12446         * ext/dvdnav/README:
12447           Update the README to use dvddemux
12448         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12449           Ensure getcaps returns a subset of the template caps
12450         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12451         (gst_mpeg2subt_init):
12452           Ensure getcaps returns a subset of the template caps
12453         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12454         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12455         (gst_dvd_demux_get_subpicture_stream),
12456         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12457         * gst/mpegstream/gstdvddemux.h:
12458           Set the explicit caps on the current_video pad before pushing
12459           anything
12460         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12461         (gst_mpeg_demux_get_audio_stream):
12462           Free caps used to gst_pad_set_explicit_caps, which takes a const
12463           GstCaps *
12464
12465 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12466
12467         * configure.ac: update GStreamer requirement to 0.8.4 because of
12468           GstFraction.
12469
12470 2004-07-28  Wim Taymans  <wim@fluendo.com>
12471
12472         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12473         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12474         Add the pad to the element after setting up the caps. This
12475         makes it a lot easier to autoplug.
12476
12477 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12478
12479         * gst/median/gstmedian.c:
12480         * gst/mpeg2subt/gstmpeg2subt.c:
12481         * gst/mpegaudioparse/gstmpegaudioparse.c:
12482         * gst/mpegstream/gstdvddemux.c:
12483         * gst/mpegstream/gstmpegdemux.c:
12484         * gst/mpegstream/gstmpegpacketize.c:
12485         * gst/rtjpeg/gstrtjpeg.c:
12486         * gst/rtjpeg/gstrtjpegdec.c:
12487         * gst/rtjpeg/gstrtjpegenc.c:
12488         * gst/sine/gstsinesrc.c:
12489         * gst/smooth/gstsmooth.c:
12490         * gst/smpte/gstsmpte.c:
12491         * gst/smpte/gstsmpte.h:
12492         * gst/stereo/gststereo.c:
12493         * gst/videofilter/gstgamma.c:
12494         * gst/videofilter/gstvideobalance.c:
12495         * gst/videofilter/gstvideofilter.c:
12496         * gst/videofilter/gstvideoflip.c:
12497         * gst/videoscale/gstvideoscale.c:
12498         * gst/videoscale/videoscale.c:
12499         * gst/videotestsrc/gstvideotestsrc.c:
12500         * gst/videotestsrc/videotestsrc.c:
12501         * gst/wavenc/gstwavenc.c:
12502         * gst/wavparse/gstwavparse.c:
12503           fix local includes and 64 bits constants
12504
12505 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12506
12507         * win32/gst.sln:
12508         * gst-libs/gst/*/*.vcproj:
12509         * gst/*/*.vcproj:
12510           more working plugins
12511
12512 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12513
12514         * testsuite/alsa/Makefile.am:
12515         * testsuite/alsa/srcstate.c:
12516         add test for alsasrc changing state
12517
12518 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12519
12520         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12521         (gst_silence_get):
12522         * gst/silence/gstsilence.h:
12523         fix silence generation for 16bit raw audio
12524
12525 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12526
12527         * gst/matroska/matroska-demux.c:
12528         (gst_matroska_demux_parse_metadata),
12529         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12530         * gst/mpegaudio/common.c:
12531         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12532         (gst_videoscale_getcaps), (gst_videoscale_link),
12533         (gst_videoscale_src_fixate), (gst_videoscale_init),
12534         (gst_videoscale_finalize):
12535         * gst/videoscale/gstvideoscale.h:
12536         * gst/videotestsrc/gstvideotestsrc.c:
12537         (gst_videotestsrc_get_capslist):
12538         * gst/wavenc/gstwavenc.c:
12539         * sys/oss/gstossmixer.c: (fill_labels):
12540         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12541         (gst_ximagesink_handle_xevents),
12542         (gst_ximagesink_calculate_pixel_aspect_ratio),
12543         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12544         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12545         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12546         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12547         (gst_ximagesink_init), (gst_ximagesink_class_init):
12548         * sys/ximage/ximagesink.h:
12549         * sys/xvimage/xvimagesink.c:
12550         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12551         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12552         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12553         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12554         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12555         * sys/xvimage/xvimagesink.h:
12556           first batch of pixel aspect ratio commits.
12557
12558 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12559
12560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12561         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12562         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12563           handle stride, needs work if we want to move stride handling
12564           upstream, but works correctly for our purposes.
12565
12566 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12567
12568         * gst/videoscale/README:
12569           add testing examples
12570         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12571         (gst_videoscale_chain):
12572         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12573         (gst_videoscale_get_size):
12574           add get_size function that handles stride like videotestsrc.
12575           fixes conversion for YUV formats for as much as I can test them.
12576
12577 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12578
12579         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12580         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12582         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12583         (gst_xvimagesink_xvimage_put):
12584           further cleanups, logging, error handling and synchronizing
12585
12586 2004-07-27  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12589         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12590         (gst_videomixer_pad_set_property),
12591         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12592         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12593         (gst_videomixer_class_init), (gst_videomixer_init),
12594         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12595         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12596         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12597         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12598         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12599         (gst_videomixer_loop), (plugin_init):
12600         Be a nicer negotiation citizen and provide a getcaps function on
12601         the srcpad. This also fixes a crash when resizing.
12602
12603 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12604
12605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12606         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12607
12608 2004-07-27  Wim Taymans  <wim@fluendo.com>
12609
12610         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12611         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12612         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12613         (gst_pngenc_set_property):
12614         * ext/libpng/gstpngenc.h:
12615         Added snapshot property to pngenc.
12616         removed g_print from pngdec
12617
12618 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12619
12620         * gst/ac3parse/ac3parse.vcproj
12621         * gst/adder/adder.vcproj
12622         * gst/alpha/alpha.vcproj
12623         * gst/alpha/alphacolor.vcproj
12624         * gst/asfdemux/asf.vcproj
12625         * gst/audioconvert/audioconvert.vcproj
12626         * gst/audiorate/audiorate.vcproj
12627         * gst/audioscale/audioscale.vcproj
12628         * gst/auparse/auparse.vcproj
12629         * gst/avi/avi.vcproj
12630         * gst/cdxaparse/cdxaparse.vcproj
12631         * gst/chart/chart.vcproj
12632         * gst/colorspace/colorspace.vcproj
12633         * gst/cutter/cutter.vcproj
12634         * gst/debug/debug.vcproj
12635         * gst/debug/efence.vcproj
12636         * gst/debug/navigationtest.vcproj
12637         * gst/deinterlace/deinterlace.vcproj
12638         * gst/effectv/effectv.vcproj
12639         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12640         * gst/filter/filter.vcproj
12641         * gst/flx/flxdec.vcproj
12642         * gst/goom/goom.vcproj
12643         * gst/interleave/interleave.vcproj
12644         * gst/law/alaw.vcproj
12645         * gst/law/mulaw.vcproj
12646         * gst/matroska/matroska.vcproj
12647         * gst/median/median.vcproj
12648         * gst/mixmatrix/mixmatrix.vcproj
12649         * gst/mpeg1sys/mpeg1systemencode.vcproj
12650         * gst/mpeg1videoparse/mp1videoparse.vcproj
12651         * gst/mpeg2sub/mpeg2subt.vcproj
12652         * gst/mpegaudio/mpegaudio.vcproj
12653         * gst/mpegaudioparse/mpegaudioparse.vcproj
12654         * gst/mpegstream/mpegstream.vcproj
12655         * gst/multifilesink/multifilesink.vcproj
12656         * gst/multipart/multipart.vcproj
12657         * gst/oneton/oneton.vcproj
12658         * gst/overlay/overlay.vcproj
12659         * gst/passthrough/passthrough.vcproj
12660         * gst/qtdemux/qtdemux.vcproj
12661         * gst/realmedia/rmdemux.vcproj
12662         * gst/rtjpeg/rtjpeg.vcproj
12663         * gst/rtp/rtp.vcproj
12664         * gst/silence/silence.vcproj
12665         * gst/sine/sinesrc.vcproj
12666         * gst/smooth/smooth.vcproj
12667         * gst/smpte/smpte.vcproj
12668         * gst/spectrum/spectrum.vcproj
12669         * gst/speed/speed.vcproj
12670         * gst/stereo/stereo.vcproj
12671         * gst/switch/switch.vcproj
12672         * gst/tags/tagedit.vcproj
12673         * gst/tcp/tcp.vcproj
12674         * gst/typefind/typefindfunctions.vcproj
12675         * gst/udp/udp.vcproj
12676         * gst/videobox/videobox.vcproj
12677         * gst/videocrop/videocrop.vcproj
12678         * gst/videodrop/videodrop.vcproj
12679         * gst/videofilter/gamma.vcproj
12680         * gst/videofilter/videobalance.vcproj
12681         * gst/videofilter/videofilter.vcproj
12682         * gst/videofilter/videoflip.vcproj
12683         * gst/videoflip/videoflip.vcproj
12684         * gst/videomixer/videomixer.vcproj
12685         * gst/videorate/videorate.vcproj
12686         * gst/videoscale/videoscale.vcproj
12687         * gst/videotestsrc/videotestsrc.vcproj
12688         * gst/virtualdub/virtualdub.vcproj
12689         * gst/volenv/volenv.vcproj
12690         * gst/volume/volume.vcproj
12691         * gst/wavenc/wavenc.vcproj
12692         * gst/wavparse/wavparse.vcproj
12693         * gst/y4m/y4menc.vcproj
12694         * gst-libs/gst/audio/audio.vcproj
12695         * gst-libs/gst/audio/audiofilter.vcproj
12696         * gst-libs/gst/colorbalance/colorbalance.vcproj
12697         * gst-libs/gst/idct/idtc.vcproj
12698         * gst-libs/gst/media-info/media-info.vcproj
12699         * gst-libs/gst/mixer/mixer.vcproj
12700         * gst-libs/gst/navigation/navigation.vcproj
12701         * gst-libs/gst/play/play.vcproj
12702         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12703         * gst-libs/gst/resample/resample.vcproj
12704         * gst-libs/gst/riff/riff.vcproj
12705         * gst-libs/gst/tuner/tuner.vcproj
12706         * gst-libs/gst/video/video.vcproj
12707         * gst-libs/gst/xoverlay/xoverlay.vcproj
12708           avoid problems with math.h, fix release dependancy
12709           rename GStreamer-0.8.lib to libgstreamer.lib
12710
12711 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12712
12713         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12715         the atom is not available we have to unlock the mutex. Fixes #148023
12716
12717 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12718
12719         * gst-libs/gst/media-info/media-info.h:
12720           issue for a vararg macro with MSVC
12721
12722 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12723
12724         * gst/effectv/effectv.vcproj
12725         * gst-libs/gst/idct/idct.vcproj:
12726         * gst-libs/gst/media-info/media-info.vcproj:
12727         * gst-libs/gst/navigation/navigation.vcproj:
12728         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12729         * gst-libs/gst/video/video.vcproj:
12730         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12731           fixes for build problems
12732
12733 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12734
12735         * gst-libs/gst/audio/audio.def:
12736         * gst-libs/gst/audio/riff.def:
12737           add some definitions needed by plugins
12738
12739 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12740
12741         * gst/asfdemux/gstasfmux.c
12742           Fix some 64 bits constants to be glib friendly
12743
12744 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12745
12746         * gst/ac3parse/gstac3parse.c
12747         * gst/audioscale/gstaudioscale.c
12748         * gst/auparse/gstauparse.c
12749         * gst/colorspace/gstcolorspace.c
12750         * gst/colorspace/yuv2rgb.h
12751           local include fixes
12752
12753 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12754
12755         * win32/gst.sln
12756           add more plugins to the build
12757
12758 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12759
12760         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12761         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12762
12763 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12764
12765         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12766         (gst_level_set_property), (gst_level_get_property),
12767         (gst_level_base_init), (gst_level_class_init):
12768           add debugging categories.  cleanups.
12769
12770 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12771
12772         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12773         (gst_videoscale_planar411), (gst_videoscale_planar400),
12774         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12775         (gst_videoscale_scale_nearest_str1),
12776         (gst_videoscale_scale_nearest_str2),
12777         (gst_videoscale_scale_nearest_str4),
12778         (gst_videoscale_scale_nearest_16bit),
12779         (gst_videoscale_scale_nearest_24bit):
12780           fixed stride issues
12781           tested with 320x240 -> 321, 322, 324 x240
12782           tested with YV12, I420, YUY2, UYVY
12783           fixed packed422rev (don't think it could have worked before)
12784           by testing with UYVY
12785
12786 2004-07-26  Benjamin Otte  <otte@gnome.org>
12787
12788         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12789         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12790         (plugin_init):
12791           add debugging category, add error checks like checking return values
12792           of setup calls, make sure it still works after
12793           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12794
12795 2004-07-26  Wim Taymans  <wim@fluendo.com>
12796
12797         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12798         (gst_mpeg_demux_get_audio_stream),
12799         (gst_mpeg_demux_process_private):
12800         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12801         Check for error codes from the negotiation functions. Make sure
12802         we really set the pad caps when a new pad is created.
12803
12804 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12805
12806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12807         (gst_ffmpeg_caps_to_pix_fmt):
12808         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12810         (gst_ffmpegcolorspace_pad_link):
12811           don't make function do two things at the same time without reason.
12812
12813 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12814
12815         * gst/ac3parse/ac3parse.vcproj
12816         * gst/adder/adder.vcproj
12817         * gst/alpha/alpha.vcproj
12818         * gst/alpha/alphacolor.vcproj
12819         * gst/asfdemux/asf.vcproj
12820         * gst/audioconvert/audioconvert.vcproj
12821         * gst/audiorate/audiorate.vcproj
12822         * gst/audioscale/audioscale.vcproj
12823         * gst/auparse/auparse.vcproj
12824         * gst/avi/avi.vcproj
12825         * gst/cdxaparse/cdxaparse.vcproj
12826         * gst/chart/chart.vcproj
12827         * gst/colorspace/colorspace.vcproj
12828         * gst/cutter/cutter.vcproj
12829         * gst/debug/debug.vcproj
12830         * gst/debug/efence.vcproj
12831         * gst/debug/navigationtest.vcproj
12832         * gst/deinterlace/deinterlace.vcproj
12833         * gst/effectv/effectv.vcproj
12834         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12835         * gst/filter/filter.vcproj
12836         * gst/flx/flxdec.vcproj
12837         * gst/goom/goom.vcproj
12838         * gst/interleave/interleave.vcproj
12839         * gst/law/alaw.vcproj
12840         * gst/law/mulaw.vcproj
12841         * gst/matroska/matroska.vcproj
12842         * gst/median/median.vcproj
12843         * gst/mixmatrix/mixmatrix.vcproj
12844         * gst/mpeg1sys/mpeg1systemencode.vcproj
12845         * gst/mpeg1videoparse/mp1videoparse.vcproj
12846         * gst/mpeg2sub/mpeg2subt.vcproj
12847         * gst/mpegaudio/mpegaudio.vcproj
12848         * gst/mpegaudioparse/mpegaudioparse.vcproj
12849         * gst/mpegstream/mpegstream.vcproj
12850         * gst/multifilesink/multifilesink.vcproj
12851         * gst/multipart/multipart.vcproj
12852         * gst/oneton/oneton.vcproj
12853         * gst/overlay/overlay.vcproj
12854         * gst/passthrough/passthrough.vcproj
12855         * gst/qtdemux/qtdemux.vcproj
12856         * gst/realmedia/rmdemux.vcproj
12857         * gst/rtjpeg/rtjpeg.vcproj
12858         * gst/rtp/rtp.vcproj
12859         * gst/silence/silence.vcproj
12860         * gst/sine/sinesrc.vcproj
12861         * gst/smooth/smooth.vcproj
12862         * gst/smpte/smpte.vcproj
12863         * gst/spectrum/spectrum.vcproj
12864         * gst/speed/speed.vcproj
12865         * gst/stereo/stereo.vcproj
12866         * gst/switch/switch.vcproj
12867         * gst/tags/tagedit.vcproj
12868         * gst/tcp/tcp.vcproj
12869         * gst/typefind/typefindfunctions.vcproj
12870         * gst/udp/udp.vcproj
12871         * gst/videobox/videobox.vcproj
12872         * gst/videocrop/videocrop.vcproj
12873         * gst/videodrop/videodrop.vcproj
12874         * gst/videofilter/gamma.vcproj
12875         * gst/videofilter/videobalance.vcproj
12876         * gst/videofilter/videofilter.vcproj
12877         * gst/videofilter/videoflip.vcproj
12878         * gst/videoflip/videoflip.vcproj
12879         * gst/videomixer/videomixer.vcproj
12880         * gst/videorate/videorate.vcproj
12881         * gst/videoscale/videoscale.vcproj
12882         * gst/videotestsrc/videotestsrc.vcproj
12883         * gst/virtualdub/virtualdub.vcproj
12884         * gst/volenv/volenv.vcproj
12885         * gst/volume/volume.vcproj
12886         * gst/wavenc/wavenc.vcproj
12887         * gst/wavparse/wavparse.vcproj
12888         * gst/y4m/y4menc.vcproj
12889           more plugins supported under windows
12890
12891 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12892
12893         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12894         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12895         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12897         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12898           Add debugging statements.  Use the sizes as returned by the
12899           *CreateImage calls.
12900
12901 2004-07-26  Johan Dahlin  <johan@gnome.org>
12902
12903         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12904         the pad is negotiated.
12905
12906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12907
12908 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12909
12910         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12911         * gst-libs/gst/idct/idct.vcproj:
12912         * gst-libs/gst/media-info/media-info.vcproj:
12913         * gst-libs/gst/mixer/mixer.vcproj:
12914         * gst-libs/gst/navigation/navigation.vcproj:
12915         * gst-libs/gst/play/play.vcproj:
12916         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12917         * gst-libs/gst/resample/resample.vcproj:
12918         * gst-libs/gst/tuner/tuner.vcproj:
12919         * gst-libs/gst/video/video.vcproj:
12920         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12921           more plugins supported under windows
12922
12923 2004-07-25 Iain <iain@prettypeople.org>
12924
12925         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12926         pad now rather than when the pad is created because state changes wipe
12927         explicit caps (fixes #148043).
12928
12929 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12930
12931         reviewed by Benjamin Otte  <otte@gnome.org>
12932
12933         * ext/mad/gstmad.c:
12934           fix mad plugin crashing on Sun (fixes #148289)
12935
12936 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12937
12938         * gst/avi/avi.def:
12939         * gst/avi/avi.vcproj:
12940         * gst/matroska/matroska.def:
12941         * gst/matroska/matroska.vcproj:
12942           remove unused .def files
12943
12944 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12945
12946         * gst-libs/gst/audio/gstaudiofilter.c:
12947           Clean the local include
12948
12949 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12950
12951         * win32/gst.sln:
12952         * gst-libs/gst/audio/audio.def:
12953         * gst-libs/gst/audio/audio.vcproj:
12954         * gst-libs/gst/audio/audiofilter.vcproj:
12955         * gst-libs/gst/audio/riff.def:
12956         * gst-libs/gst/audio/riff.vcproj:
12957         * gst-libs/gst/gst-libs.def:
12958         * gst-libs/gst/gst-libs.vcproj:
12959         * gst/avi/avi.vcproj:
12960         * gst/avi/avi.vcproj:
12961           Copy the files where needed after building, cleaner projects
12962
12963 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12964
12965         * gst/matroska/ebml-write.c:
12966           Fix some 64 bits constants to be glib friendly
12967
12968 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12969
12970         * win32/gst.sln:
12971         * gst-libs/gst/gst-libs.def:
12972         * gst-libs/gst/gst-libs.vcproj:
12973         * gst/matroska/matroska.def:
12974         * gst/matroska/matroska.vcproj:
12975           Add the preliminary canvas to build plugins on Win32
12976
12977 2004-07-23  Benjamin Otte  <otte@gnome.org>
12978
12979         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12980           don't enfore negotiation from source side, it breaks
12981           sinesrc ! audioconvert ! osssink
12982
12983 2004-07-22  David Schleef  <ds@schleef.org>
12984
12985         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12986         for ELF files, since they can easily be recognized as audio/mpeg.
12987         (bug #147441)
12988
12989 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12990
12991         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12992         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12993         (gst_videoscale_scale_nearest_24bit),
12994         (gst_videoscale_scale_nearest_16bit):
12995           fix 16bit and 24bit for stride (24bit might need testing)
12996           don't pretend we do more than one algorithm
12997
12998 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12999
13000         * configure.ac:
13001         * gst/Makefile.am:
13002         * gst/multifilesink/Makefile.am:
13003         * gst/multifilesink/gstmultifilesink.c:
13004         (gst_multifilesink_get_formats),
13005         (gst_multifilesink_get_query_types), (_do_init),
13006         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
13007         (gst_multifilesink_init), (gst_multifilesink_dispose),
13008         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
13009         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
13010         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
13011         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
13012         (gst_multifilesink_chain), (gst_multifilesink_change_state),
13013         (gst_multifilesink_uri_get_type),
13014         (gst_multifilesink_uri_get_protocols),
13015         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
13016         (gst_multifilesink_uri_handler_init), (plugin_init):
13017         * gst/multifilesink/gstmultifilesink.h:
13018         * testsuite/Makefile.am:
13019         * testsuite/multifilesink/Makefile.am:
13020         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
13021         (gst_newmedia_class_init), (gst_newmedia_init),
13022         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
13023         (newfile_signal), (test_signal), (main):
13024         multifilesink plugin for creating new files every time a new media
13025         discontinuity event occurs
13026
13027 2004-07-22  Wim Taymans  <wim@fluendo.com>
13028
13029         * gst/alpha/Makefile.am:
13030         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
13031         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
13032         (gst_alpha_color_init), (gst_alpha_color_set_property),
13033         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
13034         (transform), (gst_alpha_color_chain),
13035         (gst_alpha_color_change_state), (plugin_init):
13036         Stupid plugin to to RGBA to AYUV conversion because none of
13037         the colorspace plugins can handle that yet.
13038
13039 2004-07-22  Wim Taymans  <wim@fluendo.com>
13040
13041         * examples/seeking/seek.c: (update_scale), (main):
13042         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13043         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13044         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13045         (gst_decode_bin_init), (gst_decode_bin_dispose),
13046         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13047         (no_more_pads), (close_link), (type_found),
13048         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13049         (plugin_init):
13050         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13051         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13052         (gst_play_base_bin_dispose), (queue_overrun),
13053         (gen_preroll_element), (remove_prerolls), (unknown_type),
13054         (no_more_pads), (new_stream), (setup_source),
13055         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13056         (play_base_eos), (gst_play_base_bin_change_state),
13057         (gst_play_base_bin_add_element),
13058         (gst_play_base_bin_remove_element),
13059         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13060         (gst_play_base_bin_unlink_stream),
13061         (gst_play_base_bin_get_streaminfo):
13062         * gst/playback/gstplaybin.c: (gen_video_element),
13063         (gen_audio_element):
13064         * gst/playback/gststreaminfo.h:
13065         More playback updates, attempt to fix things after the state change
13066         breakage.
13067
13068 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13069
13070         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
13071         (gst_videoscale_scale_nearest_16bit):
13072           comment algorithm
13073
13074 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13075
13076         * gst/videotestsrc/gstvideotestsrc.c:
13077         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
13078         (gst_videotestsrc_init), (gst_videotestsrc_get),
13079         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13080         (gst_videotestsrc_get_property):
13081         * gst/videotestsrc/gstvideotestsrc.h:
13082         * gst/videotestsrc/videotestsrc.c:
13083         * gst/videotestsrc/videotestsrc.h:
13084           cleanup and commenting
13085
13086 2004-07-21  Wim Taymans  <wim@fluendo.com>
13087
13088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13089         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13090         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13091         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13092         (_find_chain_get_unknown_part), (_find_streams_check),
13093         (gst_ogg_demux_push), (gst_ogg_pad_push):
13094         * ext/theora/theoradec.c: (theora_get_formats),
13095         (theora_dec_src_convert), (theora_dec_sink_convert),
13096         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13097         (theora_dec_chain):
13098         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13099         (vorbis_dec_convert), (vorbis_dec_src_query),
13100         (vorbis_dec_src_event), (vorbis_dec_event):
13101         More seeking fixes, oggdemux now supports seeking to time and
13102         uses the downstream element to convert granulepos to time.
13103         Seeking in theora-only ogg files now works.
13104
13105 2004-07-21  Wim Taymans  <wim@fluendo.com>
13106
13107         * ext/theora/theoradec.c: (gst_theora_dec_init),
13108         (theora_get_formats), (theora_get_event_masks),
13109         (theora_get_query_types), (theora_dec_src_convert),
13110         (theora_dec_sink_convert), (theora_dec_src_query),
13111         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13112         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13113         (vorbis_get_event_masks), (vorbis_get_query_types),
13114         (gst_vorbis_dec_init), (vorbis_dec_convert),
13115         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13116         Added query/convert/formats functions to vorbis and theora decoders
13117         so that the outside world can use them too. Fixed seeking on an
13118         ogg/theora/vorbis file by disabling the seeking seeking on the
13119         theora srcpad.
13120
13121 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13122
13123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13124         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13125         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13126         images creation for both elements. We don't create the image on caps
13127         nego or renego, we just destroy the internal one if present if it does
13128         not match the needs. The chain function takes care of creating a new
13129         image when needed.
13130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13131         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13132         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13133         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13134         the image format information. The buffer pool checks for the context
13135         image format and discard images with different formats.
13136         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13137
13138 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13139
13140         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13141         (gst_ffmpegcolorspace_chain):
13142           no point in doing any chaining if the pad we want to push from
13143           isn't usable.
13144
13145 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13146
13147         * gst-libs/gst/riff/riff-media.c:
13148         (gst_riff_create_audio_caps_with_data):
13149           Fix double end-to-native symbol conversion (#148021).
13150
13151 2004-07-20  David Schleef  <ds@schleef.org>
13152
13153         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13154         Don't use an Atom that doesn't exist.
13155
13156 2004-07-20  Wim Taymans  <wim@fluendo.com>
13157
13158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13159         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13160         (gst_multifdsink_client_remove),
13161         (gst_multifdsink_handle_client_write),
13162         (gst_multifdsink_queue_buffer):
13163         * gst/tcp/gstmultifdsink.h:
13164         More multifdsink stats. Avoid deadlock by releasing locks
13165         before sending out a signal.
13166
13167 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13168
13169         * po/LINGUAS:
13170         * po/hu.po:
13171           added Hungarian translation (Laszlo Dvornik)
13172
13173 2004-07-20  Wim Taymans  <wim@fluendo.com>
13174
13175         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13176         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13177         (gst_multifdsink_handle_client_write),
13178         (gst_multifdsink_queue_buffer):
13179         * gst/tcp/gsttcp-marshal.list:
13180         Fixed the stupid marshal definition.
13181
13182 2004-07-20  Wim Taymans  <wim@fluendo.com>
13183
13184         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13185         (gst_multifdsink_init), (gst_multifdsink_add),
13186         (gst_multifdsink_client_remove),
13187         (gst_multifdsink_handle_client_write),
13188         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13189         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13190         (gst_multifdsink_init_send):
13191         * gst/tcp/gstmultifdsink.h:
13192         Added more stats, added timeout for a client, fixed some typos
13193         and added some comments.
13194
13195 2004-07-20  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13198         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13199         (gst_multifdsink_client_remove),
13200         (gst_multifdsink_handle_client_write):
13201         * gst/tcp/gstmultifdsink.h:
13202         * gst/tcp/gsttcp-marshal.list:
13203         Added get_stats method that returns a GValueArray of
13204         stats values.
13205
13206 2004-07-19  Benjamin Otte  <otte@gnome.org>
13207
13208         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13209           make sure longname, description and author are valid UTF-8
13210
13211 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13212
13213         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13214         (gst_ximagesink_set_property):
13215         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13216         (gst_xvimagesink_set_property):
13217           make sure SYNCHRONOUS is respected after getting the X context
13218
13219 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13220
13221         * gst/matroska/matroska-demux.c:
13222         (gst_matroska_demux_handle_src_event),
13223         (gst_matroska_demux_parse_blockgroup):
13224         * gst/matroska/matroska-ids.h:
13225           add BlockReference tag and ignore it to clear out log.
13226           ignore NAVIGATION events to clear out log.
13227
13228 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13229
13230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13231         (gst_matroska_demux_add_stream):
13232         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13233           add debug categories
13234
13235 2004-07-16  Wim Taymans  <wim@fluendo.com>
13236
13237         * ext/libpng/Makefile.am:
13238         * ext/libpng/gstpng.c: (plugin_init):
13239         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13240         (gst_pngdec_get_type), (gst_pngdec_base_init),
13241         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13242         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13243         * ext/libpng/gstpngdec.h:
13244         Added png decoder.
13245
13246 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13247
13248         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13249         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13250         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13251         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13252         (gst_ximagesink_buffer_alloc):
13253         * sys/ximage/ximagesink.h:
13254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13255         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13256         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13257         (gst_xvimagesink_buffer_alloc):
13258         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13259         again. Using internal data pointer of the x(v)image to store image's
13260         data to be coherent with the buffer alloc mechanism. Investigated the
13261         image destruction code to be sure that everything gets freed correctly.
13262
13263 2004-07-16  Wim Taymans  <wim@fluendo.com>
13264
13265         * gst-libs/gst/riff/riff-read.c:
13266         (gst_riff_read_strf_vids_with_data),
13267         (gst_riff_read_strf_auds_with_data):
13268         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13269         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13270         Make sure we don't create 0 sized subbuffers in riff-read.
13271         Signal the no more pads signal after reading the avi header.
13272
13273 2004-07-16  Wim Taymans  <wim@fluendo.com>
13274
13275         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13276         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13277         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13278         (gst_decode_bin_init), (gst_decode_bin_dispose),
13279         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13280         (no_more_pads), (close_link), (type_found),
13281         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13282         (gst_decode_bin_change_state), (plugin_init):
13283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13284         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13285         (gst_play_base_bin_dispose), (queue_overrun),
13286         (gen_preroll_element), (remove_prerolls), (unknown_type),
13287         (no_more_pads), (new_stream), (setup_source),
13288         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13289         (play_base_eos), (gst_play_base_bin_change_state),
13290         (gst_play_base_bin_add_element),
13291         (gst_play_base_bin_remove_element),
13292         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13293         (gst_play_base_bin_unlink_stream),
13294         (gst_play_base_bin_get_streaminfo):
13295         * gst/playback/gstplaybasebin.h:
13296         Better error recovery. Added configurable preroll queue size. Faster
13297         detection of no-more-pads.
13298
13299 2004-07-16  Wim Taymans  <wim@fluendo.com>
13300
13301         * gst-libs/gst/video/video.h:
13302         Added 32 bits RGBA. Not sure if we should use another mime-type
13303         for alpha rgb. Currently the presence of the alpha_mask property
13304         signals an alpha channel.
13305
13306 2004-07-16  Wim Taymans  <wim@fluendo.com>
13307
13308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13310         FPS seems to be 0.0 to MAX everywhere else.
13311
13312 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13313
13314         * gst-libs/gst/riff/riff-media.c:
13315         (gst_riff_create_video_caps_with_data):
13316           mp42/mp43 (no caps) exist too.
13317         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13318           Set pixel_width/height; we've got them in-caps.
13319         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13320         * gst/wavparse/gstwavparse.c: (plugin_init):
13321           Both are valid primary.
13322         * sys/oss/gstossmixer.c:
13323           Remove i18n hack and enable translations.
13324
13325 2004-07-15  Benjamin Otte  <otte@gnome.org>
13326
13327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13328         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13329           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13330
13331 2004-07-15  Benjamin Otte  <otte@gnome.org>
13332
13333         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13334         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13335         (gst_alsa_close_audio):
13336           disable some of the debugging code for now. Writing debugging to a
13337           buffer is broken in current alsalib releases.
13338
13339 2004-07-12  Benjamin Otte  <otte@gnome.org>
13340
13341         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13342           use bufferpools
13343
13344 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13345
13346         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13347         (theora_dec_src_query), (theora_dec_event):
13348         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13349           add debugging categories.  Remove \n's.
13350
13351 2004-07-13  Johan Dahlin  <johan@gnome.org>
13352
13353         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13354         (gst_play_bin_get_property): Impl.
13355
13356 2004-07-13  Wim Taymans  <wim@fluendo.com>
13357
13358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13359         When trying to find the stream length, seek back N pages
13360         instead of just one, where N is the number of streams in
13361         the current chain.
13362
13363 2004-07-13  Wim Taymans  <wim@fluendo.com>
13364
13365         * gst-libs/gst/riff/riff-media.c:
13366         (gst_riff_create_audio_caps_with_data),
13367         (gst_riff_create_audio_caps),
13368         (gst_riff_create_audio_template_caps):
13369         * gst-libs/gst/riff/riff-media.h:
13370         * gst-libs/gst/riff/riff-read.c:
13371         (gst_riff_read_strf_vids_with_data),
13372         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13373         * gst-libs/gst/riff/riff-read.h:
13374         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13375         (gst_avi_demux_add_stream):
13376         Set codec_data on caps for avidemuxer.
13377
13378 2004-07-12  David Schleef  <ds@schleef.org>
13379
13380         * configure.ac: Fix test for Objective C
13381
13382 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13383         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13384         (gst_gdk_pixbuf_chain):
13385           Add svg and pcx to template caps, and ensure that getcaps returns a
13386           subset of the template caps.
13387           Copy each row manually for output, as gdkpixbuf may pad the
13388           rowstride to a 32-bit word boundary.
13389
13390 2004-07-12  Wim Taymans  <wim@fluendo.com>
13391
13392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13393         (gst_riff_create_video_template_caps):
13394         Fix the template caps to include some more media types.
13395
13396 2004-07-12  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13399         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13400         (compare_ranks), (print_feature), (gst_decode_bin_init),
13401         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13402         (try_to_link_1), (new_pad), (close_link), (type_found),
13403         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13404         (gst_decode_bin_change_state), (plugin_init):
13405         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13406         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13407         (gst_play_base_bin_dispose), (queue_overrun),
13408         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13409         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13410         (gst_play_base_bin_get_property), (play_base_eos),
13411         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13412         (gst_play_base_bin_remove_element),
13413         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13414         (gst_play_base_bin_unlink_stream),
13415         (gst_play_base_bin_get_streaminfo):
13416         * gst/playback/gstplaybasebin.h:
13417         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13418         (gst_play_bin_class_init), (gst_play_bin_init),
13419         (gst_play_bin_dispose), (gst_play_bin_set_property),
13420         (gst_play_bin_get_property), (gen_video_element),
13421         (gen_audio_element), (remove_sinks), (setup_sinks),
13422         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13423         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13424         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13425         (gst_play_bin_query), (plugin_init):
13426         * gst/playback/test4.c: (main):
13427         More fixes on reusing of the element.
13428
13429 2004-07-11  Benjamin Otte  <otte@gnome.org>
13430
13431         * ext/mad/gstmad.c: (normal_seek):
13432           allow seeking for other methods than just SET
13433
13434 2004-07-11  Andy Wingo  <wingo@pobox.com>
13435
13436         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13437         float, "any" caps -> buffer_frames=[0,MAX].
13438
13439         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13440         doesn't intersect our caps with the template any more. Do it
13441         ourselves.
13442         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13443
13444 2004-07-09  Wim Taymans  <wim@fluendo.com>
13445
13446         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13447         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13448         (compare_ranks), (print_feature), (gst_decode_bin_init),
13449         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13450         (try_to_link_1), (new_pad), (close_link), (type_found),
13451         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13452         (gst_decode_bin_change_state), (plugin_init):
13453         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13454         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13455         (gst_play_base_bin_dispose), (queue_overrun),
13456         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13457         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13458         (gst_play_base_bin_get_property), (play_base_eos),
13459         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13460         (gst_play_base_bin_remove_element),
13461         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13462         (gst_play_base_bin_unlink_stream),
13463         (gst_play_base_bin_get_streaminfo):
13464         * gst/playback/gstplaybasebin.h:
13465         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13466         (gst_play_bin_class_init), (gst_play_bin_init),
13467         (gst_play_bin_dispose), (gst_play_bin_set_property),
13468         (gst_play_bin_get_property), (gen_video_element),
13469         (gen_audio_element), (remove_sinks), (setup_sinks),
13470         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13471         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13472         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13473         (gst_play_bin_query), (plugin_init):
13474         * gst/playback/test4.c: (main):
13475         Work on object reuse and seeking.
13476
13477 2004-07-09  Wim Taymans  <wim@fluendo.com>
13478
13479         * examples/seeking/seek.c: (iterate):
13480         Don't consume all CPU in the idle loop.
13481
13482 2004-07-09  Wim Taymans  <wim@fluendo.com>
13483
13484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13485         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13486         Add pad to element *after* setting the pad functions so that
13487         the scheduler can use the correct ones.
13488
13489 2004-07-09  Wim Taymans  <wim@fluendo.com>
13490
13491         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13492         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13493         Sync to keyframe after seek
13494
13495 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13496
13497         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13498         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13499         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13500         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13501         * ext/libvisual/visual.c: (gst_visual_change_state):
13502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13503         * ext/theora/theoradec.c: (theora_dec_change_state):
13504         * ext/theora/theoraenc.c: (theora_enc_change_state):
13505         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13506         * gst-libs/gst/navigation/navigation.c:
13507         * gst/adder/gstadder.c: (gst_adder_change_state):
13508         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13509         (gst_audio_convert_get_buffer):
13510         * gst/multipart/multipartdemux.c:
13511         (gst_multipart_demux_change_state):
13512         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13513         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13514         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13515         * gst/videoscale/gstvideoscale.c:
13516         (gst_videoscale_handle_src_event):
13517         * gst/volume/gstvolume.c: (volume_chain_int16):
13518           don't assert in state change, this should be done by the base
13519           GstElement class.
13520           various debugging fixes.
13521
13522 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13523
13524         * configure.ac:
13525         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13526         (gst_play_dispose), (gst_play_set_location),
13527         (gst_play_set_data_src), (gst_play_set_video_sink),
13528         (gst_play_set_audio_sink), (gst_play_set_visualization),
13529         (gst_play_connect_visualization), (gst_play_get_sink_element),
13530         (gst_play_get_all_by_interface):
13531         * gst-libs/gst/play/play.h:
13532           add new method to get elements implementing an interface.
13533           add various error logging
13534
13535 2004-07-08  Wim Taymans  <wim@fluendo.com>
13536
13537         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13538         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13539         (make_playerbin_pipeline), (query_durations_elems),
13540         (query_durations_pads), (query_positions_elems),
13541         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13542         (main):
13543         Added playbin seeking example.
13544
13545 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13546
13547         * gst-libs/gst/play/play.c: (gst_play_set_location),
13548         (gst_play_set_data_src), (gst_play_set_video_sink),
13549         (gst_play_set_audio_sink), (gst_play_set_visualization),
13550         (gst_play_connect_visualization), (gst_play_get_framerate):
13551           use a macro to look up elements from hash table
13552
13553 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13554
13555         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13556         (gst_play_get_length_callback), (gst_play_set_location),
13557         (gst_play_seek_to_time), (gst_play_set_data_src),
13558         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13559         (gst_play_set_visualization), (gst_play_connect_visualization),
13560         (gst_play_get_sink_element):
13561         - add debugging info
13562         - fix looking up sink elements by iterating over complete caps
13563         - put everything except for source and autoplugger in a complete bin
13564
13565 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13566
13567         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13569         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13570         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13571         * ext/alsa/gstalsasink.h:
13572         - add debugging info
13573         - clean up schizophrenia of data/buffer/event
13574         - fix double event unref error
13575
13576 2004-07-08  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst/playback/Makefile.am:
13579         Add headers to noinst
13580
13581 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13582
13583         * tools/gst-launch-ext-m.m:
13584         * tools/gst-launch-ext.1.in:
13585           convert to the third millenium
13586
13587 2004-07-07  David Schleef  <ds@schleef.org>
13588
13589         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13590
13591 2004-07-07  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst/playback/Makefile.am:
13594         * gst/playback/README:
13595         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13596         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13597         (compare_ranks), (print_feature), (gst_decode_bin_init),
13598         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13599         (try_to_link_1), (new_pad), (close_link), (type_found),
13600         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13601         (plugin_init):
13602         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13603         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13604         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13605         (gen_preroll_element), (no_more_pads), (new_stream),
13606         (setup_source), (gst_play_base_bin_set_property),
13607         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13608         (gst_play_base_bin_add_element),
13609         (gst_play_base_bin_remove_element),
13610         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13611         (gst_play_base_bin_unlink_stream),
13612         (gst_play_base_bin_get_streaminfo):
13613         * gst/playback/gstplaybasebin.h:
13614         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13615         (gst_play_bin_class_init), (gst_play_bin_init),
13616         (gst_play_bin_dispose), (gst_play_bin_set_property),
13617         (gst_play_bin_get_property), (gen_video_element),
13618         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13619         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13620         (gst_play_bin_get_formats), (gst_play_bin_convert),
13621         (gst_play_bin_get_query_types), (gst_play_bin_query),
13622         (plugin_init):
13623         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13624         (gst_stream_info_get_type), (gst_stream_info_class_init),
13625         (gst_stream_info_init), (gst_stream_info_new),
13626         (gst_stream_info_dispose), (gst_stream_info_set_property),
13627         (gst_stream_info_get_property):
13628         * gst/playback/gststreaminfo.h:
13629         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13630         (main):
13631         * gst/playback/test2.c: (main):
13632         * gst/playback/test3.c: (update_scale), (main):
13633         More playbin fixes. Added README. Do better element filtering.
13634         Added base class to preroll media. Added test apps.
13635
13636 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13637
13638         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13639         * ext/mpeg2dec/gstmpeg2dec.h:
13640           various debugging improvements.  Reset stream to next picture
13641           instead of sequence header, otherwise seeks cannot work.
13642
13643 2004-07-07  Wim Taymans  <wim@fluendo.com>
13644
13645         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13646         (gst_video_box_class_init), (gst_video_box_set_property),
13647         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13648         Use pad_alloc where possible.
13649
13650 2004-07-07  Wim Taymans  <wim@fluendo.com>
13651
13652         * sys/oss/gstosselement.c: (gst_osselement_reset),
13653         (gst_osselement_parse_caps):
13654         * sys/oss/gstosselement.h:
13655         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13656         Fix offset on osssrc.
13657
13658 2004-07-07  Wim Taymans  <wim@fluendo.com>
13659
13660         * ext/theora/theora.c: (plugin_init):
13661         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13662         (theora_dec_src_query), (theora_dec_chain):
13663         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13664         (theora_enc_sink_link), (theora_buffer_from_packet),
13665         (theora_push_packet), (theora_enc_chain):
13666         Fix theora granulepos calculation.
13667         Fix overflow in duration/position calculation.
13668         Bump rank to PRIMARY for theoradec.
13669         Use granulepos of last packet to calculate position.
13670         Set keyframe flag on buffers when needed.
13671
13672 2004-07-06  David Schleef  <ds@schleef.org>
13673
13674         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13675         serious?  (Fixed, obviously.)
13676
13677 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13678
13679         * po/LINGUAS:
13680         * po/cs.po:
13681           added Czech translation (Miloslav Trmac)
13682
13683 2004-07-05  Wim Taymans  <wim@fluendo.com>
13684
13685         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13686         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13687         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13688         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13689         (close_link), (type_found), (gst_decode_bin_set_property),
13690         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13691         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13692         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13693         (gst_decode_bin_query), (plugin_init):
13694         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13695         (gst_play_bin_class_init), (gst_play_bin_init),
13696         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13697         (get_video_element), (new_pad), (setup_source),
13698         (gst_play_bin_set_property), (gst_play_bin_get_property),
13699         (gst_play_bin_change_state), (gst_play_bin_add_element),
13700         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13701         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13702         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13703         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13704         * gst/playback/test.c: (main):
13705         More fixes, cleaned up playbin, make it use decodebin. Added
13706         threaded property to playbin.
13707
13708 2004-07-05  Wim Taymans  <wim@fluendo.com>
13709
13710         * configure.ac:
13711         * gst/playback/Makefile.am:
13712         * gst/playback/decodetest.c: (main):
13713         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13714         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13715         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13716         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13717         (close_link), (type_found), (gst_decode_bin_set_property),
13718         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13719         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13720         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13721         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13722         (plugin_init):
13723         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13724         (gst_play_bin_class_init), (gst_play_bin_init),
13725         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13726         (collect_sink_pads), (find_compatibles), (close_pad_link),
13727         (try_to_link_1), (new_pad), (close_link), (type_found),
13728         (setup_source), (gst_play_bin_set_property),
13729         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13730         (compare_ranks), (gst_play_bin_collect_factories),
13731         (gst_play_bin_change_state), (gst_play_bin_add_element),
13732         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13733         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13734         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13735         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13736         * gst/playback/test.c: (main):
13737         Added some playback helper elements and some test apps, very alpha
13738         still.
13739
13740 2004-07-04  Benjamin Otte  <otte@gnome.org>
13741
13742         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13743           only restart audio when we indeed have an xrun to fix repeated
13744           xruns. Fix suggested by Giuliano Pochini.
13745
13746 2004-07-03  David Schleef  <ds@schleef.org>
13747
13748         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13749         call to gst_debug_log() if debugging is disabled (bug #145118)
13750
13751 2004-07-03  Benjamin Otte  <otte@gnome.org>
13752
13753         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13754           use our own functions for restarting the alsa device.
13755         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13756           I should apply patches myself - use MIN for the third argument, not
13757           the second, this fixes seeking
13758
13759 2004-07-02  David Schleef  <ds@schleef.org>
13760
13761         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13762         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13763         do with the logic.
13764
13765 2004-07-02  David Schleef  <ds@schleef.org>
13766
13767         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13768         output buffers.  Fix logic mistake.  (bug #144866)
13769
13770 2004-07-02  David Schleef  <ds@schleef.org>
13771
13772         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13773         on X.  (bug #144753)
13774
13775 2004-07-02  David Schleef  <ds@schleef.org>
13776
13777         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13778         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13779         (bug #144624)
13780         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13781         (gst_osselement_rate_probe_check): Add another workaround for
13782         buggy drivers (bug #145336)
13783
13784 2004-07-02  David Schleef  <ds@schleef.org>
13785
13786         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13787         Most systems don't have MSG_NOSIGNAL.
13788
13789 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13790
13791         * Makefile.am:
13792         * gst-libs/gst/colorbalance/Makefile.am:
13793         * gst-libs/gst/mixer/Makefile.am:
13794         * gst-libs/gst/play/Makefile.am:
13795         * gst-libs/gst/tuner/Makefile.am:
13796           (hopefully) fix both install and dist and make error message useful.
13797           needs testing across automakes.
13798
13799 2004-07-02  Benjamin Otte  <otte@gnome.org>
13800
13801         * ext/ogg/gstogg.c: (plugin_init):
13802           we require bytestream now
13803         * ext/ogg/gstoggdemux.c:
13804           huge diff to implement chain setup in a fast and generic way. This
13805           improves tag reading and startup of huge files (read: Theora videos)
13806           quite a bit. It probably contains bugs, too, so please test.
13807           Seeking is not improved to the fast method.
13808
13809 2004-06-29  Wim Taymans  <wim@fluendo.com>
13810
13811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13812         * ext/ogg/gstoggmux.c:
13813         Fix memleak in oggdemux when running unconnected pads.
13814         doc update in mux, start working on keyframe mode.
13815
13816 2004-06-29  Benjamin Otte  <otte@gnome.org>
13817
13818         * sys/oss/gstosssink.c:
13819         * sys/oss/gstosssrc.c:
13820           advertise correct template caps - we indeed do non-native endianness
13821           and 8bit audio has no endianness
13822         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13824           avoid (wrong) duplications in getcaps function and return
13825           template caps
13826
13827 2004-06-29  Wim Taymans  <wim@fluendo.com>
13828
13829         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13830         (gst_multifdsink_class_init), (gst_multifdsink_add),
13831         (gst_multifdsink_remove), (gst_multifdsink_clear),
13832         (gst_multifdsink_client_remove),
13833         (gst_multifdsink_handle_client_read),
13834         (gst_multifdsink_client_queue_data),
13835         (gst_multifdsink_client_queue_caps),
13836         (gst_multifdsink_client_queue_buffer),
13837         (gst_multifdsink_handle_client_write),
13838         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13839         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13840         (gst_multifdsink_init_send), (gst_multifdsink_close):
13841         Fix wrong GList iteration that could crash the server when
13842         more then 2 clients disconnect at the same time. Read all the
13843         pending commands in one batch to recover from command storms under
13844         very heavy load.
13845
13846 2004-06-28  Wim Taymans  <wim@fluendo.com>
13847
13848         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13849         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13850         (gst_videomixer_pad_set_property),
13851         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13852         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13853         (gst_videomixer_class_init), (gst_videomixer_init),
13854         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13855         (pad_zorder_compare), (gst_videomixer_sort_pads),
13856         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13857         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13858         (gst_videomixer_update_queues), (gst_videomixer_loop),
13859         (plugin_init):
13860         Avoid divide by zero, choose masterpad as the pad with the highest
13861         framerate.
13862
13863 2004-06-27  Julien Moutte  <julien@moutte.net>
13864
13865         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13866         (gst_ximagesink_xwindow_new):
13867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13868         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13869         function directly. We might want to call it from somewhere else one day.
13870
13871 2004-06-27  Julien Moutte  <julien@moutte.net>
13872
13873         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13874         (gst_ximagesink_xwindow_new):
13875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13876         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13877         window decorations.
13878
13879 2004-06-27  Wim Taymans  <wim@fluendo.com>
13880
13881         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13882         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13883         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13884         (gst_dvdec_set_property), (gst_dvdec_get_property):
13885         * ext/dv/gstdvdec.h:
13886         Implement drop_factor property to lower the framerate with
13887         a factor.
13888
13889 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13890
13891         * gst-libs/gst/colorbalance/Makefile.am:
13892         * gst-libs/gst/mixer/Makefile.am:
13893         * gst-libs/gst/play/Makefile.am:
13894         * gst-libs/gst/tuner/Makefile.am:
13895           unbreak Company's fix that didn't install the -enum.h files
13896
13897 2004-06-27  Wim Taymans  <wim@fluendo.com>
13898
13899         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13900         (gst_dvdec_change_state):
13901         * ext/dv/gstdvdec.h:
13902         Fix timestamp, duration and offset of the buffers.
13903
13904 2004-06-27  Wim Taymans  <wim@fluendo.com>
13905
13906         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13907         (gst_multifdsink_class_init), (gst_multifdsink_add),
13908         (gst_multifdsink_remove), (gst_multifdsink_clear),
13909         (gst_multifdsink_client_remove),
13910         (gst_multifdsink_handle_client_read),
13911         (gst_multifdsink_client_queue_data),
13912         (gst_multifdsink_client_queue_caps),
13913         (gst_multifdsink_client_queue_buffer),
13914         (gst_multifdsink_handle_client_write),
13915         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13916         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13917         (gst_multifdsink_init_send), (gst_multifdsink_close):
13918         * gst/tcp/gstmultifdsink.h:
13919         * gst/tcp/gsttcpserversink.c:
13920         (gst_tcpserversink_handle_server_read),
13921         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13922         More multifdsink fixes, more recovery policy fixes.
13923         Removed stupid g_print
13924
13925 2004-06-26  Wim Taymans  <wim@fluendo.com>
13926
13927         * gst/tcp/Makefile.am:
13928         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13929         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13930         (gst_multifdsink_class_init), (gst_multifdsink_init),
13931         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13932         (gst_multifdsink_handle_client_read),
13933         (gst_multifdsink_client_queue_data),
13934         (gst_multifdsink_client_queue_caps),
13935         (gst_multifdsink_client_queue_buffer),
13936         (gst_multifdsink_handle_client_write),
13937         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13938         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13939         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13940         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13941         (gst_multifdsink_close), (gst_multifdsink_change_state):
13942         * gst/tcp/gstmultifdsink.h:
13943         * gst/tcp/gsttcpplugin.c: (plugin_init):
13944         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13945         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13946         (gst_tcpserversink_handle_server_read),
13947         (gst_tcpserversink_handle_select),
13948         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13949         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13950         * gst/tcp/gsttcpserversink.h:
13951         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13952         one of the locks, added recovery policy to multifdsink.
13953
13954 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13955
13956         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13957           fix decision for when getting frames with same timestamp
13958         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13959         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13960         (gst_v4lsrc_get_property):
13961         * sys/v4l/gstv4lsrc.h:
13962           add latency offset property
13963
13964 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13965
13966         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13967         (plugin_init):
13968           fix debugging. add category.
13969
13970 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13971
13972         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13973           fix wrong offsets
13974
13975 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13976
13977         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13978         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13979         (gst_alsa_src_change_state):
13980           return a time that is in sync with the element's processing
13981
13982 2004-06-25  Wim Taymans  <wim@fluendo.com>
13983
13984         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13985         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13986         (gst_tcpserversink_client_remove),
13987         (gst_tcpserversink_handle_client_read),
13988         (gst_tcpserversink_client_queue_data),
13989         (gst_tcpserversink_client_queue_caps),
13990         (gst_tcpserversink_client_queue_buffer),
13991         (gst_tcpserversink_handle_client_write),
13992         (gst_tcpserversink_queue_buffer),
13993         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13994         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13995         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13996         (gst_tcpserversink_close):
13997         * gst/tcp/gsttcpserversink.h:
13998         Serversink rewrite. Really do non blocking writes to clients and
13999         maintain an internal queue to handle slower clients while not
14000         disturbing fast clients.
14001
14002 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
14003
14004         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14005           better debug, don't override OFFSET and OFFSET_END
14006
14007 2004-06-25  Iain <iain@prettypeople.org>
14008
14009         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
14010         name=source for the wavparse pipeline.
14011
14012 2004-06-24  Johan Dahlin  <johan@gnome.org>
14013
14014         * ext/theora/theoraenc.c (theora_enc_chain): Call
14015         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
14016         streamheader caps are set correctly.
14017
14018 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14019
14020         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14021         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
14022           respect minimum bitrate; same could be done for max bitrate
14023
14024 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14025
14026         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14027         (gst_vorbisenc_setup):
14028           fix sample rate range
14029
14030 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14031
14032         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
14033         (gst_oggvorbisenc_setup):
14034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
14035         (gst_vorbisenc_setup):
14036           resolve ambiguities in code and description
14037
14038 2004-06-24  Wim Taymans  <wim@fluendo.com>
14039
14040         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
14041         * ext/alsa/gstalsa.h:
14042         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14043         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
14044         Use alsa trigger_tstamp to get the timestamp of the first
14045         sample in the buffer for more precise sync. Some cleanups.
14046
14047 2004-06-24  Wim Taymans  <wim@fluendo.com>
14048
14049         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
14050         (gst_audiorate_init), (gst_audiorate_chain),
14051         (gst_audiorate_set_property), (gst_audiorate_get_property):
14052         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14053         (gst_videorate_chain):
14054         Added some logging, fixed an overflow bug in videorate.
14055
14056 2004-06-24  Benjamin Otte  <otte@gnome.org>
14057
14058         * ext/kio/Makefile.am:
14059           fix for builddir != srcdir and distcheck
14060
14061 2004-06-24  Benjamin Otte  <otte@gnome.org>
14062
14063         * gst-libs/gst/colorbalance/Makefile.am:
14064         * gst-libs/gst/mixer/Makefile.am:
14065         * gst-libs/gst/play/Makefile.am:
14066         * gst-libs/gst/tuner/Makefile.am:
14067         * gst/tcp/Makefile.am:
14068         * sys/dxr3/Makefile.am:
14069           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
14070           tarball.
14071           Also add all *.list files that were missing.
14072         * Makefile.am:
14073           add a distcheck hook to ensure the above doesn't happen again.
14074
14075 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
14076
14077         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
14078
14079 2004-06-23  Colin Walters  <walters@redhat.com>
14080
14081         * m4/Makefile.am: Distribute gst-fionread.m4.
14082
14083 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14084
14085         * configure.ac: back to dev
14086
14087 2004-06-23  Wim Taymans  <wim@fluendo.com>
14088
14089         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14090         (gst_alsa_xrun_recovery):
14091         * ext/alsa/gstalsa.h:
14092         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14093         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14094         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14095         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14096         (gst_alsa_src_loop):
14097         Add clock to alsasrc. Take new capture timestamp when
14098         restarting after an overrun. Split up some functions between
14099         alsasrc and alsasink.
14100
14101 === release 0.8.2 ===
14102
14103 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14104
14105         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14106         (gst_alsa_change_state), (gst_alsa_update_avail),
14107         (gst_alsa_xrun_recovery):
14108         * ext/alsa/gstalsa.h:
14109         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14110           merge back changes from release
14111
14112 2004-06-23  Wim Taymans  <wim@fluendo.com>
14113
14114         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14115         (gst_audiorate_init), (gst_audiorate_chain),
14116         (gst_audiorate_set_property), (gst_audiorate_get_property):
14117         Implement sample dropping and notify
14118
14119 2004-06-22  Wim Taymans  <wim@fluendo.com>
14120
14121         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14122         (theora_enc_sink_link), (theora_buffer_from_packet),
14123         (theora_push_packet), (theora_enc_chain):
14124         Some cleanups, make sure the timestamps are correct.
14125
14126 2004-06-22  Wim Taymans  <wim@fluendo.com>
14127
14128         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14129         (gst_alsa_change_state), (gst_alsa_update_avail),
14130         (gst_alsa_xrun_recovery):
14131         * ext/alsa/gstalsa.h:
14132         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14133         Cleanups, take queued samples into account when reporting
14134         the time.
14135
14136 2004-06-22  Wim Taymans  <wim@fluendo.com>
14137
14138         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14139         (gst_videorate_init):
14140         Initialize the property as well.
14141
14142 2004-06-22  Wim Taymans  <wim@fluendo.com>
14143
14144         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14145         (gst_videorate_init), (gst_videorate_chain),
14146         (gst_videorate_set_property), (gst_videorate_get_property):
14147         Add property to make videorate silent.
14148         Add property to prefer new frames over old ones.
14149
14150 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14151
14152         * sys/osxvideo/Makefile.am:
14153         Workaround so that the osxvideo .so file gets linked with the
14154         Cocoa, OpenGL and QuickTime frameworks
14155
14156 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14157
14158         * sys/osxaudio/Makefile.am:
14159         Workaround so that the osxaudio .so file gets linked with the
14160         CoreAudio framework
14161
14162 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14163
14164         * configure.ac:
14165         Whoops, my fault...fixed build issues
14166
14167 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14168
14169         * configure.ac:
14170         Add objective-c support if running in Darwin/Mac OS X
14171         * sys/Makefile.am:
14172         * sys/osxvideo:
14173         * sys/osxvideo/Makefile.am:
14174         * sys/osxvideo/osxvideosink.h:
14175         * sys/osxvideo/osxvideosink.m:
14176         * sys/osxvideo/cocoawindow.h:
14177         * sys/osxvideo/cocoawindow.m:
14178         Add osxvideosink, a cocoa-based osx video sink
14179
14180
14181 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14182         * ext/dvdnav/gst-dvd:
14183         Grab the gconf key from the right spot
14184         * gst/debug/gstnavseek.c: (gst_navseek_init),
14185         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14186         (gst_navseek_chain):
14187         * gst/debug/gstnavseek.h:
14188           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14189           and loop parameters of a segment seek.
14190         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14191         (gst_videotestsrc_get_event_masks),
14192         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14193         * gst/videotestsrc/gstvideotestsrc.h:
14194           Add seeking support to videotestsrc
14195           Initialise the timestamp_offset variable.
14196
14197 2004-06-18  Wim Taymans  <wim@fluendo.com>
14198
14199         * ext/sidplay/gstsiddec.cc:
14200         Fix negotiation and set correct end offset.
14201
14202 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14203
14204         * configure.ac: branch and prerelease
14205
14206 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14207
14208         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14209         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14210         (gst_tcpclientsrc_init_receive):
14211         * gst/tcp/gsttcpclientsrc.h:
14212           read caps when connecting to server for GDP so we set them correctly
14213
14214 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14215
14216         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14217           notify drops and duplicates
14218         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14219           no good reason to limit ourselves to 100x100
14220
14221 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14222
14223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14224         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14225         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14226         (gst_v4lsrc_get_property):
14227         * sys/v4l/gstv4lsrc.h:
14228         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14229         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14230         (gst_v4l_set_audio):
14231         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14232         (gst_v4lsrc_try_capture):
14233         * sys/v4l/v4lsrc_calls.h:
14234           change try_palette to more general try_capture
14235           add autoprobe option so we can turn off autoprobing
14236           various fixes
14237
14238 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14239
14240         * configure.ac:
14241           add videorate
14242         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14243         (gst_ximagesink_class_init):
14244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14245         (gst_xvimagesink_class_init):
14246           run them as finalize, not dispose, since dispose can be invoked
14247           multiple times
14248
14249 2004-06-17  Wim Taymans  <wim@fluendo.com>
14250
14251         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14252         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14253         * ext/alsa/gstalsa.h:
14254         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14255         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14256         (gst_alsa_src_change_state):
14257         * ext/alsa/gstalsasrc.h:
14258         Make the xrun code timestamp and offset the buffers correctly.
14259         moved the clock to the base class, use alsa methods to get time.
14260         Do correct timestamping on outgoing buffers.
14261
14262 2004-06-17  Wim Taymans  <wim@fluendo.com>
14263
14264         * gst/audiorate/Makefile.am:
14265         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14266         (gst_audiorate_base_init), (gst_audiorate_class_init),
14267         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14268         (gst_audiorate_set_property), (gst_audiorate_get_property),
14269         (gst_audiorate_change_state), (plugin_init):
14270         Added an audiorate converter that fills in gaps.
14271
14272 2004-06-17  Johan Dahlin  <johan@gnome.org>
14273
14274         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14275
14276 2004-06-16  Wim Taymans  <wim@fluendo.com>
14277
14278         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14279         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14280         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14281         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14282         (gst_v4lsrc_get_property):
14283         * sys/v4l/gstv4lsrc.h:
14284         Added a copy mode to v4lsrc where it will output a copied version
14285         of its internal hardware buffer.
14286         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14287         can't | them.
14288
14289 2004-06-16  Wim Taymans  <wim@fluendo.com>
14290
14291         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14292         Timestamp fixes.
14293
14294 2004-06-16  Wim Taymans  <wim@fluendo.com>
14295
14296         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14297         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14298         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14299         (gst_v4lsrc_get_property):
14300         * sys/v4l/gstv4lsrc.h:
14301         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14302         Added a sync mode enum property to control v4lsrc timestamp method
14303         Removed the use-fixed-fps property and moved functionality in
14304         the enum.
14305         Don't error on an error value from v4l-conf, it might not always
14306         be a real error.
14307
14308 2004-06-16  Wim Taymans  <wim@fluendo.com>
14309
14310         * gst/videorate/Makefile.am:
14311         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14312         (gst_videorate_base_init), (gst_videorate_class_init),
14313         (gst_videorate_getcaps), (gst_videorate_link),
14314         (gst_videorate_init), (gst_videorate_chain),
14315         (gst_videorate_set_property), (gst_videorate_get_property),
14316         (gst_videorate_change_state), (plugin_init):
14317         Added a video timestamp corrector.
14318
14319 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14320
14321         fixed a potential leak with previous commit
14322
14323         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14324
14325 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14326
14327         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14328         Added missing refcount, fixes bug #144425
14329         Cheers Tim for finding the bug
14330
14331 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14332
14333         * sys/v4l/gstv4l.c: (plugin_init):
14334         * sys/v4l/gstv4lcolorbalance.c:
14335         * sys/v4l/gstv4lcolorbalance.h:
14336         * sys/v4l/gstv4lelement.c:
14337         * sys/v4l/gstv4lelement.h:
14338         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14339         * sys/v4l/gstv4lmjpegsink.h:
14340         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14341         * sys/v4l/gstv4lmjpegsrc.h:
14342         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14343         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14344         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14345         * sys/v4l/gstv4lsrc.h:
14346         * sys/v4l/gstv4ltuner.c:
14347         * sys/v4l/gstv4ltuner.h:
14348         * sys/v4l/gstv4lxoverlay.c:
14349         * sys/v4l/gstv4lxoverlay.h:
14350         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14351         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14352         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14353         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14354         (gst_v4l_set_audio):
14355         * sys/v4l/v4l_calls.h:
14356         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14357         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14358         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14359         (gst_v4lmjpegsink_playback_init),
14360         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14361         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14362         (gst_v4lmjpegsink_playback_stop),
14363         (gst_v4lmjpegsink_playback_deinit):
14364         * sys/v4l/v4lmjpegsink_calls.h:
14365         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14366         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14367         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14368         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14369         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14370         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14371         * sys/v4l/v4lmjpegsrc_calls.h:
14372         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14373         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14374         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14375         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14376         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14377         (gst_v4lsrc_try_palette):
14378         * sys/v4l/v4lsrc_calls.h:
14379           bunch of paranoia cleanups
14380
14381 2004-06-14  David Schleef  <ds@schleef.org>
14382
14383         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14384         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14385         Send discont events and change timestamps appropriately when
14386         we get a seek event.  (bug #144240)
14387         * ext/cdparanoia/gstcdparanoia.h:
14388
14389 2004-06-14  Benjamin Otte  <otte@gnome.org>
14390
14391         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14392           snd_pcm_hw_params_set_rate  since the latter fails for no good
14393           reason on some setups.
14394
14395 2004-06-14  David Schleef  <ds@schleef.org>
14396
14397         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14398         standard.  Thank you for playing.
14399
14400 2004-06-14  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14403         Patch 1.3 broke the ordering of the colorspace info and
14404         made the plugin basically work by coincidence, reordered
14405         the info.
14406
14407 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14408
14409         * ext/lame/gstlame.c:
14410         * ext/mad/gstmad.c:
14411           sync caps.  Make sure mad can only output a list of rates, not
14412           a full range.  In the future, have three caps lists for each of the
14413           mpeg versions.  Change mpegversion to a double as well.
14414
14415 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14416
14417         * gst/volume/.cvsignore:
14418         * gst/volume/Makefile.am:
14419         * gst/volume/demo.c: (value_changed_callback), (idler),
14420         (setup_gui), (main):
14421           added small demo app
14422
14423 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14424         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14425         * ext/esd/esdsink.h:
14426         Close the esd connection on pause, because esd will just wait -
14427         blocking all other esd clients indefinitely.
14428
14429 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14430
14431         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14432           previous commit with GST_DEBUG
14433
14434 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14435
14436         * configure.ac:
14437           add a header check for a dvdread header in dvdnav.  Fixes #133002
14438
14439 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14440
14441         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14442         * gst/tcp/gsttcpclientsink.h:
14443         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14444         * gst/tcp/gsttcpclientsrc.h:
14445         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14446         (gst_tcpserversink_handle_server_read),
14447         (gst_tcpserversink_init_send):
14448         * gst/tcp/gsttcpserversink.h:
14449         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14450         * gst/tcp/gsttcpserversrc.h:
14451         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14452         version of IP)
14453
14454 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14455
14456         * configure.ac:
14457         Added ogg library so that OSX detects libtheora properly
14458
14459 2004-06-11  Wim Taymans  <wim@fluendo.com>
14460
14461         * ext/theora/theoradec.c: (theora_dec_chain),
14462         (theora_dec_change_state):
14463         Don't try to decode frames before we received a keyframe.
14464
14465 2004-06-11  Wim Taymans  <wim@fluendo.com>
14466
14467         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14468         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14469         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14470         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14471         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14472         Added property to set the maximum delay of a page.
14473
14474 2004-06-10  Wim Taymans  <wim@fluendo.com>
14475
14476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14477         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14478         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14479         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14480         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14481         Added max-delay property to control the maximum amount
14482         of data to put in one page.
14483
14484 2004-06-10  Wim Taymans  <wim@fluendo.com>
14485
14486         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14487         (gst_theora_enc_init), (theora_enc_sink_link),
14488         (theora_buffer_from_packet), (theora_enc_set_property),
14489         (theora_enc_get_property):
14490         Set duration on encoded buffer, added some more properties
14491
14492 2004-06-10  Wim Taymans  <wim@fluendo.com>
14493
14494         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14495         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14496         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14497         * ext/theora/theoraenc.c: (theora_enc_chain):
14498         Fix refcounting bugs
14499
14500 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14501
14502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14503         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14504         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14505         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14506         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14507         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14508         (gst_asf_demux_change_state):
14509         * gst/asfdemux/gstasfdemux.h:
14510           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14511           feels like. I think we should set a new requirement for demuxers
14512           from now on to implement sane loop functions, data loops, query
14513           and seek functions before first commit into CVS. And this commit
14514           fixes all of the above.
14515
14516 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14517
14518         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14519           vorbis comments are properly encoded in UTF-8 before adding them
14520           to a GstTagList
14521
14522 2004-06-09  Benjamin Otte  <otte@gnome.org>
14523
14524         * ext/alsa/gstalsa.c: (add_channels):
14525           handle min <= max correctly
14526         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14527         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14528           add fixation functions so we fixate correctly. No preferring of alaw
14529           anymore because it's the first structure.
14530         * ext/alsa/gstalsa.h:
14531         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14532         (gst_alsa_hw_params_dump):
14533           add functions to ease debugging in alsalib
14534         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14535         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14536         (gst_alsa_start_audio):
14537           only specify hw params if we really setup a format (fixes #134007 -
14538           or at least works around it)
14539
14540 2004-06-09  Wim Taymans  <wim@fluendo.com>
14541
14542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14543         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14544         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14545         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14546         (gst_ogg_mux_loop):
14547         Use stream caps to setup the initial pages in the ogg stream.
14548         Correctly set the streamheader caps on the srcpad.
14549
14550 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14551
14552         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14553         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14554         (gst_v4lsrc_getcaps):
14555         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14556         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14557           add querying of fps lists for webcams.  Negotiating to a framerate
14558           now works.
14559
14560 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14561
14562         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14563         (theora_push_buffer), (theora_push_packet),
14564         (theora_set_header_on_caps), (theora_enc_chain):
14565           mark buffers and put on streamheader, raw theora streaming
14566           now works too, whee
14567
14568 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14569
14570         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14571         (gst_tcp_gdp_read_caps):
14572           do a looping read for caps and GDP headers too
14573
14574 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14575
14576         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14577         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14578           return EOS instead of NULL in _get
14579
14580 2004-06-08  Wim Taymans  <wim@fluendo.com>
14581
14582         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14583         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14584         (gst_tcp_gdp_write_caps):
14585         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14586         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14587         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14588         Memory leak fixes
14589
14590 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14591
14592         * ext/vorbis/Makefile.am:
14593         * ext/vorbis/vorbis.c: (plugin_init):
14594         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14595         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14596         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14597         (vorbis_parse_change_state):
14598         * ext/vorbis/vorbisparse.h:
14599           adding a vorbisparse element that marks the buffers, streaming
14600           raw vorbis using GDP now works, whee
14601
14602 2004-06-08  Wim Taymans  <wim@fluendo.com>
14603
14604         * ext/jpeg/Makefile.am:
14605         * ext/jpeg/README:
14606         * ext/jpeg/gstjpeg.c: (plugin_init):
14607         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14608         (gst_smokedec_base_init), (gst_smokedec_class_init),
14609         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14610         * ext/jpeg/gstsmokedec.h:
14611         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14612         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14613         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14614         (gst_smokeenc_resync), (gst_smokeenc_chain),
14615         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14616         * ext/jpeg/gstsmokeenc.h:
14617         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14618         (smokecodec_flush_destination), (smokecodec_term_destination),
14619         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14620         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14621         (smokecodec_term_source), (smokecodec_encode_new),
14622         (smokecodec_decode_new), (smokecodec_info_free),
14623         (smokecodec_set_quality), (smokecodec_get_quality),
14624         (smokecodec_set_threshold), (smokecodec_get_threshold),
14625         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14626         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14627         (smokecodec_parse_header), (smokecodec_decode):
14628         * ext/jpeg/smokecodec.h:
14629         Added a new simple jpeg based codec
14630
14631 2004-06-08  Wim Taymans  <wim@fluendo.com>
14632
14633         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14634         (gst_multipart_mux_loop):
14635         Fix memory leak
14636
14637 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14638
14639         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14640         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14641         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14642         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14643         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14644         * gst/tcp/gsttcpserversink.h:
14645           take streamheader into account
14646
14647 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14648
14649         * gst/level/Makefile.am:
14650         * gst/level/gstlevel.c: (gst_level_class_init):
14651           clean up marshal generation
14652
14653 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14654
14655         * gst/tcp/Makefile.am:
14656         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14657         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14658         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14659         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14660         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14661         (gst_tcpclientsrc_get_property):
14662         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14663         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14664         (gst_tcpserversink_handle_client_read),
14665         (gst_tcpserversink_handle_client_write),
14666         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14667         * gst/tcp/gsttcpserversink.h:
14668           add signals client-added and client-removed
14669         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14670         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14671         (gst_tcpserversrc_get_property):
14672         uniformized, change default protocol to NONE
14673         * gst/tcp/gsttcp-marshal.list: added
14674 2004-06-07  Benjamin Otte  <otte@gnome.org>
14675
14676         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14677           handle discont events if they happen before caps nego
14678
14679 2004-06-07  Wim Taymans  <wim@fluendo.com>
14680
14681         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14682         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14683         (gst_multipart_demux_plugin_init):
14684         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14685         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14686         (gst_multipart_mux_change_state):
14687         Small updates, fix a memleak
14688
14689 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14690
14691         * configure.ac: OSS portability
14692         * ext/arts/gst_arts.c: idem
14693         * sys/oss/gstosselement.c: idem
14694         * sys/oss/gstossmixer.c: idem
14695         * sys/oss/gstosssink.c: idem
14696         * sys/oss/gstosssrc.c: idem
14697         * sys/oss/oss_probe.c: idem
14698           - check for soundcard.h in different places for some BSD
14699
14700 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14701
14702         * AUTHORS:
14703         Add me to the authors file
14704         * configure.ac:
14705         Increase the libdv requirement to >= version 0.100
14706         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14707         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14708         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14709         * ext/dv/gstdvdec.h:
14710         Add support for the new_media flag when sending DISCONT events
14711         Make the querying work when video pad is not linked
14712
14713 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14714
14715         reviewed by Benjamin Otte  <otte@gnome.org>
14716
14717         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14718           create a NULL-initialized array of pads, so we don't think they
14719           exist already. (fixes #143130)
14720
14721 2004-06-07  Benjamin Otte  <otte@gnome.org>
14722
14723         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14724         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14725         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14726           don't use // coments
14727
14728 2004-06-07  Benjamin Otte  <otte@gnome.org>
14729
14730         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14731           cast to GstClockTime to get higher granularity
14732         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14733           use gst_element_set_time_delay to get the exact time
14734         * ext/mad/gstmad.c: (gst_mad_chain):
14735           use the negotiated rate instead of the current frame's rate which
14736           might be wrong because of bit errors. This avoids emitting totally
14737           bogus timestamps and screwing sync.
14738         (fixes #143454)
14739
14740 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14741
14742         reviewed by Benjamin Otte  <otte@gnome.org>
14743
14744         * gst/adder/gstadder.c: (gst_adder_loop):
14745           properly error out when no negotiation has happened yet. (fixes
14746           #143032)
14747
14748 2004-06-06  Benjamin Otte  <otte@gnome.org>
14749
14750         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14751           forward correctly transformed offset in discont events. Based on
14752           patch by Arwed v. Merkatz. (fixes #142851)
14753
14754 2004-06-06  David Schleef  <ds@schleef.org>
14755
14756         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14757         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14758         problems on several systems.
14759
14760 2004-06-06  Benjamin Otte  <otte@gnome.org>
14761
14762         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14763           use explicit caps on the srcpad
14764         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14765           properly error out if caps couldn't be set (fixes #142764)
14766
14767 2004-06-06  Benjamin Otte  <otte@gnome.org>
14768
14769         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14770         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14771         (gst_alsa_start_audio):
14772           - don't call set_periods_integer anymore, it breaks the
14773           configuration randomly
14774           - call snd_pcm_hw_params_set_access directly instead of using masks
14775           - don't fail if the sw_params can't be set, just use the default
14776           params and hope it works. Alsalib has weird issues when you touch
14777           sw_params and does no proper error reporting about what failed.
14778         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14779         (gst_alsa_close_audio):
14780           make our alsa debugging go via gst debugging and not conditionally
14781           defined
14782         * ext/alsa/gstalsa.h:
14783           add ALSA_DEBUG_FLUSH macro
14784         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14785         (plugin_init):
14786           wrap alsa errors to be printed via the gst debugging system and not
14787           spammed to stderr
14788
14789 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14790
14791         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14792         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14793         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14794         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14795         (qtdemux_parse_trak):
14796         * gst/qtdemux/qtdemux.h:
14797           Bitch. Also known as seeking, querying & co.
14798         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14799         (gst_osssink_change_state):
14800         * sys/oss/gstosssink.h:
14801           Resyncing is for weenies, this hack is no longer needed and was
14802           broken anyway (since it - unintendedly - always leaves resync to
14803           TRUE).
14804
14805 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14806
14807         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14808         * gst/tcp/gsttcpclientsrc.h: idem
14809           - define MSG_NOSIGNAL if not done
14810           - include unistd.h for off_t
14811           (fixes #143749)
14812
14813 2004-06-05  Benjamin Otte  <otte@gnome.org>
14814
14815         * configure.ac:
14816         * ext/kio/Makefile.am:
14817           check for qt's moc preprocessor explicitly and use it
14818
14819 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14820
14821         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14822           don't get a signal for EPIPE on socket writes
14823           (somebody check if this works on other platforms)
14824
14825 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14826
14827         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14828         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14829           check error condition on available samples correctly
14830
14831 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14832
14833         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14834           avoid a segfault
14835         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14836         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14837         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14838         (gst_tcpserversrc_gdp_read_header):
14839          use ssize_t over size_t since the former is signed and thus the
14840          check for error codes can work
14841
14842 2004-06-02  Wim Taymans  <wim@fluendo.com>
14843
14844         reviewed by: Johan
14845
14846         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14847         (gst_multipart_mux_loop):
14848         Oops
14849
14850 2004-06-02  Wim Taymans  <wim@fluendo.com>
14851
14852         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14853         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14854         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14855         (gst_multipart_mux_change_state):
14856         Added configurable boundary specifier, added the value as a
14857         caps field as well.
14858
14859 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14860
14861         * gst/tcp/gsttcp.c:
14862         * gst/tcp/gsttcpclientsrc.c:
14863         * gst/tcp/gsttcpclientsrc.h:
14864         * gst/tcp/gsttcpserversrc.c:
14865           - portability fix, to compile on OSX
14866             (fixes #143146)
14867
14868         * sys/osxaudio/gstosxaudioelement.c:
14869         * sys/osxaudio/gstosxaudiosink.c:
14870         * sys/osxaudio/gstosxaudiosrc.c:
14871           - compilation warnings on OSX
14872             (fixes #143153)
14873
14874 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14875
14876         * ext/vorbis/vorbisdec.c : sign warning fixes
14877
14878         * gst-libs/gst/mixer/mixertrack.c :
14879           do no use defines which are glib 2.4 specific
14880
14881 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14882
14883         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14884           buffer since libflac doesn't expect it (reports a sync error when
14885           it encounters that)
14886
14887
14888 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14889
14890         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14891         * gst-libs/gst/mixer/mixertrack.c:
14892         (gst_mixer_track_get_property), (get_mixer_track_init),
14893         (get_mixer_track_get_property): Added property accessors
14894         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14895         * gst-libs/gst/mixer/mixeroptions.c:
14896         (gst_mixer_options_get_values): Added
14897         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14898         * gst-libs/gst/mixer/mixer.c: Fixed comment
14899
14900
14901 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14902
14903         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14904           improve error messages on open
14905
14906
14907 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14908
14909         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14910           check if v4l-conf is in path
14911
14912 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14913
14914         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14915           change assert to a more readable error message
14916
14917 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14918
14919         * gst-libs/gst/tuner/tunerchannel.h:
14920           - add a freq_multiplicator field to make the conversion
14921             between internal frequency unit and Hz
14922         * sys/v4l/gstv4lelement.c:
14923         * sys/v4l2/gstv4l2element.c:
14924           - change default video device to /dev/video0
14925         * sys/v4l/v4l_calls.c:
14926         * sys/v4l2/v4l2_calls.c:
14927           - we only expose frequency to the user in Hz instead of
14928             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14929
14930 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14931         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14932           Initialise b_o_s and e_o_s variables
14933         * gst-libs/gst/riff/riff-media.c:
14934         (gst_riff_create_video_caps_with_data):
14935           Add some unusual fourcc's from mplayer avi's
14936         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14937           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14938           autoplugging.
14939
14940 2004-05-28  Wim Taymans  <wim@fluendo.com>
14941
14942         * configure.ac:
14943         * gst/alpha/Makefile.am:
14944         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14945         (gst_alpha_get_type), (gst_alpha_base_init),
14946         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14947         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14948         (gst_alpha_chroma_key), (gst_alpha_chain),
14949         (gst_alpha_change_state), (plugin_init):
14950         A plugin to add an alpha channel to I420 video. Can optionally do
14951         chroma keying.
14952         * gst/multipart/Makefile.am:
14953         * gst/multipart/multipart.c: (plugin_init):
14954         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14955         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14956         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14957         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14958         (gst_multipart_demux_change_state),
14959         (gst_multipart_demux_plugin_init):
14960         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14961         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14962         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14963         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14964         (gst_multipart_mux_pad_unlink),
14965         (gst_multipart_mux_request_new_pad),
14966         (gst_multipart_mux_handle_src_event),
14967         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14968         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14969         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14970         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14971         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14972         send multipart jpeg images to a browser.
14973         * gst/videobox/Makefile.am:
14974         * gst/videobox/README:
14975         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14976         (gst_video_box_get_type), (gst_video_box_base_init),
14977         (gst_video_box_class_init), (gst_video_box_init),
14978         (gst_video_box_set_property), (gst_video_box_get_property),
14979         (gst_video_box_sink_link), (gst_video_box_i420),
14980         (gst_video_box_ayuv), (gst_video_box_chain),
14981         (gst_video_box_change_state), (plugin_init):
14982         Crops or adds borders around an image. can do alpha channel
14983         borders as well.
14984         * gst/videomixer/Makefile.am:
14985         * gst/videomixer/README:
14986         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14987         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14988         (gst_videomixer_pad_get_sink_event_masks),
14989         (gst_videomixer_pad_get_property),
14990         (gst_videomixer_pad_set_property),
14991         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14992         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14993         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14994         (gst_videomixer_base_init), (gst_videomixer_class_init),
14995         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14996         (gst_videomixer_handle_src_event),
14997         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14998         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14999         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15000         (gst_videomixer_loop), (gst_videomixer_get_property),
15001         (gst_videomixer_set_property), (gst_videomixer_change_state),
15002         (plugin_init):
15003         Generic video mixer plugin, can handle multiple inputs all with
15004         different framerates and video sizes. Is fully alpha channel
15005         aware.
15006
15007 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15008
15009         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15010           Select first track as master track. Not sure how else to handle
15011           that...
15012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
15013           Discard discont events. Should fix #142962.
15014
15015 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15016
15017         * ext/alsa/Makefile.am:
15018         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
15019         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
15020         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15021         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15022         (gst_alsa_mixer_get_option):
15023         * ext/alsa/gstalsamixer.h:
15024         * ext/alsa/gstalsamixeroptions.c:
15025         (gst_alsa_mixer_options_get_type),
15026         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
15027         (gst_alsa_mixer_options_new):
15028         * ext/alsa/gstalsamixeroptions.h:
15029         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
15030         * ext/alsa/gstalsamixertrack.h:
15031           Add enumerations (as GstMixerOptions). Make correct distinction
15032           between input/output tracks. Add capture/playback private flag.
15033           Use flag to decide on whether to set capture or playback volumes
15034           or switches. Use playback and record switches.
15035         * gst-libs/gst/mixer/Makefile.am:
15036         * gst-libs/gst/mixer/mixer-marshal.list:
15037         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
15038         (gst_mixer_set_option), (gst_mixer_get_option),
15039         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
15040         (gst_mixer_volume_changed), (gst_mixer_option_changed):
15041         * gst-libs/gst/mixer/mixer.h:
15042         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
15043         (gst_mixer_options_class_init), (gst_mixer_options_init),
15044         (gst_mixer_options_dispose):
15045         * gst-libs/gst/mixer/mixeroptions.h:
15046           Add GstMixerOptions.
15047         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15048           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
15049           broken device detection on computers with multiple OSS sound
15050           cards.
15051
15052 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15053
15054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15055           fixate nicely even when the peer is not negotiating
15056
15057 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15058
15059         * gst/audioconvert/gstaudioconvert.c:
15060         (gst_audio_convert_parse_caps):
15061           make sure we don't allow depth > width
15062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
15063           fixate endianness to G_BYTE_ORDER as default
15064         * gst/audioscale/gstaudioscale.c:
15065           we don't handle another endianness as host-endianness
15066
15067 2004-05-25  David Schleef  <ds@schleef.org>
15068
15069         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
15070
15071 2004-05-24  Benjamin Otte  <otte@gnome.org>
15072
15073         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
15074         (gst_oggvorbisenc_setup):
15075           properly fail when we can't setup the vorbis encoder due to
15076           unsupported settings
15077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
15078         (gst_vorbisenc_setup):
15079           same
15080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15081           fix case where warnings occured when one pad was unlinked while the
15082           other's link function was called
15083
15084 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15085
15086         * gst/tcp/Makefile.am:
15087           use GST_ENABLE_NEW
15088
15089 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15090
15091         * gst-libs/gst/resample/private.h:
15092           don't use optimizations that are #if 0'ed
15093
15094 2004-05-24  Wim Taymans  <wim@fluendo.com>
15095
15096         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15097         Fix potential division by zero error and hopefully get
15098         the position query right to get correct timestamps on avi
15099         audio.
15100
15101 2004-05-24  Wim Taymans  <wim@fluendo.com>
15102
15103         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15104         (gst_videoscale_scale_nearest_str2),
15105         (gst_videoscale_scale_nearest_str4),
15106         (gst_videoscale_scale_nearest_32bit),
15107         (gst_videoscale_scale_nearest_24bit),
15108         (gst_videoscale_scale_nearest_16bit):
15109         Fix the scaling algorithm and avoid a buffer overflow.
15110         removed the while loop in the scaling function as it
15111         was used for point sampling only.
15112
15113 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15114
15115         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15116         (gst_id3_tag_class_init), (gst_id3_tag_init),
15117         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15118         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15119         (gst_id3_tag_send_tag_event):
15120           lots of fixes to make id3mux work and id3demux work correctly
15121
15122 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15123
15124         * ext/Makefile.am:
15125           add rules to build shout2send (was removed by accident
15126           when this module was no more marked experimental/broken)
15127
15128 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15129
15130         * ext/shout2/gstshout2.c:
15131         * ext/shout2/gstshout2.h:
15132           adding a "connection problem" signal to shout2send
15133           (fixes #142954)
15134
15135 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15136
15137         * ext/kio/kioreceiver.cpp:
15138         * ext/kio/kioreceiver.h:
15139           fix sign comparison issues
15140
15141 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15142
15143         * gst/cdxaparse/gstcdxaparse.c:
15144         * gst/cdxaparse/gstcdxaparse.h:
15145           some renaming
15146           add some checks/sanity
15147           prepare for seek addition
15148
15149         * sys/sunaudio/gstsunaudio.c:
15150           remove exported dupe init function
15151
15152 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15153
15154         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15155         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15156           Fix format conversion and position querying.
15157         * gst/debug/progressreport.c: (gst_progressreport_report):
15158           Don't output a bogus total value that we didn't query.
15159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15160           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15161           only a blank window after xine has been used.
15162
15163 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15164
15165         * m4/as-arts.m4:
15166           sync with upstream version to fix test on FC2
15167           readd with -ko to preserve Id header
15168
15169 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15170
15171         * configure.ac:
15172           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15173         * gst/tcp/gsttcpclientsrc.c: idem
15174         * gst/tcp/gsttcpserversink.c: idem
15175         * gst/tcp/gsttcpserversrc.c: idem
15176         * m4/gst-fionread.m4: idem
15177
15178         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15179
15180         * configure.ac: enable speex plugin for speex 1.1.5+
15181         * ext/speex/gstspeexenc.c: fix cast warning
15182
15183         * ext/esd/README: fix typo
15184
15185 2004-05-20  David Schleef  <ds@schleef.org>
15186
15187         * configure.ac: Minor cosmetic change to convince the buildbot to
15188         reautogen.
15189         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15190         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15191         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15192         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15193         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15194         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15195         More hacking.  Plays audio now.
15196
15197 2004-05-20  David Schleef  <ds@schleef.org>
15198
15199         * configure.ac:
15200         * sys/Makefile.am:
15201
15202 2004-05-20  David Schleef  <ds@schleef.org>
15203
15204         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15205         * sys/osxaudio/gstosxaudio.c:
15206         * sys/osxaudio/gstosxaudioelement.c:
15207         * sys/osxaudio/gstosxaudioelement.h:
15208         * sys/osxaudio/gstosxaudiosink.c:
15209         * sys/osxaudio/gstosxaudiosink.h:
15210         * sys/osxaudio/gstosxaudiosrc.c:
15211         * sys/osxaudio/gstosxaudiosrc.h:
15212
15213 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15214
15215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15216         (gst_vorbisenc_chain):
15217           put the codec headers on the caps as streamheader as well as
15218           pushing them out
15219
15220 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15221
15222         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15223         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15224         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15225         split up push_packet into two functions
15226
15227 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15228
15229         * gst/tcp/.cvsignore:
15230           ignore enums
15231         * gst/tcp/Makefile.am:
15232         * gst/tcp/README:
15233         * gst/tcp/gsttcp.c:
15234         * gst/tcp/gsttcp.h:
15235         * gst/tcp/gsttcpclientsink.c:
15236         * gst/tcp/gsttcpclientsink.h:
15237         * gst/tcp/gsttcpclientsrc.c:
15238         * gst/tcp/gsttcpclientsrc.h:
15239         * gst/tcp/gsttcpplugin.c:
15240         * gst/tcp/gsttcpserversink.c:
15241         * gst/tcp/gsttcpserversink.h:
15242         * gst/tcp/gsttcpserversrc.c:
15243         * gst/tcp/gsttcpserversrc.h:
15244           add new tcp elements
15245
15246 2004-05-19  Wim Taymans  <wim@fluendo.com>
15247
15248         * gst/law/mulaw-conversion.c: (mulaw_encode):
15249         Fix overflow bug in ulaw encoding.
15250
15251 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15252
15253         * ext/mad/gstmad.c: (gst_mad_handle_event):
15254           don't unref the event twice
15255
15256 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15257
15258         * configure.ac:
15259           remove -Wno-sign-compare
15260
15261 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15262
15263         * configure.ac:
15264           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15265           if you want to work against glib 2.2 and 2.4
15266
15267 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15268
15269         * gst/tcp/Makefile.am:
15270         * gst/tcp/gsttcp.c:
15271         * gst/tcp/gsttcp.h:
15272         * gst/tcp/gsttcpsink.h:
15273         * gst/tcp/gsttcpsrc.h:
15274           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15275
15276 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15277
15278         * gst/debug/tests.c: (md5_get_value):
15279           fix segfault on gst-inspect
15280
15281 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15282
15283         * gst/debug/testplugin.c:
15284         * gst/debug/tests.c:
15285         * gst/debug/tests.h:
15286           add new extensible and configurable testing element. Current tests
15287           include buffer count, stream length, timestamp/duration matching and
15288           md5.
15289         * gst/debug/Makefile.am:
15290         * gst/debug/gstdebug.c: (plugin_init):
15291           add infrastructure for new element
15292
15293 2004-05-19  Johan Dahlin  <johan@gnome.org>
15294
15295         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15296         ending of the array. Fixes gst-inspect segfault on ppc.
15297
15298 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15299
15300         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15301
15302         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15303
15304 2004-05-18  David Schleef  <ds@schleef.org>
15305
15306         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15307         warnings (bugs, actually) noticed by gcc but not forte.
15308
15309 2004-05-18  David Schleef  <ds@schleef.org>
15310
15311         * sys/sunaudio/Makefile.am:
15312         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15313
15314 2004-05-18  David Schleef  <ds@schleef.org>
15315
15316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15317         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15318         to allow qtdemux to use non-seekable streams. (bug #142272)
15319
15320 2004-05-18  David Schleef  <ds@schleef.org>
15321
15322         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15323         (gst_resample_sinc_ft_float): Remove use of static temporary
15324         buffer.  This code was obviously not supposed to last long, but
15325         it's stuck in our ABI, so it required a little hack to make it
15326         ABI-compatible.  Fixes #142585.
15327         * gst-libs/gst/resample/resample.h: same.
15328
15329 2004-05-18  David Schleef  <ds@schleef.org>
15330
15331         * configure.ac: Add sunaudio
15332         * examples/Makefile.am: make gstplay depend on gconf
15333         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15334         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15335         (convert_table_lookup), (img_convert): remove c99-isms
15336         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15337           unsigned, to fix a warning on Solaris
15338         * gst/mpeg1sys/systems.c: bcopy->memcpy
15339         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15340         * sys/Makefile.am: Add sunaudio
15341
15342 2004-05-18  Wim Taymans  <wim@fluendo.com>
15343
15344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15345         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15346         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15347         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15348         (gst_ogg_mux_loop):
15349         Fix an ugly memleak where the muxer didn't flush enough ogg
15350         pages. This also resulted in badly muxed ogg files.
15351
15352 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15353
15354         * gst/asfdemux/asfheaders.c :
15355         * gst/asfdemux/asfheaders.h :
15356         * gst/asfdemux/gstasfdemux.c :
15357           - fix ASF_OBJ_PADDING guid
15358           - add 3 new object guids (language list, metadata,
15359             extended stream properties)
15360           - add a function to parse extended header objects
15361
15362 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15363
15364         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15365           remove leftover debugging g_print
15366
15367 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15368
15369         * ext/mad/gstmad.c: (gst_mad_handle_event):
15370           Fix for when the first format in a discont event is not a
15371           byte-based one. Should fix #137710.
15372
15373 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15374
15375         * m4/a52.m4 : fix compilation with -Wall -Werror
15376         * m4/libfame.m4 : idem
15377         * m4/libmikmod.m4 : idem
15378
15379 2004-05-17  Benjamin Otte  <otte@gnome.org>
15380
15381         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15382           signal the new tags before giving up the reference
15383
15384 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15385
15386         * ext/shout2/gstshout2.c:
15387           use application/ogg instead of application/x-ogg (patch by Patrick
15388           Guimond, fixes #142432)
15389         * sys/oss/gstosselement.c: (gst_osselement_reset),
15390         (gst_osselement_sync_parms):
15391           don't set fragment size unless specified (fixes #142493)
15392
15393 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15394
15395         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15396           fixes #142664
15397
15398 2004-05-17  Benjamin Otte  <otte@gnome.org>
15399
15400         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15401           compute offsets correctly for internal buffers so timestamps are set
15402           correctly when we can't seek. Also handle cases where there are no
15403           offsets. (based on a patch by David Moore, fixes #142507)
15404
15405 2004-05-17  Benjamin Otte  <otte@gnome.org>
15406
15407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15408           use correct variable when determining amount of data to skip so we
15409           don't skip into the void and segfault
15410
15411 2004-05-16  Benjamin Otte  <otte@gnome.org>
15412
15413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15414           Hi, I'm a memleak
15415
15416 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15417
15418         * gst/asfdemux/gstasfdemux.c:
15419           - fix a mem leak and always propagate tags
15420           - add WMV3 to known video codecs (but no decoder yet)
15421           - replace "surplus data" at end of audio header for what
15422             it is : codec specific data
15423           - fix a typo
15424
15425 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15426
15427         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15428
15429         * gst-libs/gst/audio/audioclock.c:
15430           Fix wrong return type (#142205).
15431
15432 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15433
15434         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15435           Ignore CRCs by default (fixes #142566).
15436
15437 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15438
15439         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15440         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15441         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15442         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15443         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15444         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15445           Fix for cases where we fail to attach to a mixer.
15446
15447 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15448
15449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15450           Don't touch events after not owning them anymore.
15451         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15452         (gst_wavparse_fmt), (gst_wavparse_other),
15453         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15454         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15455         (gst_wavparse_srcpad_event):
15456         * gst/wavparse/gstwavparse.h:
15457           Add seeking, fix querying.
15458
15459 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15460
15461         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15462           - process comments even if they don't end with \0\0
15463             g_convert would ignore them if present and works well without them
15464
15465 2004-05-16  Benjamin Otte  <otte@gnome.org>
15466
15467         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15468           simplify caps
15469
15470 2004-05-16  Benjamin Otte  <otte@gnome.org>
15471
15472         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15473           don't write to memory we might not write to - g_convert does that
15474           for us anyway (fixes #142613)
15475         (gst_asf_demux_audio_caps):
15476           comment out gst_util_dump_mem
15477
15478 2004-05-16  Benjamin Otte  <otte@gnome.org>
15479
15480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15481           compute correct expected timestamps after seek (broken since
15482           last commit)
15483         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15484           rename element and debugging category to gdkpixbufscale
15485
15486 2004-05-16  Benjamin Otte  <otte@gnome.org>
15487
15488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15489           add error checking to snd_pcm_delay and remove duplicate call to
15490           snd_pcm_delay that caused issues (see inline code comments)
15491         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15492           make more readable and fix return value when snd_pcm_delay fails
15493         (fixes #142586)
15494
15495 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15496         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15497         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15498         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15499         (gst_pixbufscale_link), (gst_pixbufscale_init),
15500         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15501         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15502         (gst_pixbufscale_get_property), (pixbufscale_init):
15503         * ext/gdk_pixbuf/pixbufscale.h:
15504         Add these files I forgot earlier
15505
15506 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15507         * ext/gdk_pixbuf/Makefile.am:
15508         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15509         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15510         Add new pixbufscale element to scale RGB video
15511         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15512         and HYPER interpolation correctly.
15513         * ext/theora/theoraenc.c: (theora_enc_chain),
15514         Discard buffer and return if explicit caps could not be set
15515         (theora_enc_get_property):
15516         Make _get return kbps for the bitrate consistent with
15517         the _set function.
15518
15519
15520 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15521
15522         * ext/libvisual/visual.c: (gst_visual_chain):
15523           add missing visual_audio_analyze
15524
15525 2004-05-14  David Schleef  <ds@schleef.org>
15526
15527         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15528         is killed while we're playing.
15529         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15530         gst_element_no_more_pads().
15531
15532 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15533
15534         * gst-libs/gst/riff/riff-read.c :
15535           - fix INFO tag extraction in RIFF/AVI files
15536             because gst_event_unref (event) also freed taglist
15537           - avoid a mem leak
15538
15539 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15540
15541         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15542         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15543
15544         * gst/auparse/gstauparse.c :
15545           - add code (commented for now) to support audio/x-adpcm on src pad
15546             (we have no decoder for those layout yet)
15547
15548         * gst/cdxaparse/gstcdxaparse.c :
15549         * gst/cdxaparse/gstcdxaparse.h :
15550           - partial rewrite using RiffRead (ripped iain's wavparse code)
15551
15552         * gst/rtp/gstrtpL16enc.c : typo
15553         * gst/rtp/gstrtpgsmenc.c : typo
15554
15555 2004-05-13  Benjamin Otte  <otte@gnome.org>
15556
15557         * configure.ac:
15558           check for exact version of libvisual, it's not supposed to be
15559           API/ABI stable yet
15560
15561 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15562
15563         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15564           signal no-more-pads
15565
15566 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15567
15568         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15569         Report which format was used for GST_FORMAT_DEFAULT
15570         * gst/debug/Makefile.am:
15571         * gst/debug/gstdebug.c: (plugin_init):
15572         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15573         (gst_progressreport_class_init), (gst_progressreport_init),
15574         (gst_progressreport_report), (gst_progressreport_set_property),
15575         (gst_progressreport_get_property), (gst_progressreport_chain),
15576         (gst_progressreport_plugin_init):
15577         Add progressreport element for testing.
15578
15579 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15580
15581         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15582         * sys/v4l/gstv4lsrc.h:
15583         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15584         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15585         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15586         (gst_v4lsrc_grab_frame):
15587           add more debugging
15588           send a discont at start
15589
15590 2004-05-12  Colin Walters  <walters@redhat.com>
15591
15592         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15593         inflooping if we can't find a chunk.  Or in other words, don't blow
15594         chunks if we don't have a chunk to blow.
15595
15596 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15597         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15598         Remove old debug output
15599         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15600         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15601         (gst_dvdec_set_property), (gst_dvdec_get_property):
15602         Change the quality setting to an enum, so it works from gst-launch
15603         Don't renegotiate a non-linked pad. Allows audio only decoding.
15604         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15605         (gst_deinterlace_link), (gst_deinterlace_init):
15606         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15607         (gst_videodrop_link):
15608         Some caps negotiation fixes
15609
15610 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15611
15612         * ext/tarkin/gsttarkin.c :
15613           - Change RANK from NONE to PRIMARY
15614         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15615           - Change RANK from NONE to MARGINAL
15616         * ext/divx/gstdivxenc.c :
15617           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15618
15619 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15620
15621         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15622         (gst_vorbisenc_push_packet):
15623           copy a function that was added between 1.0 and 1.0.1 until we
15624           depend on worthwhile features of post-1.0
15625
15626 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15627
15628         * configure.ac:
15629           enable shout2 by default
15630         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15631         (gst_shout2send_base_init), (gst_shout2send_init),
15632         (gst_shout2send_connect), (gst_shout2send_change_state):
15633         * ext/shout2/gstshout2.h:
15634           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15635           #142262)
15636         * ext/theora/theora.c: (plugin_init):
15637           don't set rank on encoders
15638
15639 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15640
15641         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15642           Use codec_data property instead of flag1 and flag2 for wma
15643
15644 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15645
15646         * gst/cdxaparse/gstcdxaparse.c :
15647           - Add mpegversion to CAPS to make it link
15648           - Rank is as GST_RANK_SECONDARY instead of NONE
15649         * gst/auparse/gstauparse.c :
15650           - Document all audio encoding we can encounter from Solaris 9
15651             headers and libsndfile information.
15652           - Increase max. rate from 48000 to 192000 (to match other elements)
15653           - Don't try to play junk data between header and samples
15654
15655 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15656
15657         * ext/libvisual/visual.c: (gst_visual_getcaps):
15658           use the right caps depending on endianness (I hope)
15659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15660           use GST_RANK_NONE for all non-decoding elements or spider gets
15661           mighty confused
15662
15663 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15664
15665         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15666           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15667
15668 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15669
15670         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15671         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15672         (gst_switch_loop), (gst_switch_get_type):
15673           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15674           HEADERS. Had to be said.
15675
15676 2004-05-10  David Schleef  <ds@schleef.org>
15677
15678         * configure.ac: Add prototype Dirac support.
15679         * ext/Makefile.am:
15680         * ext/dirac/Makefile.am:
15681         * ext/dirac/gstdirac.cc:
15682         * ext/dirac/gstdiracdec.cc:
15683
15684 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15685
15686         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15687         (gst_auparse_init), (gst_auparse_chain),
15688         (gst_auparse_change_state):
15689           Hack around spider. Remove me some day please.
15690
15691 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15692
15693         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15694           Fix for some uninitialized variables in previous patch, also
15695           makes it work. Fixes #142286 while we're at it.
15696
15697 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15698
15699         * gst/auparse/gstauparse.c:
15700                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15701                 only unsupported formats are ADPCM/CCITT G.72x
15702                 reviewed by Ronald
15703         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15704
15705 2004-05-10  Wim Taymans  <wim@fluendo.com>
15706
15707         * ext/vorbis/Makefile.am:
15708         * ext/vorbis/README:
15709         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15710         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15711         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15712         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15713         (gst_oggvorbisenc_convert_sink),
15714         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15715         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15716         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15717         (get_constraints_string), (update_start_message),
15718         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15719         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15720         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15721         * ext/vorbis/oggvorbisenc.h:
15722         * ext/vorbis/vorbis.c: (plugin_init):
15723         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15724         (raw_caps_factory), (gst_vorbisenc_class_init),
15725         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15726         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15727         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15728         * ext/vorbis/vorbisenc.h:
15729         Added a raw vorbis encoder to be used with the oggmuxer.
15730         We still need the old encoder for some gnome applications,
15731         read the README to find out how that works.
15732         The raw encoder is called "rawvorbisenc" until 0.9.
15733
15734 2004-05-10  Wim Taymans  <wim@fluendo.com>
15735
15736         * ext/ogg/gstogg.c: (plugin_init):
15737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15738         (gst_ogg_print):
15739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15740         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15741         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15742         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15743         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15744         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15745         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15746         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15747         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15748         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15749         Added an ogg muxer.
15750         Small typo fixes in the demuxer.
15751
15752 2004-05-10  Wim Taymans  <wim@fluendo.com>
15753
15754         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15755         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15756         (theora_enc_change_state), (theora_enc_set_property),
15757         (theora_enc_get_property):
15758         Mark the last packet with an EOS flag which is not really needed
15759         in gstreamer.
15760         Do some better video framerate initialisation.
15761         Update the buffer timestamp.
15762
15763 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15764
15765         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15766         Return the result of the parent state change call
15767
15768 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15769
15770         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15771         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15772         * gst/law/alaw-encode.c : (idem)
15773         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15774         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15775         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15776
15777 2004-05-09  Benjamin Otte  <otte@gnome.org>
15778
15779         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15780           don't use a fixed buffer size when writing variable length data to
15781           it. Fixes memory corruption and makes alsasrc work
15782
15783 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15784
15785         * ext/gnomevfs/gstgnomevfssink.c:
15786         (_gst_boolean_allow_overwrite_accumulator),
15787         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15788           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15789           RUN_LAST, and don't use that to set the accumulator value because
15790           then it's always FALSE.
15791
15792 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15793
15794         * gst-libs/gst/riff/riff-media.c:
15795         (gst_riff_create_video_caps_with_data),
15796         (gst_riff_create_audio_caps),
15797         (gst_riff_create_audio_template_caps):
15798         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15799           Fix for unaligned RIFF files (i.e. where all the chunks together
15800           in a LIST chunk are not of the same size as the size given in
15801           the LIST chunk header). Fixes several odd WAVE files. Also fix
15802           ADPCM (block_align property) in audio, so that wavparse based
15803           on this works now as it used to stand-alone.
15804
15805 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15806
15807         reviewed by Benjamin Otte  <otte@gnome.org>
15808
15809         * ext/a52dec/gsta52dec.c:
15810         * ext/divx/gstdivxdec.c:
15811         * ext/divx/gstdivxenc.c:
15812         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15813         * ext/faac/gstfaac.c: (gst_faac_base_init):
15814         * ext/faad/gstfaad.c: (gst_faad_base_init):
15815         * ext/ivorbis/vorbisfile.c:
15816         * ext/lame/gstlame.c:
15817         * ext/libfame/gstlibfame.c:
15818         * ext/mpeg2enc/gstmpeg2enc.cc:
15819         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15820         * ext/sidplay/gstsiddec.cc:
15821         * ext/speex/gstspeexdec.c:
15822         * ext/speex/gstspeexenc.c:
15823         * ext/xvid/gstxviddec.c:
15824         * ext/xvid/gstxvidenc.c:
15825           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15826           (fixes #142193)
15827
15828 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15829
15830         * ext/alsa/gstalsa.c: (device_list),
15831         (gst_alsa_class_probe_devices):
15832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15833           Fix alsa oddness in mixer after the combination of using mixer
15834           in source/sink elements and using hw:x,y instead of just hw:x.
15835
15836 2004-05-09  Benjamin Otte  <otte@gnome.org>
15837
15838         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15839         (gst_wavparse_create_sourcepad):
15840           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15841           sourcepads
15842
15843 2004-05-09  Benjamin Otte  <otte@gnome.org>
15844
15845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15846           allow discont events before caps nego
15847
15848 2004-05-08  Benjamin Otte  <otte@gnome.org>
15849
15850         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15851           don't leak events
15852
15853 2004-05-08  Benjamin Otte  <otte@gnome.org>
15854
15855         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15856         (gst_level_change_state), (gst_level_init):
15857         * gst/level/gstlevel.h:
15858           figure out if we're initialized directly instead of keeping a
15859           variable that's wrong in 90% of cases
15860           don't initialize pads and then leak them and use a new unitialized
15861           pad. (fixes #142084)
15862           these were bugs so n00bish I didn't find them for an hour :/
15863
15864 2004-05-08 Iain <iain@prettypeople.org>
15865
15866         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15867         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15868         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15869         return the length that was read.
15870         (gst_riff_read_strf_auds): Allow fmt tags as well.
15871
15872 2004-05-07  David Schleef  <ds@schleef.org>
15873
15874         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15875         signed char assumption in faad.h.
15876
15877 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15878
15879         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15880           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15881
15882 2004-05-07  Colin Walters  <walters@redhat.com>
15883
15884         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15885         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15886         function.
15887         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15888         Add dispose function.
15889
15890 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15891         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15892           Fix caps nego and pad templates. RGB mode caps should
15893           work now.
15894         * ext/dvdnav/gst-dvd:
15895           Move mpeg2dec inside the thread because otherwise the
15896           queue rejects cap changes mid-stream
15897         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15898         (gst_mpeg2dec_flush_decoder):
15899           For mpeg2dec > 0.4.0, call the flush function instead of
15900           manually extracting all in-flight frames.
15901         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15902         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15903           Change mime type video/dv go video/x-dv to match the
15904           rest of gst-plugins
15905
15906 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15907
15908         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15910         (gst_alsa_sink_class_init):
15911         * ext/alsa/gstalsasink.h:
15912         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15913         (gst_alsa_src_class_init):
15914         * ext/alsa/gstalsasrc.h:
15915           Make alsasink/src a subclass of alsamixer so that mixer stuff
15916           shows up in gst-rec. Needs some finetuning.
15917
15918 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15919
15920         * ext/lame/gstlame.c: (gst_lame_chain):
15921           simplify
15922         * ext/mad/gstmad.c: (gst_mad_handle_event):
15923           fix event leak
15924         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15925           be able to detect mp3 files < 4096 bytes
15926
15927 2004-05-06  Wim Taymans  <wim@fluendo.com>
15928
15929         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15930         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15931         (theora_enc_set_property), (theora_enc_get_property):
15932         Also encode the first frame, cleanup some code.
15933
15934 2004-05-06  Wim Taymans  <wim@fluendo.com>
15935
15936         * ext/mpeg2enc/gstmpeg2enc.cc:
15937         Forward events first before deciding that negotiation was
15938         not performed.
15939
15940 2004-05-06  Wim Taymans  <wim@fluendo.com>
15941
15942         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15943         First process the events before deciding that negotiation
15944         was not performed.
15945
15946 2004-05-06  Wim Taymans  <wim@fluendo.com>
15947
15948         * ext/theora/Makefile.am:
15949         * ext/theora/theora.c: (plugin_init):
15950         * ext/theora/theoradec.c: (theora_dec_change_state):
15951         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15952         (gst_theora_enc_class_init), (gst_theora_enc_init),
15953         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15954         (theora_enc_chain), (theora_enc_change_state),
15955         (theora_enc_set_property), (theora_enc_get_property):
15956         Added a theora encoder, grouped the encoder and decoder into the
15957         same plugin.
15958
15959 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15960
15961         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15962         (gst_jpegenc_chain):
15963         fix DURATION on outgoing buffers
15964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15965         debug using time formats
15966         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15968         (gst_xvimagesink_sink_link):
15969         windows with width/height 0 generate X errors, so don't allow them
15970
15971 2004-05-05  Wim Taymans  <wim@fluendo.com>
15972
15973         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15974         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15975         (gst_mpeg2dec_negotiate_format):
15976         * ext/mpeg2dec/gstmpeg2dec.h:
15977           removed the static pad template so that we can add the
15978           more accurate framerate value to the caps.
15979
15980
15981 2004-05-04  Benjamin Otte  <otte@gnome.org>
15982
15983         * configure.ac:
15984           check for kdemacros.h, too (should fix #141821)
15985         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15986           don't crash if no header was sent, but nicely error out (fixes part
15987           of #141554)
15988
15989 2004-05-04  Wim Taymans  <wim@fluendo.com>
15990
15991         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15992         parent dispose function to avoid segfault on destroy.
15993
15994 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15995
15996         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15997         (plugin_init):
15998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15999         (gst_xvimagesink_sink_link):
16000         clean up debugging caps
16001         also recreate xvimage when format has changed
16002
16003 2004-05-04  Benjamin Otte  <otte@gnome.org>
16004
16005         * ext/libvisual/Makefile.am:
16006         * ext/libvisual/visual.c: (gst_visual_class_init),
16007         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
16008         (gst_visual_srclink), (gst_visual_chain),
16009         (gst_visual_change_state), (plugin_init):
16010           use a GstAdapter to correctly adapt buffer sizes - allows using a
16011           framerate
16012
16013 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16014
16015         * sys/v4l/gstv4lelement.h:
16016         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
16017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
16018         (gst_v4lsrc_buffer_free):
16019         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
16020         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16021         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
16022         (gst_v4lsrc_requeue_frame):
16023         move some debugging categories around
16024         query for fps index and set accordingly if found
16025
16026 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16027
16028         * ext/lame/gstlame.c:
16029         correct defaults that lame_init puts out of range
16030
16031 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16032
16033         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
16034         (gst_divxenc_class_init):
16035         fix range since -1 is the default
16036         * gst/mpeg1sys/gstmpeg1systemencode.c:
16037         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
16038         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
16039         (gst_rtjpegdec_chain):
16040         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
16041         (gst_rtjpegenc_chain):
16042         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
16043         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
16044         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
16045         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
16046         * sys/v4l/gstv4lsrc.c:
16047         * sys/v4l/v4l_calls.c: (gst_v4l_open):
16048         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
16049         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
16050         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
16051         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
16052           remove gst_info calls
16053
16054 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16055
16056         * Makefile.am:
16057         * po/af.po:
16058         * po/az.po:
16059         * po/en_GB.po:
16060         * po/nl.po:
16061         * po/sr.po:
16062         * po/sv.po:
16063           Updated translations
16064
16065 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16066
16067         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16068           refactor/comment code
16069
16070 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16071
16072         * gst/asfdemux/Makefile.am:
16073         * gst/asfdemux/asfheaders.c:
16074         * gst/asfdemux/asfheaders.h:
16075         * gst/asfdemux/gstasf.c: (plugin_init):
16076         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
16077         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
16078         (gst_asf_demux_setup_pad):
16079         * gst/asfdemux/gstasfdemux.h:
16080         * gst/asfdemux/gstasfmux.c:
16081         * gst/asfdemux/gstasfmux.h:
16082           Add tagging support to demuxer, split out registration in its own
16083           file instead of in demux (hacky), and prevent having some tables
16084           in our memory multiple times (in asfheaders.h).
16085
16086 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16087
16088         * gst/matroska/matroska-demux.c:
16089         (gst_matroska_demux_parse_metadata):
16090         * gst/matroska/matroska-ids.h:
16091           Basic tag reading support.
16092
16093 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16094
16095         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16096           Really detect ac-3 audio.
16097         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16098           really detect matroska files (off-by-1).
16099
16100 2004-04-30  David Schleef  <ds@schleef.org>
16101
16102         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16103         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16104         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16105         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16106         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16107         hackage -- parse a lot more atoms, extract a few tags.  One might even
16108         mistake this for tag support.  Maybe it is.
16109         * gst/qtdemux/qtdemux.h:
16110
16111 2004-04-30  Colin Walters  <walters@verbum.org>
16112
16113         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16114
16115 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16116
16117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16118         (gst_ffmpegcolorspace_getcaps):
16119           remove broken nego fix
16120
16121 2004-04-30  Benjamin Otte  <otte@gnome.org>
16122
16123         * configure.ac:
16124         * ext/Makefile.am:
16125         * ext/libvisual/Makefile.am:
16126         * ext/libvisual/visual.c:
16127           add initial support for libvisual (http://libvisual.sourceforge.net)
16128           libvisual is still quite alpha, so expect crashes in there :)
16129
16130 2004-04-29  David Schleef  <ds@schleef.org>
16131
16132         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16133         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16134         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16135         code; you will no longer respect me.
16136
16137 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16138
16139         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16140         * ext/alsa/gstalsa.h :
16141         change alsa pcm device discovery to find more than 1 device
16142         per card. code review by Ronald.
16143
16144 2004-04-29  David Schleef  <ds@schleef.org>
16145
16146         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16147         Add a check for a driver bug on FreeBSD.  (bug #140565)
16148
16149 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16150
16151         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16152         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16153         (gst_jpegenc_getcaps):
16154           move format setting to inner loop
16155         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16156         (gst_ffmpegcolorspace_getcaps):
16157           use GST_PAD_CAPS if available so that we use already negotiated
16158           caps
16159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16160         (qtdemux_parse_moov), (qtdemux_parse):
16161           extra debugging
16162         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16163         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16164           move hardcoded path to DEFINE
16165
16166 2004-04-28  David Schleef  <ds@schleef.org>
16167
16168         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16169         (bug #140064)
16170
16171 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16172
16173         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16174           Don't probe for playback device if we're a source element. Fixes
16175           #139658.
16176
16177 2004-04-29  Benjamin Otte  <otte@gnome.org>
16178
16179         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16180         (gst_id3_tag_chain):
16181           rewrite buffer offset
16182
16183 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16184
16185         * configure.ac:
16186         * ext/Makefile.am:
16187         * ext/dts/Makefile.am:
16188         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16189         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16190         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16191         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16192         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16193         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16194         (plugin_init):
16195         * ext/dts/gstdtsdec.h:
16196           New DTS decoder.
16197         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16198         (gst_faad_srcconnect):
16199           Add ESDS atom handling (.m4a).
16200
16201 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16202
16203         * ext/divx/gstdivxdec.c: (plugin_init):
16204           Remove comment that makes no sense.
16205         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16206           Fix for obvious typo that resulted in warnings during gst-register.
16207         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16208         (gst_xviddec_sink_link):
16209           Fix caps negotiation a bit better.
16210         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16211           We call this 'codec_data', not 'esds'.
16212
16213 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16214
16215         * gst/monoscope/gstmonoscope.c:
16216           make sure we only provide 256x128
16217         * gst/monoscope/monoscope.c: (monoscope_init):
16218           assert size of 256x128
16219
16220 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16221
16222         * Makefile.am:
16223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16224         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16225           fixate to max width and height of device
16226
16227 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16228
16229         * Makefile.am:
16230         * sys/v4l/gstv4l.c:
16231         * sys/v4l/gstv4lsrc.c:
16232         * sys/v4l/v4l_calls.c:
16233         * sys/v4l/v4lsrc_calls.c:
16234           fix for qc-usb driver which fakes having more than one buffer
16235           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16236           buffer_free override
16237           add debugging
16238
16239 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16240
16241         * Makefile.am:
16242         * gst/videotestsrc/gstvideotestsrc.c:
16243         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16244         (gst_videotestsrc_init), (gst_videotestsrc_get),
16245         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16246         * gst/videotestsrc/gstvideotestsrc.h:
16247           add num-buffers property
16248
16249         2004-04-26  Benjamin Otte  <otte@gnome.org>
16250
16251         * ext/mad/gstid3tag.c: (plugin_init):
16252           set id3mux rank to NONE so it doesn't confuse spider
16253           require audio/mpeg,mpegversion=1 in id3mux
16254
16255 2004-04-26  Benjamin Otte  <otte@gnome.org>
16256
16257         * configure.ac:
16258           detect faad correctly as non-working if it's indeed non-working
16259
16260 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16261
16262         * Makefile.am:
16263         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16264         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16265         fix _getcaps so it only negotiates to its supported format
16266
16267 2004-04-25  Benjamin Otte  <otte@gnome.org>
16268
16269         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16270           fix memleak
16271
16272 2004-04-23  Benjamin Otte  <otte@gnome.org>
16273
16274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16275           audio/x-raw-int with height rules! not. Now it's depth.
16276
16277 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16278
16279         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16280         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16281         (gst_wavparse_loop):
16282           Missing variable initialization. Add handling of DVI ADPCM. Fix
16283           mis-parsing of LIST chunks. This works around a bug where we mis-
16284           parse non-aligning LIST chunks (so LIST chunks where the contents
16285           don't align with the actual LIST size). The correct fix is to use
16286           rifflib, I'm not going to fix wavparse - too much work. All this
16287           fixes #104878.
16288
16289 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16290
16291         reviewed by Benjamin Otte  <otte@gnome.org>
16292
16293         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16294           fix shoutcast not working (fixes #140844)
16295
16296 2004-04-22  Benjamin Otte  <otte@gnome.org>
16297
16298         * ext/hermes/gsthermescolorspace.c:
16299         (gst_hermes_colorspace_caps_remove_format_info):
16300         * gst/colorspace/gstcolorspace.c:
16301         (gst_colorspace_caps_remove_format_info):
16302         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16303         (gst_ffmpegcolorspace_caps_remove_format_info):
16304           s/gst_caps_simplify/gst_caps_do_simplify/
16305
16306 2004-04-22  Benjamin Otte  <otte@gnome.org>
16307
16308         * gst-libs/gst/riff/riff-media.c:
16309         (gst_riff_create_video_caps_with_data):
16310           mpegversion is an int
16311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16312           don't try to create pad templates with NULL caps, use any caps
16313           instead.
16314
16315 2004-04-20  David Schleef  <ds@schleef.org>
16316
16317         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16318         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16319         (bug #140384)
16320
16321 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16322
16323         reviewed by David Schleef
16324
16325         * ext/mad/gstid3tag.c: Add stdlib.h
16326         * gst/rtp/gstrtpgsmenc.c: same
16327         * gst/tags/gstid3tag.c: same
16328         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16329         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16330         GST_DISABLE_LOADSAVE use.
16331         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16332         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16333         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16334         atol(3)).
16335         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16336         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16337         strtoul(3)).
16338         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16339         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16340         $(ID3_CFLAGS).
16341         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16342         $(LIBFAME_CFLAGS).
16343
16344 2004-04-20  David Schleef  <ds@schleef.org>
16345
16346         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16347         last checkin.  Same idea.
16348
16349 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16350
16351         reviewed by David Schleef
16352
16353         * configure.ac: bump required gstreamer version to 0.8.1.1
16354         because of following changes [--ds]
16355
16356         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16357         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16358         (gst_riff_read_header):  Use GST_READ_UINT*
16359         macros to access possibly unaligned memory.
16360
16361         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16362         (mp3_type_find):  Use GST_READ_UINT*
16363         macros to access possibly unaligned memory.
16364         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16365         (speex_type_find): Likewise
16366
16367         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16368
16369         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16370         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16371         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16372         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16373         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16374         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16375         macros to access possibly unaligned memory.
16376
16377         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16378         Likewise.
16379
16380         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16381         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16382
16383         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16384         Likewise.
16385
16386         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16387         (gst_mpeg2subt_chain_subtitle): Likewise.
16388
16389         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16390         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16391         Likewise.
16392
16393         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16394         Likewise.
16395
16396         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16397         Likewise.
16398
16399         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16400         Likewise.
16401
16402 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16403
16404         * configure.ac:
16405           update required version of GStreamer because of GST_TIME_FORMAT
16406
16407 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16408
16409         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16410           remove leftover g_print
16411         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16412           don't try setting only a subset of the caps. We don't want to kill
16413           autoplugging on purpose
16414
16415 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16416
16417         * sys/ximage/ximagesink.c: (plugin_init):
16418         * sys/xvimage/xvimagesink.c: (plugin_init):
16419           add debugging categories
16420
16421 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16422
16423         * po/en_GB.po:
16424         * po/LINGUAS:
16425           Adding en_GB translation (Gareth Owen)
16426
16427 2004-04-20  David Schleef  <ds@schleef.org>
16428
16429         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16430         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16431         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16432         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16433         A number of new features and hacks to extract the esds atom and
16434         put it into the caps.  (bug #137724)
16435
16436 2004-04-19  David Schleef  <ds@schleef.org>
16437
16438         * gconf/Makefile.am: Fix for non-GNU make
16439         * gst-libs/gst/Makefile.am: Change directory order to handle
16440         GstPlay linking with gstinterfaces
16441         * gst-libs/gst/audio/make_filter: make use of tr portable
16442         * gst-libs/gst/play/Makefile.am: Add intended \
16443         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16444         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16445         function prototype instead of void *.
16446         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16447         macro.
16448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16449         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16450         * gst/videofilter/make_filter: make use of tr portable
16451         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16452
16453 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16454
16455         * po/LINGUAS:
16456         * po/uk.po:
16457           Added Ukrainian translation (Maxim V. Dziumanenko)
16458
16459 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16460
16461         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16462         (gst_gsmdec_link), (gst_gsmdec_chain):
16463           Fix capsnego, simplify chain function slightly.
16464         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16465           Add GSM.
16466
16467 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16468
16469         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16470         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16471         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16472           Hack to make wavparse work with spider (always -> sometimes pad).
16473           Fixes #135862 && #140411.
16474
16475 2004-04-18  Benjamin Otte  <otte@gnome.org>
16476
16477         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16478         (gst_osselement_rate_probe_check),
16479         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16480           get rid of \n in debug output
16481
16482 2004-04-17  Iain <iain@prettypeople.org>
16483
16484         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16485         not just EOS.
16486
16487 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16488
16489         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16490         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16491         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16492         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16493         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16494         (gst_id3_tag_change_state), (plugin_init):
16495           deprecate id3tag element and replace with id3demux/id3mux.
16496           great side effect: this ugly file is now even uglier, yay!
16497         * ext/mad/gstmad.h:
16498           remove non-available function
16499           update for new get_type
16500
16501 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16502
16503         * configure.ac:
16504           require mpeg2dec >= 0.4.0
16505
16506 2004-04-17  Benjamin Otte  <otte@gnome.org>
16507
16508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16509         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16510         (gst_xvimagesink_set_xwindow_id):
16511           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16512           assorted cleanup fixes.
16513
16514 2004-04-16  David Schleef  <ds@schleef.org>
16515
16516         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16517         * sys/xvimage/xvimagesink.h: same
16518
16519 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16520
16521         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16522           Fix GST_ELEMENT_ERROR with (NULL)
16523
16524 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16525
16526         * gst-libs/gst/riff/riff-media.c:
16527         (gst_riff_create_video_caps_with_data):
16528           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16529
16530 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16531
16532         * gst-libs/gst/riff/riff-media.c:
16533         (gst_riff_create_video_caps_with_data),
16534         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16535         (gst_riff_create_video_template_caps),
16536         (gst_riff_create_audio_template_caps):
16537         * gst-libs/gst/riff/riff-media.h:
16538         * gst-libs/gst/riff/riff-read.c:
16539         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16540         * gst-libs/gst/riff/riff-read.h:
16541         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16542           Add MS RLE support. I added some functions to read out strf chunks
16543           into strf chunks and the data behind it. This is usually color
16544           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16545           caps creation. Lastly, add ADPCM (similar to wavparse - which
16546           should eventually be rifflib based).
16547         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16548         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16549         * gst/matroska/matroska-demux.h:
16550           Remove placeholders for some prehistoric tagging system. Didn't add
16551           support for any tag system really anyway.
16552         * gst/qtdemux/qtdemux.c:
16553           Add support for audio/x-m4a (MPEG-4) through spider.
16554         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16555         (gst_wavparse_loop):
16556           ADPCM support (#135862). Increase max. buffer size because we
16557           cannot split buffers for ADPCM (screws references) and I've seen
16558           files with 2048 byte chunks. 4096 seems safe for now.
16559
16560 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16561
16562         * configure.ac: bump nano to 1
16563
16564 === release 0.8.1 ===
16565
16566 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16567
16568         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16569
16570 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16573           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16574           Fixes #140058
16575
16576 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16577
16578         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16579           lower rank of dvddemux so that it's not used for mpeg playback.
16580
16581 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16582
16583         * configure.ac:
16584           save libs correctly when checking mad
16585
16586 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16587
16588         * ext/mad/gstid3tag.c: (plugin_init):
16589           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16590
16591 2004-04-13  David Schleef  <ds@schleef.org>
16592
16593         * common/m4/gst-feature.m4: Call -config scripts with
16594         --plugin-libs if it is supported.
16595         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16596         JPEG images are image/jpeg.
16597         * gst/debug/Makefile.am:
16598         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16599         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16600         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16601         (gst_negotiation_plugin_init): Add a property that acts like
16602         filter caps.
16603         * testsuite/gst-lint:  Move license checking to be a standard
16604         test.
16605
16606 2004-04-13  David Schleef  <ds@schleef.org>
16607
16608         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16609         patch from Sebastien Cote (bug #139958)
16610
16611 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16612
16613         * examples/gstplay/Makefile.am:
16614         * examples/gstplay/player.c: (main):
16615           make the commandline player example use gconf settings
16616
16617 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16618
16619         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16620         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16621         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16622           init/end library during state transition, not object
16623           creation/disposal.  get rid of custom dispose handler.
16624
16625
16626 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16627
16628         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16629         be a symlink
16630
16631 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16632
16633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16634           Handle JUNK chunks inside data section. Prevents warnings.
16635
16636 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16637
16638         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16639         (gst_riff_create_video_template_caps):
16640           Add MS video v1.
16641         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16642         (gst_avi_demux_stream_data):
16643           Add support for "rec-list" chunks.
16644
16645 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16646
16647         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16648           Fix another codecname mismatch.
16649
16650 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16651
16652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16653           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16654           so that MJPEG plays back.
16655
16656 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16657
16658         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16659         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16660         * gst/mpeg1videoparse/gstmp1videoparse.h:
16661           Fix for some slight mis-cuts in buffer parsing, and for some
16662           potential overflows or faults-causers. Adds disconts. Also fixes
16663           #139105 while we're at it.
16664
16665 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16666
16667         * configure.ac:
16668         * sys/v4l2/gstv4l2element.h:
16669           Workaround for missing struct v4l2_buffer declaration in Suse 9
16670           and Mandrake 10 linux/videodev2.h header file (#135919).
16671
16672 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16673
16674         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16675           Bail out if no filename was given.
16676
16677 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16678
16679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16680         (gst_v4l2_fourcc_from_structure):
16681           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16682           Y41B somewhere).
16683
16684 2004-04-09  Benjamin Otte  <otte@gnome.org>
16685
16686         * ext/gnomevfs/gstgnomevfssink.c:
16687         (_gst_boolean_allow_overwrite_accumulator),
16688         (gst_gnomevfssink_class_init):
16689           fix erase signal - if any handler returns false the file will not be
16690           overwritten. If no handler is connected, the file will not be
16691           overwritten either.
16692           renamed signal to "allow-overwrite"
16693         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16694           free string when adding it to ID3 failed
16695         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16696           unref event when done
16697         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16698           free caps
16699         * gst/typefind/gsttypefindfunctions.c:
16700         (mpeg_video_stream_type_find):
16701           fix invalid read
16702
16703 2004-04-08  David Schleef  <ds@schleef.org>
16704
16705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16706         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16707
16708 2004-04-08  David Schleef  <ds@schleef.org>
16709
16710         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16711         we don't support (bug #139532)
16712
16713 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16714
16715         * ext/mad/gstmad.c: (gst_mad_handle_event),
16716         (gst_mad_check_caps_reset), (gst_mad_chain),
16717         (gst_mad_change_state):
16718           only set explicit caps if they haven't been set before for
16719           this stream.  MPEG-audio sample rate/channels aren't allowed
16720           to change in-stream.
16721           Fixes #139382
16722
16723 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16726         (_gst_boolean_did_something_accumulator),
16727         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16728         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16729         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16730         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16731         (gst_gnomevfssink_change_state):
16732           Fix erase signal. Don't erase by default. Remove handoff signal.
16733           Remove erase property. Don't segfault. General cleanup.
16734
16735 2004-04-07  Benjamin Otte  <otte@gnome.org>
16736
16737         * gst-libs/gst/gconf/test-gconf.c: (main):
16738           add missing gst_init
16739
16740 2004-04-07  Benjamin Otte  <otte@gnome.org>
16741
16742         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16743           free the mutexes, too
16744
16745 2004-04-07  Benjamin Otte  <otte@gnome.org>
16746
16747         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16748           actually free the URI string
16749         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16750           compute offset correctly when passing discont events
16751         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16752           don't leak discont events
16753         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16754           add some missing breaks so caps aren't copied randomly
16755         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16756           if we realloc memory, we better use it
16757
16758 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16759
16760         * ext/mad/gstmad.c: (normal_seek):
16761           fix GST_FORMAT_TIME usage
16762
16763 2004-04-05  David Schleef  <ds@schleef.org>
16764
16765         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16766         a deprecated function (hack!)
16767
16768 2004-04-05  Benjamin Otte  <otte@gnome.org>
16769
16770         * ext/esd/esdmon.c: (gst_esdmon_get):
16771           fix nonterminated vararg and memleak
16772
16773 2004-04-05  Benjamin Otte  <otte@gnome.org>
16774
16775         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16776         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16777         (gst_ladspa_set_property), (gst_ladspa_get_property),
16778         (gst_ladspa_instantiate), (gst_ladspa_activate),
16779         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16780           clean up debugging
16781
16782 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16783
16784         reviewed by Benjamin Otte  <otte@gnome.org>
16785
16786         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16787           check for broken LADSPA parameters (fixes #138635)
16788
16789 2004-04-05  Benjamin Otte  <otte@gnome.org>
16790
16791         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16792           advertise buffer-frames correctly on sinkpads
16793
16794 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16795
16796         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16797         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16798         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16799         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16800         (gst_mad_check_caps_reset), (gst_mad_chain):
16801         add more debugging, only reset caps when we're not in error state
16802
16803 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16804
16805         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16806
16807 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16808
16809         reviewed by Benjamin Otte  <otte@gnome.org>
16810
16811         * configure.ac:
16812           fix == in test(1) operator
16813
16814 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16815
16816         reviewed by Benjamin Otte  <otte@gnome.org>
16817
16818         * configure.ac:
16819           fix --export-symblos-regex to a working regex.
16820
16821 2004-04-04  Benjamin Otte  <otte@gnome.org>
16822
16823         * sys/oss/.cvsignore:
16824           add for oss_probe
16825
16826 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16827
16828         reviewed by Benjamin Otte  <otte@gnome.org>
16829
16830         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16831           add missing 'new_media' argument (fixes #138168)
16832         * gst/matroska/matroska-demux.c:
16833         (gst_matroska_demux_handle_seek_event):
16834           add vararg terminator (fixes #138169)
16835
16836 2004-04-02  David Schleef  <ds@schleef.org>
16837
16838         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16839         disted (bug #138914)
16840
16841 2004-04-01  Benjamin Otte  <otte@gnome.org>
16842
16843         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16844         (gst_alsa_close_audio):
16845           handle case better where a soundcard can't pause
16846         * ext/ogg/gstoggdemux.c:
16847           don't crash when we get events but don't have pads yet
16848
16849 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16850
16851         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16852           throw an error if we couldn't probe any caps.
16853
16854 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16855
16856         * ext/dvdnav/gst-dvd:
16857         Add a really simple sample DVD player
16858
16859 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16860
16861         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16862         (gst_a52dec_push), (gst_a52dec_handle_event),
16863         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16864         (gst_a52dec_change_state):
16865         * ext/a52dec/gsta52dec.h:
16866           Use a debug category, Output timestamps correctly
16867           Emit tag info, Handle events, tell liba52dec about cpu
16868           capabilities so it can use MMX etc.
16869         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16870           Fix a crasher accessing invalid memory
16871         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16872         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16873         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16874         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16875         (dvdnavsrc_query):
16876           Some support for byte-format seeking.
16877           Small fixes for still frames and menu button overlays
16878         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16879         (gst_mpeg2dec_alloc_buffer):
16880           Use a debug category. Adjust the report level of several items to
16881           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16882           so it doesn't lose the GstBuffer pointer
16883         * gst/debug/Makefile.am:
16884         * gst/debug/gstdebug.c: (plugin_init):
16885         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16886         (gst_navseek_base_init), (gst_navseek_class_init),
16887         (gst_navseek_init), (gst_navseek_seek),
16888         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16889         (gst_navseek_get_property), (gst_navseek_chain),
16890         (gst_navseek_plugin_init):
16891         * gst/debug/gstnavseek.h:
16892           Add the navseek debug element for seeking back and forth in a
16893           video stream using arrow keys.
16894         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16895         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16896         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16897         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16898         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16899         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16900         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16901         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16902         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16903         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16904         * gst/mpeg2sub/gstmpeg2subt.h:
16905           Pretty much a complete rewrite. Now a loopbased element. May still
16906           require work to properly synchronise subtitle buffers.
16907         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16908         (gst_dvd_demux_send_subbuffer):
16909         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16910           Don't attempt to create subbuffers of size 0
16911           Reduce a couple of error outputs to warnings.
16912         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16913         (gst_y4mencode_chain):
16914         Output the y4m frame header correctly.
16915
16916 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16917
16918         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16919           throw errors instead of allowing SIGFPE
16920
16921 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16922
16923         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16924         (gst_gconf_render_bin_from_key):
16925           leak plugging and style fixing
16926
16927 2004-03-31  David Schleef  <ds@schleef.org>
16928
16929         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16930         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16931         (bug #138225)
16932         * gst/debug/Makefile.am:
16933         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16934         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16935         plugin.
16936         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16937         (gst_negotiation_base_init), (gst_negotiation_class_init),
16938         (gst_negotiation_init), (gst_negotiation_getcaps),
16939         (gst_negotiation_pad_link), (gst_negotiation_chain),
16940         (gst_negotiation_set_property), (gst_negotiation_get_property),
16941         (gst_negotiation_plugin_init):  New element to talk about random
16942         negotiation things happening in a pipeline.
16943
16944 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16945
16946         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16947           fix integer addition with help of Stefan Kost
16948
16949 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16950
16951         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16952
16953 2004-03-30  David Schleef  <ds@schleef.org>
16954
16955         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16956         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16957         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16958         (bug #137504)
16959         * ext/mpeg2dec/gstmpeg2dec.h:
16960
16961 2004-03-30  David Schleef  <ds@schleef.org>
16962
16963         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16964
16965 2004-03-30  David Schleef  <ds@schleef.org>
16966
16967         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16968         Michael Petullo) to handle .mov
16969
16970 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16971
16972         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16973         (gst_osselement_rate_check_rate):
16974           probe caps correctly for sound cards that only support one format
16975
16976 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16977
16978         * ext/kio/kiosrc.cpp: (process_events):
16979           update handling event processing if inside KDE - untested
16980
16981 2004-03-29  David Schleef  <ds@schleef.org>
16982
16983         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16984         by 2 to not interfere with other colorspaces.
16985         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16986         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16987         one to not interfere with ffmpeg_colorspace.
16988
16989 2004-03-29  David Schleef  <ds@schleef.org>
16990
16991         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16992         aren't in the caps.
16993         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16994         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16995
16996 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16997
16998         * gst-libs/gst/riff/riff-media.c:
16999           fail on error, don't try to set stuff on NULL caps
17000
17001 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17002
17003         * configure.ac:
17004         * ext/Makefile.am:
17005         * ext/kio/Makefile.am:
17006         * ext/kio/kioreceiver.cpp:
17007         * ext/kio/kioreceiver.h:
17008         * ext/kio/kiosrc.cpp:
17009         * ext/kio/kiosrc.h:
17010           add experimental kiosrc plugin
17011         * ext/alsa/gstalsaplugin.c: (plugin_init):
17012           initialize debugging category only when we're sure registering the
17013           plugins worked.
17014
17015 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17016
17017         * examples/gstplay/player.c: (main):
17018         * gst-libs/gst/play/play.c: (gst_play_class_init),
17019         (gst_play_set_location), (gst_play_set_data_src),
17020         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17021         (gst_play_set_visualization), (gst_play_connect_visualization):
17022           check return values of element_set_state and return FALSE where
17023           failed
17024
17025 2004-03-29  Benjamin Otte  <otte@gnome.org>
17026
17027         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17028           try harder to check if an event is really a discont
17029
17030 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17031
17032         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
17033         * po/az.po:
17034
17035 2004-03-28  Benjamin Otte  <otte@gnome.org>
17036
17037         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17038         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17039         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
17040           get rid of non-standard "..." ranges in case statements.
17041
17042 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
17043
17044         * gst/mpegstream/gstmpegdemux.c:
17045         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
17046         specific functionality split to the new dvddemux element.
17047         * gst/mpegstream/gstdvddemux.c:
17048         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
17049         streams, derived from mpegdemux.
17050         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
17051         up. SCR based timestamp rewriting can be turned off (will probably
17052         completely disappear soon).
17053         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
17054         hacking. General cleanup. All printf statements replaced by
17055         debugging messages. Almost complete libdvdnav support.
17056         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
17057         by events. New properties for audio and subpicture languages.
17058         (dvdnavsrc_update_highlight): Now uses events.
17059         (dvdnavsrc_user_op): Cleaned up.
17060         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
17061         based). Lots of cleanup, and propper support for most libdvdnav
17062         events.
17063         (dvdnavsrc_make_dvd_event): New function.
17064         (dvdnavsrc_make_dvd_nav_packet_event): New function.
17065         (dvdnavsrc_make_clut_change_event): New function.
17066
17067 2004-03-26  Benjamin Otte  <otte@gnome.org>
17068
17069         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
17070           fix bug where typefinding would claim it's theora whenever less then
17071           7 bytes of data were available
17072
17073 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17074
17075         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
17076         (gst_alawdec_base_init), (gst_alawdec_class_init),
17077         (gst_alawdec_init), (gst_alawdec_chain):
17078         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
17079         (gst_alawenc_base_init), (gst_alawenc_class_init),
17080         (gst_alawenc_init), (gst_alawenc_chain):
17081         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17082         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17083         (gst_mulawdec_init), (gst_mulawdec_chain):
17084         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17085         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17086         (gst_mulawenc_init), (gst_mulawenc_chain):
17087           Fix capsnego in all four, remove the unused property functions and
17088           simplify the chain functions slightly. I guess we could use macros
17089           or something similar for those, since the code is so similar, but
17090           I'm currently too lazy...
17091
17092 2004-03-24  David Schleef  <ds@schleef.org>
17093
17094         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17095         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17096         (gst_osselement_get_format_structure),
17097         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17098         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17099         (gst_osselement_rate_int_compare): Add code to handle rate probing
17100         (bug #120883)
17101         * sys/oss/gstosselement.h: same
17102         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17103         Use rate probing provided by osselement.
17104         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17105
17106 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17109         (gst_xvidenc_get_property):
17110           ulong/int mess-up.
17111
17112 2004-03-24  David Schleef  <ds@schleef.org>
17113
17114         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17115         (gst_speexdec_init):
17116         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17117         (gst_speexenc_init):  Create the pad template correctly (from
17118         the static pad template, not a NULL pointer.)
17119
17120 2004-03-25  Benjamin Otte  <otte@gnome.org>
17121
17122         * gst/debug/Makefile.am:
17123         * gst/debug/breakmydata.c:
17124           add element that quasi-randomly changes bytes in the stream.
17125           Intended use is robustness checking of demuxers and decoders in
17126           media tests.
17127
17128 2004-03-24  Benjamin Otte  <otte@gnome.org>
17129
17130         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17131         (gst_alsa_probe_hw_params):
17132         * ext/alsa/gstalsa.h:
17133           debugging output fixes
17134
17135 2004-03-24  Benjamin Otte  <otte@gnome.org>
17136
17137         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17138           don't g_return_if_fail if element is PLAYING, fail silently as every
17139           other element.
17140         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17141           only fix needed for cast lvalue issues in gst-plugins
17142         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17143           add proxy_getcaps
17144
17145 2004-03-24  Benjamin Otte  <otte@gnome.org>
17146
17147         * gst/level/gstlevel.c: (gst_level_init):
17148           add proxying getcaps function, so level doesn't advertise impossible
17149           caps
17150
17151 2004-03-24  David Schleef  <ds@schleef.org>
17152
17153         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17154         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17155         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17156         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17157         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17158         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17159         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17160         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17161         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17162         messages.  Divide the chunk size by the compression ratio
17163         (needed for MACE audio)
17164
17165 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17168           Fix buffer overflow read error.
17169
17170 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17171
17172         * ext/alsa/gstalsa.h:
17173           Remove unused entry.
17174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17175           Add cinepak.
17176         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17177         (gst_videodrop_link), (gst_videodrop_chain):
17178           Fix, sort of. Was horribly broken with new capsnego. Bah...
17179
17180 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17181
17182         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17183         (plugin_init):
17184         Add a monkeysaudio typefind function
17185
17186 2004-03-23  Johan Dahlin  <johan@gnome.org>
17187
17188         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17189         (gst_play_video_fixate): Check so the structure has the field
17190         before trying to fixate them, this makes it possible to have
17191         fakesinks for video and audio output without printing errors on
17192         the output console.
17193
17194 2004-03-22  David Schleef  <ds@schleef.org>
17195
17196         * sys/oss/Makefile.am:
17197         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17198         (check_rate), (add_rate):  Rate probing test app.
17199
17200 2004-03-21  Benjamin Otte  <otte@gnome.org>
17201
17202         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17203         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17204           add a fixation function that pretty much does the right thing (fixes
17205           #137556)
17206
17207 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17208
17209         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17210
17211 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17212
17213         reviewed by: Benjamin Otte  <otte@gnome.org>
17214
17215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17216           terminate gst_event_new_discontinuous correctly (fixes parts of
17217           #137711)
17218
17219 2004-03-19  David Schleef  <ds@schleef.org>
17220
17221         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17222         since it doesn't depend on X, and it's part of our ABI.
17223
17224 2004-03-19  Iain <iain@prettypeople.org>
17225
17226         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17227         is_int in the structure, not the local variable.
17228
17229 2004-03-19  David Schleef  <ds@schleef.org>
17230
17231         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17232         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17233         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17234         Improvements in caps negotiation.
17235
17236 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17237
17238         * po/LINGUAS:
17239         * po/af.po:
17240           adding Afrikaans (Petri Jooste)
17241
17242 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17243
17244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17245         (gst_ffmpegcolorspace_chain):
17246         throw error instead of g_critical (#137588)
17247
17248 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17249
17250         * Makefile.am:
17251         * configure.ac:
17252           dist common and m4 correctly
17253         * po/sv.po:
17254
17255 2004-03-17  David Schleef  <ds@schleef.org>
17256
17257         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17258         (bug #137348)
17259
17260 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17261
17262         * po/LINGUAS:
17263         * po/sv.po:
17264           adding Swedish translation (Christian Rose)
17265
17266 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17267
17268         * Makefile.am: use release.mak
17269
17270 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17271
17272         * common/ChangeLog:
17273         * common/gst-autogen.sh:
17274           add some explanation about the version detection
17275         * configure.ac:
17276           fix X check
17277
17278 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17279
17280         * configure.ac: bump nano to 1
17281
17282 === release 0.8.0 ===
17283
17284 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17285
17286         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17287
17288 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17289
17290         * configure.ac:
17291           update libtool version
17292         * gst-libs/gst/media-info/Makefile.am:
17293           actually use libtool version
17294
17295 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17296
17297         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17298
17299 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17300
17301         * configure.ac:
17302         * gst-plugins.spec.in:
17303         * pkgconfig/Makefile.am:
17304         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17305         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17306         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17307         * pkgconfig/gstreamer-libs.pc.in:
17308         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17309         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17310         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17311         * pkgconfig/gstreamer-plugins.pc.in:
17312           remove @VERSION@ from some of the pc files since core and plugins
17313           are decoupled.
17314           created gstreamer-plugins.pc as it's a better name, but keeping
17315           -libs around for now to get fixes upstream done first.
17316
17317 2004-03-15  Julien MOUTTE <julien@moutte.net>
17318
17319         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17320         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17321         * gst-libs/gst/play/play.h:
17322
17323 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17324
17325         * *.c, *.cc: don't mix tabs and spaces
17326
17327 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17328
17329         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17330           use the new ffmpegcolorspace
17331         * gst-plugins.spec.in:
17332           package new colorspace and media-info
17333         * configure.ac:
17334         * pkgconfig/Makefile.am:
17335           fix some more disting issues
17336         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17337         * pkgconfig/gstreamer-media-info.pc.in:
17338           generate media-info pc files
17339
17340 2004-03-15  Johan Dahlin  <johan@gnome.org>
17341
17342         * *.h: Revert indenting
17343
17344 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17345
17346         * configure.ac:
17347           adding ffmpegcolorspace element
17348         * gst/ffmpegcolorspace/Makefile.am:
17349         * gst/ffmpegcolorspace/avcodec.h:
17350         * gst/ffmpegcolorspace/common.h:
17351         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17352         * gst/ffmpegcolorspace/dsputil.h:
17353         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17355         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17356         (gst_ffmpeg_caps_to_pix_fmt):
17357         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17358         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17359         (gst_ffmpegcolorspace_caps_remove_format_info),
17360         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17361         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17362         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17363         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17364         (gst_ffmpegcolorspace_set_property),
17365         (gst_ffmpegcolorspace_get_property),
17366         (gst_ffmpegcolorspace_register):
17367         * gst/ffmpegcolorspace/imgconvert.c:
17368         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17369         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17370         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17371         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17372         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17373         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17374         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17375         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17376         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17377         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17378         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17379         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17380         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17381         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17382         (img_get_alpha_info), (deinterlace_line),
17383         (deinterlace_line_inplace), (deinterlace_bottom_field),
17384         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17385         * gst/ffmpegcolorspace/imgconvert_template.h:
17386         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17387         * gst/ffmpegcolorspace/mmx.h:
17388         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17389           adding ffmpegcolorspace element supplied by Ronald after cleaning
17390           up and pulling in the right bits of upstream source.
17391           I'm sure a better C/compiler wizard could do some cleaning up (for
17392           example use GLIB's malloc stuff), but as a first pass this
17393           works very well
17394
17395 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17396
17397         * ext/alsa/gstalsa.h:
17398           I assume Ronald forgot to commit the change to have cardname
17399           as a struct member.  Expect some public spanking at the next
17400           opportunity.
17401
17402 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17403
17404         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17405         (gst_alsa_open_audio), (gst_alsa_close_audio):
17406         * ext/alsa/gstalsa.c:
17407           Don't open the device if we're a mixer (= padless).
17408         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17409         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17410         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17411           Open mixer during state change rather than during object
17412           initialization. Also, get a device name. Currently in a somewhat
17413           hackish fashion, but I didn't really find something better.
17414
17415 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17416
17417         * *.c, *.h: run gst-indent
17418
17419 2004-03-14  Benjamin Otte  <otte@gnome.org>
17420
17421         * gst/modplug/gstmodplug.cc:
17422         * gst/modplug/gstmodplug.h:
17423           set correct timestamps on outgoing buffers
17424
17425 2004-03-14  Benjamin Otte  <otte@gnome.org>
17426
17427         * gst/modplug/gstmodplug.cc:
17428           handle events - don't do crap when a discont arrives that's not
17429           necessary
17430           This allows correct loading and playback of mods in Rhythmbox
17431
17432 2004-03-14  Benjamin Otte  <otte@gnome.org>
17433
17434         * configure.ac:
17435         * gst-libs/gst/gconf/Makefile.am:
17436         * pkgconfig/Makefile.am:
17437           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17438           they get rebuilt properly
17439         * configure.ac:
17440           when checking for vorbis, try pkgconfig first.
17441         * gst/modplug/gstmodplug.cc:
17442           add fixate function
17443
17444 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17445
17446         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17447           Fix for obvious mistake, where we first shift the offset and then
17448           read a samplesize element assuming the old offset. Note that this
17449           part still has something weird, i.e. my movies containing those
17450           don't actually play well, but at least there's something that looks
17451           like sound now.
17452
17453 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17454         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17455         (plugin_init):
17456         Add a typefind function for speex format
17457
17458 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17459
17460         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17461         (gst_asf_demux_setup_pad):
17462           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17463           instead of 0. Reason is simple: some elements have a fps range
17464           of 1-max instead of 0-max. So now ASF video actually works.
17465
17466 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17467
17468         * po/LINGUAS:
17469         * po/sr.po:
17470           adding serbian as a language
17471
17472 2004-03-13  Benjamin Otte  <otte@gnome.org>
17473
17474         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17475           return taglist correctly from _get function, don't gst_pad_push it.
17476           (fixes #137042)
17477
17478 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17479         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17480
17481 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17482
17483         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17484         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17485         (gst_alsa_mixer_track_new):
17486         * ext/alsa/gstalsamixertrack.h:
17487           Fix ancient leftovers... MixerTrack is a GObject.
17488
17489 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17490
17491         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17492         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17493           Don't block during probing...
17494
17495 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17498         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17499         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17500         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17501         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17502         (gst_alsa_open_audio), (gst_alsa_close_audio):
17503         * ext/alsa/gstalsa.h:
17504           Add propertyprobe interface implementation, add some device-name
17505           property, all this so that it looks good in gnome-volume-control.
17506
17507 2004-03-12  David Schleef  <ds@schleef.org>
17508
17509         * configure.ac: the Hermes library controls hermescolorspace, not
17510         colorspace.
17511         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17512         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17513         not /* */
17514         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17515         * ext/sdl/sdlvideosink.h: ditto.
17516         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17517
17518 2004-03-12  Benjamin Otte  <otte@gnome.org>
17519
17520         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17521         (gst_x_overlay_got_xwindow_id):
17522         * gst-libs/gst/xoverlay/xoverlay.h:
17523           replace XID with unsigned long to get rid of the xlibs dependency in
17524           XOverlay (fixes #137004)
17525
17526 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17527         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17528         (gst_agingtv_setup):
17529         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17530         (gst_dicetv_base_init), (gst_dicetv_class_init),
17531         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17532         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17533         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17534         (gst_edgetv_setup), (gst_edgetv_rgb32):
17535         * gst/effectv/gsteffectv.c:
17536         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17537         (gst_quarktv_set_property):
17538         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17539         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17540         (gst_revtv_setup), (gst_revtv_rgb32):
17541         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17542         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17543         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17544         (gst_shagadelictv_rgb32):
17545         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17546         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17547         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17548         * gst/effectv/gstwarp.c:
17549         Port everything that can be ported to videofilter and fix up the caps.
17550         Can someone with a big-endian machine please check these?
17551
17552 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17553
17554         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17555         (gst_osssink_chain), (gst_osssink_change_state):
17556           Latest fixes for A/V sync, audio playback and such. This is about
17557           all... MPEG playback issues are mostly related to the async build-
17558           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17559
17560 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17561
17562         patch from: Stephane Loeuillet
17563
17564         * configure.ac:
17565           use pkg-config for some libraries, falling back to the old .m4 way
17566           (fixes #131270)
17567         * m4/libdv.m4:
17568           removed
17569
17570 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * configure.ac:
17573         * tools/Makefile.am:
17574         * tools/Makefile.in:
17575         * tools/gst-launch-ext-m.m:
17576         * tools/gst-launch-ext.1.in:
17577         * tools/gst-visualise-m.m:
17578         * tools/gst-visualise.1:
17579         * tools/gst-visualise.1.in:
17580           reorganizing generation of script tools
17581
17582 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17583
17584         * ext/divx/gstdivxdec.c:
17585           Downgrade priority. We prefer ffdec_mpeg4.
17586         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17587         (gst_faad_chain), (gst_faad_change_state):
17588           Fix capsnego. Doesn't work for some sounds because we don't have
17589           a 5:1 to stereo element.
17590         * ext/xvid/gstxvid.c: (plugin_init):
17591           Add priority.
17592         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17593         (gst_osssink_change_state):
17594           Add discont handling.
17595
17596 2004-03-09  Colin Walters  <walters@verbum.org>
17597
17598         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17599         conversion.
17600
17601 2004-03-09  Benjamin Otte  <otte@gnome.org>
17602
17603         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17604           the signals take 2 arguments
17605
17606 2004-03-09  David Schleef  <ds@schleef.org>
17607
17608         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17609         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17610         * ext/alsa/gstalsa.h:
17611         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17612
17613 2004-03-09  Benjamin Otte  <otte@gnome.org>
17614
17615         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17616         (gst_mikmod_change_state):
17617         * ext/mikmod/gstmikmod.h:
17618           make mikmod's loop function not loop infinitely and call
17619           gst_element_yield anymore
17620         * gst/modplug/gstmodplug.cc:
17621           fix pad negotiation (fixes #136590)
17622
17623 2004-03-09  David Schleef  <ds@schleef.org>
17624
17625         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17626         doesn't conflict with the internal colorspace plugin.
17627         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17628         satisfy the crappy-ass shell shipped by a certain vendor.
17629         * gst/videofilter/make_filter: same (bug #135299)
17630
17631 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * configure.ac: bump nano to 1
17634
17635 === release 0.7.6 ===
17636
17637 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17638
17639         * configure.in: releasing 0.7.6, "There"
17640
17641 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17642
17643         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17644         * pkgconfig/gstreamer-play.pc.in:
17645           synchronize the two
17646
17647 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17648
17649         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17650         (cdparanoia_open), (cdparanoia_event):
17651           fix/add error handling
17652         * po/POTFILES.in:
17653           add cdparanoia source
17654         * tools/Makefile.am:
17655           make scripts executable
17656
17657 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17658
17659         * configure.ac:
17660         * ext/vorbis/Makefile.am:
17661         * sys/Makefile.am:
17662           remove id3types, vorbisfile and xvideosink from the build (#133783)
17663
17664 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17665
17666         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17667           Fix metadata read crash (#136537).
17668
17669 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17670
17671         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17672         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17673           adding mime types, fixing the one-stop function
17674
17675 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17676
17677         * ext/nas/nassink.c and /ext/nas/nassink.h:
17678         More NAS love from Arwed von Merkatz
17679         So lets all sing 'Can you feel the NAS tonight'
17680
17681 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17682
17683         * tools/gst-launch-ext.in:
17684         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17685
17686 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17687
17688         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17689         (gst_mpeg2dec_init):
17690         remove the user_data pad for now, because it is being used in
17691         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17692         If someone knows how to fix this properly, please do.
17693
17694 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17695
17696         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17697         (gst_osssink_get_time):
17698         add a warning, IMO this won't get triggered anymore, remove later
17699
17700 2004-03-07  David Schleef  <ds@schleef.org>
17701
17702         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17703         format (bug #136470)
17704
17705 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17706
17707         * gst-libs/Makefile.am:
17708         * gst-libs/gst/media-info/Makefile.am:
17709         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17710         (error_callback), (gst_media_info_error_create),
17711         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17712         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17713         * gst-libs/gst/media-info/media-info-priv.h:
17714         * gst-libs/gst/media-info/media-info-test.c: (main):
17715         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17716         (gst_media_info_class_init), (gst_media_info_instance_init),
17717         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17718         (gst_media_info_read_idler), (gst_media_info_read):
17719         * gst-libs/gst/media-info/media-info.h:
17720         fixed, should work now
17721
17722 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17723
17724         * ext/nas/nassink.c:
17725         A bunch of NAS fixes from Arwed von Merkatz
17726
17727 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17728
17729         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17730         (qtdemux_parse_trak):
17731           Fix crash (j might be greater than n_samples, in which case we're
17732           writing outside the allocated space for the array) and memleak.
17733
17734 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * sys/oss/gstosssink.c: (gst_osssink_chain):
17737           And another caller that couldn't handle delay < 0 (unsigned
17738           integer overflow). Video now continues playing on an audio
17739           buffer underrun, and the clock continues working. Audio still
17740           stalls.
17741
17742 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17743
17744         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17745         (gst_osssink_get_time):
17746           get_delay() may return values lower than 0. In those cases, we
17747           should not actually cast to *unsigned* int64, that will break
17748           stuff horribly. In my case, it screwed up A/V sync in movies
17749           in totem rather badly.
17750
17751 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17752
17753         * ext/faac/gstfaac.c: (gst_faac_chain):
17754         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17755         * ext/libpng/gstpngenc.c: (user_write_data):
17756         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17757         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17758         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17759         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17760         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17761         of any buffer), should fix some leaks. I hope I didn't unref buffers
17762         that shouldn't be...
17763
17764 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17765
17766         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17767         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17768         (error_callback), (gmi_reset), (gmi_seek_to_track),
17769         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17770         (gmip_find_type_post), (gmip_find_stream_post),
17771         (gmip_find_track_streaminfo_post):
17772         * gst-libs/gst/media-info/media-info-priv.h:
17773         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17774         (info_print), (main):
17775         * gst-libs/gst/media-info/media-info.c:
17776         (gst_media_info_error_create), (gst_media_info_error_element),
17777         (gst_media_info_instance_init), (gst_media_info_get_property),
17778         (gst_media_info_new), (gst_media_info_set_source),
17779         (gst_media_info_read_idler), (gst_media_info_read):
17780         * gst-libs/gst/media-info/media-info.h:
17781           first pass at making this work again.  This seems to work on
17782           tagged ogg/vorbis and mp3 files.
17783
17784 2004-03-06  Benjamin Otte  <otte@gnome.org>
17785
17786         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17787           fix huge leak: gst_buffer_merge doesn't unref the first argument
17788           itself.
17789
17790 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17791
17792         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17793           report layer/mode/emphasis
17794
17795 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17796
17797         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17798
17799 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17800
17801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17802           signal serial
17803
17804 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17805
17806         * ext/vorbis/vorbis.c: (plugin_init):
17807         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17808         (gst_vorbis_dec_init), (vorbis_dec_event):
17809         add debug category
17810         make vorbisdec handle _BYTE and _TIME queries
17811
17812 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17813
17814         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17815           from the xing header
17816
17817 2004-03-06  Benjamin Otte  <otte@gnome.org>
17818
17819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17820         (gst_audio_convert_link), (gst_audio_convert_change_state),
17821         (gst_audio_convert_buffer_from_default_format):
17822           do conversions from/to float correctly, fix some caps nego errors,
17823           export correct supported caps in template and getcaps, use correct
17824           caps in try_set_caps functions
17825
17826 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17827
17828         For some reason, I only committed a ChangeLog entry yesterday and
17829         not the corresponding code...
17830         * ext/mad/gstmad.c: Fix detection of Xing headers
17831         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17832
17833 2004-03-06  Benjamin Otte  <otte@gnome.org>
17834
17835         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17836         (gst_ogg_demux_src_query):
17837           make sure to handle the case where there's no current chain
17838           gracefully.
17839
17840 2004-03-05  David Schleef  <ds@schleef.org>
17841
17842         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17843         Add fixate function. (bug #131128)
17844         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17845         (gst_sdlvideosink_fixate):  Add fixate function.
17846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17847         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17848         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17849         Fix missing break that was causing ulaw to be interpreted as
17850         raw int.
17851
17852 2004-03-05  David Schleef  <ds@schleef.org>
17853
17854         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17855         Fix code that ignores return value of gst_buffer_merge().
17856         (bug #114560)
17857         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17858         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17859         * testsuite/gst-lint:  Check for above.
17860
17861 2004-03-05  David Schleef  <ds@schleef.org>
17862
17863         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17864         caps and throw an element error.  (bug #136334)
17865
17866 2004-03-05  David Schleef  <ds@schleef.org>
17867
17868         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17869         (gst_faad_chain): Fix negotiation.
17870         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17871         key and button events.
17872         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17873         dung heap of code.
17874         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17875         depends on gconf
17876         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17877         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17878         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17879         function to encourage better negotiation, particularly between
17880         audioconvert and osssink.
17881         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17882         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17883         more important.
17884         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17885         typefinding.
17886         * gst/vbidec/vbiscreen.c:  Add glib header
17887         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17888
17889 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17890
17891         * ext/mad/gstmad.c: Fix detection of Xing headers
17892         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17893
17894 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17895
17896         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17897         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17898           debug updates
17899
17900 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17901
17902         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17903         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17904         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17905         files, and report the parsed length as a GST_TAG_DURATION tag.
17906         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17907
17908 2004-03-05  Benjamin Otte  <otte@gnome.org>
17909
17910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17911           convert channels correctly. convert correctly to unsigned.
17912
17913 2004-03-05  Julien MOUTTE <julien@moutte.net>
17914
17915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17916         we have a window before clearing it.
17917
17918 2004-03-05  Julien MOUTTE <julien@moutte.net>
17919
17920         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17921         have a window before clearing it.
17922
17923 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17924
17925         * gconf/gstreamer.schemas.in:
17926         * gst-libs/gst/gconf/Makefile.am:
17927           version installation path the same way as for 0.6
17928         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17929         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17930         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17931           remove comment that was fixed
17932
17933 2004-03-05  David Schleef  <ds@schleef.org>
17934
17935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17936         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17937         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17938         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17939         Add prototype code for handling seeking and querying.
17940
17941 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17942
17943         * examples/gstplay/player.c: (main):
17944           Initialize variables to NULL. Prevents a segfault because the
17945           (uninitialized) variable is not NULL, resulting in a crash on
17946           trying to reach error->message.
17947
17948 2004-03-05  Benjamin Otte  <otte@gnome.org>
17949
17950         * gst/audioconvert/gstaudioconvert.c:
17951         (gst_audio_convert_buffer_to_default_format):
17952         make float=>int conversion work correctly even in cornercases.
17953
17954 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17955
17956         * debian/README.Debian:
17957         * debian/build-deps:
17958         * debian/changelog:
17959         * debian/control:
17960         * debian/control.in:
17961         * debian/copyright:
17962         * debian/gstreamer-a52dec.files:
17963         * debian/gstreamer-aa.files:
17964         * debian/gstreamer-alsa.files:
17965         * debian/gstreamer-alsa.manpages:
17966         * debian/gstreamer-arts.files:
17967         * debian/gstreamer-artsd.files:
17968         * debian/gstreamer-audiofile.files:
17969         * debian/gstreamer-avifile.files:
17970         * debian/gstreamer-cdparanoia.files:
17971         * debian/gstreamer-colorspace.files:
17972         * debian/gstreamer-doc.files:
17973         * debian/gstreamer-dv.files:
17974         * debian/gstreamer-dvd.files:
17975         * debian/gstreamer-esd.files:
17976         * debian/gstreamer-festival.files:
17977         * debian/gstreamer-flac.files:
17978         * debian/gstreamer-gconf.conffiles:
17979         * debian/gstreamer-gconf.files:
17980         * debian/gstreamer-gconf.postinst:
17981         * debian/gstreamer-gnomevfs.files:
17982         * debian/gstreamer-gsm.files:
17983         * debian/gstreamer-http.files:
17984         * debian/gstreamer-jack.files:
17985         * debian/gstreamer-jpeg.files:
17986         * debian/gstreamer-mad.files:
17987         * debian/gstreamer-mikmod.files:
17988         * debian/gstreamer-misc.files:
17989         * debian/gstreamer-mpeg2dec.files:
17990         * debian/gstreamer-oss.files:
17991         * debian/gstreamer-plugin-apps.files:
17992         * debian/gstreamer-plugin-apps.manpages:
17993         * debian/gstreamer-plugin-libs-dev.files:
17994         * debian/gstreamer-plugin-libs.files:
17995         * debian/gstreamer-plugin-template.postinst:
17996         * debian/gstreamer-plugin-template.postrm:
17997         * debian/gstreamer-sdl.files:
17998         * debian/gstreamer-sid.files:
17999         * debian/gstreamer-vorbis.files:
18000         * debian/gstreamer-x.files:
18001         * debian/mk.control:
18002         * debian/rules:
18003         Debian package info not maintained here.
18004
18005 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18006
18007         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
18008         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
18009         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
18010         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
18011         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
18012         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
18013         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
18014         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
18015         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
18016         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
18017         * gst-libs/gst/colorbalance/colorbalance.c:
18018         (gst_color_balance_class_init):
18019         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18020         (gst_color_balance_channel_class_init):
18021         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
18022         * gst-libs/gst/play/play.c: (gst_play_class_init):
18023         * gst-libs/gst/propertyprobe/propertyprobe.c:
18024         (gst_property_probe_iface_init):
18025         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
18026         * gst-libs/gst/tuner/tunerchannel.c:
18027         (gst_tuner_channel_class_init):
18028         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
18029         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
18030         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
18031         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
18032         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
18033         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
18034         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
18036         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
18037           fix signals to use - instead of _
18038         * ext/libcaca/gstcacasink.h:
18039         * ext/sdl/sdlvideosink.h:
18040           fix header rename
18041
18042 2004-03-04  David Schleef  <ds@schleef.org>
18043
18044         * testsuite/gst-lint:  Add a check for bad signal names.
18045
18046 2004-03-04  <kost@imn.htwk-leipzig.de>
18047
18048         reviewed by David Schleef
18049
18050         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
18051         modified the alpha channel and caused a warning. (bug #136192)
18052
18053 2004-04-03  Christian Schaller <Uraeus@gnome.org>
18054
18055         * gst-plugins.spec.in:
18056         Change names of plugins to actually be correct. Try to keep things
18057         alphabetical to avoid getting beat up by Thomas
18058
18059 2004-03-03  Julien MOUTTE <julien@moutte.net>
18060
18061         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
18062         Using ximagesink as a default if no gconf key found. We should
18063         probably consider using alsasink instead of osssink for the audio
18064         part.
18065
18066 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18067
18068         * configure.ac:
18069           fix --with-plugins, don't think it ever worked before
18070         * gst-plugins.spec.in:
18071           even more updates
18072
18073 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18074
18075         * ext/sdl/sdlvideosink.h:
18076         * sys/ximage/ximagesink.h:
18077         * sys/xvideo/xvideosink.h:
18078         * sys/xvimage/xvimagesink.h:
18079           Fix for move of gstvideosink.h -> videosink.h.
18080
18081 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18082
18083         * gst-libs/gst/xwindowlistener/Makefile.am:
18084           this is a plugin library, not a library
18085
18086 2004-03-01  David Schleef  <ds@schleef.org>
18087
18088         * AUTHORS:  Added some names.  Add yourself if you're still
18089         missing.
18090
18091 2004-03-01  David Schleef  <ds@schleef.org>
18092
18093         * MAINTAINERS: Add
18094
18095 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18096
18097         * gst-plugins.spec.in: clean up spec file
18098
18099 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18100
18101         * gst-libs/gst/video/Makefile.am:
18102         * gst-libs/gst/video/gstvideosink.c:
18103         * gst-libs/gst/video/gstvideosink.h:
18104           rename gstvideosink.h to videosink.h to match other headers
18105         * gst/mixmatrix/Makefile.am:
18106           fix plugin filename
18107         * gst/tags/Makefile.am: fix plugin filename
18108
18109 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18110
18111         * gst/tags/Makefile.am: fix plugin filename
18112
18113 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18114
18115         * examples/gstplay/player.c: (got_time_tick), (main):
18116           add error handler
18117           display time_tick more readably
18118         * gst/mixmatrix/Makefile.am:
18119           fix plugin file name
18120
18121 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18122
18123         * sys/oss/gstosselement.c: (gst_osselement_probe),
18124         (device_combination_append), (gst_osselement_class_probe_devices):
18125         * sys/oss/gstosselement.h:
18126           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18127           on my system using alsa oss emulation, fixes bug #135597
18128
18129 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18130
18131         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18132         (gst_videodrop_chain), (gst_videodrop_change_state):
18133         * gst/videodrop/gstvideodrop.h:
18134           Work based on timestamp of input data, not based on the expected
18135           framerate from the input. The consequence is that this element now
18136           not only scales framerates, but also functions as a framerate
18137           corrector or framerate stabilizer/constantizer.
18138
18139 2004-02-27  David Schleef  <ds@schleef.org>
18140
18141         patches from jmmv@menta.net (Julio M. Merino Vidal)
18142
18143         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18144         GST_ELEMENT_ERROR call (bug #135634)
18145         * gst/interleave/interleave.c: (interleave_buffered_loop),
18146         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18147         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18148         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18149         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18150         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18151         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18152         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18153         Fix GST_ELEMENT_ERROR call.
18154         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18155         GST_ELEMENT_ERROR call.
18156
18157 2004-02-27  Benjamin Otte  <otte@gnome.org>
18158
18159         * gst-libs/gst/audio/audio.h:
18160           add macro to make sure header isn't included twice
18161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18162           don't use gst_buffer_free
18163         * gst/playondemand/filter.func:
18164           don't use gst_data_free. Free data only once.
18165
18166 2004-02-26  David Schleef  <ds@schleef.org>
18167
18168         * gst-libs/gst/colorbalance/Makefile.am:
18169         * gst-libs/gst/mixer/Makefile.am:
18170         * gst-libs/gst/tuner/Makefile.am:
18171         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18172         should not be disted, -marshal.h files should not be installed,
18173         and -enum.h files _should_ be installed.  Fix to make this the
18174         case.
18175
18176 === release 0.7.5 ===
18177
18178 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18179
18180         * configure.ac: release 0.7.5, "Under The Sea"
18181
18182 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18183
18184         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18185         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18186         * gst/videoscale/gstvideoscale.c:
18187         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18188           assorted debug/warning fixes
18189
18190 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18193         (gst_videoscale_init), (gst_videoscale_chain),
18194         (gst_videoscale_set_property), (plugin_init):
18195         * gst/videoscale/gstvideoscale.h:
18196         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18197         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18198         (gst_videoscale_planar400), (gst_videoscale_packed422),
18199         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18200         (gst_videoscale_24bit), (gst_videoscale_16bit),
18201         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18202         (gst_videoscale_scale_plane_slow),
18203         (gst_videoscale_scale_point_sample),
18204         (gst_videoscale_scale_nearest),
18205         (gst_videoscale_scale_nearest_str2),
18206         (gst_videoscale_scale_nearest_str4),
18207         (gst_videoscale_scale_nearest_32bit),
18208         (gst_videoscale_scale_nearest_24bit),
18209         (gst_videoscale_scale_nearest_16bit):
18210         add debugging category and use it properly
18211         fix use of GST_PTR_FORMAT
18212
18213 2004-02-25  Andy Wingo  <wingo@pobox.com>
18214
18215         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18216         push only when channel->buffer is NULL. Prevents segfaults doing
18217         the state change after a nonlocal exit, like a scheme exception.
18218
18219         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18220         Handle the case where the intersected caps is empty.
18221
18222 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18223
18224         * gst/law/mulaw-decode.c: (mulawdec_link):
18225         * gst/law/mulaw.c: (plugin_init):
18226           fix mulawdec so it actually works again
18227
18228 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18229
18230         reviewed by: David Schleef  <ds@schleef.org>
18231
18232         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18233         (gst_gamma_init), (gst_gamma_set_property),
18234         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18235         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18236         for RGB, with separate r g and b correction factors. (#131167)
18237
18238 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18239
18240         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18241           only signal tags for bitrate if they're > 0 (#134894)
18242
18243 2004-02-24  David Schleef  <ds@schleef.org>
18244
18245         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18246         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18247         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18248         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18249         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18250         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18251         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18252         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18253         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18254         category.  Attempt to fix timestamp calculation.
18255
18256 2004-02-24  Johan Dahlin  <johan@gnome.org>
18257
18258         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18259
18260 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18261
18262         * configure.ac:
18263         * gconf/Makefile.am:
18264         * gconf/gstreamer.schemas:
18265         * gst-libs/gst/gconf/Makefile.am:
18266         * gst-libs/gst/gconf/gconf.c:
18267           version gconf schemas and install locations
18268
18269 2004-02-23  Benjamin Otte  <otte@gnome.org>
18270
18271         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18272         (gst_xine_input_subclass_init):
18273           call parent dispose.
18274           change pad template for CD reader correctly
18275         * ext/xine/Makefile.am:
18276         * ext/xine/gstxine.h:
18277         * ext/xine/xine.c: (plugin_init):
18278         * ext/xine/xineaudiosink.c:
18279           wrap audio sinks, too
18280         * gst-libs/gst/resample/private.h:
18281         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18282         (gst_resample_reinit), (gst_resample_scale),
18283         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18284         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18285         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18286         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18287         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18288         * gst-libs/gst/resample/resample.h:
18289         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18290         (gst_audioscale_class_init), (gst_audioscale_link),
18291         (gst_audioscale_get_buffer), (gst_audioscale_init),
18292         (gst_audioscale_chain), (gst_audioscale_set_property),
18293         (gst_audioscale_get_property):
18294         * gst/audioscale/gstaudioscale.h:
18295           s/resample_*/gst_resample_*/i to not clobber namespaces
18296
18297 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18298
18299         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18300         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18301         (gst_riff_create_video_template_caps),
18302         (gst_riff_create_audio_template_caps),
18303         (gst_riff_create_iavs_template_caps):
18304         * gst-libs/gst/riff/riff-media.h:
18305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18306         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18307         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18308         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18309         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18310         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18311         (gst_matroska_demux_plugin_init): First batch implementing audio and
18312         video codec tags in demuxers.
18313
18314 2004-02-22  Benjamin Otte  <otte@gnome.org>
18315
18316         * ext/xine/Makefile.am:
18317         * ext/xine/gstxine.h:
18318         * ext/xine/xine.c: (plugin_init):
18319         * ext/xine/xineinput.c:
18320           add input plugin wrapper. Playback from files, http, mms and cdda
18321           works.
18322         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18323           remove leftover G_GNUC_UNUSED
18324         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18325         (gst_asf_demux_identify_guid):
18326           improve debugging output
18327
18328 2004-02-22  Benjamin Otte  <otte@gnome.org>
18329
18330         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18331
18332         * autogen.sh:
18333           replace test -e with test -x for mkinstalldirs to be more portable.
18334           (fixes #134816)
18335
18336 2004-02-22  Benjamin Otte  <otte@gnome.org>
18337
18338         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18339
18340         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18341           set rank to PRIMARY
18342         * gst/volume/gstvolume.c: (plugin_init):
18343           set rank to NONE
18344         fixes #134960
18345
18346 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18347
18348         reviewed by Benjamin Otte  <otte@gnome.org>
18349
18350         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18351           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18352
18353 2004-02-22  Benjamin Otte  <otte@gnome.org>
18354
18355         * configure.ac:
18356           export [_]*{gst,Gst,GST}.* symbols from plugins
18357
18358 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18359
18360         reviewed by: Benjamin Otte  <otte@gnome.org>
18361
18362         * ext/lame/gstlame.c: (add_one_tag):
18363         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18364         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18365         (gst_vorbisenc_metadata_set1):
18366         * gst/tags/gstid3tag.c:
18367         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18368           apply fixes from bugs #135042 (lame can't write tags) and #133817
18369           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18370
18371 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18372
18373         * configure.ac: Export only gst_plugin_desc from plugins.
18374          Note that this change only makes any effect with Linux using libtool
18375          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18376          fine. And don't try to have several versions of libtool in different
18377          directories.
18378
18379 2004-02-20  Andy Wingo  <wingo@pobox.com>
18380
18381         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18382         interleave respectively.
18383
18384         * gst/interleave/deinterleave.c: New plugin: deinterleave
18385         (replaces on oneton).
18386         * gst/interleave/interleave.c: New plugin: interleave.
18387         * gst/interleave/plugin.h: Support file.
18388         * gst/interleave/plugin.c: Support file.
18389
18390         * configure.ac: Remove intfloat and oneton, add interleave.
18391
18392         * ext/sndfile/gstsf.c: Handle events better.
18393
18394         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18395         and float2int operation. int2float has scheduling problems as
18396         noted in in2float_chain.
18397
18398 2004-02-20  Benjamin Otte  <otte@gnome.org>
18399
18400         * ext/xine/Makefile.am:
18401         * ext/xine/gstxine.h:
18402         * ext/xine/xine.c:
18403         * ext/xine/xineaudiodec.c:
18404         * ext/xine/xinecaps.c:
18405           add first version of xine plugin wrapper. Currently only wraps the
18406           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18407         * configure.ac:
18408         * ext/Makefile.am:
18409           add xine plugin wrapper, disabled by default. Use --enable-xine to
18410           build. Note that it'll segfault on gst-register if you don't remove
18411           the goom and tvtime post plugins from xine.
18412         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18413         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18414           add extradata parsing for QDM2.
18415           change around debugging prints.
18416
18417 2004-02-19  Benjamin Otte  <otte@gnome.org>
18418
18419         * ext/lame/gstlame.c: (gst_lame_chain):
18420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18421           use gst_tag_list_insert when you want to insert tags
18422
18423 2004-02-18  David Schleef  <ds@schleef.org>
18424
18425         * configure.ac:  Move massink to gst-rotten
18426         * ext/Makefile.am:
18427         * ext/mas/Makefile.am:
18428         * ext/mas/massink.c:
18429         * ext/mas/massink.h:
18430
18431 2004-02-18  David Schleef  <ds@schleef.org>
18432
18433         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18434         typefinding, since it seems to be worse than nothing.
18435         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18436         atom to recognize .mp4 and .m4a files as video/quicktime.
18437
18438 2004-02-18  David Schleef  <ds@schleef.org>
18439
18440         * gst/sine/demo-dparams.c: (quit_live),
18441         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18442         Use double dparams, not float.
18443         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18444         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18445         sync'd elements don't really work correctly.
18446         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18447         (volume_update_volume), (volume_get_property):  Change dparam
18448         to double.
18449
18450 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18451
18452         * sys/ximage/ximagesink.c:
18453         (gst_ximagesink_xwindow_update_geometry),
18454         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18455         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18456         (gst_ximagesink_init): Rework the way software video scaling works. So
18457         now we check on each chain call if the video frames are feeling the
18458         window. If not we try to renegotiate caps. On failure we memorize that
18459         and we won't try again for that PLAYING sessions.
18460         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18461         failure.
18462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18463         synchronous flag.
18464
18465 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18466
18467         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18468           break up _link so we can give a better debug message for errors
18469
18470 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18471
18472         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18473           set up debug category
18474
18475 2004-02-18  Julien MOUTTE <julien@moutte.net>
18476
18477         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18478         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18479         the way renegotiation work. The event handling function is not taking
18480         care of external windows and renegotiate method check for pad flags
18481         NEGOTIATING. Should fix : #133209
18482
18483 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18484
18485         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18486         pad is negotiating before trying renegotiation.
18487
18488 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18489
18490         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18491           pass on all possible mime types as typefind hints
18492
18493 2004-02-17  Julien MOUTTE <julien@moutte.net>
18494
18495         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18497         possible SHM leak if we crash. All other apps using XShm are doing
18498         that.
18499
18500 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18501
18502         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18503         (gst_ximagesink_expose): Renegotiate size on expose.
18504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18505         size on expose.
18506
18507 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18508
18509         * testsuite/alsa/sinesrc.c:
18510           cosmetic fix to fix compile issue with gcc 2.95.4
18511
18512 2004-02-16  Julien MOUTTE <julien@moutte.net>
18513
18514         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18515         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18516         failed opening the audio device.
18517         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18518         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18519         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18520         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18521         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18522         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18523         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18524         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18525         Removing some useless g_return_if_fail like wingo suggested.
18526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18527         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18528         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18529         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18530         (gst_xvimagesink_update_colorbalance),
18531         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18532         (gst_xvimagesink_xcontext_clear),
18533         (gst_xvimagesink_get_fourcc_from_caps),
18534         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18535         (gst_xvimagesink_set_xwindow_id),
18536         (gst_xvimagesink_colorbalance_list_channels),
18537         (gst_xvimagesink_colorbalance_set_value),
18538         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18539         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18540
18541 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18542
18543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18544           throw error when not negotiated instead of asserting
18545
18546 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18547
18548         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18549         correct data refcounting.
18550
18551 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18552
18553         * gst/switch/gstswitch.c: (gst_switch_change_state),
18554         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18555         change, mostly the EOS flag.
18556
18557 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18558
18559         * examples/gstplay/player.c: (got_eos), (main): Adding some
18560         output for debugging.
18561         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18562         timeouts if we go to any state different from PLAYING.
18563         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18564         more EOS bugs in riff lib.
18565
18566 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18567
18568         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18569         visualization until i find a way to fix switch correctly.
18570         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18571         EOS arrives.
18572         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18573         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18574         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18575         Reworked switch to get a more correct behaviour with events and refing
18576         of data stored in sinkpads.
18577         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18578         we don't pull from a pad in EOS.
18579
18580 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18581
18582         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18583           remove v1 tag even if we can't read it (makes sure we don't detect
18584           it again)
18585
18586 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18587
18588         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18589         (gst_alsa_xrun_recovery):
18590         * ext/alsa/gstalsa.h:
18591           try xrun recovery when wait failed. Make xrun recovery function
18592           return TRUE/FALSE to indicate success. (might fix #134354)
18593
18594 2004-02-13  David Schleef  <ds@schleef.org>
18595
18596         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18597         (dynparm_value_changed), (main): Convert from float to double.
18598         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18599
18600 2004-02-13  David Schleef  <ds@schleef.org>
18601
18602         * gst/silence/gstsilence.c: (gst_silence_class_init),
18603         (gst_silence_set_clock), (gst_silence_get),
18604         (gst_silence_set_property), (gst_silence_get_property):
18605         * gst/silence/gstsilence.h: Add sync property.
18606         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18607         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18608         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18609         * gst/sine/gstsinesrc.h: Add sync property.
18610
18611 2004-02-13  David Schleef  <ds@schleef.org>
18612
18613         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18614         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18615
18616 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18617
18618         * configure.ac:
18619         * ext/Makefile.am:
18620         * gst-libs/ext/Makefile.am:
18621           move ffmpeg plugin to gst-ffmpeg module
18622
18623 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18624
18625         * configure.ac: use GST_ARCH to detect architecture
18626
18627 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18628
18629         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18630
18631 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18632
18633         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18634           classify LADSPA plugins based on number of src/sink pads
18635           (#133663, Stefan Kost)
18636         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18637           fix dparams registration
18638           (#133528, Stefan Kost)
18639         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18640           fix use of isprint and use g_ascii_isprint instead
18641           (#133316, Stefan Kost)
18642
18643 2004-02-11  David Schleef  <ds@schleef.org>
18644
18645         Convert a few inner loops to use liboil.  This is currently
18646         optional, and is only enabled if liboil is present (duh!).
18647         * configure.ac: Check for liboil-0.1
18648         * gst/intfloat/Makefile.am:
18649         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18650         (gst_int2float_chain_gint16):
18651         * gst/videofilter/Makefile.am:
18652         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18653         (tablelookup_u8), (gst_videobalance_planar411):
18654         * gst/videotestsrc/Makefile.am:
18655         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18656         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18657         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18658         (paint_hline_RGB565), (paint_hline_xRGB1555):
18659
18660 2004-02-11  David Schleef  <ds@schleef.org>
18661
18662         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18663         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18664         (gst_colorspace_getcaps), (gst_colorspace_link),
18665         (gst_colorspace_base_init), (gst_colorspace_init),
18666         (gst_colorspace_chain), (gst_colorspace_change_state),
18667         (plugin_init): Merge Ronald's patch (bug #117897) and update
18668         for new caps and negotiation.  Seems to work, although it
18669         shows off bugs in lcs.
18670
18671 2004-02-11  David Schleef  <ds@schleef.org>
18672
18673         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18674         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18675
18676 2004-02-11  David Schleef  <ds@schleef.org>
18677
18678         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18679         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18680         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18681         Add server and port properties
18682
18683 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18684
18685         * m4/a52.m4:
18686         * m4/aalib.m4:
18687         * m4/as-ffmpeg.m4:
18688         * m4/as-liblame.m4:
18689         * m4/as-slurp-ffmpeg.m4:
18690         * m4/check-libheader.m4:
18691         * m4/esd.m4:
18692         * m4/freetype2.m4:
18693         * m4/gconf-2.m4:
18694         * m4/glib.m4:
18695         * m4/gst-alsa.m4:
18696         * m4/gst-artsc.m4:
18697         * m4/gst-ivorbis.m4:
18698         * m4/gst-matroska.m4:
18699         * m4/gst-sdl.m4:
18700         * m4/gst-shout2.m4:
18701         * m4/gst-sid.m4:
18702         * m4/gtk.m4:
18703         * m4/libdv.m4:
18704         * m4/libfame.m4:
18705         * m4/libmikmod.m4:
18706         * m4/ogg.m4:
18707         * m4/vorbis.m4:
18708           fix underquotedness of macros (#133800)
18709         * m4/as-avifile.m4:
18710         * m4/xmms.m4:
18711           removed because no longer used
18712
18713 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18714
18715         * configure.ac:
18716           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18717           by autopoint (fixes #132996)
18718
18719 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18720
18721         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18722         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18723         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18724         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18725           fix memleaks
18726
18727 2004-02-11  David Schleef  <ds@schleef.org>
18728
18729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18730         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18731         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18732         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18733         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18734         (gst_jpegenc_class_init), (gst_jpegenc_init),
18735         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18736         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18737         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18738         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18739
18740 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18741
18742         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18743         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18744         * ext/mikmod/gstmikmod.h:
18745           fix caps negotiation in mikmod
18746         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18747           output debug information
18748
18749 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18750
18751         * gst-libs/gst/colorbalance/Makefile.am:
18752         * gst-libs/gst/navigation/Makefile.am:
18753         * gst-libs/gst/xoverlay/Makefile.am:
18754           remove unused GST_OPT_CFLAGS from Makefiles
18755           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18756
18757 2004-02-07  David Schleef  <ds@schleef.org>
18758
18759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18760         push events to pads that haven't been created (#133508)
18761
18762 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18763
18764         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18765         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18766         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18767         (gst_dvdec_loop), (gst_dvdec_change_state):
18768         Second attempt at committing a working dvdec element.
18769
18770 2004-02-06  David Schleef  <ds@schleef.org>
18771
18772         Build fixes for OS X: (see #129600)
18773         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18774         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18775         (gst_riff_read_strf_iavs):
18776         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18777         (gst_avi_demux_stream_odml):
18778         * gst/playondemand/Makefile.am:
18779         * gst/rtp/rtp-packet.c:
18780
18781 2004-02-05  David Schleef  <ds@schleef.org>
18782
18783         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18784         last change, because it Just Doesn't Compile.
18785
18786 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18787
18788         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18789           skip undecodable id3v2 tag instead of keeping it
18790
18791 2004-02-05  David Schleef  <ds@schleef.org>
18792
18793         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18794         Unref leaked buffer.  (Noticed by Ronald)
18795
18796 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18797
18798         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18799         Sync requires with other checks.  >= vs =.
18800
18801 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18802
18803         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18804         (gst_dvdec_video_link), (gst_dvdec_loop):
18805         * ext/dv/gstdvdec.h:
18806           rework the caps negotiation so that dvdec works again instead
18807           of just segfaulting.
18808
18809 === release 0.7.4 ===
18810
18811 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18812
18813         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18814         * configure.ac: changed for release
18815
18816 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18817
18818         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18819         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18820         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18821         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18822           reworked patch by David Lehn to fix libdir and includedir for
18823           uninstalled libraries
18824           removed play and gconf from gstreamer-libs since they have their
18825           own pkgconfig files
18826
18827 2004-02-04  David Schleef  <ds@schleef.org>
18828
18829         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18830         memleak.
18831
18832 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18833
18834         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18835           use correct GST_TAG_ENCODER tag
18836
18837 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18838
18839         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18840           be sure to stop the clock when going to paused
18841         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18842           reset number of transmitted when going to ready.
18843         fixes #132935
18844
18845 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18846
18847         reviewed by Benjamin Otte
18848
18849         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18850           extract track count (fixes #133410)
18851
18852 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18853
18854         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18855           that should be !=, not == (fixes #132519)
18856
18857 2004-02-04  David Schleef  <ds@schleef.org>
18858
18859         Make sure set_explicit_caps() is called before adding pad.
18860         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18861         * gst/id3/gstid3types.c: (gst_id3types_loop):
18862         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18863         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18864
18865 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18866
18867         * configure.ac:
18868           bump nano to 2, first prerelease
18869           put back AM_PROG_LIBTOOL
18870
18871 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18872
18873         * testsuite/alsa/Makefile.am:
18874           these are user test apps, not automatic testsuite tests
18875
18876 2004-02-04  David Schleef  <ds@schleef.org>
18877
18878         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18879         * gst/mpeg1videoparse/gstmp1videoparse.c:
18880         (mp1videoparse_parse_seq):
18881         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18883         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18884         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18885         (gst_xvideosink_getcaps):
18886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18887         * testsuite/gst-lint: more tests
18888
18889 2004-02-04  David Schleef  <ds@schleef.org>
18890
18891         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18892         with the code that they would expand to.
18893         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18894         (gst_flacdec_get_src_query_types),
18895         (gst_flacdec_get_src_event_masks):
18896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18897         (gst_gnomevfssrc_get_query_types),
18898         (gst_gnomevfssrc_get_event_mask):
18899
18900 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18901
18902         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18903         (gst_sinesrc_dispose):
18904           fix memleak by properly disposing sinesrc
18905
18906 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18907
18908         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18909         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18910         an overlay to redraw the image because it has been exposed.
18911         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18912         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18913         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18914         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18915         interface
18916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18917         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18918         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18919         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18920         interface
18921
18922 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18923
18924         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18925           more memleak fixage
18926
18927 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18928
18929         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18930         * gst/typefind/gsttypefindfunctions.c:
18931           fix memleaks shown by gst-typefind
18932
18933 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18934
18935         * common/glib-gen.mak:
18936           add hack rule to touch .Plo files
18937         * gst-libs/gst/colorbalance/Makefile.am:
18938         * gst-libs/gst/mixer/Makefile.am:
18939         * gst-libs/gst/play/Makefile.am:
18940         * gst-libs/gst/tuner/Makefile.am:
18941           remove glib_root variable
18942
18943 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18944
18945         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18946           set explicit caps before adding the element, so the autopluggers can
18947           plug correctly.
18948         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18949         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18950         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18951         (dv_type_find):
18952           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18953           argument.
18954
18955 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18956
18957         * gst-libs/gst/colorbalance/Makefile.am:
18958         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18959         * gst-libs/gst/colorbalance/colorbalance.c:
18960         * gst-libs/gst/colorbalance/colorbalance.h:
18961         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18962         * gst-libs/gst/mixer/Makefile.am:
18963         * gst-libs/gst/mixer/mixer-marshal.list:
18964         * gst-libs/gst/mixer/mixer.c:
18965         * gst-libs/gst/mixer/mixer.h:
18966         * gst-libs/gst/mixer/mixermarshal.list:
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-marshal.list:
18971         * gst-libs/gst/tuner/tuner.c:
18972         * gst-libs/gst/tuner/tuner.h:
18973         * gst-libs/gst/tuner/tunermarshal.list:
18974           use new glib-gen.mak snippet to clean up Makefile.am
18975           fix various bugs in Makefile.am's
18976
18977 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18978
18979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18980           handle chain parsing correctly in the multichain case
18981         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18982         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18983         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18984         (theora_dec_chain):
18985           handle events and queries correctly
18986
18987 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18988
18989         * .cvsignore:
18990         Ignore generated file _stdint.h.
18991
18992 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18993
18994         * gst-libs/gst/colorbalance/Makefile.am:
18995         * gst-libs/gst/colorbalance/colorbalance.h:
18996         * gst-libs/gst/mixer/Makefile.am:
18997         * gst-libs/gst/mixer/mixer.h:
18998         * gst-libs/gst/play/Makefile.am:
18999         * gst-libs/gst/play/play.h:
19000         * gst-libs/gst/tuner/Makefile.am:
19001         * gst-libs/gst/tuner/tuner.h:
19002         Generate enum type code with glib-mkenums.
19003         * gst-libs/gst/colorbalance/.cvsignore:
19004         * gst-libs/gst/mixer/.cvsignore:
19005         * gst-libs/gst/play/.cvsignore:
19006         * gst-libs/gst/tuner/.cvsignore:
19007         Ignore generated files.
19008
19009 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19010
19011         * gst-libs/gst/audio/.cvsignore:
19012         Ignore generated file.
19013         * gst-libs/gst/audio/Makefile.am:
19014         Do not install example filter.
19015
19016 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
19017
19018         * examples/switch/.cvsignore:
19019         Ignore generated file.
19020
19021 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19022
19023         * common/m4/ax_create_stdint_h.m4:
19024         * configure.ac:
19025           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
19026           _stdint.h.
19027         * Makefile.am:
19028           remove generated _stdint.h in DISTCLEANFILES
19029         * ext/a52dec/gsta52dec.c:
19030           include _stdint.h for a52dec. (should fix #133064)
19031
19032 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19033
19034         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
19035         (gst_tag_to_vorbis_comments):
19036         Add replaygain support to vorbistag
19037
19038 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
19039         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19040         (gst_ffmpeg_caps_to_extradata):
19041           Fix SVQ3 caps flag properties
19042           Use glib macro for bytes swap
19043
19044 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19045
19046         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19047         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19048         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19049         * ext/sndfile/gstsf.c: (plugin_init):
19050         * gst/avi/gstavi.c: (plugin_init):
19051         * sys/dxr3/dxr3init.c: (plugin_init):
19052         * sys/oss/gstossaudio.c: (plugin_init):
19053         * sys/v4l/gstv4l.c: (plugin_init):
19054         * sys/v4l2/gstv4l2.c: (plugin_init):
19055           remove textdomain calls
19056         * po/nl.po:
19057           update Dutch translation
19058
19059 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19060
19061         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
19062         (gst_play_set_audio_sink): Moving volume in the audio thread for
19063         instantaneous volume change. Maybe i will add another volume in front
19064         of visualization later, not sure yet though.
19065
19066 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19067
19068         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19069         (gst_ximagesink_handle_xevents): Better X events handling, only take
19070         the latest events for configure and motion.
19071         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
19072
19073 2004-02-02  Jon Trowbridge  <trow@gnu.org>
19074
19075         reviewed by: David Schleef  <ds@schleef.org>
19076
19077         Fix memory leaks:
19078         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
19079         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
19080
19081 2004-02-02  David Schleef  <ds@schleef.org>
19082
19083         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19084         of lines.
19085         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19086         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19087         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19088         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19089         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19090         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19091         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19092         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19093         (gst_float2_2_int_link):
19094         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19095         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19096         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19097         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19098         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19099         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19100         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19101         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19102         * testsuite/gst-lint: Add tests for bzero and ;;
19103
19104 2004-02-02  David Schleef  <ds@schleef.org>
19105
19106         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19107
19108 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19109
19110         * ext/aalib/gstaasink.c: (gst_aasink_open):
19111         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19113         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19114         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19115         (gst_afsink_close_file):
19116         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19117         (gst_afsrc_close_file):
19118         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19119         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19120         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19121         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19122         * ext/esd/esdmon.c: (gst_esdmon_get):
19123         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19124         * ext/faac/gstfaac.c: (gst_faac_chain):
19125         * ext/faad/gstfaad.c: (gst_faad_chain):
19126         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19127         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19128         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19129         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19130         (gst_flacdec_loop):
19131         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19132         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19133         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19134         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19135         (gst_gnomevfssink_close_file):
19136         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19137         (gst_gnomevfssrc_open_file):
19138         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19139         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19140         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19141         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19142         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19143         * ext/mad/gstmad.c: (gst_mad_chain):
19144         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19145         * ext/mpeg2dec/gstmpeg2dec.c:
19146         * ext/mpeg2enc/gstmpeg2enc.cc:
19147         * ext/mplex/gstmplex.cc:
19148         * ext/mplex/gstmplexibitstream.cc:
19149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19150         (gst_ogg_demux_push):
19151         * ext/raw1394/gstdv1394src.c:
19152         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19153         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19154         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19155         (gst_sf_loop):
19156         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19157         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19158         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19159         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19160         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19161         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19162         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19163         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19165         (gst_riff_read_element_data), (gst_riff_read_seek),
19166         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19167         * gst/adder/gstadder.c: (gst_adder_loop):
19168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19169         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19170         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19171         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19172         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19173         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19174         * gst/goom/gstgoom.c: (gst_goom_chain):
19175         * gst/id3/gstid3types.c: (gst_id3types_loop):
19176         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19177         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19178         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19179         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19180         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19181         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19182         (gst_ebml_read_float), (gst_ebml_read_header):
19183         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19184         (gst_matroska_demux_parse_blockgroup):
19185         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19187         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19188         * gst/silence/gstsilence.c: (gst_silence_get):
19189         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19190         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19191         * gst/speed/gstspeed.c: (speed_loop):
19192         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19193         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19194         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19195         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19196         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19197         (gst_wavparse_loop):
19198         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19199         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19200         (dxr3audiosink_close):
19201         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19202         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19203         (dxr3videosink_close), (dxr3videosink_write_data):
19204         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19205         * sys/oss/gstosssink.c: (gst_osssink_chain):
19206         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19207         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19208         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19210         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19211         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19212         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19213         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19214         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19215         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19216         (gst_v4l_set_audio):
19217         * sys/v4l/v4l_calls.h:
19218         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19219         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19220         (gst_v4lmjpegsink_playback_init),
19221         (gst_v4lmjpegsink_playback_start):
19222         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19223         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19224         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19225         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19227         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19228         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19229         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19230         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19231         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19232         (gst_v4l2_get_output), (gst_v4l2_set_output),
19233         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19234         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19235         (gst_v4l2_set_attribute):
19236         * sys/v4l2/v4l2_calls.h:
19237         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19238         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19239         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19240         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19241         (gst_v4l2src_capture_stop):
19242         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19243         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19244         (gst_ximagesink_chain):
19245         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19246         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19247         (gst_xvideosink_xwindow_new):
19248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19249         (gst_xvimagesink_chain):
19250
19251 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19252
19253         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19254         (gst_volume_get_volume), (volume_class_init), (volume_init),
19255         (volume_chain_int16), (volume_update_volume):
19256         * gst/volume/gstvolume.h:
19257           make code more readable by removing magic numbers
19258           make mixer interface export 0-100 range
19259           make it internally map to 0.0-1.0 range so users don't distort
19260           output by putting the sliders at full volume
19261
19262 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19263
19264         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19265         (gst_play_state_change), (gst_play_seek_to_time):
19266         block the tick callback for 0.5 secs after doing a seek
19267
19268 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19269
19270         * gst-libs/gst/play/play.c: (gst_play_new):
19271           check for GError
19272
19273 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19274
19275         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19276         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19277         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19278         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19280         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19281
19282 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19283
19284         * configure.ac:
19285         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19286           check for a function added in vorbis 1.1
19287
19288 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19289
19290         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19291         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19292           really start/stop clock only on PLAYING <=> PAUSED
19293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19294           remove \n from debugging lines
19295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19296           make it work when seeking does not
19297         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19298           reset on DISCONT
19299
19300 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19301
19302         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19303           start clock on PAUSED=>PLAYING, not later
19304         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19305           extract correct time for different discont formats
19306         (gst_alsa_sink_get_time):
19307           don't segfault when no format is negotiated yet, just return 0
19308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19309         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19310         (gst_ogg_pad_push):
19311           handle flush and discont events correctly
19312         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19313           handle discont events correctly
19314
19315 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19316
19317         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19318         (gst_play_error_create), (gst_play_error_plugin),
19319         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19320         * gst-libs/gst/play/play.h:
19321           add error handling during creation
19322         * examples/gstplay/player.c: (main):
19323           use new gst_play_new
19324
19325
19326 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19327
19328         * ext/theora/theoradec.c: (theora_dec_chain):
19329           make comments work
19330         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19331         (vorbis_dec_src_event), (vorbis_dec_chain):
19332           add encoder tag, fix tag reading to be more error tolerant, change
19333           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19334           gst_pad_event_default.
19335         * gst/tags/gstvorbistag.c:
19336         (gst_tag_list_from_vorbiscomment_buffer):
19337           undefine function specific define at end of function
19338
19339 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19340
19341         * ext/flac/gstflac.c: (plugin_init):
19342         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19343         * ext/flac/gstflacdec.h:
19344         * ext/flac/gstflacenc.h:
19345           Fix typos
19346
19347 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19348
19349         * examples/gstplay/player.c: s/gstplay.h/play.h/
19350
19351 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19352
19353         * gst-libs/gst/play/Makefile.am:
19354         * gst-libs/gst/play/gstplay.c:
19355         * gst-libs/gst/play/gstplay.h:
19356         * gst-libs/gst/play/play.c:
19357           more surgery, operation complete
19358
19359 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19360
19361         * gst-libs/gst/play/play.old.c:
19362         * gst-libs/gst/play/play.old.h:
19363           after CVS surgery by moving, remove
19364         * gst-libs/gst/play/playpipelines.c:
19365           remove
19366
19367         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19368           add negotiation error
19369
19370 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19371
19372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19373         (gst_ogg_demux_push):
19374           add some seeking debug info
19375           send a flush when seeking
19376
19377 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19378
19379         * configure.ac:
19380           use AC_C_INLINE
19381         * configure.ac:
19382         * ext/Makefile.am:
19383         * ext/theora/Makefile.am:
19384         * ext/theora/theoradec.c:
19385           add theora video decoder. Does just do simple decoding for now and
19386           has been tested against Theora cvs only. It only works when theora
19387           is compiled with --enable-static.
19388         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19389           always reset packetno on DISCONT
19390
19391 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19392
19393         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19394           Fix audio.
19395
19396 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19397
19398         * gst/mpegaudioparse/gstmpegaudioparse.c:
19399         (mp3_type_frame_length_from_header):
19400           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19401
19402 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19403
19404         * ext/esd/esdsink.c: (gst_esdsink_init):
19405           Since we have static pad template caps, we don't need to negotiate;
19406           either the core errors out or we know the format.
19407
19408 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19409
19410         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19411         (gst_riff_read_seek):
19412         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19413         (gst_ebml_read_seek):
19414           Fix event handling.
19415
19416 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19417
19418         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19419           removee video/x-theora from vp3 decoder, it doesn't handle raw
19420           theora streams
19421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19422           fix bug with finalizing element that never went to PAUSED
19423         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19424           length and position queries were swapped
19425         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19426         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19427         (vorbis_dec_src_event):
19428           implement querying time and bytes
19429
19430 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19431
19432         * just about every source file:
19433           gst_element_error -> GST_ELEMENT_ERROR
19434
19435 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19436
19437         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19438         emiting FLUSH and even before DISCONT.
19439         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19440         get the best instant seeking as possible yay!
19441
19442 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19443
19444         * gst/mpeg1videoparse/gstmp1videoparse.c:
19445         (gst_mp1videoparse_real_chain):
19446           Committed wrong version last week... Grr... Didn't notice until now.
19447
19448 2004-01-29  Julien MOUTTE <julien@moutte.net>
19449
19450         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19452         have_xwindow_id signal in xwindow_create.
19453
19454 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19455
19456         * ext/ogg/gstoggdemux.c:
19457           lots of changes - mainly support for chained bitstreams, seeking,
19458           querying and bugfixes of course
19459         * ext/vorbis/Makefile.am:
19460         * ext/vorbis/vorbisdec.c:
19461         * ext/vorbis/vorbisdec.h:
19462           add vorbisdec raw vorbis decoder
19463         * ext/vorbis/vorbis.c: (plugin_init):
19464           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19465         * gst/intfloat/Makefile.am:
19466         * gst/intfloat/float22int.c:
19467         * gst/intfloat/float22int.h:
19468         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19469           add float2intnew plugin. It converts multichannel interleaved float to
19470           multichannel interleaved int. The name should probably be changed.
19471         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19472         (plugin_init):
19473           add typefinding for raw theora video so oggdemux can detect it.
19474
19475 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19476
19477         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19478         sink element first.
19479         * gst/videoscale/gstvideoscale.c:
19480         (gst_videoscale_handle_src_event): Fixing src event handler.
19481
19482 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19483
19484         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19485         (gst_v4lsrc_open), (gst_v4lsrc_close),
19486         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19487         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19488         * sys/v4l/gstv4lsrc.h:
19489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19490         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19491           Implement resizing... Hack. But that's why v4l is b0rked...
19492
19493 2004-01-28  Julien MOUTTE <julien@moutte.net>
19494
19495         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19496         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19497         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19498         (gst_ximagesink_xwindow_destroy):
19499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19500         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19501         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19502         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19503         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19504         correctly cleaning the image created to check xshm calls on succes,
19505         added a lot of XSync calls in X11 functions, and fixed a segfault when
19506         no image format was defined before negotiation happened.
19507
19508 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19509
19510         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19511           use gst_element_get_time to get correct time
19512
19513 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19514
19515         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19516         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19517         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19519         (gst_xvimagesink_check_xshm_calls),
19520         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19521         X plugins are now able to detect that XShm calls will fail even if the
19522         server claims that it has XShm support (remote displays most of the
19523         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19524         so that we use non XShm functions. This feature is almost useless for
19525         xvimagesink as Xv is not supported on remote displays anyway, but
19526         it might happen than even on the local display XShm calls fail.
19527
19528 2004-01-27  David Schleef  <ds@schleef.org>
19529
19530         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19531         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19532         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19533         changed esdsink to only use 44100,16,2, since esd sucks at rate
19534         conversion and esdsink has had difficulty negotiating.
19535
19536 2004-01-27  Julien MOUTTE <julien@moutte.net>
19537
19538         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19539         (gst_play_seek_to_time): Fixing the way to get current position.
19540
19541 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19542
19543         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19544           use gst_element_get_time to get correct time
19545
19546 2004-01-27  Julien MOUTTE <julien@moutte.net>
19547
19548         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19549         fix ever... Inverting 2 lines of code make spider autoplug correctly
19550         tagged mp3 !
19551
19552 2004-01-27  David Schleef  <ds@schleef.org>
19553
19554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19555         Use gst_pad_try_set_caps_nonfixed().
19556
19557 2004-01-27  David Schleef  <ds@schleef.org>
19558
19559         * gst/ac3parse/gstac3parse.c: update to checklist 5
19560         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19561         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19562         * gst/audioscale/gstaudioscale.c: same
19563         * gst/auparse/gstauparse.c: same
19564         * gst/avi/gstavidemux.c: same
19565
19566 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19567
19568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19569           stop processing after EOS
19570
19571 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19572
19573         * gst/asfdemux/asfheaders.h:
19574         * gst/asfdemux/gstasfdemux.c:
19575         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19576         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19577         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19578           lot's of fixes to make data extraction simpler and get the code
19579           architecture and compiler independant. Add debugging category
19580         * gst/goom/gstgoom.c: (gst_goom_change_state):
19581           reset channel count on PAUSED=>READY, not READY=>PAUSED
19582
19583 2004-01-26  Colin Walters  <walters@verbum.org>
19584
19585         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19586         code to pull a bigger buffer in iradio mode.  This as a side effect
19587         makes typefinding work.
19588
19589 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19590
19591         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19592         Fix SVQ3 decoding on PPC
19593
19594 2004-01-26  Julien MOUTTE <julien@moutte.net>
19595
19596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19597         that one managed to stay there... Fixed.
19598
19599 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19600
19601         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19602         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19603         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19604         (qtdemux_video_caps):
19605         * gst/qtdemux/qtdemux.h:
19606         Add SVQ3 specific flags to qtdemux and ffmpeg
19607
19608 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19609
19610         * gst-libs/gst/audio/audio.h:
19611           remove buffer-frames from audio caps
19612         * gst/audioconvert/gstaudioconvert.c:
19613           fix plugin to really work.
19614
19615 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * gst-libs/gst/mixer/mixer.c:
19618         * gst-libs/gst/propertyprobe/propertyprobe.c:
19619         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19620         (gst_tuner_find_channel_by_name):
19621         * gst-libs/gst/tuner/tuner.h:
19622           Add gtk-doc style comments. Also fix a function name.
19623
19624 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19627         (gst_divxdec_negotiate):
19628           Fix for new capsnego - also fixes gst-player with divxdec.
19629
19630 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19631
19632         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19633         (gst_play_identity_handoff), (gst_play_set_location),
19634         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19635         try in visualization implementation. Still have an issue with switch
19636         blocking when pulling from video_queue and only audio comes out of
19637         spider.
19638         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19639         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19640         release method. And check if the pad is usable before pulling.
19641
19642 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19643
19644         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19645         (gst_videobalance_init),
19646         (gst_videobalance_colorbalance_list_channels),
19647         (gst_videobalance_colorbalance_set_value),
19648         (gst_videobalance_colorbalance_get_value),
19649         (gst_videobalance_update_properties),
19650         (gst_videobalance_update_tables_planar411),
19651         (gst_videobalance_planar411):
19652         * gst/videofilter/gstvideobalance.h:
19653           Implement lookup-tables. +/- 10x faster.
19654
19655 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19658         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19659           The index reading was broken. The rest worked fine, but the whole
19660           goal of my rewrite was to make avidemux readable, and this was
19661           not at all readable. Please use typed variables.
19662
19663 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19664
19665         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19666           Additional pad usability check.
19667         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19668         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19669         (gst_mp1videoparse_real_chain):
19670           Fix MPEG video stream parsing. The original plugin had several
19671           issues, including not timestamping streams where the source was
19672           not timestamped (this happens with PTS values in mpeg system
19673           streams, but MPEG video is also a valid stream on its own so
19674           that needs timestamps too). We use the display time code for that
19675           for now. Also, if one incoming buffer contains multiple valid
19676           frames, we push them all on correctly now, including proper EOS
19677           handling. Lastly, several potential segfaults were fixed, and we
19678           properly sync on new sequence/gop headers to include them in next,
19679           not previous frames (since they're header for the next frame, not
19680           the previous). Also see #119206.
19681         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19682         (bpf_from_header):
19683           Move caps setting so we only do it after finding several valid
19684           MPEG-1 fraes sequentially, not right after the first one (which
19685           might be coincidental).
19686         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19687         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19688         (plugin_init):
19689           Add unsynced MPEG video stream typefinding, and change some
19690           probability values so we detect streams rightly. The idea is as
19691           follows: I can have an unsynced system stream which contains
19692           video. In the current code, I would randomly get a type for either
19693           system or video stream type found, because the probabilities are
19694           being calculated rather randomly. I now use fixed values, so we
19695           always prefer system stream if that was found (and that is how it
19696           should be). If no system stream was found, we can still identity                the stream as video-only.
19697
19698 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19699
19700         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19701         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19702           don't write to buffer. Extract data without the need of
19703           __attribute__ ((packed))
19704
19705 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19706
19707         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19708         (mpeg1_sys_type_find):
19709           Fix MPEG-1 stream typefinding.
19710
19711 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19712
19713         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19714           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19715
19716 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19719         * ext/esd/gstesd.c: (plugin_init):
19720           private debugging, better error reporting
19721
19722 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19725         (gst_riff_read_init), (gst_riff_read_change_state):
19726         * gst-libs/gst/riff/riff-read.h:
19727           Remove stuff fromold metadata system.
19728
19729 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19730
19731         * ext/ogg/gstoggdemux.c:
19732           Fix wrong file comment.
19733         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19734         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19735           Add metadata reading properly.
19736
19737 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19738
19739         * ext/Makefile.am:
19740           Fix nas DIST_SUBDIRS
19741           Uraeus:
19742           Fix bug where make distcheck doesn't get run on adding stuff to
19743           the build.
19744
19745 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19746
19747         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19748         * ext/divx/gstdivxdec.h:
19749           Fix divx3 ("msmpeg4") playback using divxdec.
19750
19751 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19752
19753         * gst/typefind/gsttypefindfunctions.c:
19754         (mp3_type_frame_length_from_header): fix bug in length computation
19755         (mp3_type_find): improve debugging output
19756
19757 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19758
19759         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19760         (gst_play_set_location), (gst_play_seek_to_time),
19761         (gst_play_set_audio_sink), (gst_play_set_visualization),
19762         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19763         the pipeline from scratch. Visualization is back and switch went out as
19764         i realized it was not possible to use the way i wanted.
19765         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19766         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19767         clearing in state change from READY to NULL. So that one can clean the
19768         X ressources keeping the element.
19769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19770         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19771         (gst_xvimagesink_colorbalance_set_value),
19772         (gst_xvimagesink_colorbalance_get_value),
19773         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19774         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19775         change from READY to NULL and fixed some stupid bugs in colorbalance
19776         get/set values. Also added the following feature : when nobody tries to
19777         set some values to the colorbalance levels before the xcontext is
19778         grabbed, then when creating channels list from Xv attributes we set the
19779         internal values to the Xv defaults. This way we handle buggy Xv drivers
19780         that set default hue values far from the middle of the range (Thanks
19781         to Jon Trowbridge for pointing that issue).
19782         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19783         colorbalance levels have been set before xcontext is grabbed.
19784
19785 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19786
19787         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19788           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19789           it might block operations (which is bad for a mixer).
19790
19791 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19792
19793         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19794         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19795         (gmip_find_type_pre):
19796         * gst-libs/gst/media-info/media-info-priv.h:
19797         * gst-libs/gst/media-info/media-info.c:
19798         (gst_media_info_instance_init), (gst_media_info_read_idler):
19799         add fakesink to get caps on decoder src pad again
19800         fix callback prototype to match new have_type signal signature
19801
19802 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19803
19804         * gst/adder/gstadder.c: (gst_adder_link):
19805           fix non-compile and cut-n-paste code
19806
19807 2004-01-21  David Schleef  <ds@schleef.org>
19808
19809         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19810         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19811         (gst_swfdec_init), (gst_swfdec_change_state):
19812         * ext/swfdec/gstswfdec.h:
19813         Fix negotiation.
19814         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19815         (gst_adder_request_new_pad): Fix negotiation.
19816         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19817         Add a fixate function.
19818         * gst/intfloat/gstfloat2int.c:
19819         * gst/intfloat/gstfloat2int.h:
19820         * gst/intfloat/gstint2float.c:
19821         * gst/intfloat/gstint2float.h:
19822         Completely rewrite the negotiation.  Doesn't quite work yet,
19823         due to some buffer-frames problem.
19824
19825 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19826
19827         * ext/gnomevfs/gstgnomevfssrc.c:
19828         * sys/v4l2/v4l2_calls.h:
19829           fix includes for distcheck
19830
19831 2004-01-21  Christian Schaller <uraeus@gnome.org>
19832
19833         * ext/nas/
19834         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19835         based on earlier patch from Laurent Vivier
19836
19837 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19838
19839         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19840         Fix wma caps property
19841         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19842         Fix typo (flags1 and flags2)
19843
19844 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19845
19846         * gst-libs/gst/media-info/media-info-priv.c:
19847         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19848         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19849         (gmip_find_stream), (gmip_find_track_metadata),
19850         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19851         (gmip_find_track_format):
19852         * gst-libs/gst/media-info/media-info-priv.h:
19853         * gst-libs/gst/media-info/media-info-test.c: (main):
19854         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19855         (gst_media_info_read_idler), (gst_media_info_read):
19856         * gst-libs/gst/media-info/media-info.h:
19857           register debugging category and use it for debugging
19858
19859 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19860
19861         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19862         (gst_vorbisfile_new_link):
19863           signal streaminfo through tags
19864
19865 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * ext/mplex/gstmplex.cc:
19868         * ext/mplex/gstmplexibitstream.cc:
19869           g++ doesn't like NULL in our i18n/error macros, should be
19870           either (NULL) or ("").
19871
19872 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * sys/dxr3/dxr3audiosink.c:
19875         * sys/dxr3/dxr3init.c:
19876         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19877         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19878           Fix more error error error errors (missing includes here).
19879
19880 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19881
19882         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19883           fix thomas' error errors.
19884
19885 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19886
19887         * ext/mpeg2enc/gstmpeg2enc.cc:
19888           fix error errors.
19889
19890 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19893         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19894           Fix for new error system.
19895
19896 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19897
19898         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19899           fix for new error reporting
19900
19901 2004-01-20  David Schleef  <ds@schleef.org>
19902
19903         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19904         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19905         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19906         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19907         and neither is 100+, most likely.
19908         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19909         (gst_xvimagesink_getcaps): same
19910
19911 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19912
19913         * configure.ac:
19914           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19915           clashes with ffmpeg.
19916
19917 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19918
19919         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19920         (gst_switch_init): Fixed switch element : proxying link and setting
19921         caps from src to sink on request.
19922
19923 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19924
19925         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19926         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19927         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19928         fix element_error
19929
19930 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19931
19932         * sys/v4l/v4l_calls.h:
19933         * sys/v4l2/v4l2_calls.h:
19934           element_error fixes
19935
19936 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19937
19938         * gst-libs/gst/gst-i18n-plugin.h:
19939           add locale.h
19940           remove config.h inclusion
19941
19942 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19943
19944         * autogen.sh:
19945           adding autopoint invocation
19946         * Makefile.am:
19947         * configure.ac:
19948         * gst-libs/gst/gettext.h:
19949           adding gettext bits
19950         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19951         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19952         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19953         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19954         (gst_gnomevfssink_close_file):
19955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19956         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19957         * gst-libs/gst/gst-i18n-plugin.h:
19958         * gst/avi/gstavi.c: (plugin_init):
19959         * sys/dxr3/dxr3init.c: (plugin_init):
19960         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19961         * sys/oss/gstossaudio.c: (plugin_init):
19962         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19963         * sys/v4l/gstv4l.c: (plugin_init):
19964         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19965         * sys/v4l2/gstv4l2.c: (plugin_init):
19966         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19967         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19968         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19969         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19970         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19971         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19972           make sure locale and translation domain are set
19973           fix translated strings
19974         * po/.cvsignore:
19975         * po/LINGUAS:
19976         * po/Makevars:
19977         * po/POTFILES.in:
19978         * po/nl.po:
19979           put translation files into place
19980         * sys/xvideo/imagetest.c: (main):
19981         * ext/dv/demo-play.c: (main):
19982           fix unnecessary translations
19983
19984 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19985
19986         * ext/sndfile/gstsf.c:
19987         * gst/avi/gstavimux.c:
19988         * ext/audiofile/gstafsink.c:
19989         * ext/audiofile/gstafsrc.c:
19990         * ext/gnomevfs/gstgnomevfssink.c:
19991         * ext/gnomevfs/gstgnomevfssrc.c:
19992         * sys/oss/gstosselement.c:
19993         * sys/v4l/v4l_calls.h:
19994           fix i18n include
19995
19996 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19997
19998         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19999         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
20000         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
20001         (gst_v4l2_get_output), (gst_v4l2_set_output),
20002         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
20003         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
20004         (gst_v4l2_set_attribute):
20005         update to new error handling
20006
20007 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20008
20009         * ext/sidplay/gstsiddec.cc:
20010         * gst/modplug/gstmodplug.cc:
20011           parenthese NULL because C++ seems angry about it
20012
20013 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20014
20015         * gst-libs/gst/gst-i18n-plugin.h:
20016           add skeleton i18n stuff, but needs to be further implemented
20017
20018 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20019
20020         * examples/gstplay/player.c: (main):
20021         * ext/aalib/gstaasink.c: (gst_aasink_open):
20022         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
20023         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
20024         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
20025         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
20026         (gst_afsink_close_file):
20027         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
20028         (gst_afsrc_close_file):
20029         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
20030         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20031         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
20032         * ext/esd/esdmon.c: (gst_esdmon_get):
20033         * ext/esd/esdsink.c: (gst_esdsink_chain):
20034         * ext/faac/gstfaac.c: (gst_faac_chain):
20035         * ext/faad/gstfaad.c: (gst_faad_chain):
20036         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
20037         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
20038         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
20039         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
20040         (gst_flacdec_loop):
20041         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
20042         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20043         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
20044         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
20045         (gst_gnomevfssink_close_file):
20046         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
20047         (gst_gnomevfssrc_open_file):
20048         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
20049         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
20050         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
20051         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
20052         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
20053         * ext/mad/gstmad.c: (gst_mad_chain):
20054         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20055         * ext/mpeg2dec/gstmpeg2dec.c:
20056         * ext/mpeg2enc/gstmpeg2enc.cc:
20057         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20058         * ext/mplex/gstmplex.cc:
20059         * ext/mplex/gstmplexibitstream.cc:
20060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
20061         (gst_ogg_demux_push), (gst_ogg_pad_push):
20062         * ext/raw1394/gstdv1394src.c:
20063         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
20064         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
20065         * ext/sidplay/gstsiddec.cc:
20066         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20067         (gst_sf_loop):
20068         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20069         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20070         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20072         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20073         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20074         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20075         * gst-libs/gst/Makefile.am:
20076         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20077         (gst_riff_read_element_data), (gst_riff_read_seek),
20078         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20079         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
20080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20081         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20082         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20083         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20084         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20085         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20086         * gst/goom/gstgoom.c: (gst_goom_chain):
20087         * gst/id3/gstid3types.c: (gst_id3types_loop):
20088         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20089         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20090         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20091         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20092         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20093         (gst_ebml_read_float), (gst_ebml_read_header):
20094         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20095         (gst_matroska_demux_parse_blockgroup):
20096         * gst/modplug/gstmodplug.cc:
20097         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20098         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20099         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20100         * gst/silence/gstsilence.c: (gst_silence_get):
20101         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20102         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20103         * gst/speed/gstspeed.c: (speed_loop):
20104         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20105         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20106         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20107         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20108         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20109         (gst_wavparse_loop):
20110         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20111         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20112         (dxr3audiosink_close):
20113         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20114         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20115         (dxr3videosink_close), (dxr3videosink_write_data):
20116         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20117         * sys/oss/gstosselement.h:
20118         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20119         (gst_osssink_chain):
20120         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20121         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20122         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20124         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20125         (gst_v4l_enable_overlay):
20126         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20127         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20128         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20129         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20130         (gst_v4l_set_audio):
20131         * sys/v4l/v4l_calls.h:
20132         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20133         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20134         (gst_v4lmjpegsink_playback_init),
20135         (gst_v4lmjpegsink_playback_start):
20136         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20137         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20138         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20139         (gst_v4lmjpegsrc_requeue_frame):
20140         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20141         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20142         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20143         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20144         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20145         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20146         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20147         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20148         (gst_v4l2src_capture_stop):
20149         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20150         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20151         (gst_ximagesink_chain):
20152         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20153         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20154         (gst_xvideosink_xwindow_new):
20155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20156         (gst_xvimagesink_chain):
20157         use new error signal, function and categories
20158
20159 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20160
20161         * configure.ac:
20162         * ext/Makefile.am:
20163         * ext/musicbrainz/gsttrm.c:
20164         * ext/musicbrainz/gsttrm.h:
20165         * ext/musicbrainz/Makefile.am:
20166         Add a trm plugin
20167
20168 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20169
20170         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20171         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20172         synchronous property for debugging.
20173         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20175         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20176         smaller block, fixing indent.
20177
20178 2004-01-16  David Schleef  <ds@schleef.org>
20179
20180         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20181         property affects the video stream.
20182         * sys/xvimage/xvimagesink.c:
20183         * sys/xvimage/xvimagesink.h:
20184         Add synchronous property for debugging.  Should probably be
20185         disabled in non-CVS builds.  Make sure that the Xv attribute
20186         exists before we set it (crash!).  Fix a silly float bug that
20187         caused colorbalance to just not work.
20188
20189 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20190
20191         * tools/gst-launch-ext.in - update for new plugins
20192
20193 2004-01-16  David Schleef  <ds@schleef.org>
20194
20195         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20196         already-freed caps.
20197
20198 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20199
20200         * Update spec for new colorspace plugin and libcaca plugin
20201         * Fix compilation of libcaca plugin (clock -> id)
20202
20203 2004-01-16  Julien MOUTTE <julien@moutte.net>
20204
20205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20206         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20207         (gst_xvimagesink_set_xwindow_id),
20208         (gst_xvimagesink_colorbalance_set_value),
20209         (gst_xvimagesink_colorbalance_get_value),
20210         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20211         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20212         correct colorbalance properties. They can now be set when the element
20213         is still in NULL state. The values will be committed to the Xv Port
20214         when xcontext is initialized.
20215         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20216         brightness int values in the GstXvImagesink structure.
20217
20218 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20219
20220         * gst-libs/gst/Makefile.am:
20221           restructure so having local patches works easier.
20222
20223 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20224
20225         * ext/mpeg2enc/Makefile.am:
20226         * ext/mpeg2enc/gstmpeg2enc.cc:
20227         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20228           Bugfix with respect to EOS handling.
20229
20230 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20231
20232         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20233           Link with right caps (else, it segfaults).
20234         * ext/mplex/gstmplexjob.cc:
20235           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20236
20237 2004-01-15  David Schleef  <ds@schleef.org>
20238
20239         * gst-libs/gst/audio/Makefile.am:
20240         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20241         from the template.
20242         * gst-libs/gst/audio/gstaudiofilter.c:
20243         * gst-libs/gst/audio/gstaudiofilter.h:
20244         Add bytes_per_sample and size and n_samples calculation.
20245         * gst-libs/gst/audio/gstaudiofilterexample.c:
20246         Remove, now autogenerated.
20247         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20248         Moved from gstaudiofilterexample, object name changed, code added
20249         so that it actually works.
20250         * gst-libs/gst/audio/make_filter:
20251         Script to build an audiofilter subclass from the template.
20252         * gst/colorspace/Makefile.am:
20253         * gst/colorspace/yuv2yuv.c:
20254         Remove file, since it's GPL, and we don't use it.
20255
20256 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20257
20258         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20260         them use the buffer free function to test how the buffer was allocated.
20261
20262 2004-01-15  David Schleef  <ds@schleef.org>
20263
20264         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20265         that handles osssink fallback.
20266         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20267         (gst_audio_convert_getcaps):
20268         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20269         Add audio/x-qdm2 for QDM2 audio.
20270         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20271         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20272         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20273         Decrease minimum size to 16x16.
20274         * gst/wavparse/gstwavparse.c:
20275         Convert disabled pad template caps to new caps.
20276         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20278         (gst_xvimagesink_chain): Throw element error when display cannot
20279         be opened.  Increase minimum framerate to 1.0.  Check the data
20280         free function on a buffer to make sure it is the type we expect
20281         before manipulating it.
20282
20283 2004-01-15  Julien MOUTTE <julien@moutte.net>
20284
20285         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20286         (gst_videobalance_colorbalance_set_value): Implement passthru if
20287         settings are in the middle.
20288         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20289
20290 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20291
20292         * gst/videofilter/Makefile.am:
20293         * gst/volume/Makefile.am:
20294           Since we use videofilter symbols, link to it.
20295
20296 2004-01-15  Julien MOUTTE <julien@moutte.net>
20297
20298         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20299         mixer interface type to HARDWARE.
20300         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20301         type to SOFTWARE.
20302         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20303         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20304         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20305         (gst_volume_interface_init), (gst_volume_list_tracks),
20306         (gst_volume_set_volume), (gst_volume_get_volume),
20307         (gst_volume_set_mute), (gst_volume_mixer_init),
20308         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20309         (volume_init): Implementing mixer interface.
20310         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20311         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20312         (gst_osselement_change_state): Removing some trailing commas in
20313         structures.
20314         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20315         interface type to HARDWARE.
20316         * sys/v4l/gstv4lcolorbalance.c:
20317         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20318         type to HARDWARE.
20319         * sys/v4l2/gstv4l2colorbalance.c:
20320         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20321         interface type to HARDWARE.
20322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20323         same code than ximagesink for event handling.
20324
20325 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20326
20327         * ext/snapshot/Makefile.am:
20328         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20329         (gst_snapshot_chain):
20330         * ext/snapshot/gstsnapshot.h:
20331           This has to be a joke... Snapshot should be connected to a tee,
20332           colorspace element before it and EOS after that, where the other
20333           src of the tee receives normal data.
20334           The current way is *wrong*.
20335
20336 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20337
20338         * ext/hermes/gsthermescolorspace.c:
20339           Fix another compile error. Same as below.
20340
20341 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20342
20343         * gst/colorspace/gstcolorspace.c:
20344         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20345         (gst_colorspace_i420_to_yv12):
20346           Fix compiling... Didn't test if it actually works.
20347
20348 2004-01-15  David Schleef  <ds@schleef.org>
20349
20350         * configure.ac:
20351         * gst/colorspace/Makefile.am:
20352         * gst/colorspace/gstcolorspace.c:
20353         * gst/colorspace/gstcolorspace.h:
20354         * gst/colorspace/yuv2rgb.c:
20355         * gst/colorspace/yuv2rgb.h:
20356         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20357         code and GPL code.  Fix for new caps negotiation.  Rewrite
20358         much of the format handling code, and some of the conversion
20359         code.  Basically, rewrote almost everything.  This element
20360         handles I420, YV12 to RGB conversions.
20361         * ext/hermes/Makefile.am:
20362         * ext/hermes/gsthermescolorspace.c:
20363         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20364         Remove non-Hermes related code.  This element handles lots of
20365         RGB to RGB conversions, but no YUV.
20366         * ext/hermes/gstcolorspace.c:
20367         * ext/hermes/gstcolorspace.h:
20368         * ext/hermes/rgb2yuv.c:
20369         * ext/hermes/yuv2rgb.c:
20370         * ext/hermes/yuv2rgb.h:
20371         * ext/hermes/yuv2rgb_mmx16.s:
20372         * ext/hermes/yuv2yuv.c:
20373         * ext/hermes/yuv2yuv.h:
20374         Remove old code.
20375
20376 2004-01-14  Colin Walters  <walters@verbum.org>
20377
20378         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20379         they've already been.
20380
20381 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20382
20383         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20384           assume tag mode when pad is not connected
20385
20386 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20387
20388         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20389           Don't update the time of the clock
20390         (gst_alsa_sink_loop):
20391           sync to the clock given to alsasink, not the own clock
20392         * sys/oss/gstosssink.c: (gst_osssink_chain):
20393           sync to the clock
20394         (gst_osssink_change_state):
20395           activate the clock
20396         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20398           remove bogus code that made DISCONT events unhandled
20399         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20400           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20401           #131502)
20402         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20403         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20404         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20405           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20406           2nd warning in bug #131502)
20407
20408 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20409
20410         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20411         (gst_videobalance_colorbalance_set_value),
20412         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20413         for colorbalance interface implementation.
20414         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20415         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20416         (gst_ximagesink_dispose), (gst_ximagesink_init),
20417         (gst_ximagesink_class_init): Adding DISPLAY property.
20418         * sys/ximage/ximagesink.h: Adding display_name to store display.
20419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20420         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20421         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20422         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20423         properties (they still need polishing though for gst-launch use : no
20424         xcontext yet, i ll do that tomorrow).
20425         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20426
20427 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20428
20429         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20430         (gst_play_set_location), (gst_play_set_visualization): Preparing
20431         switch integration, adding videobalance in the pipeline.
20432
20433 2004-01-14  Julien MOUTTE <julien@moutte.net>
20434
20435         * gst-libs/gst/colorbalance/colorbalance.c:
20436         (gst_color_balance_class_init): Adding a default type.
20437         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20438         the type.
20439         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20440         (gst_videobalance_dispose), (gst_videobalance_class_init),
20441         (gst_videobalance_init), (gst_videobalance_interface_supported),
20442         (gst_videobalance_interface_init),
20443         (gst_videobalance_colorbalance_list_channels),
20444         (gst_videobalance_colorbalance_set_value),
20445         (gst_videobalance_colorbalance_get_value),
20446         (gst_videobalance_colorbalance_init): Implementing colorbalance
20447         interface.
20448         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20449         list.
20450         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20451         bug which was triggering a BadAccess X error when setting an overlay
20452         before pad was really negotiated.
20453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20454         Using the colorbalance type macro.
20455
20456 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20457
20458         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20459         (gst_flacenc_chain):
20460           handle tags correctly
20461         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20462           extract ID3v1 tags correctly
20463
20464 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20465
20466         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20467         (plugin_init):
20468           Improve matroska typefinding for odd-typed headers...
20469
20470 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20471
20472         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20473           Fix for using incremental number on padnames.
20474
20475 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20476
20477         * ext/divx/gstdivxdec.c:
20478         * ext/divx/gstdivxenc.c:
20479           Set category to divx4linux instead of divx (too generic).
20480         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20481         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20482         (gst_wavparse_loop), (gst_wavparse_change_state):
20483         * gst/wavparse/gstwavparse.h:
20484           fix parsing of WAV files with non-standard fmt-tag size and fix
20485           skipping of unrecognized chunks... Someone please fix this thing
20486           to use rifflib so all this is automated.
20487         * sys/v4l/Makefile.am:
20488         * sys/v4l2/Makefile.am:
20489           Add X_CFLAGS because we depend on X (for overlay).
20490
20491 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20492
20493         * ext/mpeg2dec/gstmpeg2dec.c:
20494           Don't issue a timestamp unless we tagged the frame
20495           with a PTS.
20496
20497 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20498
20499         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20500           Query the audio element to get the time, not the clock. We're
20501           interested in the element's time here.
20502
20503 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20504
20505         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20506         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20507         * ext/esd/esdsink.c: (gst_esdsink_chain):
20508         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20509         * ext/mas/massink.c: (gst_massink_chain):
20510         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20511         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20512         (gst_matroska_demux_parse_metadata):
20513         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20514         (gst_mpeg_parse_release_locks):
20515         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20516         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20517         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20518         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20519         (gst_osssink_change_state):
20520         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20521         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20522         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20523         (gst_xvideosink_release_locks):
20524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20525           use element time.
20526         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20527         (gst_alsa_clock_stop):
20528         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20529         (gst_audio_clock_get_internal_time):
20530           simplify for use with new clocking code.
20531         * testsuite/alsa/Makefile.am:
20532         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20533           fix testsuite for new caps system
20534
20535 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20536
20537         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20538         * ext/flac/gstflacenc.c: (add_one_tag):
20539           length is already host endian, no need to convert. Fixes playback of
20540           tagged files on PPC. (bug #128384)
20541
20542 2004-01-13  Julien MOUTTE <julien@moutte.net>
20543
20544         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20545         colorbalance interface stating if it is hardware based or software
20546         based.
20547         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20548         Removing a trailing comma.
20549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20550         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20551         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20552         the documentation seems to be wrong on the -1000 to 1000 interval.
20553
20554 2004-01-12  David Schleef  <ds@schleef.org>
20555
20556         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20557         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20558         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20559         Fix negotiation.  Add a bufferalloc function for the sink pad,
20560         and generally clean up some of the code.
20561
20562 2004-01-12  Julien MOUTTE <julien@moutte.net>
20563
20564         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20565         (gst_color_balance_channel_dispose): Adding safety check in dispose
20566         method.
20567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20568         (gst_xvimagesink_xcontext_clear),
20569         (gst_xvimagesink_interface_supported),
20570         (gst_xvimagesink_colorbalance_list_channels),
20571         (gst_xvimagesink_colorbalance_set_value),
20572         (gst_xvimagesink_colorbalance_get_value),
20573         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20574         Adding colorbalance interface support to set XV parameters such as
20575         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20576         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20577         interface.
20578
20579 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20580
20581         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20582         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20583         (gst_audio_convert_init), (gst_audio_convert_set_property),
20584         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20585         (gst_audio_convert_link),
20586         (gst_audio_convert_buffer_to_default_format),
20587         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20588           - implement _getcaps and use it
20589           - improve linking
20590           - remove float caps since no float conversion is actually done
20591           - remove properties and arguments that were to be used for rate
20592             conversion
20593
20594 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20595
20596         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20597         (gst_audio_structure_set_int):
20598         * gst-libs/gst/audio/audio.h:
20599           add helper functions for _getcaps matching the standard audio
20600           templates
20601
20602 2004-01-12  David Schleef  <ds@schleef.org>
20603
20604         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20605         Test that pad is negotiated before getting its caps.
20606
20607 2004-01-12  Julien MOUTTE <julien@moutte.net>
20608
20609         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20610         analyzing the pads of an element the bin is mostly in READY state so
20611         no caps were negotiated. This helper function needs to work with
20612         _get_caps directly then. I was not freeing them though, added that to
20613         fix the mem leak.
20614
20615 2004-01-12  Julien MOUTTE <julien@moutte.net>
20616
20617         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20619         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20620         than the free_func.
20621
20622 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20623
20624         * sys/oss/gstossaudio.c: (plugin_init):
20625         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20626         * sys/oss/gstosselement.h:
20627           make an oss debugging category
20628           make failure more descriptive
20629
20630 2004-01-11  David Schleef  <ds@schleef.org>
20631
20632         * ext/ffmpeg/gstffmpeg.c:
20633         * ext/ffmpeg/gstffmpegcodecmap.c:
20634         * ext/ffmpeg/gstffmpegdec.c:
20635         * ext/ffmpeg/gstffmpegenc.c:
20636         * ext/ffmpeg/gstffmpegprotocol.c:
20637         * ext/gdk_pixbuf/gstgdkanimation.c:
20638         * ext/jpeg/gstjpeg.c:
20639         * ext/libpng/gstpng.c:
20640         * ext/mpeg2dec/perftest.c:
20641         * ext/speex/gstspeex.c:
20642         * gst-libs/gst/resample/dtos.c:
20643         * gst/intfloat/gstintfloatconvert.c:
20644         * gst/oneton/gstoneton.c:
20645         * gst/rtjpeg/RTjpeg.c:
20646         * gst/rtp/gstrtp.c:
20647         * sys/dxr3/dxr3init.c:
20648         * sys/glsink/gstgl_nvimage.c:
20649         * sys/glsink/gstgl_pdrimage.c:
20650         * sys/glsink/gstglsink.c:
20651         * testsuite/gst-lint:
20652         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20653
20654 2004-01-11  David Schleef  <ds@schleef.org>
20655
20656         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20657         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20658         * ext/gdk_pixbuf/gstgdkanimation.c:
20659         (gst_gdk_animation_iter_create_pixbuf):
20660         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20661         (gst_gdk_pixbuf_chain):
20662         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20663         * ext/jack/gstjack.c: (gst_jack_change_state):
20664         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20665         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20666         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20667         * gst/videofilter/gstvideofilter.c:
20668         (gst_videofilter_set_output_size):
20669         Remove all usage of gst_pad_get_caps(), and replace it with
20670         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20671
20672 2004-01-11  David Schleef  <ds@schleef.org>
20673
20674         * configure.ac:
20675         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20676         * ext/divx/gstdivxdec.c:
20677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20678         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20679         handle images that span multiple buffers.  Now work with both
20680         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20681         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20682         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20683         video/video.h changes
20684         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20685         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20686         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20687         of GstData free function.
20688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20689         same.
20690
20691 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20692
20693         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20694         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20695         (gst_v4l2element_get_property):
20696         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20697           add norm, channel and frequency properties.
20698         * sys/v4l2/gstv4l2tuner.c:
20699           fixes for tuner interface changes
20700         * sys/v4l2/gstv4l2element.h:
20701         * sys/v4l2/gstv4l2src.c:
20702         * sys/v4l2/gstv4l2src.h:
20703         * sys/v4l2/v4l2src_calls.c:
20704         * sys/v4l2/v4l2src_calls.h:
20705           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20706
20707 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20708
20709         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20710         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20711         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20712         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20713         * gst-libs/gst/tuner/tuner.h:
20714           GObjects aren't const.
20715           Add find_by_name functions.
20716           Add checks to _changed functions.
20717         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20718         (gst_v4l_tuner_get_norm):
20719           Fixes for above.
20720
20721 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20722
20723         * gst-libs/gst/video/video.h:
20724           Fix caps template names to be understandable.
20725           Prefix everything with GST_VIDEO.
20726         * ext/aalib/gstaasink.c:
20727         * ext/divx/gstdivxdec.c:
20728         * ext/divx/gstdivxenc.c:
20729         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20730         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20731         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20732         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20733         * ext/libcaca/gstcacasink.c:
20734         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20735         * ext/snapshot/gstsnapshot.c:
20736         * ext/swfdec/gstswfdec.c:
20737         * ext/xvid/gstxviddec.c:
20738         * ext/xvid/gstxvidenc.c:
20739         * gst/chart/gstchart.c:
20740         * gst/deinterlace/gstdeinterlace.c:
20741         * gst/effectv/gsteffectv.c:
20742         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20743         * gst/goom/gstgoom.c:
20744         * gst/median/gstmedian.c:
20745         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20746         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20747         * gst/overlay/gstoverlay.c:
20748         * gst/smooth/gstsmooth.c:
20749         * gst/smpte/gstsmpte.c:
20750         * gst/synaesthesia/gstsynaesthesia.c:
20751         * gst/videocrop/gstvideocrop.c:
20752         * gst/videodrop/gstvideodrop.c:
20753         * gst/y4m/gsty4mencode.c:
20754         * sys/qcam/gstqcamsrc.c:
20755         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20756           Make them work with new video.h file.
20757         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20758         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20760         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20761           Make it work with new buffer allocation system.
20762
20763 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20764
20765         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20766         pad_alloc_buffer implementation to use ->srcpad
20767         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20768         pad_alloc_buffer implementation to use ->srcpad
20769         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20770         pad_alloc_buffer implementation to use ->srcpad
20771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20772         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20773         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20774         a reference to everything we need.
20775         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20777         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20778         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20779         a reference to everything we need.
20780         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20781
20782 2004-01-11  David Schleef  <ds@schleef.org>
20783
20784         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20785         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20786         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20787         structure members.
20788         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20789         value during a resize/renegotiation.
20790         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20791         gst_pad_alloc_buffer();
20792         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20793         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20794         structure members.
20795         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20796         Fix for rename of buffer private structure members.
20797         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20798         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20799         Fix for rename of buffer private structure members.
20800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20801         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20802         Fix for rename of buffer private structure members.
20803
20804 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20805
20806         reviewed by: David Schleef <ds@schleef.org>
20807
20808         * gst/videofilter/Makefile.am:
20809         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20810         from the patch by ds to fit in with recent make_filter changes.
20811
20812 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20813
20814         * configure.ac: Adding examples/switch/Makefile
20815         * examples/Makefile.am: Adding examples/switch
20816         * examples/switch/Makefile.am: Adding switcher example.
20817         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20818         (switch_timer), (main): Adding an example demonstrating switch usage
20819         with 2 videotestsrc showing different patterns.
20820         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20821         (gst_switch_init): Fixing switch with the new caps system.
20822
20823 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20824
20825         * gst-libs/gst/video/video.h:
20826           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20827           They should probably be like
20828           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20829
20830 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20831
20832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20833         (qtdemux_parse_trak):
20834           fix audio chunk size/timestamp calculation
20835
20836 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20837
20838         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20839           fix SVQ3 caps
20840
20841 2004-01-11  Steve Baker  <steve@stevebaker.org>
20842
20843         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20844         (gst_agingtv_base_init), (gst_agingtv_class_init),
20845         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20846         (gst_agingtv_set_property), (gst_agingtv_get_property):
20847         Port agingTV to videofilter
20848
20849 2004-01-09  Julien MOUTTE <julien@moutte.net>
20850
20851         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20852         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20853
20854 2004-01-09  Julien MOUTTE <julien@moutte.net>
20855
20856         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20857         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20858         * gst-libs/gst/xoverlay/xoverlay.c:
20859         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20860         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20861         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20862         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20863         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20864         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20865         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20866         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20867         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20868         interface implementation to handle xid being 0 and fix some bugs
20869         triggered by Benjamin's testcase.
20870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20871         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20872         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20873         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20874         interface implementation to handle xid being 0 and fix some bugs
20875         triggered by Benjamin's testcase.
20876
20877 2004-01-09  David Schleef  <ds@schleef.org>
20878
20879         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20880         mouse pointer events.  It works.
20881
20882 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20883
20884         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20885           Use explicit caps - fix capsnego.
20886         * ext/xvid/gstxviddec.c:
20887         * ext/xvid/gstxvidenc.c:
20888           Remove macro-inside-macro which caused compile errors.
20889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20890           Error out if it's not a RIFF file. Else we error out without
20891           gst_element_error() which is not good...
20892
20893 2004-01-08  David Schleef  <ds@schleef.org>
20894
20895         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20896         Fix pad_link function to handle formats that ffmpeg returns
20897         as multiple caps structures.
20898         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20899         Only complain if source buffer is _smaller_ than expected.
20900         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20901         (gst_videoscale_handle_src_event): Resize navigation events
20902         when passing them upstream.
20903         * gst/videotestsrc/gstvideotestsrc.c:
20904         * gst/videotestsrc/gstvideotestsrc.h:
20905         * gst/videotestsrc/videotestsrc.c:
20906         * gst/videotestsrc/videotestsrc.h:
20907         Rewrite many of the buffer painting functions to handle odd
20908         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20909         been verified to work with my video card.
20910         * testsuite/gst-lint:  Add check for elements calling
20911         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20912
20913 2004-01-08  David Schleef  <ds@schleef.org>
20914
20915         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20916         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20917
20918 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20919
20920         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20921         configure event is not emiting the desired size signal. That fixes
20922         aspect ratio issues with gst-player.
20923
20924 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20925
20926         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20927           Fix capsnego.
20928
20929 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20930
20931         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20932         public method to fire size signal.
20933
20934 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20935
20936         * examples/gstplay/Makefile.am: Adding the interface library.
20937         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20938         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20939         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20940         GST_IS_X_OVERLAY before signal connect.
20941         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20942         Removing the have_video_size signal.
20943         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20944         and associated public method.
20945         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20946         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20947         signal.
20948         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20949         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20950         signal.
20951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20952         Using XOverlay public method to fire size signal.
20953
20954 2004-01-07  David Schleef  <ds@schleef.org>
20955
20956         * gst/videofilter/Makefile.am:
20957         * gst/videofilter/gstvideotemplate.c:
20958         * gst/videofilter/make_filter:
20959         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20960         Convert make_filter to /bin/sh script.
20961
20962 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20963
20964         * gst/modplug/gstmodplug.cc: fix element description
20965
20966 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20967
20968         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20969         (got_video_size): Adding some new lines in g_print calls.
20970         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20971         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20972         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20973         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20974         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20975         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20976         Complete code review, reverting some stuff i disagree with, adding
20977         some fixes : time synchronization on invalid timestamps, renegotiation
20978         of private window.
20979         * sys/ximage/ximagesink.h:
20980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20981         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20982         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20983         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20984         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20985         (gst_xvimagesink_buffer_new),
20986         (gst_xvimagesink_navigation_send_event),
20987         (gst_xvimagesink_set_xwindow_id),
20988         (gst_xvimagesink_get_desired_size),
20989         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20990         stuff i disagree with, adding some fixes : Renegotiation of private
20991         window, implementing get_desired_size.
20992
20993 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20994
20995         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20996         (gst_afsink_handle_event):
20997         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20998         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20999         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
21000         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
21001         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
21002           Fix for instantiate-test (see core). Also remove dead code from
21003           jpegenc (which still needs fixing, but that's lower on my TODO
21004           list...).
21005         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
21006           Never return NULL as caps.
21007
21008 2004-01-07  David Schleef  <ds@schleef.org>
21009
21010         * configure.ac:
21011         * ext/Makefile.am:
21012         * ext/librfb/Makefile.am:
21013         * ext/librfb/gstrfbsrc.c:
21014         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
21015         is the protocol used by VNC.
21016
21017 2004-01-07  David Schleef  <ds@schleef.org>
21018
21019         * gst/videofilter/gstvideotemplate.c:
21020         * gst/videofilter/gstvideotemplate.h:
21021         * gst/videofilter/make_filter:
21022         Merge videotemplate header into source file.
21023         * gst/effectv/Makefile.am:
21024         * gst/effectv/gsteffectv.c: (plugin_init):
21025         * gst/effectv/gstwarp.c:
21026         Make warpTV a subclass of videofilter.
21027
21028 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21029
21030         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21031           Add guard against invalid utf-8 conversions in mad. Just in case.
21032
21033 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21034
21035         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21036           Fix for bug shown by poisoning
21037
21038 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21039
21040         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
21041         (gst_v4lmjpegsrc_buffer_free):
21042         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
21043         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
21044         (gst_v4lsrc_buffer_free):
21045           Fix for removed bufferpools.
21046
21047 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21048
21049         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
21050         Fix caps negotiation.
21051
21052         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
21053         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
21054         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
21055         (dvdnavsrc_event):
21056         * ext/mpeg2dec/gstmpeg2dec.c:
21057         * gst-libs/gst/navigation/navigation.c:
21058         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
21059         * gst-libs/gst/navigation/navigation.h:
21060         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
21061         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
21062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
21063         Super-simple first version of mouse and keyboard events. Clicking
21064         on a DVD menu now works, although it may not take you where you
21065         expected.
21066
21067         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21068         * gst/videotestsrc/gstvideotestsrc.c:
21069         (gst_videotestsrc_src_fixate):
21070         These fixate functions were broken - they never actually
21071         fixated :)
21072
21073 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21074
21075         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
21076         (gst_icecastsend_init):
21077           fix for new caps system.
21078         * gst-libs/gst/mixer/mixertrack.h:
21079         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
21080           Add 'master track' flag (for tools like ACME that only want to
21081           change the main volume).
21082
21083 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21084
21085         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21086         (gst_xvid_csp_to_caps):
21087         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21088         * ext/xvid/gstxvidenc.c:
21089         ifdef out ARGB type when it isn't available
21090         in xvidcore 1.0.0beta2
21091
21092 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21093
21094         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21095           When we have received a new SCR right in the first buffer after
21096           a seek (so in the same cycle that handles the discont), we should
21097           handle the buffer instead of unreffing it, else we lose data.
21098
21099 2004-01-06  Iain <iain@prettypeople.org>
21100
21101         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21102           buffer-frames caps too.
21103
21104         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21105           caps that we need, don't destroy them all and rebuild them. And when
21106           creating src pads, use the src pad template rather than the sink...
21107
21108 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21109
21110         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21111           Add pad to element *after* setting functions such as event handler.
21112           Without this, the scheduler (opt) will link pads, set the event
21113           handler from the default event function (dispatcher in gstpad.c)
21114           and *after* that, we will set our own event function, which will
21115           thus never be used (and thus mpegdemux doesn't handle events).
21116
21117 2004-01-04  David Schleef  <ds@schleef.org>
21118
21119         Fix the fixate functions to handle new prototype:
21120         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21121         * gst/videotestsrc/gstvideotestsrc.c:
21122         (gst_videotestsrc_src_fixate):
21123         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21124         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21126
21127 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21128
21129         * sys/ximage/ximagesink.h:
21130         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21131         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21132         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21133         (gst_ximagesink_xoverlay_init):
21134           assorted fixes to make (re)embedding work
21135         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21136         (gst_ximagesink_get_desired_size):
21137           implement desired size additions to XOverlay
21138
21139 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21140
21141         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21142         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21143         (gst_x_overlay_got_desired_size):
21144         * gst-libs/gst/xoverlay/xoverlay.h:
21145           Add optional "desired size" signal and querying.
21146
21147 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21148
21149         * gst/matroska/matroska-demux.c:
21150         (gst_matroska_demux_parse_blockgroup):
21151           Fix EBML-laced block parsing. Diffs are relative to previous
21152           lace, not the first lace. Thanks to Mosu from the Matroska
21153           team for detecting this.
21154         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21155         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21156         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21157         (gst_wavparse_change_state):
21158         * gst/wavparse/gstwavparse.h:
21159           Quickfix for capsnego.
21160
21161 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21162
21163         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21164           Fix indenting, fix pad creation.
21165
21166 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21167
21168         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21169         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21170         (gst_xviddec_sink_link):
21171           Implement src_getcaps() so proper size caps is negotiated.
21172
21173 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21174
21175         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21176           Finish flac decoder on EOS. See #116178.
21177
21178 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21181         (gst_matroska_demux_add_stream):
21182         * gst/matroska/matroska-ids.h:
21183           Add getcaps() function to fix capsnego...
21184
21185 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21186
21187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21188         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21189         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21190           Fix more integer overflows. Again, see #126967.
21191
21192 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21193
21194         * ext/mpeg2dec/gstmpeg2dec.c:
21195           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21196           #130416.
21197
21198 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21199
21200         * configure.ac:
21201         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21202         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21203         * ext/xvid/gstxvid.h:
21204         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21205         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21206         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21207         (gst_xviddec_change_state):
21208         * ext/xvid/gstxviddec.h:
21209         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21210         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21211         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21212         (gst_xvidenc_link), (gst_xvidenc_set_property),
21213         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21214         * ext/xvid/gstxvidenc.h:
21215           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21216
21217 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * gst/rtp/rtp-packet.c:
21220           Add sys/types.h include, since OS X doesn't define in_addr_t
21221           in netinet/in.h, like it does on Linux (see #129600).
21222
21223 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21224
21225         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21226
21227         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21228           Correct logic of dispose function (see #129306).
21229
21230 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21231
21232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21233         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21234         (gst_mpeg_parse_init):
21235         * gst/mpegstream/gstmpegparse.h:
21236           Remove clock (which was never provided, i.e. dead code), and
21237           also fix integer overflows at high PTS values (see #126967).
21238
21239 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21240
21241         * ext/flac/gstflacdec.c:
21242         * ext/libpng/gstpngenc.h:
21243         * ext/mikmod/gstmikmod.h:
21244           OS X fixes (see #126628).
21245
21246 2004-01-02  David Schleef  <ds@schleef.org>
21247
21248         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21249         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21250         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21251         (gst_mpeg_parse_class_init): Move pad template registration
21252         to class_init, since the derived class (mpegdemux) doesn't
21253         want them.
21254
21255 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21256
21257         * sys/ximage/Makefile.am:
21258         * sys/xvideo/Makefile.am:
21259         * sys/xvimage/Makefile.am:
21260           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21261           after installation (see #127664).
21262
21263 2004-01-02  David Schleef  <ds@schleef.org>
21264
21265         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21266         (gst_ffmpegenc_connect):  Negotiation fixes.
21267         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21268         Remove inappropriate gst_caps_free().
21269         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21270         Reenable Ronald's internal resize code, since the core handles
21271         it correctly now.
21272
21273 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21274
21275         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21277         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21278           Fix pad template stuff.
21279
21280 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21281
21282         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21283         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21284           fix signed integer reading/writing.
21285
21286 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21287
21288         * ext/alsa/README:
21289           Remove outdated document
21290
21291 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21292
21293         * gst/cutter/gstcutter.c: (gst_cutter_init):
21294           src pad was being created twice - oops.
21295
21296 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21297
21298         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21299           Comment out internal resize. It doesn't handle the resulting
21300           XEvent internally, does another try_set_caps() which leads to
21301           a really nice loop.
21302           Real fix will come when Julien and Dave are awake. ;).
21303
21304 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21305
21306         * ext/mpeg2enc/gstmpeg2enc.cc:
21307           fix const/nonconst compile issue.
21308
21309 2004-01-02  David Schleef  <ds@schleef.org>
21310
21311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21312         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21313         Add fixate function and a check for bad formats.
21314
21315 2004-01-01  David Schleef  <ds@schleef.org>
21316
21317         Negotiation fixes:
21318         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21319         (gst_audiofilter_init):
21320         * gst/debug/efence.c: (gst_efence_init):
21321         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21322         (gst_deinterlace_init):
21323         * gst/volume/gstvolume.c: (volume_connect):
21324
21325 2004-01-01  David Schleef  <ds@schleef.org>
21326
21327         Convert elements to use gst_pad_use_explicit_caps() where
21328         appropriate:
21329         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21330         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21331         (gst_afparse_open_file):
21332         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21333         (gst_afsrc_open_file):
21334         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21335         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21336         (gst_ffmpegdec_chain):
21337         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21338         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21340         (gst_gdk_pixbuf_chain):
21341         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21342         (gst_jpegdec_chain):
21343         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21344         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21345         (gst_mikmod_negotiate):
21346         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21347         (gst_mpeg2dec_negotiate_format):
21348         * ext/mpeg2enc/gstmpeg2enc.cc:
21349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21350         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21351         (gst_speexdec_sinkconnect):
21352         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21353         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21354         (gst_vorbisfile_new_link):
21355         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21356         (gst_ac3parse_chain):
21357         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21358         (gst_asf_demux_setup_pad):
21359         * gst/auparse/gstauparse.c: (gst_auparse_init),
21360         (gst_auparse_chain):
21361         * gst/id3/gstid3types.c: (gst_id3types_loop):
21362         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21363         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21364         (mp1videoparse_parse_seq):
21365         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21366         (bpf_from_header):
21367         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21368         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21369         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21370         (gst_mpeg_parse_send_data):
21371         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21372         (gst_qtdemux_add_stream):
21373         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21374         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21375         (gst_wavparse_parse_fmt):
21376
21377 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21378
21379         * configure.ac:
21380           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21381           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21382           it therefore uses the wrong include paths. Too bad... Note
21383           that 1.6.1.93 is not release yet. ;).
21384           Also add a check for mplex, which is now using the lib'ified
21385           mplex from mjpegtools, too.
21386         * ext/ffmpeg/gstffmpegcodecmap.c:
21387           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21388           issues. I don't think ffmpeg handles 3ivx correctly, so this
21389           probably won't work. But it won't hurt either.
21390         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21391         (gst_ffmpegdec_chain):
21392         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21393         (gst_ffmpegenc_chain_audio):
21394           Fix memleak in audio encoding. Close codec if open fails, this
21395           calls the cleanup routines so we can re-use the context.
21396         * ext/mpeg2enc/gstmpeg2enc.cc:
21397           Fix pad template names/types, fix memory issue with getcaps().
21398         * ext/mpeg2enc/gstmpeg2encoder.cc:
21399         * ext/mpeg2enc/gstmpeg2encoder.hh:
21400           Fix compile issue with new caps system (const thingy).
21401         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21402         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21403           We read a first frame right on initing, so that we have a caps
21404           when we init the output. This caps is cached in padprivate and
21405           read as first frame.
21406         * ext/mplex/Makefile.am:
21407         * ext/mplex/gstmplex.cc:
21408         * ext/mplex/gstmplex.h:
21409         * ext/mplex/gstmplex.hh:
21410         * ext/mplex/gstmplexibitstream.cc:
21411         * ext/mplex/gstmplexibitstream.hh:
21412         * ext/mplex/gstmplexjob.cc:
21413         * ext/mplex/gstmplexjob.hh:
21414         * ext/mplex/gstmplexoutputstream.cc:
21415         * ext/mplex/gstmplexoutputstream.hh:
21416           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21417           had issues, didn't do capsnego, supported only a subset of the
21418           mplex features and required a mplex fork in our local CVS. Plus
21419           that it worked agaist a very old mplex version. Rewriting was
21420           faster than updating it.
21421         * gst-libs/ext/Makefile.am:
21422         * gst-libs/ext/mplex/INSTRUCT:
21423         * gst-libs/ext/mplex/Makefile.am:
21424         * gst-libs/ext/mplex/README:
21425         * gst-libs/ext/mplex/TODO:
21426         * gst-libs/ext/mplex/ac3strm_in.cc:
21427         * gst-libs/ext/mplex/audiostrm.hh:
21428         * gst-libs/ext/mplex/audiostrm_out.cc:
21429         * gst-libs/ext/mplex/aunit.hh:
21430         * gst-libs/ext/mplex/bits.cc:
21431         * gst-libs/ext/mplex/bits.hh:
21432         * gst-libs/ext/mplex/buffer.cc:
21433         * gst-libs/ext/mplex/buffer.hh:
21434         * gst-libs/ext/mplex/fastintfns.h:
21435         * gst-libs/ext/mplex/format_codes.h:
21436         * gst-libs/ext/mplex/inputstrm.cc:
21437         * gst-libs/ext/mplex/inputstrm.hh:
21438         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21439         * gst-libs/ext/mplex/mjpeg_logging.cc:
21440         * gst-libs/ext/mplex/mjpeg_logging.h:
21441         * gst-libs/ext/mplex/mjpeg_types.h:
21442         * gst-libs/ext/mplex/mpastrm_in.cc:
21443         * gst-libs/ext/mplex/mpegconsts.cc:
21444         * gst-libs/ext/mplex/mpegconsts.h:
21445         * gst-libs/ext/mplex/mplexconsts.hh:
21446         * gst-libs/ext/mplex/multplex.cc:
21447         * gst-libs/ext/mplex/outputstream.hh:
21448         * gst-libs/ext/mplex/padstrm.cc:
21449         * gst-libs/ext/mplex/padstrm.hh:
21450         * gst-libs/ext/mplex/stillsstream.cc:
21451         * gst-libs/ext/mplex/stillsstream.hh:
21452         * gst-libs/ext/mplex/systems.cc:
21453         * gst-libs/ext/mplex/systems.hh:
21454         * gst-libs/ext/mplex/vector.cc:
21455         * gst-libs/ext/mplex/vector.hh:
21456         * gst-libs/ext/mplex/videostrm.hh:
21457         * gst-libs/ext/mplex/videostrm_in.cc:
21458         * gst-libs/ext/mplex/videostrm_out.cc:
21459         * gst-libs/ext/mplex/yuv4mpeg.cc:
21460         * gst-libs/ext/mplex/yuv4mpeg.h:
21461         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21462         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21463           We don't fork mjpegtools' mplex in our CVS anymore.
21464         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21465         (gst_avi_demux_add_stream):
21466         * gst/avi/gstavidemux.h:
21467           Add getcaps() function for proper caps nego. This makes some
21468           parts of AVI playback/reading work.
21469         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21470           Resize window on new capsnego. This is probably wrong, but
21471           I'm still committing it because with current capsnego, the
21472           first successfull capsnego is auto-fixated, therefore rounded
21473           down to the lowest values in the caps. this results in a 16x16
21474           XWindow that is not reized when real capsnego finishes.
21475           Dave, I see more cases of this, do you know a proper solution?
21476         * tools/gst-launch-ext.in:
21477           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21478
21479 2003-12-31  David Schleef  <ds@schleef.org>
21480
21481         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21482         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21483           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21484
21485 2003-12-30  David Schleef  <ds@schleef.org>
21486
21487         * ext/ffmpeg/gstffmpegcolorspace.c:
21488         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21489         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21490         (gst_ffmpegcsp_chain): Negotiation fixes
21491         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21493         (gst_audio_convert_link), (gst_audio_convert_channels):
21494         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21495         (gst_audioscale_link), (gst_audioscale_get_buffer),
21496         (gst_audioscale_chain): Negotiation fixes
21497         * gst/audioscale/gstaudioscale.h:
21498         * gst/videofilter/gstvideofilter.c:
21499         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21500         (gst_videofilter_link), (gst_videofilter_init),
21501         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21502         (gst_videofilter_find_format_by_structure):
21503         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21505         (gst_videoscale_link):
21506         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21507         (videoscale_find_by_structure), (gst_videoscale_setup):
21508         * gst/videoscale/videoscale.h: Negotiation fixes
21509         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21510         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21511         function, restrict resizing to a multiple of 4 (hack until
21512         everyone supports odd sizes correctly).
21513
21514 2003-12-29  Colin Walters  <walters@verbum.org>
21515
21516         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21517         signed.
21518
21519 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21520
21521         * ext/sndfile/gstsf.c: (gst_sf_loop):
21522           Fix warning about discarding const qualifier
21523
21524 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21525
21526         * gst/cutter/gstcutter.c:
21527         * gst/videoscale/gstvideoscale.c:
21528         * gst/volenv/gstvolenv.c:
21529         * gst-libs/gst/audio/audio.c:
21530         * gst-libs/gst/video/video.c:
21531           Fix warnings
21532
21533 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21534
21535         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21536           Don't send ALSA debugging to stderr.
21537         * ext/alsa/gstalsa.h:
21538           Use GST_WARNING instead of g_warning when ALSA functions fail.
21539
21540 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21541
21542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21543           Free XVAdapterInfo correctly.
21544
21545 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21546
21547         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21548         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21549           Make id3tag use correct caps nego.
21550
21551 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21552
21553         * ext/ivorbis/vorbis.c:
21554         * ext/ivorbis/vorbisenc.h:
21555         * ext/ivorbis/vorbisfile.c:
21556           Modify so that it uses the new caps things
21557
21558 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21559
21560         * testsuite/spider/spider1.c: (main):
21561         * testsuite/spider/spider2.c: (main):
21562         * testsuite/spider/spider3.c: (main):
21563           Make tests compile again. They probably don't work.
21564
21565 2003-12-24  Colin Walters  <walters@verbum.org>
21566
21567         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21568         we can't fixate the caps anymore.
21569
21570 2003-12-23  David Schleef  <ds@schleef.org>
21571
21572         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21573         * sys/oss/gstosssink.c: (gst_osssink_init),
21574         (gst_osssink_sink_fixate): Add fixate function.
21575
21576 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21577
21578         * ext/ffmpeg/gstffmpegcodecmap.c:
21579         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21580         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21581         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21582         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21583         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21584         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21585         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21586           fix typo in RGB masks, and move back to "old" colorspace
21587           capsnego code until whoever wrote this new crap has actually
21588           tested it so that it works.
21589           And yes, this works, keep it that way please.
21590
21591 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21592
21593         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21594         (gst_divxdec_init), (gst_divxdec_negotiate):
21595         * ext/divx/gstdivxdec.h:
21596         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21597         (gst_divxenc_init):
21598         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21599         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21600         * ext/mpeg2enc/gstmpeg2enc.cc:
21601         * ext/mpeg2enc/gstmpeg2encoder.cc:
21602         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21603         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21604         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21605         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21606         (dxr3spusink_init):
21607         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21608         (dxr3videosink_init):
21609           Fix caps breakage after Dave's caps branch merge.
21610
21611 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21612
21613         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21614           Fix for 24bpp display.
21615
21616 2003-12-23  Colin Walters  <walters@verbum.org>
21617
21618         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21619         a GnomeVFSHandle directly.
21620
21621 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21622
21623         * gst/volume/Makefile.am:
21624         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21625         (volume_base_init), (volume_init):
21626           Reenable volume element and fix to work with new caps stuff.
21627           Rhythmbox needs this.
21628
21629 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21630
21631         * gst/qtdemux/qtdemux.c: (plugin_init):
21632           qtdemux requires bytestream
21633
21634 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21635
21636         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21637           Fix remaining caps handling errors due to CAPS merge.
21638
21639 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21640
21641         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21642         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21643         (gst_faad_srcconnect):
21644           Port to new caps system.
21645
21646 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21647
21648         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21649         (got_video_size), (main): using g_print instead of g_message.
21650         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21651         signal which was not emitted because of "switch" element added to the
21652         bin but not connected. (Removing from the bin temporarily)
21653
21654 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21655
21656         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21657         find X development files. I don't understand the previous tests and
21658         they fail on my debian/ppc unstable. This one works.
21659         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21660         exiting.
21661         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21662         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21663         (gst_play_set_visualization): Add some safety checks in set_ methods
21664         and state_change. This was throwing some ugly CRITICAL messages when
21665         pipeline was getting disposed and casts were failing.
21666
21667 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21668
21669         * configure.ac:
21670           Improve mpeg2enc detection. This is for distributions that do
21671           ship mjpegtools, but without mpeg2enc. Also does object check
21672           for might there ever be ABI incompatibility.
21673         * ext/mpeg2enc/gstmpeg2enc.cc:
21674           Add Andrew as second maintainer (he's helping me), and also add
21675           an error if no caps was set. This happens if I pull before capsnego
21676           and that's something I should solve sometime else.
21677         * gst/matroska/matroska-demux.c:
21678         (gst_matroska_demux_parse_blockgroup):
21679           Fix time parsing.
21680         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21681         (gst_matroska_mux_track_header):
21682           Add caps to templates.
21683         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21684           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21685         * gst/mpegstream/gstmpegdemux.c:
21686           Remove layer since it causes warnings about unfixed caps.
21687         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21688           Fix obvious typo (we error out if caps were set, we should of
21689           course error out if *no* caps were set).
21690         * sys/oss/gstosselement.c: (gst_osselement_convert):
21691           Fix format conversion, we confused bits/bytes.
21692         * sys/oss/gstosselement.h:
21693           Improve documentation for 'bps'.
21694         * sys/v4l/TODO:
21695           Remove stuff about plugins that need removing - this was done
21696           ages ago.
21697         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21698         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21699         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21700         (gst_v4lsrc_src_query):
21701         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21702         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21703           Add get_query_types(), get_formats() and query() functions.
21704
21705 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21708         * moved CVS to freedesktop.org