folded audiofilter into the audio library
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst-libs/gst/audio/Makefile.am:
4           folded audiofilter into the audio library
5
6 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7
8         * gst/videoscale/gstvideoscale.h:
9         * gst/videoscale/gstvideoscale.c:
10           remove unimplemented scale methods
11
12 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
13
14         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
15           Don't leak caps.
16
17 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18
19         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
20         (gst_ximagesink_setcaps):
21         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
22         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
23         happens (only visible on ximagesink but bug is in xv too) set_caps was
24         destroying the internal x[v]image used to memcpy non locally alloced
25         buffers so that it got renewed on next _chain. The issue is that 
26         _expose will try to put that image as it reffed it in _put.
27         Using gst_buffer_unref instead of destroy fixes it !
28
29 2005-11-28  Edward Hervey  <edward@fluendo.com>
30
31         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
32         (try_to_link_1), (queue_filled_cb):
33         Better use of the queues. Start with a small size queue and only increase
34         the size of the queues when the other queues are empty.
35
36 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
37
38         * gst-libs/gst/video/Makefile.am:
39           compile in copied-over videofilter into the video library
40         * gst-libs/gst/video/videosink.h:
41           rename the header to gstvideosink.h since it's a base GstObject class
42         * sys/ximage/ximagesink.h:
43         * sys/xvimage/xvimagesink.h:
44           use the new header
45
46 2005-11-28  Wim Taymans  <wim@fluendo.com>
47
48         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
49         * gst/playback/gstplaybasebin.h:
50         Prepare to handle errors betters.
51
52         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
53         Set sinks to PAUSED first before adding and linking them so that
54         we don't interrupt dataflow.
55
56 2005-11-28  Wim Taymans  <wim@fluendo.com>
57
58         * gst-libs/gst/audio/TODO:
59         Updated TODO
60
61         * gst-libs/gst/audio/gstaudiosink.c:
62         (gst_audioringbuffer_open_device),
63         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
64         (gst_audioringbuffer_release):
65         Small cleanups.
66
67         * gst-libs/gst/audio/gstbaseaudiosink.c:
68         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
69         (gst_base_audio_sink_change_state):
70         Slave to the master clock when going to PLAYING and unslave when
71         going to PAUSED.
72
73         * gst-libs/gst/audio/gstringbuffer.c:
74         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
75         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
76         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
77         (gst_ring_buffer_clear_all), (wait_segment),
78         (gst_ring_buffer_commit), (gst_ring_buffer_read),
79         (gst_ring_buffer_advance):
80         * gst-libs/gst/audio/gstringbuffer.h:
81         Add some docs and cleanups.
82
83 2005-11-28  Julien MOUTTE  <julien@moutte.net>
84
85         * sys/xvimage/xvimagesink.c:
86         (gst_xvimagesink_navigation_send_event): Fix navigation events
87         coordinates translation with pixel aspect ratios.
88
89 2005-11-28  Julien MOUTTE  <julien@moutte.net>
90
91         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
92         Use calculated video geometry from _setcaps instead of buffer
93         caps to respect pixel aspect ratio. (fixes #322388)
94
95 2005-11-28  Julien MOUTTE  <julien@moutte.net>
96
97         * docs/libs/tmpl/gstcolorbalance.sgml:
98         * docs/libs/tmpl/gstmixer.sgml:
99         * docs/libs/tmpl/gstxoverlay.sgml:
100         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
101         interface.
102
103 2005-11-28  Julien MOUTTE  <julien@moutte.net>
104
105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
106         Refuse to create an XvImage if we can't find the format.
107
108 2005-11-28  Edward Hervey  <edward@fluendo.com>
109
110         * gst-libs/gst/riff/riff-media.c:
111         (gst_riff_create_audio_template_caps):
112         Add ATRAC3 to the list of riff-possible audio caps.
113         I know we still don't have a plugin for atrac3, but it's saner to output
114         that than a cryptic mimetype.
115
116 2005-11-27  Edward Hervey  <edward@fluendo.com>
117
118         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
119         Don't try to create a zero-sized subbuffer.
120
121 2005-11-27  Julien MOUTTE  <julien@moutte.net>
122
123         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
124         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
125         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
126         (gst_ximagesink_expose): Fixed a tricky race.
127         * sys/ximage/ximagesink.h:
128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
129         (gst_xvimagesink_expose): Fixed a tricky race.
130         * sys/xvimage/xvimagesink.h:
131
132 2005-11-27  Edward Hervey  <edward@fluendo.com>
133
134         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
135         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
136         Remove unused properties, and add queues between demuxers and decoders
137         so that a lot more files can preroll properly.
138
139 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
140
141         * gst-libs/gst/net/Makefile.am:
142         * gst-libs/gst/rtp/Makefile.am:
143         * gst-libs/gst/tag/Makefile.am:
144           remove silly include
145         * gst/tags/Makefile.am:
146         * gst/tags/gsttagediting.c:
147         * gst/tags/gsttageditingprivate.h:
148         * gst/tags/tagedit.vcproj:
149           remove directory, is as good as empty
150
151 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
152
153         * configure.ac:
154           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
155         * gst-libs/Makefile.am:
156         * gst-libs/gst/audio/Makefile.am:
157         * gst-libs/gst/interfaces/Makefile.am:
158         * gst-libs/gst/net/Makefile.am:
159         * gst-libs/gst/riff/Makefile.am:
160         * gst-libs/gst/rtp/Makefile.am:
161         * gst-libs/gst/tag/Makefile.am:
162         * gst-libs/gst/video/Makefile.am:
163           and use them
164
165 2005-11-27  Julien MOUTTE  <julien@moutte.net>
166
167         * docs/libs/tmpl/gstcolorbalance.sgml:
168         * docs/libs/tmpl/gstmixer.sgml:
169         * docs/libs/tmpl/gstxoverlay.sgml:
170         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
171         * sys/ximage/ximagesink.h:
172         * sys/xvimage/xvimagesink.h: More and more documentation.
173
174 2005-11-26  Julien MOUTTE  <julien@moutte.net>
175
176         * docs/libs/gst-plugins-base-libs-docs.sgml:
177         * docs/libs/gst-plugins-base-libs-sections.txt:
178         * docs/libs/tmpl/gstcolorbalance.sgml:
179         * docs/libs/tmpl/gstmixer.sgml:
180         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
181         to documentation.
182
183 2005-11-26  Julien MOUTTE  <julien@moutte.net>
184
185         * docs/plugins/Makefile.am:
186         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
187         * docs/plugins/gst-plugins-base-plugins-sections.txt:
188         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
189
190 2005-11-26  Julien MOUTTE  <julien@moutte.net>
191
192         * docs/plugins/Makefile.am:
193         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
194         * docs/plugins/gst-plugins-base-plugins-sections.txt:
195         * docs/plugins/inspect/plugin-adder.xml:
196         * docs/plugins/inspect/plugin-alsa.xml:
197         * docs/plugins/inspect/plugin-audioconvert.xml:
198         * docs/plugins/inspect/plugin-audiorate.xml:
199         * docs/plugins/inspect/plugin-audioresample.xml:
200         * docs/plugins/inspect/plugin-audiotestsrc.xml:
201         * docs/plugins/inspect/plugin-decodebin.xml:
202         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
203         * docs/plugins/inspect/plugin-gnomevfs.xml:
204         * docs/plugins/inspect/plugin-ogg.xml:
205         * docs/plugins/inspect/plugin-playbin.xml:
206         * docs/plugins/inspect/plugin-subparse.xml:
207         * docs/plugins/inspect/plugin-tcp.xml:
208         * docs/plugins/inspect/plugin-theora.xml:
209         * docs/plugins/inspect/plugin-typefindfunctions.xml:
210         * docs/plugins/inspect/plugin-video4linux.xml:
211         * docs/plugins/inspect/plugin-videorate.xml:
212         * docs/plugins/inspect/plugin-videoscale.xml:
213         * docs/plugins/inspect/plugin-videotestsrc.xml:
214         * docs/plugins/inspect/plugin-volume.xml:
215         * docs/plugins/inspect/plugin-vorbis.xml:
216         * docs/plugins/inspect/plugin-ximagesink.xml:
217         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
218         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
219
220 2005-11-26  Edward Hervey  <edward@fluendo.com>
221
222         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
223         Properly return GstFlowReturn from gst_pad_push in chain functions.
224
225 2005-11-25  Michael Smith  <msmith@fluendo.com>
226
227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
228         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
229         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
230         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
231           Handle various conditions better when we don't understand a stream.
232           Removes a heap of CRITICALs on ogg streams containing unknown data.
233
234 2005-11-24  Andy Wingo  <wingo@pobox.com>
235
236         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
237         Be threadsafe.
238
239 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
240
241         * configure.ac: back to HEAD
242
243 === release 0.9.6 ===
244
245 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
246
247         * configure.ac:
248           releasing 0.9.6, "White Eight"
249
250 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
251
252         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
253         * docs/plugins/inspect/plugin-sine.xml:
254           remove sinesrc some more
255
256 2005-11-23  Wim Taymans  <wim@fluendo.com>
257
258         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
259         If we are reading too slowly, jump forward in the ringbuffer
260         instead of blocking.
261
262 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
263
264         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
265         (gst_visual_chain):
266         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
267         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
268         (gst_videorate_chain):
269         * gst/videotestsrc/gstvideotestsrc.c:
270         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
271         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
272         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
273         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
274         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
275         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
276           Updates for API changes
277
278 2005-11-23  Wim Taymans  <wim@fluendo.com>
279
280         * gst-libs/gst/audio/gstbaseaudiosink.c:
281         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
282         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
283         Fix for calibration API change.
284
285 2005-11-23  Michael Smith <msmith@fluendo.com>
286
287         * gst-libs/gst/audio/multichannel.c:
288         (gst_audio_get_channel_positions),
289         (gst_audio_set_channel_positions),
290         (gst_audio_set_structure_channel_positions_list),
291         (gst_audio_fixate_channel_positions):
292           Use gst_value_array_*() functions on value arrays, not
293           gst_value_list_*().
294
295 2005-11-23  Edward Hervey  <edward@fluendo.com>
296
297         * autogen.sh:
298         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
299         Fixes autogen
300
301 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
302
303         * check/Makefile.am:
304         * check/elements/videotestsrc.c: (setup_videotestsrc),
305         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
306         (main):
307           add a test for videotestsrc
308
309 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
310
311         * gst/sine/.cvsignore:
312         * gst/sine/Makefile.am:
313         * gst/sine/gstsinesrc.c:
314         * gst/sine/gstsinesrc.h:
315         * gst/sine/sinesrc.vcproj:
316           and remove sinesrc from the repository.  Closes #321446
317
318 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
319
320         * configure.ac:
321         * gst-plugins-base.spec.in:
322           remove sinesrc from the build
323
324 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
325
326         * check/Makefile.am:
327         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
328         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
329         (main):
330           add a test for audiotestsrc, testing all waves.  Even seems
331           leak-free at first glance, nice job Stefan
332
333 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
334
335         * po/af.po:
336         * po/az.po:
337         * po/cs.po:
338         * po/en_GB.po:
339         * po/hu.po:
340         * po/it.po:
341         * po/nb.po:
342         * po/nl.po:
343         * po/or.po:
344         * po/sq.po:
345         * po/sr.po:
346         * po/sv.po:
347         * po/uk.po:
348         * po/vi.po:
349           Translation string updates
350
351         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
352         (gst_v4lsrc_set_caps):
353         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
354         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
355         * sys/v4l/v4lsrc_calls.h:
356           Improve v4lsrc, by making it work again.
357
358 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
359
360         * ext/libvisual/visual.c: (gst_visual_chain):
361           Fix the fps calculations.
362
363         * gst/ffmpegcolorspace/avcodec.h:
364           Move structure element for clarity
365
366         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
367         * gst-libs/gst/interfaces/tunernorm.h:
368         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
369         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
370         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
371         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
372         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
373         (gst_v4lmjpegsrc_getcaps):
374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
375         (gst_v4lsrc_set_caps):
376         * sys/v4l/gstv4lsrc.h:
377         * sys/v4l/v4l_calls.c: (gst_v4l_open):
378         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
379         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
380         * sys/v4l/v4lsrc_calls.h:
381           Fractional framerates...
382
383 2005-11-22  Wim Taymans  <wim@fluendo.com>
384
385         * gst-libs/gst/audio/gstbaseaudiosink.c:
386         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
387         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
388         And we provide a clock by default, of course...
389
390 2005-11-22  Wim Taymans  <wim@fluendo.com>
391
392         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
393         This clock can be slaved to a master clock now.
394
395         * gst-libs/gst/audio/gstbaseaudiosink.c:
396         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
397         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
398         (gst_base_audio_sink_set_clock),
399         (gst_base_audio_sink_set_property),
400         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
401         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
402         * gst-libs/gst/audio/gstbaseaudiosink.h:
403         Handle slaving the internal clock to the clock selected in the
404         pipeline.
405         Add property to make the basesink not provide a clock.
406
407         * gst-libs/gst/rtp/gstbasertpdepayload.c:
408         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
409         (gst_base_rtp_depayload_wait):
410         * gst-libs/gst/rtp/gstbasertpdepayload.h:
411         We can use the clock in GstElement, no need to store it ourselves.
412
413 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
414
415         * docs/libs/tmpl/gstaudio.sgml:
416           update
417         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
418         (gst_paranoia_endian_get_type):
419         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
420         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
421         * gst/audiotestsrc/gstaudiotestsrc.c:
422         (gst_audiostestsrc_wave_get_type):
423         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
424         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
425         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
426         (gst_sync_method_get_type), (gst_unit_type_get_type),
427         (gst_client_status_get_type), (gst_multifdsink_class_init),
428         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
429         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
430         (gst_multifdsink_get_property):
431         * gst/tcp/gstmultifdsink.h:
432         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
433         * gst/videotestsrc/gstvideotestsrc.c:
434         (gst_videotestsrc_pattern_get_type):
435           remove deprecated properties
436           fix up enums to correctly have short lowercase dashed nicks
437
438 2005-11-22  Michael Smith <msmith@fluendo.com>
439
440         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
441         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
442           Add underscore.
443
444 2005-11-22  Michael Smith <msmith@fluendo.com>
445
446         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
447         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
448           Use utility method for scaling clocktime for fractional framerates.
449
450 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
451
452         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
453         (gst_visual_chain):
454         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
455         * ext/theora/theoradec.c: (theora_handle_type_packet):
456         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
457         (theora_enc_chain):
458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
459         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
460         * gst-libs/gst/video/video.h:
461         * gst/ffmpegcolorspace/avcodec.h:
462         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
463         (gst_ffmpeg_caps_to_pixfmt):
464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
465         (gst_ffmpegcsp_set_caps):
466         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
467         (gst_videorate_setcaps), (gst_videorate_blank_data),
468         (gst_videorate_chain):
469         * gst/videotestsrc/gstvideotestsrc.c:
470         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
471         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
472         (gst_videotestsrc_event), (gst_videotestsrc_create):
473         * gst/videotestsrc/gstvideotestsrc.h:
474         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
475         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
476         (gst_ximagesink_get_times), (gst_ximagesink_init):
477         * sys/ximage/ximagesink.h:
478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
479         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
480         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
481         * sys/xvimage/xvimagesink.h:
482           Convert elements to use fractions for their framerate.
483           V4L elements to come later tonight.
484
485 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
486
487         * gst-libs/gst/audio/audio.c:
488         * gst-libs/gst/audio/audio.h:
489           remove some deprecated functions
490
491 2005-11-22  Andy Wingo  <wingo@pobox.com>
492
493         * Update for gst_tag_setter API changes.
494
495 2005-11-22  Andy Wingo  <wingo@pobox.com>
496
497         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
498         (gst_ogg_demux_perform_seek):
499         * ext/theora/theoradec.c (theora_dec_sink_event):
500         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
501         update-funcnames.
502
503 2005-11-22  Wim Taymans  <wim@fluendo.com>
504
505         * examples/seeking/seek.c: (main):
506         Give higher priority to bus signals than the gtk events
507         to fix a race condition in the segment looping.
508
509 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
510
511         * ext/theora/Makefile.am:
512         * ext/vorbis/Makefile.am:
513         * gst-libs/gst/tag/Makefile.am:
514         * gst-plugins-base.spec.in:
515           Rename libgsttagedit to libgsttag (#322117).
516
517 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
518
519         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
521           Call gst_x_overlay_prepare_xwindow_id() to give applications
522           a final chance to set their own xwindow id before the video
523           sink creates its own window.
524
525 2005-11-22  Julien MOUTTE  <julien@moutte.net>
526
527         * sys/xvimage/xvimagesink.c:
528         (gst_xvimagesink_navigation_send_event): Handle navigation
529         events correcly with borders if applicable.
530
531 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
532
533         Patch by: Luca Ognibene
534
535         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
536         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
538         (gst_ffmpegcsp_caps_remove_format_info):
539         * gst/ffmpegcolorspace/imgconvert.c:
540         * gst/ffmpegcolorspace/imgconvert_template.h:
541           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
542           #318353); use gst_structure_has_name().
543
544 2005-11-22  Julien MOUTTE  <julien@moutte.net>
545
546         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
547         (gst_ximagesink_class_init): Add debug macros on functions.
548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
549         (gst_xvimagesink_xwindow_draw_borders),
550         (gst_xvimagesink_xvimage_put),
551         (gst_xvimagesink_xwindow_update_geometry),
552         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
553         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
554         (gst_xvimagesink_xcontext_clear),
555         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
556         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
557         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
558         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
559         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
560         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
561         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
562         expose while being PAUSED, out of data flow navigation events, etc..
563
564 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
565
566         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
567         * gst-libs/gst/audio/audio.h:
568           fix prototype - wondering why the test worked regardless
569
570 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
571
572         * check/Makefile.am:
573         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
574         * gst-libs/gst/audio/audio.h:
575           add a method that returns a proper GstClockTime
576
577 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
580         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
581         * gst-libs/gst/interfaces/xoverlay.h:
582           Remove everything having to do with the desired size; add 
583           gst_x_overlay_prepare_xwindow_id() function; remove the
584           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
585           post a message on the bus instead (#321816).
586
587         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
589         (gst_xvimagesink_xoverlay_init):
590           Remove desired size stuff (#321816).
591
592 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
593
594         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
595         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
596         (mpeg_video_type_find), (mpeg_video_stream_type_find):
597           Terminate vararg functions with NULL instead of 0 to 
598           make gcc4 happy.
599
600 2005-11-21  Andy Wingo  <wingo@pobox.com>
601
602         patch by: Sebastien Cote <sebas642@yahoo.ca>
603         
604         * gst-libs/gst/rtp/gstrtpbuffer.h: 
605         * gst-libs/gst/rtp/gstrtpbuffer.c
606         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
607
608 2005-11-21  Andy Wingo  <wingo@pobox.com>
609
610         * gst/playback/gstplaybin.c (gen_audio_element) 
611         (gen_video_element): Use the new MISSING_PLUGIN core error
612         category. Closes #320060.
613
614         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
615         * gst/videorate/gstvideorate.c (gst_videorate_event):
616         * ext/theora/theoradec.c (theora_dec_sink_event): 
617         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
618         stream lock.
619
620         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
621         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
622         stream lock changes.
623
624 2005-11-21  Wim Taymans  <wim@fluendo.com>
625
626         * gst-libs/gst/audio/gstbaseaudiosink.c:
627         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
628         (gst_base_audio_sink_provide_clock),
629         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
630         (gst_base_audio_sink_change_state):
631         * gst/audioresample/gstaudioresample.c:
632         Segment update fix.
633
634 2005-11-21  Andy Wingo  <wingo@pobox.com>
635
636         * *.h:
637         * *.c: Ran scripts/update-macros. Oh yes.
638
639 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
640
641         * sys/ximage/Makefile.am:
642         * sys/ximage/ximage.c:
643           Rename ximage plugin to ximagesink (#321426) (Don't forget to
644           remove your old libgstximage.* manually if necessary).
645
646 2005-11-21  Michael Smith <msmith@fluendo.com>
647
648         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
649           Minimal fix for bug #320200: set the min/max bitrate in the correct
650           units. A better fix would be to upgrade to the RATEMANAGE2
651           interface, rather than using the deprecated interface used here, but
652           that would require an update in our libvorbis dependency (to 1.1),
653           which is probably undesirable.
654
655 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
656
657         * ext/libvisual/visual.c: (get_buffer):
658         * gst-libs/gst/audio/gstbaseaudiosrc.c:
659         (gst_base_audio_src_fixate):
660         * gst/audioconvert/gstaudioconvert.c:
661         (gst_audio_convert_fixate_caps):
662         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
663         * gst/audiotestsrc/gstaudiotestsrc.c:
664         (gst_audiotestsrc_src_fixate):
665         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
666         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
667         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
668         * gst/videotestsrc/gstvideotestsrc.c:
669         (gst_videotestsrc_src_fixate):
670         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
671         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
672           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
673           (#322027)
674
675
676 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
679         (gst_riff_create_iavs_caps):
680         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
681         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
682         (gst_riff_parse_info):
683         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
684         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
686           Fixes for GST_FOURCC_FORMAT API change.
687
688 2005-11-21  Andy Wingo  <wingo@pobox.com>
689
690         patch by: Alessandro Dessina <alessandro nnva org>
691
692         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
693         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
694         (gst_ogg_parse_chain):
695         * ext/theora/theoraenc.c (theora_set_header_on_caps):
696         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
697         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
698         gst_value_list calls on arrays. Fixes #321962.
699
700 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
703         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
704         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
705         * gst/adder/gstadder.c: (gst_adder_init),
706         (gst_adder_request_new_pad), (gst_adder_collected),
707         (gst_adder_change_state):
708           Update for gst_collectpads_foo() to gst_collect_pads_foo()
709           API change.
710
711 2005-11-21  Michael Smith <msmith@fluendo.com>
712
713         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
714         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
715           Properly handle pad_push return values.
716
717 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
718
719         * gst-libs/gst/tag/Makefile.am:
720         * gst-libs/gst/tag/gstvorbistag.c:
721         (gst_tag_list_to_vorbiscomment_buffer):
722           Remove obsolete vorbistag element and debug category.
723
724         * gst/playback/gstplaybasebin.c: (check_queue):
725           Don't divide by 0 when queue-threshold is 0.
726
727         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
728           Don't modify an existing pixel-aspect-ratio if we fail to read
729           a new one.
730
731 2005-11-20  Wim Taymans  <wim@fluendo.com>
732
733         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
734         (gst_vorbisenc_push_packet):
735         GST_PAD_IS_USABLE is gone, use the return value of
736         the push or pad_alloc_buffer instead.
737
738 2005-11-18  Julien MOUTTE  <julien@moutte.net>
739
740         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
741         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
742         (gst_ximagesink_ximage_destroy),
743         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
744         (gst_ximagesink_xwindow_new),
745         (gst_ximagesink_xwindow_update_geometry),
746         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
747         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
748         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
749         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
750         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
751         (gst_ximagesink_navigation_send_event),
752         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
753         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
754         (gst_ximagesink_finalize), (gst_ximagesink_init),
755         (gst_ximagesink_class_init):
756         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
757         This new version brings correct software scaling, non flickering
758         window while resizing, pixel aspect ratio handling, usage of
759         hardware buffer pools, out of data flow event thread for 
760         navigation and handling of expose events even when being PAUSED,
761         a new property to keep video aspect ratio when resizing, etc...
762
763 2005-11-18  Julien MOUTTE  <julien@moutte.net>
764
765         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
766         (gst_videoscale_fixate_caps): Introduce back caps fixate with
767         handling of PAR.
768
769 2005-11-18    <bilboed@dvdsrc.fluendo.com>
770
771         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
772         Unsetting IS_SINK flag from the fakesink, so decodebin
773         never behaves as a sink.
774
775 2005-11-17  Wim Taymans  <wim@fluendo.com>
776
777         * gst-libs/gst/audio/gstbaseaudiosrc.c:
778         (gst_base_audio_src_change_state):
779         Fix the audiosrc base class again, we did not unflush.
780
781 2005-11-17  Julien MOUTTE  <julien@moutte.net>
782
783         * examples/seeking/seek.c: (make_dv_pipeline),
784         (make_vorbis_theora_pipeline), (make_avi_pipeline),
785         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
786         to ogg/vorbis/theora pipeline.
787
788 2005-11-17  Wim Taymans  <wim@fluendo.com>
789
790         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
791         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
792         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
793         Fix EOS on multiple streams.
794         More debugging.
795
796 2005-11-16  Wim Taymans  <wim@fluendo.com>
797
798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
799         (gst_ogg_demux_perform_seek):
800         Segment done must include stream time.
801
802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
803         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
804         (gst_ogg_mux_change_state):
805         Fix ogg muxer again.
806
807 2005-11-16  Wim Taymans  <wim@fluendo.com>
808
809         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
810         Fix compile again.
811
812 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
813
814         * ext/libvisual/visual.c: (gst_visual_init):
815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
816         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
817         (gst_ogg_parse_chain):
818         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
819         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
820         * ext/theora/theoradec.c: (gst_theora_dec_init):
821         * ext/theora/theoraenc.c: (gst_theora_enc_init):
822         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
823         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
824         * gst/adder/gstadder.c: (gst_adder_class_init),
825         (gst_adder_dispose):
826         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
827         * gst/subparse/gstsubparse.c: (gst_subparse_init):
828         * gst/videorate/gstvideorate.c: (gst_videorate_init):
829           Fix a whole set of pad template leaks
830
831 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
832
833         * check/generic/states.c: (GST_START_TEST):
834           fix the test so that it only checks for elements that are part of
835           this source module
836
837 2005-11-16  Michael Smith <msmith@fluendo.com>
838
839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
840         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
841         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
842         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
843         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
844         (gst_ogg_mux_change_state):
845           Fix leaking collectpads.
846
847 2005-11-16  Edward Hervey  <edward@fluendo.com>
848
849         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
850         (gst_videorate_event), (gst_videorate_chain):
851         Handle segment seeks
852
853 2005-11-16  Wim Taymans  <wim@fluendo.com>
854
855         * gst-libs/gst/audio/gstbaseaudiosink.c:
856         (gst_base_audio_sink_provide_clock),
857         (gst_base_audio_sink_change_state):
858         Set ringbuffer to non-flushing when going to PAUSED, set to
859         flushing again when going to READY.
860
861         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
862         (gst_ring_buffer_stop):
863         Start in flushing mode by default.
864         Don't set flushing in the _stop method, let the app call
865         this explicitly.
866
867 2005-11-16  Julien MOUTTE  <julien@moutte.net>
868
869         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
870         * gst-libs/gst/video/videosink.h: Add helper function needed
871         for video sinks.
872
873 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
874
875         * gst/videoscale/gstvideoscale.c:
876         (gst_videoscale_handle_src_event):
877           Don't leak reference to pad parent.
878
879 2005-11-16  Wim Taymans  <wim@fluendo.com>
880
881         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
882         Set ringbuffer to flushing when stopping so that we don't
883         block on wait_segment anymore and livelock.
884
885 2005-11-16  Wim Taymans  <wim@fluendo.com>
886
887         * examples/seeking/seek.c: (send_event), (do_seek),
888         (loop_toggle_cb), (segment_done), (main):
889         Added looping checkbox.
890
891 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
892
893         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
894         (gst_ogg_demux_init):
895         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
896         (gst_vorbis_dec_init):
897           revert unrefs, they don't pass make check
898
899 2005-11-15  Johan Dahlin  <johan@gnome.org>
900
901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
902         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
903         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
904         (gst_vorbis_dec_init):
905         Fix pad template leaks. 
906
907 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
908
909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
910           Make state change function thread safe.
911
912 2005-11-15  Edward Hervey  <edward@fluendo.com>
913
914         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
915         (gst_ogg_demux_class_init):
916         Implement GstElement::send_event, so we can send seek events
917         in GST_STATE_READY
918
919 2005-11-14  Julien MOUTTE  <julien@moutte.net>
920
921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
922         Discovered how to take away flickering while resizing the
923         window. Please don't put that in ximagesink, refactoring in
924         progress.
925
926 2005-11-14  Michael Smith <msmith@fluendo.com>
927
928         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
929         (gst_multifdsink_render):
930           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
931
932 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
933
934         * gst/playback/gstplaybin.c: (gen_audio_element):
935           Use autoaudiosink, it tends to be more widely available than
936           autoaudiiosink.
937           
938 2005-11-14  Andy Wingo  <wingo@pobox.com>
939
940         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
941         as well if it is available. Fixes #316442.
942
943 2005-11-14  Michael Smith <msmith@fluendo.com>
944
945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
946         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
947         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
948         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
949         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
950         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
951         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
952         (gst_vorbisenc_change_state):
953           Fix a small memory leak in vorbisenc.
954           Fix large memory leaks in oggmux, also fix lots of state change
955           bugs in oggmux.
956
957 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
958
959         * gst/videotestsrc/gstvideotestsrc.c:
960         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
961         (gst_videotestsrc_src_fixate):
962           move fixation to a fixate function
963           remove negotiate function, basesrc's is good enough
964           fixes a bug for check when using the element alone
965
966 2005-11-13  Edward Hervey  <edward@fluendo.com>
967
968         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
969         (key_toggle_cb), (main):
970         Added checkboxes for adding/removing the accurate and key_unit seek
971         flags.
972
973 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
974
975         * configure.ac: back to HEAD
976
977 === release 0.9.5 ===
978
979 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
980
981         * configure.ac:
982           releasing 0.9.5, "No No Kia"
983
984 2005-11-11  Edward Hervey  <edward@fluendo.com>
985
986         * examples/seeking/seek.c: (make_parselaunch_pipeline):
987         Added parse-launch syntax seeking mode for the seeking example.
988         This should help stress-test even more cases.
989         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
990
991 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * sys/xvimage/xvimagesink.c:
994         (gst_xvimagesink_navigation_send_event):
995           Check whether peer pad exists before sending navigation events
996           to it.
997
998 2005-11-11  Michael Smith <msmith@fluendo.com>
999
1000         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1001         (gst_vorbisenc_buffer_from_packet):
1002         * ext/vorbis/vorbisenc.h:
1003           Set duration on encoded buffers. This allows oggmux's
1004           max_page_delay parameter to actually work.
1005
1006 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1007
1008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1009         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1010         (gst_ffmpegcsp_avpicture_fill):
1011         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1012         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1013           Make palettes work again (see #132341). Use our own macros
1014           for rounding up.
1015
1016 2005-11-10  Andy Wingo  <wingo@pobox.com>
1017
1018         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1019         string doober.
1020
1021 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1022
1023         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1024         (gst_ffmpegcsp_transform_caps):
1025           Prefer passthrough in transform_caps
1026
1027 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1028
1029         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1030           check for ALSA errors properly, instead of relying on ALSA's
1031           error strings to serve to the user.
1032
1033 2005-11-10  Wim Taymans  <wim@fluendo.com>
1034
1035         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1036         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1037         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1038         Modernise the seek code.
1039
1040 2005-11-10  Michael Smith <msmith@fluendo.com>
1041         
1042         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1043         (setup_substreams), (set_active_source):
1044           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1045           trying to go to NULL if we failed to read a file.
1046
1047 2005-11-10  Wim Taymans  <wim@fluendo.com>
1048
1049         * gst/audiotestsrc/gstaudiotestsrc.c:
1050         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1051         (gst_audiotestsrc_create):
1052         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1053         (gst_sinesrc_get_times), (gst_sinesrc_create):
1054         * gst/videotestsrc/gstvideotestsrc.c:
1055         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1056         (gst_videotestsrc_create):
1057         The base class can now sync for us.
1058
1059 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1060
1061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1062           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1063           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1064           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1065           format=(fourcc)I420" ! xvimagesink
1066
1067 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1070         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1071         (gst_sinesrc_newsegment):
1072           Send newsegment event in TIME format, set duration if
1073           num-buffers is set, fix duration querying.
1074
1075 2005-11-10  Michael Smith <msmith@fluendo.com>
1076
1077         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1078         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1079         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1080         (gst_ogg_mux_collected):
1081          Fix EOS handling, partially. Now forwarding an EOS event once we have
1082          EOS on all pads works correctly. However, we still don't properly set
1083          EOS on the actual ogg stream pages.
1084
1085 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1086
1087         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1088           Set elements to NULL state before disposing of them.
1089
1090 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1091
1092         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1095         (gst_base_rtp_depayload_init),
1096         (gst_base_rtp_depayload_set_gst_timestamp):
1097         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1098           We need to send a newsegment event for each instance, not
1099           just for the first instance of this class (get rid of
1100           static variable in function). (#321011).
1101           
1102 2005-11-08  Michael Smith <msmith@fluendo.com>
1103
1104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1105         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1106         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1107         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1108           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1109           This makes us mux things correctly according to the ogg muxing
1110           rules. Still not handling EOS correctly right now, though.
1111
1112 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1113
1114         * gst/audioconvert/gstaudioconvert.c:
1115           Fix typo in docs. 
1116
1117 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1118
1119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1120         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1121           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1122           creating a new chain; should fix live streaming. Also
1123           add more debug output and fix a typo.
1124
1125 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1126
1127         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1128
1129         * gst/volume/gstvolume.c: (volume_set_caps):
1130           Fix compilation on Solaris with Forte. (#320923)
1131
1132 2005-11-08  Wim Taymans  <wim@fluendo.com>
1133
1134         * gst-libs/gst/audio/gstbaseaudiosink.c:
1135         (gst_base_audio_sink_render):
1136         No need to do a typecheck.
1137
1138 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * ext/alsa/gstalsa.h:
1141           We register a debug category, so let's use it.
1142
1143 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1144
1145         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1146         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1147         Fixed a small problem.
1148
1149 2005-11-04  Wim Taymans  <wim@fluendo.com>
1150
1151         * examples/seeking/Makefile.am:
1152         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1153         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1154         (make_playerbin_pipeline), (format_value), (update_scale),
1155         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1156         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1157         (print_usage), (main):
1158         Added app for playback speed testing.
1159
1160         * examples/seeking/seek.c: (dynamic_link),
1161         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1162         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1163         (message_received), (main):
1164         Updated seek example.
1165
1166 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1167
1168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1169         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1170         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1171         (gst_base_rtp_depayload_set_clock):
1172         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1173         Don't sleep on the bench (system clock) when you have a nice 
1174         comfortable bed (Gstreamer clock) to sleep on.
1175
1176 2005-11-03  Wim Taymans  <wim@fluendo.com>
1177
1178         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1179         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1180         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1181         Handle the case where a pad_block failed.
1182
1183 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1184
1185         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1186
1187         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1188         (gst_base_rtp_depayload_add_to_queue),
1189         (gst_base_rtp_depayload_push),
1190         (gst_base_rtp_depayload_set_gst_timestamp),
1191         (gst_base_rtp_depayload_queue_release):
1192           Fixes some bugs in the depayloader's queuing/de-queueing code.
1193
1194 2005-10-31  Michael Smith <msmith@fluendo.com>
1195
1196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1197         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1198         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1199           Patch from Alessandro Decina <alessandro@nnva.org>.
1200           Make oggdemux only find the final time in a chain, not per-pad,
1201           since the per-pad information can be very expensive to locate, and
1202           it isn't used anywhere. This makes reading a file containing
1203           OggSkeleton reasonably fast.
1204           Also, make chain finding work when there are logical bitstreams that
1205           can't be decoded. Fixes #319110.
1206
1207 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1208
1209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1210         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1211         (gst_base_rtp_depayload_chain),
1212         (gst_base_rtp_depayload_add_to_queue),
1213         (gst_base_rtp_depayload_push),
1214         (gst_base_rtp_depayload_set_gst_timestamp),
1215         (gst_base_rtp_depayload_queue_release),
1216         (gst_base_rtp_depayload_start_thread),
1217         (gst_base_rtp_depayload_set_property),
1218         (gst_base_rtp_depayload_get_property):
1219         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1220         Some random fixes, to fullfill the desires of thomas.
1221
1222 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1223
1224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1225         (gst_base_rtp_depayload_add_to_queue),
1226         (gst_base_rtp_depayload_push):
1227         Fixed the queueing algorithm.
1228
1229 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1230
1231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1232         (gst_base_rtp_depayload_push):
1233         A small fix
1234
1235 2005-10-31  Wim Taymans  <wim@fluendo.com>
1236
1237         * gst-libs/gst/audio/gstringbuffer.h:
1238         Don't break ABI.
1239
1240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1241         (gst_ffmpeg_caps_to_pixfmt):
1242         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1243         (gst_ffmpegcsp_set_caps):
1244         Some more comments.
1245         Handle missing required caps fields better.
1246
1247 2005-10-31  Wim Taymans  <wim@fluendo.com>
1248
1249         * gst-libs/gst/audio/gstbaseaudiosink.c:
1250         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1251         (gst_base_audio_sink_render):
1252         * gst-libs/gst/audio/gstringbuffer.c:
1253         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1254         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1255         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1256         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1257         (gst_ring_buffer_read):
1258         * gst-libs/gst/audio/gstringbuffer.h:
1259         Add flushing mode to the ringbuffer so that it in all cases does
1260         not try to handle more audio. This makes sure it does not try to
1261         block anymore when flushing and fixes a livelock.
1262
1263 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1264
1265         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1266         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1267         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1268           Explicitly check for -1 values before doing a conversion
1269           and always map them to -1. (#315545)
1270
1271 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1272
1273         * gst/playback/gstplaybin.c: (gen_video_element):
1274           first try autovideosink, then xvimagesink, then error out
1275         * po/POTFILES.in:
1276           add translatable file
1277         * po/af.po:
1278         * po/az.po:
1279         * po/cs.po:
1280         * po/en_GB.po:
1281         * po/hu.po:
1282         * po/it.po:
1283         * po/nb.po:
1284         * po/nl.po:
1285         * po/or.po:
1286         * po/sq.po:
1287         * po/sr.po:
1288         * po/sv.po:
1289         * po/uk.po:
1290         * po/vi.po:
1291           update translations
1292
1293 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1294
1295         * gst-libs/gst/rtp/gstbasedepayload.c:
1296         * gst-libs/gst/rtp/gstbasedepayload.h:
1297           Minor cleanups
1298
1299 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1300
1301         * gst/playback/.cvsignore:
1302         * gst/playback/decodetest.c:
1303         * gst/playback/test3.c:
1304           Port these two tests as well.
1305
1306 2005-10-27  Wim Taymans  <wim@fluendo.com>
1307
1308         * ext/theora/theoradec.c: (theora_dec_src_query),
1309         (theora_dec_sink_event):
1310         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1311         (theora_enc_change_state):
1312         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1313         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1314         Take proper locks when handling events.
1315
1316 2005-10-27  Wim Taymans  <wim@fluendo.com>
1317
1318         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1319         (gst_adder_change_state):
1320         Fix timestamps and fix deadlock when stopping the collectpads.
1321
1322 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1323
1324         * gst-libs/gst/rtp/gstrtpbuffer.h:
1325         Declaring the payload types as strings too so that they can be used
1326         in the padtemplate inialization.
1327
1328 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1329
1330         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1331
1332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1333         (gst_base_rtp_depayload_class_init):
1334         Fixes a small but nasty bug. The derived elements no longer segfaults
1335         on finalization.
1336
1337 2005-10-26  Michael Smith <msmith@fluendo.com>
1338
1339         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1340           When clearing an audioconvert context, set tmpbufsize to zero, so
1341           we'll allocate it again later if required.
1342           This fixes audioconvert re-negotiating formats, which previously
1343           segfaulted with a NULL destination buffer.
1344
1345 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1346
1347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1348         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1349         (gst_base_rtp_depayload_set_gst_timestamp),
1350         (gst_base_rtp_depayload_queue_release):
1351         Fixed a smalll memleak.
1352
1353 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1355         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1356         (gst_base_rtp_depayload_finalize),
1357         (gst_base_rtp_depayload_setcaps),
1358         (gst_base_rtp_depayload_add_to_queue),
1359         (gst_base_rtp_depayload_push),
1360         (gst_base_rtp_depayload_set_gst_timestamp),
1361         (gst_base_rtp_depayload_queue_release),
1362         (gst_base_rtp_depayload_thread),
1363         (gst_base_rtp_depayload_change_state):
1364         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1365         Changed the C++ comments to C comments
1366
1367 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1368
1369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1370         * gst/tcp/gsttcpclientsrc.h:
1371         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1372         * gst/tcp/gsttcpserversrc.h:
1373           Remove unused 'curoffset' structure member.
1374
1375 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1376
1377         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1378         (gst_base_rtp_depayload_base_init),
1379         (gst_base_rtp_depayload_finalize):
1380         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1381         * gst-libs/gst/rtp/gstbasertppayload.h:
1382           The pad-template on the sinkpad should be set by the derived classes.
1383           Also added some useful macros.
1384
1385 2005-10-24  Wim Taymans  <wim@fluendo.com>
1386
1387         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1388         Correctly flush decoder samples even if we could not
1389         copy them to an output buffer. Fixes #319618.
1390
1391 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1392
1393         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1395         the caps against our xcontext caps.
1396
1397 2005-10-24  Wim Taymans  <wim@fluendo.com>
1398
1399         * gst-libs/gst/audio/gstbaseaudiosink.c:
1400         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1401         Remove g_print
1402         Use sync property from baseclass to disable sync.
1403
1404 2005-10-24  Wim Taymans  <wim@fluendo.com>
1405
1406         * gst-libs/gst/audio/gstbaseaudiosink.c:
1407         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1408         Buffers with no timestamps get aligned with previous buffers or
1409         on underrun, played ASAP.
1410
1411 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1412
1413         * gst-libs/gst/video/video.h:
1414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1415         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1417         here comes my change on caps for framerate and geometry range.
1418         We are now accepting 1 to MAXINT for width and height, and from
1419         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1420         to be blended correctly in videomixer.
1421
1422 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1423
1424         * configure.ac:
1425           back to HEAD
1426
1427 === release 0.9.4 ===
1428
1429 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1430
1431         * NEWS:
1432         * RELEASE:
1433         * configure.ac:
1434           releasing 0.9.4, "Velociraptor"
1435
1436 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1437
1438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1439         * po/POTFILES.in:
1440           STOPPED -> FAILED
1441
1442 2005-10-21  Wim Taymans  <wim@fluendo.com>
1443
1444         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1445         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1446         (pad_blocked), (close_pad_link), (new_pad):
1447         Don't try to remove elements twice.
1448
1449 2005-10-21  Wim Taymans  <wim@fluendo.com>
1450
1451         * ext/theora/theoradec.c: (theora_dec_src_query),
1452         (theora_dec_sink_event):
1453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1454         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1455         (vorbis_handle_data_packet):
1456         * ext/vorbis/vorbisdec.h:
1457         Fix old naming.
1458
1459         * gst-libs/gst/audio/gstbaseaudiosink.c:
1460         (gst_base_audio_sink_render):
1461         Don't try to sync on buffers without a timestamp.
1462
1463 2005-10-21  Wim Taymans  <wim@fluendo.com>
1464
1465         * ext/theora/theoradec.c: (theora_dec_src_query),
1466         (theora_dec_sink_event):
1467         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1468         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1469         (vorbis_handle_data_packet):
1470         * ext/vorbis/vorbisdec.h:
1471         Fix old naming.
1472
1473 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1474
1475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1476         (gst_vorbisenc_src_query):
1477           Implement position and duration queries.
1478
1479         * gst/playback/test3.c: (update_scale), (main):
1480           Fix for async state changes and print nicer output.
1481
1482 2005-10-20  Wim Taymans  <wim@fluendo.com>
1483
1484         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1485         (dump_element_stats), (main):
1486         * gst/playback/test6.c: (main):
1487         Fix tests again
1488
1489 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1492         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1493           Don't use functions for position queries when handling
1494           duration queries.
1495
1496 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1497
1498         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1499         (vorbis_handle_data_packet), (vorbis_dec_chain),
1500         (vorbis_dec_change_state):
1501         * ext/vorbis/vorbisdec.h:
1502           Vorbis streams can be embedded in other container formats
1503           than ogg, container formats where the demuxer might set 
1504           timestamps on encoded vorbis buffers instead of those silly 
1505           granulepos thingies. In short: make vorbisdec handle 
1506           timestamps on incoming buffers as well.
1507
1508 2005-10-20  Wim Taymans  <wim@fluendo.com>
1509
1510         * gst/playback/gstplaybasebin.c: (group_destroy),
1511         (gst_play_base_bin_change_state):
1512         Fix leak.
1513         Handle case where playbasebin is now ASYNC because
1514         decodebin is.
1515
1516 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * gst/audioconvert/Makefile.am:
1519         * gst/audioconvert/bufferframesconvert.c:
1520         * gst/audioconvert/plugin.c: (plugin_init):
1521         * gst/audioconvert/plugin.h:
1522           And bye bye buffer-frames-convert
1523
1524 2005-10-19  Wim Taymans  <wim@fluendo.com>
1525
1526         * check/elements/audioconvert.c:
1527         * docs/libs/tmpl/gstaudio.sgml:
1528         * docs/libs/tmpl/gstcolorbalance.sgml:
1529         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1530         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1531         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1532         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1533         * gst-libs/gst/audio/audio.h:
1534         * gst/audioconvert/audioconvert.h:
1535         * gst/audioconvert/gstaudioconvert.c:
1536         (gst_audio_convert_parse_caps):
1537         * gst/volume/gstvolume.c:
1538         Bye bye buffer-frames.
1539
1540 2005-10-19  Wim Taymans  <wim@fluendo.com>
1541
1542         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1543         (query_positions_elems), (query_positions_pads), (update_scale),
1544         (do_seek), (set_update_scale), (message_received), (main):
1545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1546         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1547         (gst_ogg_demux_loop):
1548         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1549         * ext/theora/theoradec.c: (theora_dec_src_query),
1550         (theora_dec_sink_event):
1551         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1552         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1553         * gst/adder/gstadder.c: (gst_adder_query):
1554         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1555         * gst/playback/test3.c: (update_scale):
1556         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1557         (dump_element_stats), (main):
1558         * gst/playback/test6.c: (main):
1559         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1560         Query API update.
1561
1562 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1563
1564         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1565         (xml_check_first_element), (xml_type_find), (smil_type_find),
1566         (plugin_init):
1567           Add typefinding for SMIL and for generic XML. Based on patch by
1568           Akos Maroy (#308663).
1569
1570 2005-10-18  Wim Taymans  <wim@fluendo.com>
1571
1572         * gst/playback/Makefile.am:
1573         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1574         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1575         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1576         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1577         (gst_decode_bin_change_state):
1578         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1579         (gst_play_bin_send_event_to_sink):
1580         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1581         (dump_element_stats), (main):
1582         * gst/playback/test6.c: (main):
1583         Make playbin async, it'll commit state to paused when all streams
1584         are detected.
1585         Remove ugly hack.
1586         Added test6.c to show async behaviour.
1587
1588 2005-10-18  Wim Taymans  <wim@fluendo.com>
1589
1590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1591         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1592         Fix for segment-start/stop API change.
1593
1594 2005-10-18  Wim Taymans  <wim@fluendo.com>
1595
1596         * check/Makefile.am:
1597         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1598         (main):
1599         Add future test for clock selection.
1600
1601 2005-10-18  Wim Taymans  <wim@fluendo.com>
1602
1603         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1604         (gst_alsasink_close):
1605         Set handle to NULL.
1606
1607         * gst-libs/gst/audio/gstringbuffer.c:
1608         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1609         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1610         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1611         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1612         (gst_ring_buffer_read):
1613         More debug info.
1614
1615 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1616
1617         * gst/audiotestsrc/Makefile.am:
1618         * gst/sine/Makefile.am:
1619         * gst/volume/Makefile.am:
1620           fix broken build of controllerized plugins
1621
1622 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1623
1624         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1625
1626         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1627         (gst_riff_create_video_template_caps):
1628           Add support for Indeo-3 (IV32).
1629
1630 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1631
1632         * configure.ac:
1633           rewrite
1634
1635 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1636
1637         * gst-libs/gst/video/video.c: (gst_video_get_size):
1638         * gst/audiotestsrc/gstaudiotestsrc.c:
1639           doc updates
1640
1641 2005-10-17  Andy Wingo  <wingo@pobox.com>
1642
1643         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1644         with the collectpads change.
1645         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1646
1647         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1648
1649         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1650
1651         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1652         alloc_buffer flow return to callers.
1653         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1654         change. Fix some memleaks in theoraenc.
1655
1656         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1657         in strange circumstance.
1658
1659 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1660
1661         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1662         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1663         from caps, let's use the caps...
1664
1665 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1666
1667         * configure.ac:
1668           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1669
1670 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1671
1672         * gst-libs/gst/interfaces/Makefile.am:
1673           fix silly typo
1674
1675 2005-10-16  Andy Wingo  <wingo@pobox.com>
1676
1677         * gst/playback/gstdecodebin.c
1678         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1679         function!
1680         (try_to_link_1): Increase kraziness level.
1681
1682 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1683
1684         * configure.ac:
1685           restructure like the core one
1686         * gst-libs/gst/audio/Makefile.am:
1687         * gst-libs/gst/interfaces/Makefile.am:
1688         * gst-libs/gst/net/Makefile.am:
1689         * gst-libs/gst/riff/Makefile.am:
1690         * gst-libs/gst/rtp/Makefile.am:
1691         * gst-libs/gst/tag/Makefile.am:
1692         * gst-libs/gst/video/Makefile.am:
1693           use correct linker flags, now the libs are properly versioned
1694         * check/elements/audioconvert.c: (verify_convert):
1695         * ext/alsa/gstalsaplugin.c:
1696         * ext/cdparanoia/gstcdparanoia.c:
1697         * ext/gnomevfs/gstgnomevfs.c:
1698         * ext/libvisual/visual.c:
1699         * ext/ogg/gstogg.c:
1700         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1701         * ext/theora/theora.c:
1702         * ext/vorbis/vorbis.c:
1703         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1704         * gst-libs/gst/tag/gsttagediting.c:
1705         * gst-libs/gst/video/video.c:
1706         * gst/adder/gstadder.c:
1707         * gst/audioconvert/plugin.c:
1708         * gst/audiorate/gstaudiorate.c:
1709         * gst/audioresample/gstaudioresample.c:
1710         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1711         * gst/audioscale/gstaudioscale.c:
1712         * gst/audioscale/resample.c:
1713         * gst/audiotestsrc/gstaudiotestsrc.c:
1714         * gst/ffmpegcolorspace/gstffmpeg.c:
1715         * gst/playback/gstdecodebin.c: (close_pad_link):
1716         * gst/playback/gstplaybin.c: (gen_video_element),
1717         (gen_audio_element):
1718         * gst/sine/gstsinesrc.c:
1719         * gst/subparse/gstsubparse.c:
1720         * gst/tags/gsttagediting.c:
1721         * gst/tcp/gsttcpplugin.c:
1722         * gst/typefind/gsttypefindfunctions.c:
1723         * gst/videorate/gstvideorate.c:
1724         * gst/videoscale/gstvideoscale.c:
1725         * gst/videotestsrc/gstvideotestsrc.c:
1726         * gst/volume/gstvolume.c:
1727         * sys/v4l/gstv4l.c:
1728         * sys/ximage/ximage.c:
1729         * sys/xvimage/xvimagesink.c:
1730           fix up defines
1731
1732 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1733
1734         * ext/vorbis/vorbisenc.c:
1735         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1736         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1737         (gst_tag_to_vorbis_comments):
1738           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1739
1740 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1741
1742         * examples/stats/mp2ogg.c:
1743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1744           typo fixes
1745
1746 2005-10-13  Michael Smith <msmith@fluendo.com>
1747
1748         * ext/ogg/gstoggmux.c:
1749           Use magic glib macros to define constants as 64 bit, to ensure
1750           appropriate vararg passing.
1751
1752 2005-10-13  Michael Smith <msmith@fluendo.com>
1753
1754         * ext/ogg/gstoggmux.c:
1755         * gst/audioconvert/audioconvert.c: (float):
1756           Don't use LL suffix, as it's not portable, and neither of these
1757           uses required it anyway.
1758
1759 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1760
1761         * examples/indexing/indexmpeg.c: (main):
1762         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1763         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1764         (cdparanoia_convert), (cdparanoia_query):
1765         * ext/cdparanoia/gstcdparanoia.h:
1766         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1767         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1768         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1770         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1771         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1772         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1773         (gst_multifdsink_render), (gst_multifdsink_start),
1774         (gst_multifdsink_stop):
1775         * gst/tcp/gstmultifdsink.h:
1776         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1777         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1778         (gst_tcpclientsink_stop):
1779         * gst/tcp/gsttcpclientsink.h:
1780         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1781         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1782         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1783         * gst/tcp/gsttcpclientsrc.h:
1784         * gst/tcp/gsttcpserversink.h:
1785         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1786         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1787         (gst_tcpserversrc_stop):
1788         * gst/tcp/gsttcpserversrc.h:
1789         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1790         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1791         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1792           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1793           moved bitshift from macro to enum definition
1794
1795 2005-10-12  Wim Taymans  <wim@fluendo.com>
1796
1797         * examples/seeking/Makefile.am:
1798         Oops.
1799
1800 2005-10-12  Wim Taymans  <wim@fluendo.com>
1801
1802         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1803         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1804         Don't assert on normal stuff.
1805
1806         * gst/playback/gstplaybin.c: (do_playbin_seek):
1807         API fix.
1808
1809 2005-10-12  Wim Taymans  <wim@fluendo.com>
1810
1811         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1812         * examples/seeking/Makefile.am:
1813         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1814         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1815         (do_seek), (set_update_scale), (message_received), (main):
1816         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1817         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1818         Update for _get_state() API change.
1819
1820 2005-10-11  Wim Taymans  <wim@fluendo.com>
1821
1822         * gst-libs/gst/audio/gstbaseaudiosink.c:
1823         (gst_base_audio_sink_render):
1824         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1825         (gst_base_audio_src_create):
1826         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1827         (gst_ring_buffer_read):
1828         Cleanups.
1829         Commit and read from ringbuffer in samples rather than bytes.
1830
1831 2005-10-11  Wim Taymans  <wim@fluendo.com>
1832
1833         * gst-libs/gst/audio/gstbaseaudiosink.c:
1834         (gst_base_audio_sink_render):
1835         Respect segment rate and accum when scheduling samples.
1836
1837 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1838
1839         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1840         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1841         EOS correctly, that needs more work.
1842
1843 2005-10-11  Wim Taymans  <wim@fluendo.com>
1844
1845         * check/generic/states.c: (GST_START_TEST):
1846         remove old property.
1847
1848         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1849         (gst_ogg_demux_perform_seek):
1850         * ext/theora/theoradec.c: (theora_dec_sink_event):
1851         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1852         (vorbis_handle_data_packet):
1853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1854         (gst_base_rtp_depayload_set_gst_timestamp):
1855         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1856         Update for newsegment API change.
1857
1858 2005-10-11  Michael Smith <msmith@fluendo.com>
1859
1860         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1861         (do_playbin_seek), (gst_play_bin_send_event):
1862           Override send_event differently, so that we can takes bits of
1863           functionality from GstPipeline (special handling for seeks,
1864           including pausing/resuming, and resetting stream time) and still get
1865           the appropriate behaviour of only forwarding event to a single sink,
1866           rather than all of them.
1867           Unfortunately requires a lot of code duplication, but the
1868           alternatives are equally ugly in the end.
1869
1870 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1871
1872         * check/elements/audioconvert.c: (setup_audioconvert),
1873         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1874         (GST_START_TEST), (audioconvert_suite):
1875           clean up tests a little, fix some leaks.
1876
1877 2005-10-10  Wim Taymans  <wim@fluendo.com>
1878
1879         * ext/alsa/gstalsasink.c:
1880         Also allow unsigned int.
1881
1882         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1883         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1884         Small cleanup
1885
1886 2005-10-10  Wim Taymans  <wim@fluendo.com>
1887
1888         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1889         Small update, use API as stated in design docs.
1890
1891         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1892         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1893         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1894         (message_received), (main):
1895         Updated seek example for GOption. Some usability improvements.
1896
1897 2005-10-10  Wim Taymans  <wim@fluendo.com>
1898
1899         * gst/audioconvert/audioconvert.h:
1900         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1901         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1902         Alloc temp storage somewhere else where we can do it more
1903         portable.
1904
1905 2005-10-10  Wim Taymans  <wim@fluendo.com>
1906
1907         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1908         (gst_tcpserversrc_start):
1909         Don't block in accept while doing the state change, move
1910         to poll and make cancellable.
1911
1912 2005-10-09  Philippe Khalaf <burger@speedy.org>
1913
1914         * gst-libs/gst/rtp/rtpbasedepayload.c:
1915         Set timestamp and add queue delay to timestamp
1916         * gst-libs/gst/rtp/rtpbuffer.h:
1917         Set correct payload type for h263
1918
1919 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1920
1921         * gst/audiotestsrc/gstaudiotestsrc.c:
1922         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1923         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1924         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1925         (gst_audiotestsrc_create_triangle),
1926         (gst_audiotestsrc_create_silence),
1927         (gst_audiotestsrc_create_white_noise),
1928         (gst_audiotestsrc_init_pink_noise),
1929         (gst_audiotestsrc_generate_pink_noise_value),
1930         (gst_audiotestsrc_create_pink_noise),
1931         (gst_audiotestsrc_change_wave):
1932         * gst/audiotestsrc/gstaudiotestsrc.h:
1933           fixed typo, added pink noise
1934
1935 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1936
1937         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1938         (plugin_init):
1939           Add wavpack and spc typefind functions from 0.8 branch.
1940
1941 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1944         (ar_type_find), (msdos_type_find), (plugin_init):
1945           Add typefind functions for tar archives, ar archives,
1946           RAR archives, and msdos-executables (dlls, exe, etc.).
1947           Some of those would be wrongly identified as mpeg
1948           streams of some sort before (#315550).
1949
1950 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1951
1952         * configure.ac:
1953         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1954         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1955         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1956         * gst/audiotestsrc/Makefile.am:
1957         * gst/audiotestsrc/gstaudiotestsrc.c:
1958         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1959         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1960         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1961         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1962         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1963         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1964         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1965         (gst_audiotestsrc_create_silence),
1966         (gst_audiotestsrc_create_white_noise),
1967         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1968         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1969         (gst_audiotestsrc_start), (plugin_init):
1970         * gst/audiotestsrc/gstaudiotestsrc.h:
1971           add new plugin and element
1972         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1973           use gobject_class
1974
1975 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1978         (gst_adder_init), (gst_adder_request_new_pad),
1979         (gst_adder_change_state):
1980           Add query function to source pad, so adder reports the correct
1981           time/sample position when queried (#315457); fix state change
1982           function; use GST_DEBUG_FUNCPTR() for pad functions.
1983
1984 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1985
1986         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1987           Fix leaks in typefind registration
1988           Clean up the gratuitous commenting and whitespacing a little
1989
1990 2005-10-08  Wim Taymans  <wim@fluendo.com>
1991
1992         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1993         Only actually wait for the thread to be stopped if it's 
1994         running.
1995
1996 2005-10-08  Wim Taymans  <wim@fluendo.com>
1997
1998         * gst-libs/gst/audio/gstbaseaudiosink.c:
1999         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2000         If we receive EOS we can start playback of what we had.
2001
2002 2005-10-08  Wim Taymans  <wim@fluendo.com>
2003
2004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2005         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2006         (gst_multifdsink_stop):
2007         Fix crasher when going to NULL multiple times.
2008
2009 2005-10-06  Wim Taymans  <wim@fluendo.com>
2010
2011         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2012         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2013         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2015         patch from Edgard Lima <edgard.lima@indt.org.br>
2016         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2017
2018 2005-10-06  Wim Taymans  <wim@fluendo.com>
2019
2020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2021         Report the FLOW_RETURN as string in the error message.
2022
2023         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2024         Don't assert when clearing an unnegotiated buffer.
2025
2026 2005-10-04  Michael Smith <msmith@fluendo.com>
2027
2028         * gst/playback/gstplaybasebin.c: (group_destroy),
2029         (gen_preroll_element), (remove_groups), (setup_source):
2030         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2031         (setup_sinks), (gst_play_bin_send_event),
2032         (gst_play_bin_change_state):
2033           Set state to NULL before removing from bin. Fix refcounting.
2034
2035 2005-10-04  Michael Smith <msmith@fluendo.com>
2036
2037         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2038           Correct refcounting in send_event() function. Previously was wrong
2039           if the first sink was unable to handle the event.
2040
2041 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2042
2043         * configure.ac:
2044           back to development
2045
2046 === release 0.9.3 ===
2047
2048 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2049
2050         * configure.ac:
2051           Releasing 0.9.3, "De Facto"
2052
2053 2005-10-03  Andy Wingo  <wingo@pobox.com>
2054
2055         * gst/playback/gstdecodebin.c (try_to_link_1)
2056         (remove_element_chain): set element to NULL before removing it.
2057
2058 2005-10-02  Johan Dahlin  <johan@gnome.org>
2059
2060         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2061         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2062         MT safe.
2063
2064 2005-10-02  Andy Wingo  <wingo@pobox.com>
2065
2066         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2067         (gst_ring_buffer_prepare_read): 
2068         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2069         Demote to LOG.
2070
2071 2005-09-29  Wim Taymans  <wim@fluendo.com>
2072
2073         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2074         * ext/theora/theoradec.c: (theora_handle_data_packet):
2075         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2076         Propagate error codes from alloc_buffer too.
2077
2078 2005-09-29  Wim Taymans  <wim@fluendo.com>
2079
2080         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2081         We use fixed caps.
2082
2083         * gst/playback/Makefile.am:
2084         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2085         (dump_element_stats), (main):
2086         Added example stream introspection code.
2087
2088 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2089
2090         * gst/adder/gstadder.c: (gst_adder_collected):
2091           fix adder for float elements
2092
2093 2005-09-28  Wim Taymans  <wim@fluendo.com>
2094
2095         * gst-libs/gst/audio/gstbaseaudiosink.c:
2096         (gst_base_audio_sink_class_init),
2097         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2098         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2099         (gst_base_audio_src_class_init),
2100         (gst_base_audio_src_provide_clock):
2101         get_clock -> provide_clock
2102
2103 2005-09-28  Andy Wingo  <wingo@pobox.com>
2104
2105         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2106         and unlocking.
2107
2108         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2109         unlocking.
2110
2111         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2112         Actually add the pad template.
2113         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2114
2115         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2116         I'm at it...
2117
2118         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2119         from fdsrc. Get caps in create() instead of start() so it can be
2120         interrupted. Interruption somewhat untested.
2121
2122         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2123         Proper EOS handling.
2124
2125 2005-09-27  Andy Wingo  <wingo@pobox.com>
2126
2127         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2128
2129         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2130
2131         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2132
2133         * gst/tcp/gsttcp.h: 
2134         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2135         out of tcpclientsrc.c. Cancellable.
2136         (gst_tcp_socket_read): Made private, cancellable, with better
2137         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2138         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2139         whole buffer, and better diagnostics.
2140         (gst_tcp_gdp_read_caps): Same.
2141
2142         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2143
2144 2005-09-26  Andy Wingo  <wingo@pobox.com>
2145
2146         * gst/sine/gstsinesrc.h:
2147         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2148         change the 'sync' property to 'is-live' and implement it halfway,
2149         update for controller api change.
2150
2151         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2152         controller api change.
2153
2154 2005-09-24  Wim Taymans  <wim@fluendo.com>
2155
2156         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2157         * gst-libs/gst/audio/gstaudiosink.c:
2158         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2159         (gst_audioringbuffer_stop):
2160         * gst-libs/gst/audio/gstbaseaudiosink.c:
2161         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2162         (gst_base_audio_sink_change_state):
2163         * gst-libs/gst/audio/gstbaseaudiosink.h:
2164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2165         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2166         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2167         * gst-libs/gst/audio/gstringbuffer.h:
2168         Fix sync again. Moved sample alignment to basesink.
2169
2170 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2171
2172         * docs/plugins/Makefile.am:
2173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2175         * gst/volume/gstvolume.c:
2176           add/fix docs
2177         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2178         * gst-libs/gst/audio/audio.h:
2179           add conversion macros for frames <-> clocktime
2180
2181 2005-09-23  David Schleef  <ds@schleef.org>
2182
2183         * gst/audioresample/Makefile.am:
2184         * gst/audioresample/debug.h:
2185         * gst/audioresample/gstaudioresample.c:
2186         * gst/audioresample/resample.c: Convert to using gst debugging
2187
2188 2005-09-22  Wim Taymans  <wim@fluendo.com>
2189
2190         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2191         (gst_play_bin_send_event):
2192         Only seek on one sink, the first one that succeeds.
2193
2194 2005-09-22  Michael Smith <msmith@fluendo.com>
2195
2196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2197         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2198         Don't flush encoder state unless we have an initialised encoder.
2199         Clear out encoder state on PAUSED_TO_READY.
2200
2201 2005-09-22  Wim Taymans  <wim@fluendo.com>
2202
2203         * gst-libs/gst/rtp/gstbasertppayload.c:
2204         (gst_basertppayload_class_init), (gst_basertppayload_init),
2205         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2206         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2207         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2208         (gst_basertppayload_set_property),
2209         (gst_basertppayload_get_property),
2210         (gst_basertppayload_change_state):
2211         * gst-libs/gst/rtp/gstbasertppayload.h:
2212         Added max-ptime to control amount of data in the rtp packets.
2213
2214 2005-09-21  Andy Wingo  <wingo@pobox.com>
2215
2216         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2217         thingies.
2218
2219         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2220         can be called multiple times, dogs.
2221
2222 2005-09-21  Wim Taymans  <wim@fluendo.com>
2223
2224         * gst-libs/gst/rtp/gstbasertppayload.c:
2225         (gst_basertppayload_class_init), (gst_basertppayload_init),
2226         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2227         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2228         (gst_basertppayload_push), (gst_basertppayload_get_property),
2229         (gst_basertppayload_change_state):
2230         Allow 0 ssrc too.
2231
2232 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2233
2234         * docs/libs/compiling.sgml:
2235           fixing typos
2236
2237 2005-09-20  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst-libs/gst/rtp/gstbasertppayload.c:
2240         (gst_basertppayload_class_init), (gst_basertppayload_init),
2241         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2242         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2243         (gst_basertppayload_push), (gst_basertppayload_set_property),
2244         (gst_basertppayload_get_property),
2245         (gst_basertppayload_change_state):
2246         * gst-libs/gst/rtp/gstbasertppayload.h:
2247         Added property to configure sequence number offsets.
2248
2249 2005-09-20  Wim Taymans  <wim@fluendo.com>
2250
2251         * gst-libs/gst/rtp/gstbasertppayload.c:
2252         (gst_basertppayload_class_init), (gst_basertppayload_init),
2253         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2254         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2255         (gst_basertppayload_push), (gst_basertppayload_set_property),
2256         (gst_basertppayload_get_property),
2257         (gst_basertppayload_change_state):
2258         * gst-libs/gst/rtp/gstbasertppayload.h:
2259         Make timestamp offset configurable.
2260
2261 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2262
2263         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2264           fix wrong pop/unref
2265
2266 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2267
2268         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2269
2270         * gst-libs/gst/interfaces/propertyprobe.c:
2271         (gst_property_probe_probe_property_name),
2272         (gst_property_probe_needs_probe_name),
2273         (gst_property_probe_get_values_name),
2274         (gst_property_probe_probe_and_get_values_name):
2275           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2276           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2277
2278 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2279
2280         * check/Makefile.am:
2281           have some tests be disabled for valgrinding
2282         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2283         (GST_START_TEST):
2284         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2285           Fix A Leak.  Chain To Parent Finalize.
2286
2287 2005-09-19  Wim Taymans  <wim@fluendo.com>
2288
2289         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2290         Fixed wav pipeline.
2291
2292 2005-09-19  Wim Taymans  <wim@fluendo.com>
2293
2294         * gst-libs/gst/rtp/gstbasertppayload.c:
2295         (gst_basertppayload_class_init), (gst_basertppayload_init),
2296         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2297         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2298         (gst_basertppayload_push), (gst_basertppayload_get_property),
2299         (gst_basertppayload_change_state):
2300         Posting ERROR and WARNING messages is good.
2301
2302 2005-09-19  Wim Taymans  <wim@fluendo.com>
2303
2304         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2305         (gst_base_rtp_depayload_add_to_queue),
2306         (gst_base_rtp_depayload_push),
2307         (gst_base_rtp_depayload_set_gst_timestamp),
2308         (gst_base_rtp_depayload_queue_release):
2309         This one was not supposed to go in.
2310
2311 2005-09-19  Wim Taymans  <wim@fluendo.com>
2312
2313         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2314         Fix for bus API.
2315
2316         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2317         (gst_base_rtp_depayload_chain),
2318         (gst_base_rtp_depayload_add_to_queue),
2319         (gst_base_rtp_depayload_push),
2320         (gst_base_rtp_depayload_set_gst_timestamp),
2321         (gst_base_rtp_depayload_queue_release):
2322         Some cleanups.
2323
2324         * gst-libs/gst/rtp/gstbasertppayload.c:
2325         (gst_basertppayload_class_init), (gst_basertppayload_init),
2326         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2327         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2328         (gst_basertppayload_get_property),
2329         (gst_basertppayload_change_state):
2330         Added debugging category.
2331
2332 2005-09-18  David Schleef  <ds@schleef.org>
2333
2334         * gst/playback/gstdecodebin.c: free plugin list correctly
2335         * gst/playback/gstplaybin.c: emit warning if autovideosink
2336           and autoaudiosink can't be found (instead of segfaulting)
2337
2338 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2339
2340         * check/elements/audioconvert.c: (GST_START_TEST):
2341           try out 24 bit conversion
2342
2343 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2344
2345         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2346         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2347         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2348         * ext/vorbis/vorbisenc.h:
2349           Fix EOS handling.  Still needs a fix in the ogg muxer to
2350           mark the last page as eos.
2351
2352 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2353
2354         * common/gtk-doc-plugins.mak:
2355         * docs/plugins/Makefile.am:
2356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2357         * gst/ffmpegcolorspace/Makefile.am:
2358         * gst/ffmpegcolorspace/avcodec.h:
2359         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2360         * gst/tcp/gstmultifdsink.c:
2361           fix up ffmpegcolorspace docs; extract header
2362
2363 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2364
2365         * common/gtk-doc-plugins.mak:
2366         * docs/plugins/Makefile.am:
2367         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2368         * ext/theora/Makefile.am:
2369         * ext/theora/gsttheoraenc.h:
2370         * ext/theora/theoraenc.c:
2371         * ext/vorbis/vorbisenc.c:
2372           pick up signals and args for vorbis; add some docs for vorbis
2373
2374 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2375
2376         * common/gstdoc-scangobj:
2377         * common/gtk-doc-plugins.mak:
2378         * docs/libs/Makefile.am:
2379         * docs/plugins/gst-plugins-base-plugins.args:
2380         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2381         * docs/plugins/gst-plugins-base-plugins.interfaces:
2382         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2383         * docs/plugins/gst-plugins-base-plugins.signals:
2384           only scanobj stuff from our source module.  Not sure yet
2385           if that's correct, given the hierarchy stuff :)
2386
2387 2005-09-15  Wim Taymans  <wim@fluendo.com>
2388
2389         * gst/audioconvert/gstaudioconvert.c:
2390         And enable 24 bits mode as well..
2391
2392 2005-09-15  Wim Taymans  <wim@fluendo.com>
2393
2394         * gst-libs/gst/rtp/Makefile.am:
2395         * gst-libs/gst/rtp/gstbasertppayload.c:
2396         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2397         (gst_basertppayload_class_init), (gst_basertppayload_init),
2398         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2399         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2400         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2401         (gst_basertppayload_set_property),
2402         (gst_basertppayload_get_property),
2403         (gst_basertppayload_change_state):
2404         * gst-libs/gst/rtp/gstbasertppayload.h:
2405         Added rtp payloader base class.
2406
2407 2005-09-15  Andy Wingo  <wingo@pobox.com>
2408
2409         * configure.ac (plugindir): Remove the EOL matcher from the
2410         regexp, as it causes me problems. Libtool? Make? Who knows?
2411
2412 2005-09-14  David Schleef  <ds@schleef.org>
2413
2414         * check/generic/states.c: 
2415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2416         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2417           Fixes for changes in registry API.
2418
2419         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2420           to GST_PLUGIN_LDFLAGS.
2421         * ext/libvisual/visual.c: Make the library shut up.
2422         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2423         * gst-libs/gst/audio/gstaudiofilter.c: same
2424
2425 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2426
2427         * docs/plugins/Makefile.am:
2428         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2429         * docs/plugins/inspect/plugin-libvisual.xml:
2430         * docs/plugins/tmpl/element-tcpserversink.sgml:
2431         * ext/theora/theoraenc.c:
2432           add libvisual plugin and theoraenc element to docs
2433
2434 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2435
2436         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2437         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2438         * ext/theora/theoraenc.c:
2439           add theoraenc
2440
2441 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         * gst/audioconvert/Makefile.am:
2444           Audioconvert derives from GstBaseTransform and should
2445           link to the library with our base elements to avoid
2446           unresolved symbols. Makes things work with MinGW (#316160)
2447
2448         * gst/playback/test4.c: (main):
2449           Fix MinGW build problem and use g_usleep() instead of 
2450           sleep() (#316162)
2451
2452 2005-09-12  Wim Taymans  <wim@fluendo.com>
2453
2454         * gst/audioconvert/audioconvert.c: (float),
2455         (audio_convert_prepare_context), (audio_convert_convert):
2456         * gst/audioconvert/audioconvert.h:
2457         Cleanups, speedups, simplifications, added back support
2458         for 24 bits.
2459
2460 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2461
2462         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2463         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2464         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2465         * docs/plugins/tmpl/element-tcpserversink.sgml:
2466         * gst/ffmpegcolorspace/gstffmpeg.c:
2467         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2468         * gst/videotestsrc/gstvideotestsrc.c:
2469         * gst/volume/gstvolume.c:
2470           add more elements to the docs
2471
2472 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2473
2474         * check/Makefile.am:
2475         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2476         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2477           Add extra tests for basetransform based components. 
2478           Comment out the test_element_negotiation test until we decide
2479           if it's testing correct behaviour.
2480         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2481         (gst_visual_chain), (gst_visual_change_state):
2482           Slightly more correct but still bogus timestamping.
2483           Fix state change function.
2484         * gst/audioconvert/gstaudioconvert.c:
2485         (gst_audio_convert_class_init):
2486         * gst/audioresample/gstaudioresample.c:
2487         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2488         (gst_ffmpegcsp_class_init):
2489         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2490         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2491         (gst_videoscale_prepare_image):
2492         * gst/volume/gstvolume.c: (gst_volume_class_init),
2493         (volume_transform_ip):
2494           Basetransform updates. Enable passthrough modes.
2495         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2496         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2497         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2498           Negotiation fix that allows the window to return to the original
2499           size and renegotiate passthrough upstream. Extra debug output.
2500
2501 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2502
2503         * gst/sine/gstsinesrc.c:
2504         * gst/volume/gstvolume.c:
2505           fix up header include
2506
2507 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2508
2509         * gst-libs/gst/audio/gstbaseaudiosink.c:
2510         (gst_base_audio_sink_render):
2511         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2512         * gst/volume/gstvolume.c: (gst_volume_class_init),
2513         (volume_transform):
2514           fixing lost sync, some more debugging
2515
2516 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2517
2518         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2519         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2520         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2521         (gst_xvimagesink_check_xshm_calls):
2522           Fix compilation when XShm is not available.
2523
2524 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2525
2526         * ext/libvisual/visual.c: (gst_visual_dispose),
2527         (gst_visual_getcaps), (gst_visual_src_setcaps),
2528         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2529         (gst_visual_change_state):
2530           Finish fixing up libvisual plugin so that it runs. 
2531
2532 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2533
2534         * ext/vorbis/vorbisenc.c:
2535         * gst-libs/gst/tag/gstvorbistag.c:
2536           gsttaginterface.h -> gsttagsetter.h
2537
2538 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2539
2540         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2541           added another test that failes for me (test is not active by default)
2542
2543 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2544
2545         * configure.ac:
2546           v4l2 is no longer in gst-plugins-base
2547
2548 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2549
2550         * configure.ac:
2551           In the output at the end, don't show the first plugin on the same
2552           line as "Core plug-ins, always built:".
2553           Indent the output as for other plugin categories
2554         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2555           #define that can be used to not use peer buffer_alloc functions for
2556           test purposes.
2557         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2558         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2559         (gst_ximagesink_show_frame):
2560         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2561         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2562         (gst_xvimagesink_show_frame):
2563           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2564           fails gracefully instead of XError aborting or deadlocking.
2565
2566 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2567
2568         * ext/libvisual/Makefile.am:
2569           link against gst-base-libs
2570
2571 2005-09-06  David Schleef  <ds@schleef.org>
2572
2573         * configure.ac: Enable libvisual plugin.
2574         * ext/libvisual/Makefile.am:
2575         * ext/libvisual/visual.c: Fixes to make it compile.
2576
2577 === release 0.9.2 ===
2578
2579 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2580
2581         * NEWS:
2582         * RELEASE:
2583         * configure.ac:
2584         * docs/random/ChangeLog-0.8:
2585           releasing 0.9.2, "Spoon"
2586
2587 2005-09-05  Michael Smith <msmith@fluendo.com>
2588
2589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2590           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2591           that in the vorbisenc element.
2592
2593 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2594
2595         * common/gtk-doc-plugins.mak:
2596         * docs/plugins/Makefile.am:
2597           fix distcheck
2598         * gst/audioresample/resample.c:
2599           fix wrong docstring
2600
2601 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2602
2603         * common/gst-xmlinspect.py:
2604         * common/gtk-doc-plugins.mak:
2605           only inspect plugins for this given package
2606           require gst-python 0.9
2607
2608 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2609
2610         * Makefile.am:
2611         * autogen.sh:
2612         * common/gst-xmlinspect.py:
2613         * configure.ac:
2614         * docs/Makefile.am:
2615         * docs/plugins/inspect/plugin-alsa.xml:
2616         * docs/plugins/inspect/plugin-audioresample.xml:
2617         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2618         * docs/plugins/inspect/plugin-ogg.xml:
2619         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2620         * docs/plugins/tmpl/element-multifdsink.sgml:
2621         * docs/plugins/tmpl/element-tcpserversink.sgml:
2622         * docs/plugins/tmpl/element-vorbisenc.sgml:
2623         * gst-plugins-base.spec.in:
2624           various doc-related updates
2625
2626 2005-08-31  Wim Taymans  <wim@fluendo.com>
2627
2628         * gst-libs/gst/audio/gstbaseaudiosink.c:
2629         (gst_base_audio_sink_render):
2630         Resync if the buffer timestamps drift more than a 10th 
2631         of a second.
2632
2633 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2634
2635         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2636         (gst_v4lsrc_get_property):
2637           The 'timestamp-offset' property is registered as an int64, so
2638           let's use g_value_{set|get}_int64() in our setter and getter
2639           functions (makes it work and fixes warnings with gst-inspect).
2640
2641 2005-08-30  Wim Taymans  <wim@fluendo.com>
2642
2643         * check/elements/audioconvert.c: (setup_audioconvert):
2644         * check/elements/audioresample.c: (setup_audioresample):
2645         * check/elements/volume.c: (setup_volume):
2646         Fix checks.
2647
2648 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2649
2650         * common/gtk-doc-plugins.mak:
2651         * common/plugins.xsl:
2652         * docs/plugins/Makefile.am:
2653           make module a param
2654
2655 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2656
2657         * examples/seeking/seek.c: (make_mp3_pipeline),
2658         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2659         (play_cb), (pause_cb), (stop_cb):
2660           update the example
2661
2662 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2663
2664         * gst/volume/gstvolume.c: (gst_volume_class_init),
2665         (volume_transform):
2666           do not update controlled params, if buffer has no timestamp
2667
2668 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2669
2670         * configure.ac:
2671         * gst/sine/Makefile.am:
2672         * gst/volume/Makefile.am:
2673           controllerized elements also need to link against controller-libs ;)
2674
2675 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2676
2677         * docs/libs/tmpl/gstcolorbalance.sgml:
2678         * docs/libs/tmpl/gstgconf.sgml:
2679         * docs/libs/tmpl/gstmixer.sgml:
2680         * docs/libs/tmpl/gstringbuffer.sgml:
2681         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2682         (gst_sinesrc_create):
2683         * gst/volume/gstvolume.c: (gst_volume_class_init),
2684         (volume_transform):
2685           controllerized two audio plugins
2686
2687 2005-08-29  Andy Wingo  <wingo@pobox.com>
2688
2689         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2690         (vorbis_handle_data_packet): Fix some int overflow errors.
2691
2692         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2693         -1.
2694         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2695         valid.
2696         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2697         if it's valid. Fixed streaming-mode playback.
2698
2699         * check/elements/volume.c (cleanup_volume): Fix for running
2700         CK_FORK=no.
2701
2702         * check/elements/audioconvert.c: Convert from native endian, not
2703         little endian.
2704
2705 2005-08-29  Michael Smith <msmith@fluendo.com>
2706
2707         * ext/ogg/Makefile.am:
2708         * ext/ogg/gstogg.c: (plugin_init):
2709         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2710         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2711         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2712         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2713         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2714         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2715         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2716         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2717         Add an ogg parser element.
2718
2719 2005-08-28  Andy Wingo  <wingo@pobox.com>
2720
2721         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2722
2723 2005-08-26  Wim Taymans  <wim@fluendo.com>
2724
2725         * gst/audioconvert/audioconvert.c: (if), (float),
2726         (audio_convert_get_func_index), (check_default),
2727         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2728         (audio_convert_clean_context), (audio_convert_get_sizes),
2729         (audio_convert_convert):
2730         Cleanups.
2731
2732 2005-08-26  Wim Taymans  <wim@fluendo.com>
2733
2734         * gst/audioconvert/audioconvert.c: (if), (float),
2735         (audio_convert_get_func_index), (check_default),
2736         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2737         (audio_convert_clean_context), (audio_convert_get_sizes),
2738         (audio_convert_convert):
2739         More elegant and working temp buffer selection algo.
2740
2741 2005-08-26  Wim Taymans  <wim@fluendo.com>
2742
2743         * gst/audioconvert/audioconvert.c: (if), (float),
2744         (audio_convert_get_func_index), (check_default),
2745         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2746         (audio_convert_clean_context), (audio_convert_get_sizes),
2747         (get_temp_buffer), (audio_convert_convert):
2748         Use realloc else we lose our original data.
2749
2750 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2751
2752         * gst/audioresample/gstaudioresample.c:
2753           use base class' newsegment to properly timestamp
2754
2755 2005-08-26  Wim Taymans  <wim@fluendo.com>
2756
2757         * gst/audioconvert/audioconvert.c: (if), (float),
2758         (audio_convert_get_func_index), (check_default),
2759         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2760         (audio_convert_clean_context), (audio_convert_get_sizes),
2761         (get_temp_buffer), (audio_convert_convert):
2762         * gst/audioconvert/gstaudioconvert.c:
2763         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2764         (gst_audio_convert_transform_caps),
2765         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2766         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2767         Oops, allocate enough space to perform the channel mix.
2768
2769 2005-08-26  Wim Taymans  <wim@fluendo.com>
2770
2771         * gst/audioconvert/Makefile.am:
2772         * gst/audioconvert/audioconvert.c: (if), (float),
2773         (audio_convert_get_func_index), (check_default),
2774         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2775         (audio_convert_clean_context), (audio_convert_get_sizes),
2776         (get_temp_buffer), (audio_convert_convert):
2777         * gst/audioconvert/audioconvert.h:
2778         * gst/audioconvert/gstaudioconvert.c:
2779         (gst_audio_convert_class_init), (gst_audio_convert_init),
2780         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2781         (gst_audio_convert_get_unit_size),
2782         (gst_audio_convert_transform_caps),
2783         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2784         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2785         * gst/audioconvert/gstaudioconvert.h:
2786         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2787         (gst_channel_mix_fill_identical),
2788         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2789         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2790         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2791         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2792         (gst_channel_mix_mix):
2793         * gst/audioconvert/gstchannelmix.h:
2794         Cleanups, librarify a bit, optimize, better negotiation and more.
2795
2796 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2797
2798         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2799         Another from MikeS:
2800         During typefinding, don't support negative offsets
2801         (offsets from the end of the stream) in our typefind->peek() function
2802         - nothing embedded in ogg ever needs them. However, we need to recognise
2803         those requests and reject them, otherwise we return invalid pointers.
2804
2805 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2806
2807         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2808         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2809         (vorbisdec_finalize), (vorbis_handle_type_packet):
2810           Big shout-out to MikeS for fixing this giant memory leak.
2811           Huzzah!
2812
2813 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2814
2815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2816         (audio_convert_get_unit_size):
2817           plug some leaks
2818
2819 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2820
2821         * check/Makefile.am:
2822         * check/elements/audioconvert.c: (setup_audioconvert),
2823         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2824         (GST_START_TEST), (audioconvert_suite), (main):
2825           add a test for audioconvert
2826         * gst/audioresample/gstaudioresample.c:
2827         * gst/audioresample/gstaudioresample.h:
2828           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2829           note that for buffers of 1/3 sec this means DURATION(c) is 
2830           one nanosecond more than for a and b
2831
2832 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2833
2834         * check/Makefile.am:
2835         * check/elements/audioresample.c: (setup_audioresample),
2836         (cleanup_audioresample), (fail_unless_perfect_stream),
2837         (test_perfect_stream_instance), (GST_START_TEST),
2838           add a check for audioresample
2839         (audioresample_suite), (main):
2840         * check/elements/volume.c: (GST_START_TEST):
2841           remove unused method
2842         * gst/audioresample/gstaudioresample.c:
2843           set correct buffer parameters since we're changing them
2844         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2845           add some debug
2846
2847 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2848
2849         * gst/audioresample/debug.c:
2850         * gst/audioresample/gstaudioresample.c:
2851           add room for extra overlap samples when asked to transform size
2852           protect against possible mem corruption and check for discrepancies
2853           between written size and outbuffer's size so we can warn for
2854           potential problems
2855         * gst/audioresample/resample.c: (resample_init),
2856         (resample_get_output_size_for_input), (resample_get_output_size),
2857         (resample_set_n_channels), (resample_set_format):
2858           set debug level based on RESAMPLE_DEBUG env var
2859           make sure that get_output_size* returns a whole number of
2860           sample_size
2861           set sample_size each time either channel or format is set
2862         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2863         * gst/audioresample/resample_functable.c:
2864         (resample_scale_functable):
2865         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2866           remove r->sample_size, it's done in resample.c now
2867           add some debugging to the ref implementation
2868           make sure we only give back bytes that are wholes of the sample
2869           size
2870
2871 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2872         * gst/playback/gstplaybasebin.c: (fill_buffer):
2873         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2874
2875 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2876
2877         * gst/volume/gstvolume.c:
2878           made set_caps function static
2879
2880 2005-08-24  Wim Taymans  <wim@fluendo.com>
2881
2882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2883         (gst_vorbisenc_change_state):
2884         Stop leaking taglists.
2885
2886 2005-08-24  Wim Taymans  <wim@fluendo.com>
2887
2888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2889         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2890         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2891         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2892         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2893         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2894         Parse seeking events better.
2895         Unref static caps.
2896         Generate correct newsegment events, fixes seeking in live oggs.
2897
2898         * ext/theora/theoradec.c: (theora_dec_src_query),
2899         (theora_dec_src_event), (theora_dec_src_getcaps),
2900         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2901         Use newsegment values to report correct play time.
2902
2903         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2904         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2905         * ext/vorbis/vorbisdec.h:
2906         Parse and use newsegment values to report correct play time.
2907
2908         * gst-libs/gst/audio/gstbaseaudiosink.c:
2909         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2910         Clear ringbuffer on flush.
2911         Use newsegment values to calculate playback time.
2912
2913         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2915         Basesink does newsegment calculations for us now.
2916
2917 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2918
2919         * check/Makefile.am:
2920         * configure.ac:
2921           add core's plugins to the mix so that playbin works
2922         * check/generic/states.c: (GST_START_TEST):
2923           set a 0 timeout on pipelines, so they don't force the next
2924           state change
2925         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2926         (gst_play_base_bin_change_state):
2927           remove the crappy error handling and do GST error handling
2928
2929 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2930
2931         * check/Makefile.am:
2932         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2933           add same test as to core, it bitches out on playbin atm.
2934
2935 2005-08-24  Wim Taymans  <wim@fluendo.com>
2936
2937         * configure.ac:
2938         Remove audioscale.
2939
2940 2005-08-24  Wim Taymans  <wim@fluendo.com>
2941
2942         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2943         (gst_videoscale_prepare_size), (parse_caps),
2944         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2945         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2946         (gst_videoscale_transform):
2947         * gst/videoscale/gstvideoscale.h:
2948         Refactor, make use of BaseTranform really well.
2949
2950 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2951
2952         * configure.ac:
2953           compile audioresample
2954         * gst/audioresample/Makefile.am:
2955         * gst/audioresample/buffer.c:
2956         * gst/audioresample/functable.c:
2957         * gst/audioresample/gstaudioresample.c:
2958         * gst/audioresample/gstaudioresample.h:
2959         * gst/audioresample/resample.c:
2960         (resample_get_output_size_for_input):
2961         * gst/audioresample/resample.h:
2962         * gst/audioresample/resample_chunk.c:
2963         * gst/audioresample/resample_functable.c:
2964         * gst/audioresample/resample_ref.c:
2965           port to use basetransform; doesn't work in all cases yet
2966
2967 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2968
2969         * gst/audioconvert/gstaudioconvert.c:
2970         (gst_audio_convert_class_init), (gst_audio_convert_init),
2971         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2972         (audio_convert_fixate_caps), (audio_convert_set_caps),
2973         (audio_convert_transform),
2974         (gst_audio_convert_buffer_to_default_format),
2975         (gst_audio_convert_buffer_from_default_format),
2976         (gst_audio_convert_channels):
2977         * gst/audioconvert/gstchannelmix.c:
2978         * gst/audioconvert/gstchannelmix.h:
2979           port to basetransform
2980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2981         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2982         (gst_ffmpegcsp_get_unit_size):
2983         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2984         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2985           fix for basetransform changes
2986
2987 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2988
2989         * check/Makefile.am:
2990           Add CHECK_CFLAGS and LDFLAGS
2991
2992         * gst/playback/gstplaybasebin.c: (fill_buffer):
2993           GST_MESSAGE_SRC became a GObject
2994
2995 2005-08-24  Wim Taymans  <wim@fluendo.com>
2996
2997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2998         (gst_ring_buffer_clear_all):
2999         * gst-libs/gst/audio/gstringbuffer.h:
3000         Added function to clear the ringbuffer.
3001
3002 2005-08-24  Andy Wingo  <wingo@pobox.com>
3003
3004         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3005         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3006         of _open and _close.
3007
3008         * sys/v4l/gstv4lxoverlay.h:
3009         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3010         an Xv connection here, instead of all the time. Make Xv only be
3011         loaded if you axe for it. Kindof a workaround for buggy behaviour
3012         of Xv when using remote xservers (XvQueryExtension would block).
3013         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3014         replace the _open and _close public API. Only start the xv
3015         connection if necessary.
3016         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3017
3018 2005-08-23  David Schleef  <ds@schleef.org>
3019
3020         * gst/audioresample/Makefile.am: Leet audioresampling code
3021         * gst/audioresample/buffer.c:
3022         * gst/audioresample/buffer.h:
3023         * gst/audioresample/debug.c:
3024         * gst/audioresample/debug.h:
3025         * gst/audioresample/functable.c:
3026         * gst/audioresample/functable.h:
3027         * gst/audioresample/gstaudioresample.c:
3028         * gst/audioresample/gstaudioresample.h:
3029         * gst/audioresample/resample.c:
3030         * gst/audioresample/resample.h:
3031         * gst/audioresample/resample_chunk.c:
3032         * gst/audioresample/resample_functable.c:
3033         * gst/audioresample/resample_ref.c:
3034
3035 2005-08-23  Wim Taymans  <wim@fluendo.com>
3036
3037         * examples/seeking/seek.c: (make_vorbis_pipeline),
3038         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3039         Small seek updates.
3040
3041 2005-08-23  Andy Wingo  <wingo@pobox.com>
3042
3043         * gst-libs/gst/audio/gstbaseaudiosrc.c
3044         (gst_base_audio_src_fixate): Only fixate endianness if it is
3045         present in the caps.
3046
3047 2005-08-22  Andy Wingo  <wingo@pobox.com>
3048
3049         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3050         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3051         device-name property.
3052
3053         * gst-libs/gst/audio/gstaudiosrc.h:
3054         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3055         close_device in the ring buffer, like gstaudiosink.
3056
3057         * ext/alsa/gstalsamixer.h:
3058         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3059         macro to implement the interface without much code. Cleanups. 
3060
3061         * ext/alsa/gstalsasrc.h:
3062         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3063         READY.
3064
3065         * ext/alsa/Makefile.am: Add new files.
3066         * ext/alsa/gstalsamixerelement.c: 
3067         * ext/alsa/gstalsamixerelement.c: Split element code out from
3068         mixer code so that alsasrc can be a mixer too.
3069
3070 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3071
3072         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3073         (GST_START_TEST):
3074         * check/elements/vorbisdec.c: (setup_vorbisdec),
3075         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3076         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3077         (vorbis_handle_identification_packet),
3078         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3079         (vorbis_handle_header_packet), (vorbis_dec_push),
3080         (vorbis_dec_chain):
3081           use the setup/teardown methods to save code.  save code is good.
3082
3083 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3084
3085         * check/Makefile.am:
3086           add ext dir for plugins
3087           add vorbisdec test conditionally
3088         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3089         (GST_START_TEST), (volume_suite):
3090           add a test with wrong caps
3091         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3092         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3093           add a vorbisdec test
3094         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3095         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3096           clean up debug output
3097         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3098           yay, fix a segfault/security issue in vorbisdec
3099           gst-launch fakesrc ! vorbisdec wasn't happy
3100         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3101         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3102         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3103         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3104         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3105         (gst_vorbisenc_set_metadata), (get_constraints_string),
3106         (update_start_message), (gst_vorbisenc_setup),
3107         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3108         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3109         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3110         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3111         * ext/vorbis/vorbisenc.h:
3112           march in line
3113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3114         (gst_ffmpegcsp_transform):
3115           have the kow come home
3116         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3117           debug my func ptr
3118         * gst/volume/gstvolume.c: (volume_set_caps):
3119           add a debug
3120
3121 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3122
3123         * Makefile.am:
3124         * check/.cvsignore:
3125         * check/Makefile.am:
3126         * check/elements/.cvsignore:
3127         * check/elements/volume.c: (chain_func), (event_func),
3128         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3129         (main):
3130         * configure.ac:
3131           add unit test structure for gst-plugins-base
3132           add a test for volume
3133         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3134         (gst_volume_set_volume), (gst_volume_get_volume),
3135         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3136         (volume_funcfind), (volume_process_float), (volume_process_int16),
3137         (volume_set_caps), (volume_transform), (volume_update_mute),
3138         (volume_update_volume), (volume_set_property),
3139         (volume_get_property):
3140           document a little; use basetransform vmethod _set_caps
3141
3142 2005-08-19  Andy Wingo  <wingo@pobox.com>
3143
3144         * ext/alsa/gstalsamixertrack.h:
3145         * ext/alsa/gstalsamixertrack.c:
3146         * ext/alsa/gstalsamixeroptions.h:
3147         * ext/alsa/gstalsamixeroptions.c:
3148         * ext/alsa/gstalsamixer.h:
3149         * ext/alsa/gstalsamixer.c: Port to 0.9.
3150
3151         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3152         Remove gstalsa.c and alsaclock. No more cruft here.
3153         
3154 2005-08-18  Wim Taymans  <wim@fluendo.com>
3155
3156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3157         (gst_base_rtp_depayload_chain),
3158         (gst_base_rtp_depayload_add_to_queue),
3159         (gst_base_rtp_depayload_push),
3160         (gst_base_rtp_depayload_queue_release):
3161         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3162         Fix for RTPBuffer changes.
3163
3164         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3165         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3166         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3167         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3168         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3169         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3170         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3171         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3172         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3173         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3174         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3175         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3176         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3177         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3178         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3179         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3180         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3181         (gst_rtpbuffer_get_payload):
3182         * gst-libs/gst/rtp/gstrtpbuffer.h:
3183         Don't subclass GstBuffer but add methods and helper functions
3184         to construct and manipulate RTP packets in regular GstBuffers.
3185
3186 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3187
3188         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3189           moved statement below switch
3190         * gst/volume/gstvolume.c: (gst_volume_class_init):
3191           added debug ptr
3192
3193 2005-08-16  Wim Taymans  <wim@fluendo.com>
3194
3195         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3196         (gst_base_audio_src_change_state):
3197         Open and close device in READY<->NULL state change.
3198
3199 2005-08-16  Andy Wingo  <wingo@pobox.com>
3200
3201         * examples/seeking/Makefile.am: Don't compile non-compiling
3202         compiled objects with the compiler.
3203
3204         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3205         elements.
3206
3207 2005-08-12  Philippe Khalaf <burger@speedy.org>
3208         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3209         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3210           Made a thread to release the queue.
3211           Removed timestamp conversion for now.
3212
3213 2005-08-10  Philippe Khalaf <burger@speedy.org>
3214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3216           Added rtp timestamp -> gst timestamp conversion.
3217           Fixed several problems with queue.
3218
3219 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3220
3221         * gst-libs/gst/audio/gstaudioclock.h:
3222         * gst-libs/gst/audio/gstaudiofilter.h:
3223         * gst-libs/gst/audio/gstaudiosink.h:
3224         * gst-libs/gst/audio/gstaudiosrc.h:
3225         * gst-libs/gst/audio/gstbaseaudiosink.h:
3226         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3227         * gst-libs/gst/audio/gstringbuffer.h:
3228         * gst-libs/gst/net/gstnetbuffer.h:
3229         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3230         * gst-libs/gst/rtp/gstrtpbuffer.h:
3231           Add padding (you will need to rebuild gst-plugins-base,
3232           gst-plugins and all applications afterwards!)
3233
3234 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3235
3236         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3237         (gst_riff_parse_chunk):
3238           Fix bug in debug message and add some more debug messages.
3239
3240 2005-08-08  Edward Hervey  <edward@fluendo.com>
3241
3242         * gst-libs/gst/riff/riff-media.c:
3243         backported updates since branch
3244
3245 2005-08-08  Andy Wingo  <wingo@pobox.com>
3246
3247         * gst-libs/gst/audio/gstbaseaudiosink.c
3248         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3249         like good elements should. Close on READY->NULL too.
3250
3251         * gst-libs/gst/audio/gstaudiosink.c
3252         (gst_audioringbuffer_open_device,
3253         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3254         (gst_audioringbuffer_release): Updates for new ring buffer API,
3255         hook into the new audio sink api.
3256
3257         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3258         (GstAudioSinkClass.close): Just open and close the device -- no
3259         resource allocation or configuration.
3260         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3261         vmethods, handle device setup and resource allocation.
3262
3263         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3264         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3265         base class API.
3266
3267         * gst-libs/gst/audio/gstringbuffer.h
3268         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3269         New vmethods.
3270
3271         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3272         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3273         New API functions. The device should be opened before acquiring
3274         and closed after releasing.
3275
3276 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3277
3278         * gst-libs/gst/interfaces/mixer.h:
3279           Reset padding to GST_PADDING.
3280
3281 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3282
3283         * gst/playback/gstplaybin.c: (remove_sinks):
3284           Remove visualization from parent explicitely; works around some
3285           apparent refcount issue that I haven't tracked down yet.
3286
3287 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3288
3289         * ext/alsa/gstalsasink.c: (set_hwparams):
3290           Assign debug category, add negotiation debug msgs.
3291
3292 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3293
3294         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3295           Fix error code for file-not-found to NOT_FOUND.
3296
3297 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3298
3299         * common/gtk-doc-plugins.mak:
3300         * docs/plugins/Makefile.am:
3301         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3302         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3303           renamed to actual element names, so much nicer to look at
3304         * docs/plugins/tmpl/gstmultifdsink.sgml:
3305           remove
3306         * docs/plugins/tmpl/multifdsink.sgml:
3307         * docs/plugins/tmpl/tcpserversink.sgml:
3308           add
3309         * ext/alsa/gstalsa.c:
3310         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3311         * ext/ogg/gstoggmux.c:
3312         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3313         * gst/playback/gstdecodebin.c:
3314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3315         * gst/tcp/gsttcpserversink.c:
3316           various fixes and documentation additions
3317
3318 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3319
3320         * common/Makefile.am:
3321         * common/gstdoc-scangobj:
3322         * common/gtk-doc-plugins.mak:
3323         * common/gtk-doc.mak:
3324           add a custom scangobj that uses the registry
3325           add a custom gtk-doc-plugins.mak that uses it
3326           some doc build fixes
3327         * configure.ac:
3328         * docs/Makefile.am:
3329         * docs/plugins/Makefile.am:
3330         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3331         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3332         * docs/plugins/gst-plugins-base-plugins.types:
3333         * docs/plugins/tmpl/gstmultifdsink.sgml:
3334           add docs for one element, multifdsink
3335         * gst/adder/gstadder.h:
3336         * gst/volume/gstvolume.h:
3337           don't privatize enum
3338         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3339         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3340         (gst_sync_method_get_type), (gst_client_status_get_type),
3341         (gst_multifdsink_class_init),
3342         (gst_multifdsink_client_queue_buffer),
3343         (gst_multifdsink_handle_client_write):
3344         * gst/tcp/gstmultifdsink.h:
3345         * gst/tcp/gsttcp.h:
3346         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3347         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3348         (gst_tcpclientsink_render):
3349         * gst/tcp/gsttcpclientsink.h:
3350         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3351         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3352         (gst_tcpclientsrc_start):
3353         * gst/tcp/gsttcpclientsrc.h:
3354         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3355         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3356         * gst/tcp/gsttcpserversrc.h:
3357         * gst/typefind/gsttypefindfunctions.c:
3358           remove superfluous Type stuff
3359
3360 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3361
3362         * gst/playback/gstplaybin.c: (gen_video_element):
3363           Enable videoscale.
3364
3365 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3366
3367         * gst-libs/gst/gconf/gconf.c:
3368         * gst-libs/gst/gconf/gconf.h:
3369           Fix some Andy Problem [tm].
3370
3371 2005-08-04  Andy Wingo  <wingo@pobox.com>
3372
3373         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3375         (gst_ffmpegcsp_get_size): Adapt to API changes.
3376
3377         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3378         Implement an in-place do-nothing transform.
3379
3380 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3381
3382         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3383         (gst_ximagesink_renegotiate_size):
3384           Do not set new window sizes yet if we prepare a new buffer size
3385           for upstream renegotiation (software scaling) at some point in the
3386           future, because this new size waqs not actually accepted yet. Once
3387           accepted, renegotiation later on will set the new sizes just fine.
3388           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3389           embedding testcase.
3390
3391 2005-08-03  Andy Wingo  <wingo@pobox.com>
3392
3393         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3394         (gst_ximagesink_buffer_alloc): 
3395         Protect the height, width, and desired_caps with the pool_lock.
3396         Fixes videotestsrc ! queue ! ximagesink.
3397
3398 2005-08-02  Edward Hervey  <edward@fluendo.com>
3399
3400         * gst/volume/gstvolume.c:
3401         include left from controller cleanup
3402
3403 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3405           Stop collectpads before calling the parent state
3406           change function on PAUSED->READY.
3407
3408 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3409         * configure.ac:
3410           When testing for X libs, use the X CFlags 
3411         * gst/adder/gstadder.c: (gst_adder_change_state):
3412           Stop the collectpads before calling parent state change function
3413           on PAUSED->READY, otherwise we deadlock deactivating pads.
3414
3415 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3416
3417         * configure.ac:
3418         * docs/libs/tmpl/gstcolorbalance.sgml:
3419         * docs/libs/tmpl/gstmixer.sgml:
3420         * examples/Makefile.am:
3421         * gst/sine/Makefile.am:
3422         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3423         (gst_sinesrc_set_property), (plugin_init):
3424         * gst/sine/gstsinesrc.h:
3425         * gst/volume/Makefile.am:
3426         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3427         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3428         (volume_process_float), (volume_process_int16),
3429         (volume_set_property), (plugin_init):
3430         * gst/volume/gstvolume.h:
3431           deactivate and remove dparams (libgstcontrol)
3432
3433 2005-07-29  Wim Taymans  <wim@fluendo.com>
3434
3435         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3436         Convert me to BaseTransform!! help..
3437
3438 2005-07-29  Andy Wingo  <wingo@pobox.com>
3439
3440         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3441         sinks.
3442
3443         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3444         support of both endiannesses.
3445
3446 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3447
3448         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3449           Fix confusing debug message (s/event/query/)
3450
3451 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3452
3453         * gst/videotestsrc/videotestsrc.h:
3454           Use "_stdint.h" instead of <stdint.h>
3455
3456 2005-07-27  Wim Taymans  <wim@fluendo.com>
3457
3458         * ext/vorbis/Makefile.am:
3459         Revert wrong commit.
3460
3461 2005-07-27  Wim Taymans  <wim@fluendo.com>
3462
3463         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3464         More compilation fixen.
3465
3466 2005-07-27  Wim Taymans  <wim@fluendo.com>
3467
3468         * gst-libs/gst/audio/gstbaseaudiosink.c:
3469         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3470         (gst_base_audio_sink_create_ringbuffer),
3471         (gst_base_audio_sink_change_state):
3472         Fix compilation.
3473
3474 2005-07-27  Wim Taymans  <wim@fluendo.com>
3475
3476         * examples/seeking/seek.c: (setup_dynamic_link),
3477         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3478         (query_positions_elems), (query_positions_pads), (do_seek):
3479         Update seek example.
3480
3481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3482         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3483         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3484         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3485         (gst_ogg_demux_handle_event),
3486         (gst_ogg_demux_deactivate_current_chain),
3487         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3488         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3489         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3490         (gst_ogg_demux_loop):
3491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3492         * ext/theora/theoradec.c: (theora_dec_src_event),
3493         (theora_dec_src_getcaps), (theora_dec_sink_event),
3494         (theora_dec_push), (theora_dec_chain):
3495         * ext/vorbis/Makefile.am:
3496         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3497         (vorbis_dec_sink_event), (vorbis_dec_push),
3498         (vorbis_handle_data_packet):
3499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3500         (gst_vorbisenc_chain):
3501         * gst/playback/gststreaminfo.c: (cb_probe):
3502         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3503         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3504         * gst/videoscale/gstvideoscale.c:
3505         (gst_videoscale_handle_src_event):
3506         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3507         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3508         (gst_ximagesink_navigation_send_event):
3509         * sys/xvimage/xvimagesink.c:
3510         (gst_xvimagesink_navigation_send_event):
3511         Various event updates and cleanups
3512
3513 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3514
3515         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3516           Fix segfault for I420/YV12.
3517
3518 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3519
3520         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3521           Report bitrate.
3522
3523 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3524
3525         * gst/playback/gstplaybin.c: (gen_video_element),
3526         (gen_audio_element):
3527           Switch to auto*sink elements as default sinks; add volume element
3528           so that volume control in totem works.
3529
3530 2005-07-21  Wim Taymans  <wim@fluendo.com>
3531
3532         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3533         * gst/playback/gstplaybin.c: (setup_sinks),
3534         (gst_play_bin_change_state):
3535         Refcount fix and more comments.
3536
3537 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3538
3539         * sys/ximage/Makefile.am:
3540         * sys/ximage/ximage.c: (plugin_init):
3541         * sys/ximage/ximagesink.c:
3542         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3543         
3544
3545 2005-07-21  Wim Taymans  <wim@fluendo.com>
3546
3547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3548         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3549         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3550         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3551         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3552         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3553         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3554         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3555         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3556         Generate correct disconts for live chained oggs.
3557
3558         * gst-libs/gst/audio/gstbaseaudiosink.c:
3559         (gst_base_audio_sink_render),
3560         (gst_base_audio_sink_create_ringbuffer),
3561         (gst_base_audio_sink_change_state):
3562         Handle discont math correctly.
3563
3564         * gst/playback/gstplaybin.c: (add_sink):
3565         Some small debug cleanup.
3566
3567 2005-07-21  Wim Taymans  <wim@fluendo.com>
3568
3569         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3570         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3571         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3572         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3573         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3574         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3575         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3576         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3577         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3578         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3579         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3580         (gst_ogg_demux_change_state), (gst_ogg_print):
3581         Reorganize code to send the right disconts when in streaming
3582         mode.
3583
3584 2005-07-20  Andy Wingo  <wingo@pobox.com>
3585
3586         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3587         fix (?), fixes a seggie mcfalterson (#310894).
3588
3589 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3590
3591         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3592         (gst_ogg_mux_set_header_on_caps):
3593         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3595         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3596         * gst-libs/gst/audio/multichannel.c:
3597         (gst_audio_set_channel_positions),
3598         (gst_audio_set_structure_channel_positions_list):
3599         * gst/playback/gstdecodebin.c: (dynamic_create):
3600         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3601         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3602           Fixes for API changes in core.
3603
3604 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3605
3606         * gst/playback/gstplaybasebin.c: (fill_buffer):
3607           Use _new_custom() so we can set custom message types for buffering
3608           messages.
3609
3610 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3611
3612         * configure.ac:
3613         * gst-libs/gst/Makefile.am:
3614         * gst-libs/gst/gconf/.cvsignore:
3615         * gst-libs/gst/gconf/Makefile.am:
3616         * gst-libs/gst/gconf/test-gconf.c:
3617         * pkgconfig/Makefile.am:
3618         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3619         * pkgconfig/gstreamer-gconf.pc.in:
3620           Remove gconf stuff, use gconf elements instead from now on.
3621
3622 2005-07-20  Wim Taymans  <wim@fluendo.com>
3623
3624         * gst-libs/gst/audio/TODO:
3625         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3626         (gst_audio_clock_get_internal_time):
3627         * gst-libs/gst/audio/gstaudioclock.h:
3628         * gst-libs/gst/audio/gstbaseaudiosink.c:
3629         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3630         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3631         (gst_base_audio_sink_render),
3632         (gst_base_audio_sink_create_ringbuffer),
3633         (gst_base_audio_sink_change_state):
3634         Make sure the audio clock always returns an increasing value.
3635
3636 2005-07-19  Andy Wingo  <wingo@pobox.com>
3637
3638         * gst/videotestsrc/: Cleanups.
3639
3640 2005-07-19  Wim Taymans  <wim@fluendo.com>
3641
3642         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3643         Better debugging.
3644
3645 2005-07-19  Wim Taymans  <wim@fluendo.com>
3646
3647         * examples/seeking/seek.c: (make_dv_pipeline),
3648         (make_vorbis_theora_pipeline), (query_rates),
3649         (query_positions_elems), (query_positions_pads), (do_seek):
3650         Make correct DV pipeline.
3651
3652 2005-07-18  Andy Wingo  <wingo@pobox.com>
3653
3654         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3655         default. Also because it's the only thing that really works. (This
3656         is used in the GConf elements).
3657         Use AS_LIBTOOL_TAGS.
3658
3659 2005-07-18  Wim Taymans  <wim@fluendo.com>
3660
3661         * gst/playback/gstdecodebin.c: (remove_element_chain):
3662         * gst/playback/gstplaybin.c: (add_sink):
3663         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3664         (gst_stream_info_set_mute):
3665         * gst/playback/gststreamselector.c:
3666         (gst_stream_selector_get_linked_pad),
3667         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3668         More leak and compile fixes.
3669
3670 2005-07-18  Wim Taymans  <wim@fluendo.com>
3671
3672         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3673         (query_rates), (query_positions_elems), (query_positions_pads),
3674         (do_seek), (seek_cb), (stop_seek):
3675         Updated seek example. 
3676
3677         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3678         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3679         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3680         * gst/playback/gstplaybin.c: (add_sink):
3681         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3682         (gst_stream_info_set_mute):
3683         Some refcount leak fixes.
3684
3685 2005-07-16  Wim Taymans  <wim@fluendo.com>
3686
3687         * gst-libs/gst/audio/gstbaseaudiosink.c:
3688         (gst_base_audio_sink_render):
3689         Align samples even if we have roundoff errors in the 
3690         timestamp conversion.
3691
3692 2005-07-16  Wim Taymans  <wim@fluendo.com>
3693
3694         * docs/libs/tmpl/gstringbuffer.sgml:
3695         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3696         (query_rates), (query_positions_elems), (query_positions_pads),
3697         (update_scale), (do_seek):
3698         Updated seek example.
3699
3700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3701         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3702         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3703         (gst_ogg_demux_loop):
3704         Push out correct discont values.
3705
3706         * ext/theora/theoradec.c: (theora_dec_src_convert),
3707         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3708         (theora_dec_sink_event), (theora_handle_type_packet),
3709         (theora_handle_header_packet), (theora_dec_push),
3710         (theora_handle_data_packet), (theora_dec_chain),
3711         (theora_dec_change_state):
3712         Better timestamping.
3713
3714         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3715         (vorbis_dec_sink_event), (vorbis_dec_push),
3716         (vorbis_handle_data_packet), (vorbis_dec_chain):
3717         * ext/vorbis/vorbisdec.h:
3718         Better timestamping.
3719
3720         * gst-libs/gst/audio/gstbaseaudiosink.c:
3721         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3722         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3723         Handle syncing on timestamps instead of sample offsets. Make
3724         use of DISCONT values as described in design docs.
3725
3726         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3727         (gst_base_audio_src_get_time):
3728         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3729         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3730         (gst_ring_buffer_read):
3731         * gst-libs/gst/audio/gstringbuffer.h:
3732         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3733         (gst_ximagesink_show_frame):
3734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3735         Correcly convert buffer timestamp to stream time.
3736
3737 2005-07-16  Wim Taymans  <wim@fluendo.com>
3738
3739         * gst/audioconvert/gstaudioconvert.c:
3740         (gst_audio_convert_get_buffer):
3741         Timestamp buffers correctly.
3742
3743         * gst/playback/gstplaybin.c: (gen_video_element):
3744         Make internal fakesink silent.
3745
3746 2005-07-15  Wim Taymans  <wim@fluendo.com>
3747
3748         * gst/ffmpegcolorspace/Makefile.am:
3749         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3750         (gst_ffmpegcsp_caps_remove_format_info),
3751         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3752         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3753         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3754         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3755         Ported ffmpegcolorspace to basetransform.
3756
3757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3758         * gst/volume/gstvolume.c: (volume_transform):
3759         Ported to new API.
3760
3761 2005-07-14  Wim Taymans  <wim@fluendo.com>
3762
3763         * gst/videotestsrc/Makefile.am:
3764         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3765         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3766         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3767         (gst_videotestsrc_init), (gst_videotestsrc_event),
3768         (gst_videotestsrc_create), (gst_videotestsrc_start),
3769         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3770         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3771         (gst_videotestsrc_get_property):
3772         * gst/videotestsrc/gstvideotestsrc.h:
3773         Make videotestsrc a pushsrc.
3774
3775 2005-07-14  Wim Taymans  <wim@fluendo.com>
3776
3777         * gst/tcp/gstfdset.c: (gst_fdset_free):
3778         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3779         (gst_multifdsink_add), (gst_multifdsink_remove),
3780         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3781         (gst_multifdsink_remove_client_link),
3782         (gst_multifdsink_client_queue_data),
3783         (gst_multifdsink_client_queue_caps),
3784         (gst_multifdsink_client_queue_buffer),
3785         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3786         (gst_multifdsink_stop):
3787         * gst/tcp/gstmultifdsink.h:
3788         0.8 backporting.
3789
3790         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3791         Also draw image when not from a pool.
3792
3793 2005-07-14  Wim Taymans  <wim@fluendo.com>
3794
3795         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3796         (mute_stream), (silence_stream):
3797         Small debug additions.
3798
3799 2005-07-14  Wim Taymans  <wim@fluendo.com>
3800
3801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3802         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3803         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3804         Better error recovery, ignore unconnected pads and
3805         non-fatal errors.
3806
3807 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3808
3809         * docs/libs/tmpl/gstaudio.sgml:
3810         * docs/libs/tmpl/gstcolorbalance.sgml:
3811         * docs/libs/tmpl/gstgconf.sgml:
3812         * docs/libs/tmpl/gstmixer.sgml:
3813         * docs/libs/tmpl/gstringbuffer.sgml:
3814         * docs/libs/tmpl/gsttuner.sgml:
3815         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3816         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3817         (gst_tcpclientsrc_class_init):
3818         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3819         (gst_tcpserversrc_class_init):
3820         * sys/v4l/gstv4lelement.c:
3821           more autistic cleanliness in functions/names/defines
3822
3823 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3824
3825         * configure.ac:
3826           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3827           added manually to each Makefile.am so we are sure it goes
3828           *last* and doesn't add -L flags before linking in libs of our
3829           own, like, say, internal .la libs, that then accidentally pick
3830           up the installed copy.
3831         * docs/libs/Makefile.am:
3832         * ext/alsa/Makefile.am:
3833         * ext/cdparanoia/Makefile.am:
3834         * ext/gnomevfs/Makefile.am:
3835         * ext/libvisual/Makefile.am:
3836         * ext/ogg/Makefile.am:
3837         * ext/theora/Makefile.am:
3838         * ext/vorbis/Makefile.am:
3839         * gst-libs/gst/video/Makefile.am:
3840         * gst/adder/Makefile.am:
3841         * gst/audioconvert/Makefile.am:
3842         * gst/audiorate/Makefile.am:
3843         * gst/audioscale/Makefile.am:
3844         * gst/ffmpegcolorspace/Makefile.am:
3845         * gst/playback/Makefile.am:
3846         * gst/sine/Makefile.am:
3847         * gst/subparse/Makefile.am:
3848         * gst/tags/Makefile.am:
3849         * gst/tcp/Makefile.am:
3850         * gst/typefind/Makefile.am:
3851         * gst/videorate/Makefile.am:
3852         * gst/videoscale/Makefile.am:
3853         * gst/videotestsrc/Makefile.am:
3854         * gst/volume/Makefile.am:
3855         * sys/v4l/Makefile.am:
3856         * sys/ximage/Makefile.am:
3857         * sys/xvimage/Makefile.am:
3858           adapt properly to this change. This should make sure that
3859           plugins and libs properly link to the as-yet-uninstalled
3860           copies of stuff like libgstinterfaces and libgstvideo
3861
3862 2005-07-13  Andy Wingo  <wingo@pobox.com>
3863
3864         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3865         (gst_v4lsrc_fixate): Fixate on format as well.
3866
3867         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3868         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3869         buffer points to it.
3870         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3871         rather just doing X calls ourselves. Also fixes a memleak.
3872
3873 2005-07-12  Andy Wingo  <wingo@pobox.com>
3874
3875         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3876         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3877         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3878         TRUE to avoid deadlocks if an element holds on to our buffers.
3879
3880 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3881
3882         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3883         (gst_sinesrc_init), (gst_sinesrc_create),
3884         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3885         (gst_sinesrc_start):
3886         * gst/sine/gstsinesrc.h:
3887           removing num-buffers property before moving it
3888
3889 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3890
3891         * configure.ac:
3892           use overridable ERROR_CFLAGS
3893         * docs/libs/gst-plugins-base-libs.types:
3894         * docs/libs/tmpl/gstringbuffer.sgml:
3895         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3896         (gst_alsasink_class_init):
3897         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3898         (gst_alsasrc_class_init):
3899         * gst-libs/gst/audio/audio.h:
3900         * gst-libs/gst/audio/gstaudioclock.h:
3901         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3902         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3903         (gst_audio_filter_link), (gst_audio_filter_init),
3904         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3905         (gst_audio_filter_get_property),
3906         (gst_audio_filter_class_add_pad_templates):
3907         * gst-libs/gst/audio/gstaudiofilter.h:
3908         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3909         (gst_audio_filter_template_get_type),
3910         (gst_audio_filter_template_base_init),
3911         (gst_audio_filter_template_class_init),
3912         (gst_audio_filter_template_init),
3913         (gst_audio_filter_template_set_property),
3914         (gst_audio_filter_template_get_property), (plugin_init),
3915         (gst_audio_filter_template_setup),
3916         (gst_audio_filter_template_filter),
3917         (gst_audio_filter_template_filter_inplace):
3918         * gst-libs/gst/audio/gstaudiosink.c:
3919         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3920         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3921         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3922         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3923         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3924         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3925         * gst-libs/gst/audio/gstaudiosink.h:
3926         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3927         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3928         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3929         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3930         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3931         (gst_audio_src_class_init), (gst_audio_src_init),
3932         (gst_audio_src_create_ringbuffer):
3933         * gst-libs/gst/audio/gstaudiosrc.h:
3934         * gst-libs/gst/audio/gstbaseaudiosink.c:
3935         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3936         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3937         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3938         (gst_base_audio_sink_set_property),
3939         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3940         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3941         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3942         (gst_base_audio_sink_create_ringbuffer),
3943         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3944         * gst-libs/gst/audio/gstbaseaudiosink.h:
3945         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3946         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3947         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3948         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3949         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3950         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3951         (gst_base_audio_src_event), (gst_base_audio_src_create),
3952         (gst_base_audio_src_create_ringbuffer),
3953         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3954         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3955         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3956         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3957         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3958         (gst_ring_buffer_debug_spec_caps),
3959         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3960         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3961         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3962         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3963         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3964         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3965         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3966         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3967         (gst_ring_buffer_clear):
3968         * gst-libs/gst/audio/gstringbuffer.h:
3969         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3970         (gst_video_sink_class_init), (gst_video_sink_get_type):
3971         * gst-libs/gst/video/videosink.h:
3972         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3973         (gst_multifdsink_class_init),
3974         (gst_multifdsink_handle_client_write),
3975         (gst_multifdsink_change_state):
3976         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3977         (gst_tcpclientsink_setcaps):
3978         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3979         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3980         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3981         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3982         (gst_ximagesink_send_pending_navigation),
3983         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3984         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3986         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3987         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3988         (gst_xvimagesink_send_pending_navigation),
3989         (gst_xvimagesink_navigation_send_event),
3990         (gst_xvimagesink_set_xwindow_id),
3991         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3992         (gst_xvimagesink_get_type):
3993         more macro splitting
3994
3995 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3996
3997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3998           plug a memleak, allows me to import 1479 albums in one go
3999           in jamboree
4000         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4001         (vorbis_handle_type_packet), (vorbis_dec_chain),
4002         (vorbis_dec_change_state):
4003           fix some format strings
4004
4005 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4006
4007         * docs/libs/tmpl/gstcolorbalance.sgml:
4008         * docs/libs/tmpl/gstmixer.sgml:
4009         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4010         (gst_alsasink_set_property), (gst_alsasink_get_property):
4011         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4012         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4013           add device property
4014
4015 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4016
4017         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4018         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4019         (audiocast_register_listener), (audiocast_thread_run),
4020         (gst_gnomevfssrc_send_additional_headers_callback),
4021         (gst_gnomevfssrc_received_headers_callback),
4022         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4023         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4024         (gst_gnomevfssrc_get_size):
4025           add/clean up debugging
4026         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4027           cleanups
4028
4029 2005-07-07  Andy Wingo  <wingo@pobox.com>
4030
4031         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4032         framerate. Need to get a handle on when exactly this function is
4033         called, tho.
4034
4035         * sys/v4l/v4lsrc_calls.h:
4036         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4037         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4038         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4039
4040         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4041         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4042         v4lelements are sources.
4043
4044         * sys/v4l/gstv4lxoverlay.h:
4045         * sys/v4l/gstv4lxoverlay.c:
4046         * sys/v4l/gstv4ltuner.h:
4047         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4048         
4049         * sys/v4l/gstv4lsrc.h:
4050         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4051         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4052         or something should handle that. Made a live source.
4053
4054         * sys/v4l/gstv4lelement.h:
4055         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4056         signals. Some cleanups.
4057
4058         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4059
4060         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4061         stuff.
4062
4063         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4064         stuff.
4065
4066         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4067
4068 2005-07-07  Wim Taymans  <wim@fluendo.com>
4069
4070         * ext/theora/theoradec.c: (theora_get_query_types),
4071         (theora_dec_src_getcaps), (theora_dec_push):
4072         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4073         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4074         Remove deprecated/unused query types.
4075
4076 2005-07-06  Wim Taymans  <wim@fluendo.com>
4077
4078         * ext/alsa/Makefile.am:
4079         * ext/alsa/gstalsaplugin.c: (plugin_init):
4080         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4081         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4082         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4083         (gst_alsasrc_class_init), (gst_alsasrc_init),
4084         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4085         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4086         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4087         (gst_alsasrc_reset):
4088         * ext/alsa/gstalsasrc.h:
4089         * gst-libs/gst/audio/Makefile.am:
4090         * gst-libs/gst/audio/gstaudiosink.c:
4091         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4092         (gst_audioringbuffer_start):
4093         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4094         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4095         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4096         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4097         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4098         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4099         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4100         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4101         * gst-libs/gst/audio/gstaudiosrc.h:
4102         * gst-libs/gst/audio/gstbaseaudiosink.c:
4103         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4104         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4105         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4107         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4108         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4109         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4110         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4111         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4112         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4113         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4114         (gst_baseaudiosrc_change_state):
4115         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4116         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4117         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4118         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4119         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4120         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4121         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4122         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4123         * gst-libs/gst/audio/gstringbuffer.h:
4124         Added audiosource base classes.
4125         Ported alsasrc, still very basic.
4126
4127 2005-07-06  Wim Taymans  <wim@fluendo.com>
4128
4129         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4130         (theora_dec_push), (theora_handle_data_packet):
4131         Prepare for better timestamp fix later.
4132
4133         * gst/audioconvert/gstaudioconvert.c:
4134         List most accurate caps first
4135
4136         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4137         Use proper pad task function.
4138
4139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4140         (gst_xvimagesink_show_frame):
4141         Fix deadlock when alloc failed.
4142
4143 2005-07-05  Andy Wingo  <wingo@pobox.com>
4144
4145         * ext/gnomevfs/gstgnomevfssrc.c:
4146         * gst/sine/gstsinesrc.c:
4147         * gst/tcp/gsttcpserversrc.c:
4148         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4149
4150         * sys/v4l/: Port from 0.8.
4151
4152         * Many files: Null if we got it....
4153
4154 2005-07-05  Andy Wingo  <wingo@pobox.com>
4155
4156         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4157         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4158         Signedness fixes.
4159
4160 2005-07-05  Wim Taymans  <wim@fluendo.com>
4161
4162         * configure.ac:
4163         * gst/tcp/Makefile.am:
4164         * gst/tcp/README:
4165         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4166         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4167         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4168         (is_sync_frame), (gst_multifdsink_handle_client_write),
4169         (gst_multifdsink_render), (gst_multifdsink_start),
4170         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4171         * gst/tcp/gstmultifdsink.h:
4172         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4173         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4174         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4175         * gst/tcp/gsttcp.h:
4176         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4177         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4178         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4179         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4180         * gst/tcp/gsttcpclientsink.h:
4181         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4182         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4183         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4184         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4185         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4186         * gst/tcp/gsttcpclientsrc.h:
4187         * gst/tcp/gsttcpplugin.c: (plugin_init):
4188         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4189         * gst/tcp/gsttcpserversink.h:
4190         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4191         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4192         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4193         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4194         (gst_tcpserversrc_stop):
4195         * gst/tcp/gsttcpserversrc.h:
4196         * gst/tcp/gsttcpsink.c:
4197         * gst/tcp/gsttcpsink.h:
4198         * gst/tcp/gsttcpsrc.c:
4199         * gst/tcp/gsttcpsrc.h:
4200         Ported tcp plugins to 0.9. 
4201         
4202
4203 2005-07-05  Andy Wingo  <wingo@pobox.com>
4204
4205         * gst/playback/gstplaybasebin.c (fill_buffer):
4206         message_new_application fixen.
4207
4208         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4209         Style fix.
4210
4211 2005-07-04  Wim Taymans  <wim@fluendo.com>
4212
4213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4214         Set caps on output buffer.
4215
4216 2005-07-04  Andy Wingo  <wingo@pobox.com>
4217
4218         * ext/gnomevfs/gstgnomevfssrc.c
4219         (gst_gnomevfssrc_received_headers_callback) 
4220         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4221         hopefully.
4222
4223         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4224         No refcount leakage.
4225
4226         * configure.ac: Enable -Werror.
4227         
4228         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4229         * gst/audioconvert/bufferframesconvert.c
4230         (buffer_frames_convert_fixate):
4231         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4232         (gst_audio_convert_fixate):
4233         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4234         (gst_sinesrc_create): Fixate func changes.
4235         
4236         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4237         (gst_ximagesink_buffer_alloc): Unused var.
4238
4239 2005-07-01  Andy Wingo  <wingo@pobox.com>
4240
4241         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4242         getcaps to do explicit caps. Needs to be done in all decoders,
4243         possibly via a base class.
4244
4245         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4246
4247         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4248         caps on the sink pad, just rely on the pad template. Also, setting
4249         ANY caps on a pad is not valid because the caps are not fixed.
4250
4251         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4252         caps on the buffer, and get the width from the desired_caps if
4253         they're set.
4254         (gst_ximagesink_renegotiate_size): Implement via setting the
4255         desired_caps on the ximagesink.
4256         (gst_ximagesink_setcaps): Only reset the width of the player if it
4257         wasn't already set. Not sure if this is right.
4258         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4259
4260         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4261         that the user wants. NULL unless the window has been resized.
4262
4263         * gst/volume/gstvolume.c (volume_transform): Adapt to
4264         basetransform refcount changes.
4265         
4266 2005-07-01  Andy Wingo  <wingo@pobox.com>
4267
4268         * gst/videoscale/gstvideoscale.c:
4269         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4270         from BaseTransform, implements a transform_caps. Removed dead code
4271         including some PAR stuff that was never reached -- should probably
4272         be added back somehow.
4273
4274 2005-07-01  Andy Wingo  <wingo@pobox.com>
4275
4276         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4277         come later.
4278
4279 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4280
4281         * configure.ac:
4282         * docs/libs/Makefile.am:
4283         * docs/libs/gst-plugins-libs.types:
4284         * ext/alsa/Makefile.am:
4285         * ext/alsa/gstalsamixer.h:
4286         * ext/alsa/gstalsamixeroptions.h:
4287         * ext/alsa/gstalsamixertrack.h:
4288         * gst-libs/gst/Makefile.am:
4289         * gst-libs/gst/colorbalance/.cvsignore:
4290         * gst-libs/gst/colorbalance/Makefile.am:
4291         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4292         * gst-libs/gst/colorbalance/colorbalance.c:
4293         * gst-libs/gst/colorbalance/colorbalance.h:
4294         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4295         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4296         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4297         * gst-libs/gst/interfaces/Makefile.am:
4298         * gst-libs/gst/interfaces/colorbalance.c:
4299         (gst_color_balance_class_init):
4300         * gst-libs/gst/interfaces/colorbalance.h:
4301         * gst-libs/gst/interfaces/interfaces-marshal.list:
4302         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4303         * gst-libs/gst/interfaces/mixer.h:
4304         * gst-libs/gst/interfaces/mixeroptions.h:
4305         * gst-libs/gst/interfaces/navigation.c:
4306         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4307         * gst-libs/gst/interfaces/tuner.h:
4308         * gst/volume/Makefile.am:
4309         * gst/volume/gstvolume.c:
4310         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4311         * sys/ximage/Makefile.am:
4312         * sys/ximage/ximagesink.c:
4313         * sys/xvimage/Makefile.am:
4314         * sys/xvimage/xvimagesink.c:
4315           fold in all interfaces into an interfaces dir, preserving CVS
4316           history
4317
4318 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4319
4320         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4321           Fix build after riff changes.
4322
4323 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4324
4325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4326         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4327         (gst_riff_create_video_template_caps),
4328         (gst_riff_create_audio_template_caps),
4329         (gst_riff_create_iavs_template_caps):
4330         * gst-libs/gst/riff/riff-media.h:
4331         * gst-libs/gst/riff/riff-read.h:
4332         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4333           Add gst_riff_init() to initialize the debug category, instead
4334           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4335
4336 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4337
4338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4339           Oops, I shouldn't apply hacks.
4340
4341 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4342
4343         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4344           Remove pad_loop function which doesn't work.
4345
4346 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4347
4348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4349           Send EOS when deactivating.
4350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4351         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4352         (gen_preroll_element), (probe_triggered), (mute_stream),
4353         (silence_stream), (new_decoded_pad), (setup_substreams),
4354         (set_active_source):
4355         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4356         (remove_sinks), (add_sink):
4357         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4358           Change for new probe API.
4359
4360 2005-06-29  Wim Taymans  <wim@fluendo.com>
4361
4362         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4363         * gst-libs/gst/audio/gstbaseaudiosink.c:
4364         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4365         (gst_baseaudiosink_change_state):
4366         * gst-libs/gst/audio/gstbaseaudiosink.h:
4367         * gst-libs/gst/audio/gstringbuffer.c:
4368         (gst_ringbuffer_set_callback):
4369         Fix compilation error.
4370         Ringbuffer starts out as not running.
4371         Free our clock in dispose.
4372         When releasing the ringbuffer we need to renegotiate so
4373         clear the pad caps.
4374
4375 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4376
4377         * autogen.sh:
4378         * configure.ac:
4379         * docs/Makefile.am:
4380         * docs/libs/Makefile.am:
4381         * docs/libs/gst-plugins-libs-docs.sgml:
4382         * docs/libs/gst-plugins-libs-sections.txt:
4383         * docs/libs/gst-plugins-libs.types:
4384         * docs/libs/tmpl/gstaudio.sgml:
4385         * docs/libs/tmpl/gstcolorbalance.sgml:
4386         * docs/libs/tmpl/gstringbuffer.sgml:
4387         * gst-libs/gst/audio/gstringbuffer.c:
4388         (gst_ringbuffer_set_callback):
4389           reinstate gtk-doc docs for plugin libs
4390
4391 2005-06-28  Wim Taymans  <wim@fluendo.com>
4392
4393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4394         (gst_ogg_demux_init):
4395         Removed pad loop function.
4396
4397 2005-06-28  Wim Taymans  <wim@fluendo.com>
4398
4399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4400         If we're building a chain we are not in an error case
4401         when we queue a buffer.
4402
4403 2005-06-28  Andy Wingo  <wingo@pobox.com>
4404
4405         * *.c: Don't cast to GstObject before reffing/unreffing.
4406
4407 2005-06-27  Andy Wingo  <wingo@pobox.com>
4408
4409         * gst/videotestsrc/gstvideotestsrc.c
4410         (gst_videotestsrc_activate_push): Activation API changes.
4411
4412         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4413         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4414         they have refs on the decodebin.
4415
4416         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4417         parent class.
4418         (gst_ogg_pad_typefind): Don't leak a pad ref.
4419         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4420         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4421         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4422
4423 2005-06-27  Edward Hervey  <edward@fluendo.com>
4424
4425         * ext/theora/theoradec.c: (theora_dec_change_state): 
4426         re-arranged call to parent's state change in order to avoid locks (or
4427         worse).
4428
4429 2005-06-26  Edward Hervey  <edward@fluendo.com>
4430
4431         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4432         2nd argument of 'unknow-type' signal is a GstCaps and not a
4433         GstMiniObject
4434
4435 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4436         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4437           Set the worker thread's running flag to TRUE before starting the
4438           thread.
4439         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4440           Catch a failure to add typefind to the bin.
4441
4442 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4443
4444         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4445         (gst_sinesrc_init), (gst_sinesrc_create),
4446         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4447         (gst_sinesrc_start):
4448         * gst/sine/gstsinesrc.h:
4449           add num-buffers and timestamp-offset properties
4450         * gst/videotestsrc/gstvideotestsrc.c:
4451         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4452         (gst_videotestsrc_get_property):
4453           add timestamp-offset property
4454
4455 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4456
4457         * configure.ac: add videorate
4458         * gst-plugins-base.spec.in: add videorate
4459
4460 2005-06-23  Wim Taymans  <wim@fluendo.com>
4461
4462         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4463         (gst_videorate_getcaps), (gst_videorate_setcaps),
4464         (gst_videorate_event), (gst_videorate_chain):
4465         Fixed videorate, fixating an already fixated caps is not
4466         an error.
4467
4468 2005-06-23  Wim Taymans  <wim@fluendo.com>
4469
4470         * ext/ogg/README:
4471         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4472         Buffer on caps is not boxed anymore.
4473
4474 2005-06-22  Wim Taymans  <wim@fluendo.com>
4475
4476         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4477         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4478         Set buffers on caps as miniobjects and not as boxed.
4479
4480 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4481
4482         * configure.ac:
4483           back to HEAD
4484
4485 === release 0.9.1 ===
4486
4487 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4488
4489         * .cvsignore:
4490         * NEWS:
4491         * README:
4492         * RELEASE:
4493         * configure.ac:
4494         * po/af.po:
4495         * po/az.po:
4496         * po/cs.po:
4497         * po/en_GB.po:
4498         * po/hu.po:
4499         * po/it.po:
4500         * po/nb.po:
4501         * po/nl.po:
4502         * po/or.po:
4503         * po/sq.po:
4504         * po/sr.po:
4505         * po/sv.po:
4506         * po/uk.po:
4507         * po/vi.po:
4508           updates for release
4509
4510 2005-06-09  Andy Wingo  <wingo@pobox.com>
4511
4512         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4513         
4514 2005-06-09  Andy Wingo  <wingo@pobox.com>
4515
4516         * configure.ac:
4517         * gst-libs/gst/Makefile.am:
4518         * gst-libs/gst/net/Makefile.am:
4519         Add gstnet to build.
4520
4521 2005-06-09  Andy Wingo  <wingo@pobox.com>
4522
4523         * gst-libs/gst/gconf/gconf.c:
4524         * gst/playback/test.c:
4525         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4526         fixes.
4527
4528         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4529
4530         * ext/theora/theoraenc.c (theora_enc_chain): 
4531         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4532
4533         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4534         RealPad.
4535
4536 2005-06-02  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst-libs/gst/net/Makefile.am:
4539         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4540         * pkgconfig/gstreamer-libs.pc.in:
4541         Added net stuff, version net lib.
4542
4543 2005-06-02  Wim Taymans  <wim@fluendo.com>
4544
4545         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4546         (query_rates), (query_positions_elems), (query_positions_pads),
4547         (do_seek):
4548         Updated seek example.
4549
4550 2005-06-02  Andy Wingo  <wingo@pobox.com>
4551
4552         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4553         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4554         list.
4555
4556         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4557         remove the typefind, the bin dispose will do it for us. When it's
4558         removed and unreffed, the signal handler will be disconnected,
4559         too.
4560         (unlinked): It's too difficult to disconnect from unlinked
4561         handlers, as they are on pads not elements. Just punt if the pads
4562         aren't grandkids of the bin.
4563
4564 2005-06-02  Wim Taymans  <wim@fluendo.com>
4565
4566         * ext/ogg/README:
4567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4568         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4570         * ext/theora/theoradec.c: (theora_dec_src_query),
4571         (theora_handle_data_packet):
4572         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4573         (theora_enc_chain):
4574         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4575         (vorbis_handle_data_packet):
4576         * gst/audioconvert/bufferframesconvert.c:
4577         (buffer_frames_convert_chain):
4578         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4579         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4580         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4581         (gst_ffmpegcsp_chain):
4582         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4583         (gst_videorate_getcaps), (gst_videorate_setcaps),
4584         (gst_videorate_event), (gst_videorate_chain):
4585         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4586         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4587         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4588         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4589         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4590         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4591         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4592         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4593         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4594         Cleanups and buffer alloc.
4595
4596 2005-05-31  Wim Taymans  <wim@fluendo.com>
4597
4598         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4599         Don't try to call the delay method when the device is not
4600         opened.
4601
4602 2005-05-31  Wim Taymans  <wim@fluendo.com>
4603
4604         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4605         Get actual segment size and buffer size after opening
4606         the device.
4607
4608 2005-05-30  Wim Taymans  <wim@fluendo.com>
4609
4610         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4611         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4612         Also FLUSH upstream, makes the loop function exit faster.
4613         
4614         * ext/theora/theoradec.c: (theora_dec_src_query):
4615         Some more debug info in the query.
4616         
4617         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4618         (gst_ximagesink_setcaps):
4619         Release lock on par error, better error reporting.
4620
4621 2005-05-26  Wim Taymans  <wim@fluendo.com>
4622
4623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4624         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4625         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4626         Clear chains in READY
4627         Queue packets until the chain is activated.
4628
4629 2005-05-25  Wim Taymans  <wim@fluendo.com>
4630
4631         * gst-libs/gst/audio/gstaudiosink.c:
4632         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4633         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4634         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4635         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4636         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4637         (gst_audiosink_create_ringbuffer):
4638         * gst-libs/gst/audio/gstbaseaudiosink.c:
4639         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4640         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4641         (gst_baseaudiosink_set_property), (build_linear_format),
4642         (debug_spec_caps), (debug_spec_buffer),
4643         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4644         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4645         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4646         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4648         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4649         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4650         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4651         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4652         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4653         (wait_segment), (gst_ringbuffer_commit),
4654         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4655         (gst_ringbuffer_clear):
4656         Various small cleanups.
4657
4658         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4659         (gst_audio_convert_change_state):
4660         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4661         No need to take the locks anymore.
4662
4663 2005-05-25  Wim Taymans  <wim@fluendo.com>
4664
4665         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4666         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4667         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4668         (type_found):
4669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4670         (group_destroy), (group_commit), (queue_overrun),
4671         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4672         (mute_stream), (new_decoded_pad), (setup_substreams),
4673         (setup_source), (mute_group_type), (set_active_source),
4674         (gst_play_base_bin_change_state):
4675         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4676         (gen_video_element), (gen_text_element), (gen_audio_element),
4677         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4678         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4679         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4680         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4681         Some playbin cleanups mostly refcounting sloppyness.
4682
4683 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4684
4685         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4686           Work with streaming input.
4687
4688 2005-05-25  Wim Taymans  <wim@fluendo.com>
4689
4690         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4691         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4692         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4693         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4694         No need to take the STREAM lock anymore.
4695
4696 2005-05-25  Wim Taymans  <wim@fluendo.com>
4697
4698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4699         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4700         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4701         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4702         (gst_ogg_demux_sink_activate):
4703         * ext/theora/theoradec.c: (theora_dec_src_event),
4704         (theora_handle_comment_packet), (theora_dec_chain),
4705         (theora_dec_change_state):
4706         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4707         (vorbis_handle_data_packet), (vorbis_dec_chain),
4708         (vorbis_dec_change_state):
4709         Remove STREAM locks as they are taken in core now.
4710         Never set bogus granulepos on vorbis/theora.
4711         Fix leaks in theoradec tag parsing.
4712
4713 2005-05-25  Wim Taymans  <wim@fluendo.com>
4714
4715         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4716         Fix memleaks, GST_BUFFER_DATA() is not freed.
4717
4718 2005-05-25  Wim Taymans  <wim@fluendo.com>
4719
4720         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4721         Open non-blocking, set to blocking mode afterwards to avoid
4722         lockups when audio device is busy.
4723
4724 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4725
4726         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4727           This can't be good.
4728
4729 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4730
4731         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4732         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4733         (gst_audio_convert_setcaps):
4734           Implement instant setup switching.
4735
4736 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4737
4738         * gst/playback/gstplaybasebin.c: (probe_triggered):
4739           Fix missing unlock.
4740         * gst/playback/gstplaybin.c: (add_sink):
4741           First add, then link (otherwise pad link fails).
4742
4743 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4744
4745         * examples/Makefile.am:
4746         fix buildbot (make distcheck)
4747
4748 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4749
4750         * gst/playback/gstplaybin.c: (gen_vis_element):
4751           Remove some wrong code. Doesn't work yet.
4752
4753 2005-05-19  Wim Taymans  <wim@fluendo.com>
4754
4755         * gst-libs/gst/net/Makefile.am:
4756         * gst-libs/gst/net/README:
4757         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4758         (gst_netbuffer_class_init), (gst_netbuffer_init),
4759         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4760         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4761         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4762         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4763         * gst-libs/gst/net/gstnetbuffer.h:
4764         Added buffer subclass to store extra to/from addresses for
4765         network sources/sinks.
4766
4767 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4768
4769         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4770           Don't lock an unassigned variable.
4771
4772 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4773
4774         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4775           Increase buffer for video, decrease buffer for other media types.
4776         * gst/playback/gstplaybin.c: (gen_video_element),
4777         (gen_audio_element):
4778           Change names for debugging purposes.
4779
4780 2005-05-18  Wim Taymans  <wim@fluendo.com>
4781
4782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4783         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4784         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4785         (gst_ffmpegcsp_chain):
4786         Enable buffer alloc passthrough if the source and dest
4787         formats are the same.
4788
4789 2005-05-17  Wim Taymans  <wim@fluendo.com>
4790
4791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4792         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4793         (gst_ogg_demux_chain_unlocked):
4794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4795         (gst_audio_convert_caps_remove_format_info),
4796         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4797         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4799         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4800         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4801         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4802         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4803         (gst_ffmpegcsp_get_property):
4804         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4805         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4806         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4807         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4808         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4809         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4810         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4811         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4812         Leak fixes in oggdemux.
4813         Some cleanups in audioconvert.
4814         Make passthrough work along with buffer_alloc etc.
4815         Make buffer_alloc and buffer recycling actually work in
4816         xvimagesink.
4817
4818 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4819
4820         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4821           make the compiler happy
4822
4823 2005-05-17  Wim Taymans  <wim@fluendo.com>
4824
4825         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4826         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4827         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4828         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4829         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4830         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4831         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4832         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4833         (gst_xvimagesink_set_xwindow_id):
4834         * sys/xvimage/xvimagesink.h:
4835         Port xvimagesink to new MiniObject.
4836
4837 2005-05-17  Wim Taymans  <wim@fluendo.com>
4838
4839         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4840         (gst_audiofilter_chain):
4841         * gst-libs/gst/audio/gstaudiosink.c:
4842         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4843         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4844         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4845         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4846         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4847         (gst_audiosink_create_ringbuffer):
4848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4849         (gst_audio_convert_caps_remove_format_info),
4850         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4851         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4853         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4854         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4855         Fix passthrough in ffmpegcolorspace.
4856         Fix memset in audiosink on wrong memory.
4857
4858 2005-05-16  David Schleef  <ds@schleef.org>
4859
4860         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4861         to GstMiniObject.
4862
4863 2005-05-16  David Schleef  <ds@schleef.org>
4864
4865         Port from GstData to GstMiniObject.
4866         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4868         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4869         (gst_ogg_mux_collected):
4870         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4871         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4872         (theora_handle_data_packet):
4873         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4874         (theora_set_header_on_caps), (theora_enc_chain):
4875         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4876         (vorbis_handle_comment_packet):
4877         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4878         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4879         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4880         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4881         * gst/audioconvert/gstaudioconvert.c:
4882         (gst_audio_convert_get_buffer):
4883         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4884         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4885         (mute_stream), (silence_stream):
4886         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4887         * gst/volume/gstvolume.c: (volume_transform):
4888         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4889         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4890         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4891         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4892         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4893         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4894         (gst_ximagesink_buffer_alloc):
4895         * sys/ximage/ximagesink.h:
4896
4897 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4898
4899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4900         (fill_buffer), (check_queue), (queue_threshold_reached),
4901         (queue_out_of_data):
4902         * gst/playback/gstplaybasebin.h:
4903           Post buffer-fullness on the bus.
4904
4905 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4906
4907         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4908         (try_to_link_1):
4909         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4910         (group_commit), (probe_triggered), (setup_source),
4911         (gst_play_base_bin_change_state):
4912         * gst/playback/gstplaybasebin.h:
4913         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4914         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4915         (gst_play_bin_change_state):
4916           Move setup_output_pads into a virtual function, remove
4917           group-switch (no longer needed) and redirect (handled by bus
4918           now) signals.
4919
4920 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4921
4922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4923         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4924         (get_active_group), (get_building_group), (group_destroy),
4925         (group_commit), (check_queue), (queue_overrun),
4926         (queue_threshold_reached), (queue_out_of_data),
4927         (gen_preroll_element), (remove_groups), (unknown_type),
4928         (add_element_stream), (no_more_pads), (probe_triggered),
4929         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4930         (setup_substreams), (setup_source), (finish_source),
4931         (prepare_output), (muted_group_change_state),
4932         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4933         (gst_play_base_bin_change_state):
4934         * gst/playback/gstplaybasebin.h:
4935         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4936         (gst_play_bin_init), (gst_play_bin_set_property),
4937         (gen_video_element), (gen_text_element), (gen_audio_element),
4938         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4939         (gst_play_bin_change_state):
4940         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4941         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4942         (stream_info_change_state), (gst_stream_info_set_mute),
4943         (gst_stream_info_get_property):
4944         * gst/playback/gststreaminfo.h:
4945         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4946         (gst_stream_selector_get_linked_pad),
4947         (gst_stream_selector_getcaps),
4948         (gst_stream_selector_get_linked_pads),
4949         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4950         * gst/playback/gststreamselector.h:
4951           Rough port of playbin. Needs some more work, but is mostly done,
4952           and uses a few locks in important places, which should make stuff
4953           like chain-switches clean. Still uses GST_STATE() in a few places,
4954           which isn't all that good an idea, subtitles/elements disabled
4955           because no elements to test with and thus probably broken, query
4956           and event handling moved to GstBin, internal thread removed
4957           alltogether because the pipeline does that for us now. Can play
4958           Ogg/Vorbis files. Haven't tested anything else yet.
4959
4960 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4961
4962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4963           Do no-more-pads (needed for autoplugging).
4964
4965 2005-05-10  Andy Wingo  <wingo@pobox.com>
4966
4967         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4968         message to the bus with the tags. Still not sent downstream tho.
4969
4970         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4971         get_parent.
4972         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4973         avoid refcounting hassles.
4974
4975 2005-05-09  Andy Wingo  <wingo@pobox.com>
4976
4977         * gst/volume/Makefile.am:
4978         * gst/volume/demo.c
4979         * gst/volume/gstvolume.h
4980         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4981         basetransform. Probably need an audio filter base class.
4982
4983 2005-05-09  Wim Taymans  <wim@fluendo.com>
4984
4985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4986         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4987         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4988         (gst_vorbisenc_chain):
4989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4990         (gst_audio_convert_caps_remove_format_info),
4991         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4992         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4993         Make caps writable before writing to it.
4994         Fix negotiation in audioconvert some more.
4995
4996 2005-05-09  Wim Taymans  <wim@fluendo.com>
4997
4998         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4999         (gst_videorate_getcaps), (gst_videorate_setcaps),
5000         (gst_videorate_event), (gst_videorate_chain):
5001         Better negotiation.
5002
5003 2005-05-09  Wim Taymans  <wim@fluendo.com>
5004
5005         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5006         (gst_videorate_getcaps), (gst_videorate_setcaps),
5007         (gst_videorate_blank_data), (gst_videorate_init),
5008         (gst_videorate_event), (gst_videorate_chain),
5009         (gst_videorate_change_state):
5010         Port videorate, do a better job at negotiation while we're at
5011         it.
5012
5013 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5014
5015         * configure.ac:
5016           Disable libvisual
5017
5018         * examples/Makefile.am:
5019         * gst-libs/gst/audio/Makefile.am:
5020         * gst-libs/gst/riff/Makefile.am:
5021         * gst-libs/gst/tag/Makefile.am:
5022         * gst-libs/gst/video/Makefile.am:
5023           Fixups for missing variables.
5024
5025 2005-05-09  Wim Taymans  <wim@fluendo.com>
5026
5027         * examples/seeking/seek.c: (make_theora_pipeline),
5028         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5029         (query_rates), (query_positions_elems), (query_positions_pads),
5030         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5032         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5033         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5034         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5035         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5036         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5037         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5038         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5039         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5040         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5041         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5042         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5043         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5044         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5045         (theora_dec_src_convert), (theora_dec_sink_convert),
5046         (theora_dec_src_query), (theora_dec_sink_query),
5047         (theora_dec_src_event), (theora_dec_sink_event),
5048         (theora_handle_comment_packet), (theora_handle_type_packet),
5049         (theora_handle_header_packet), (theora_handle_data_packet),
5050         (theora_dec_chain):
5051         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5052         (vorbis_dec_convert), (vorbis_dec_src_query),
5053         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5054         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5055         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5056         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5057         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5058         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5059         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5060         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5061         (gst_play_bin_query):
5062         * gst/playback/test3.c: (update_scale):
5063         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5064         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5065         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5066         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5067         (gst_videotestsrc_src_query):
5068         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5069         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5070         (paint_hline_YUV9):
5071         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5072         Port to new query API.
5073         Updated seek.
5074         Cleanups in x[v]imagesink
5075
5076 2005-05-09  Andy Wingo  <wingo@pobox.com>
5077
5078         * ext/alsa/gstalsasink.h:
5079         * ext/gnomevfs/gstgnomevfssrc.c:
5080         (gst_gnomevfssrc_get_icy_metadata):
5081         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5082         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5083         * ext/theora/theoradec.c (theora_dec_src_query)
5084         (theora_dec_src_event, theora_dec_sink_event)
5085         (theora_handle_comment_packet, theora_handle_data_packet):
5086         * ext/theora/theoraenc.c (theora_enc_chain):
5087         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5088         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5089         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5090         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5091         (qt_type_find):
5092         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5093         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5094         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5095         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5096         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5097         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5098         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5099         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5100         (paint_setup_RGB565, paint_setup_xRGB1555):
5101         * gst/videotestsrc/videotestsrc.h:
5102         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5103         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5104         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5105         GCC4 fixes.
5106         
5107         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5108         gst_pad_query_position. Fixes oggdemux.
5109
5110 2005-05-08  David Schleef  <ds@schleef.org>
5111
5112         * configure.ac: Require liboil.
5113         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5114         a few more.
5115         * gst/videotestsrc/videotestsrc.c:
5116         * gst/videotestsrc/videotestsrc.h:
5117
5118 2005-05-06  Wim Taymans  <wim@fluendo.com>
5119
5120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5121         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5122         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5123         Well, unreffing a buffer right before pushing it is asking
5124         for trouble..
5125
5126 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5127
5128         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5129
5130 2005-05-06  Wim Taymans  <wim@fluendo.com>
5131
5132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5133         (gst_audio_convert_caps_remove_format_info),
5134         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5135         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5137         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5138         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5139         * gst/sine/Makefile.am:
5140         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5141         (gst_sinesrc_class_init), (gst_sinesrc_init),
5142         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5143         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5144         (gst_sinesrc_update_freq):
5145         * gst/sine/gstsinesrc.h:
5146         * gst/tcp/gstmultifdsink.c:
5147         * sys/xvimage/xvimagesink.c:
5148         Fixed negotiation wrt _peer_get_caps()
5149         Some cleanups.
5150
5151
5152 2005-05-06  Wim Taymans  <wim@fluendo.com>
5153
5154         * gst-libs/gst/audio/gstaudiosink.c:
5155         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5156         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5157         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5158         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5159         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5160         (gst_audiosink_create_ringbuffer):
5161         * gst-libs/gst/audio/gstbaseaudiosink.c:
5162         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5163         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5164         (gst_baseaudiosink_set_property), (build_linear_format),
5165         (debug_spec_caps), (debug_spec_buffer),
5166         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5167         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5168         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5169         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5170         * gst-libs/gst/audio/gstbaseaudiosink.h:
5171         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5172         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5173         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5174         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5175         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5176         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5177         (wait_segment), (gst_ringbuffer_commit),
5178         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5179         (gst_ringbuffer_clear):
5180         * gst-libs/gst/audio/gstringbuffer.h:
5181         Make the base audiosink return an error when there is no
5182         audiobuffer negotiated.
5183
5184 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5185
5186         * ext/Makefile.am:
5187         Disable cdparanoia until someone ports it!
5188
5189 2005-05-06  Wim Taymans  <wim@fluendo.com>
5190
5191         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5192         (gst_ogg_demux_sink_activate):
5193         And revert after wingo's revert.. sigh..
5194
5195 2005-05-05  Andy Wingo  <wingo@pobox.com>
5196
5197         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5198         GObject.
5199         * configure.ac: Return audiorate and subparse from the ghetto.
5200         Re-enable -Wall -Werror.
5201         * gst/subparse/gstsubparse.c:
5202         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5203         or chain-based. Cleaned up a bit. Not tested.
5204         
5205 2005-05-05  Christian Schaller <christian@fluendo.com> 
5206
5207         * Makefile.am: remove stuff that is not building
5208         * configure.ac: remove stuff that is not building
5209         * examples/Makefile.am: remove stuff that is not building
5210         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5211         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5212         * sys/Makefile.am: remove stuff that is not building
5213         * testsuite/Makefile.am: remove stuff that is not building
5214
5215 2005-05-05  Andy Wingo  <wingo@pobox.com>
5216
5217         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5218         * gst-libs/gst/tag/gstvorbistag.c:
5219         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5220         * gst/adder/gstadder.h:
5221         * gst/audioconvert/gstchannelmix.c:
5222         (gst_audio_convert_fill_one_other):
5223         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5224         (gst_audiorate_init), (gst_audiorate_chain):
5225         * gst/playback/gstplaybasebin.c: (setup_source):
5226         * gst/playback/test3.c: (update_scale):
5227         Some GCC4 fixes
5228         
5229         * po/af.po:
5230         * po/az.po:
5231         * po/cs.po:
5232         * po/en_GB.po:
5233         * po/hu.po:
5234         * po/it.po:
5235         * po/nb.po:
5236         * po/nl.po:
5237         * po/or.po:
5238         * po/sq.po:
5239         * po/sr.po:
5240         * po/sv.po:
5241         * po/uk.po:
5242         * po/vi.po: Foo
5243
5244 2005-05-05  Wim Taymans  <wim@fluendo.com>
5245
5246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5247         (gst_audio_convert_caps_remove_format_info),
5248         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5249         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5250         * gst/videotestsrc/gstvideotestsrc.c:
5251         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5252         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5253         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5254         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5255         Don't ignore _push() return values.
5256         Make sure no processing is done when shutting down.
5257         Videotestsrc pad activation fix.
5258
5259 2005-05-05  Wim Taymans  <wim@fluendo.com>
5260
5261         * gst/adder/Makefile.am:
5262         * gst/adder/gstadder.c: (gst_adder_setcaps),
5263         (gst_adder_class_init), (gst_adder_init),
5264         (gst_adder_request_new_pad), (gst_adder_collected),
5265         (gst_adder_change_state):
5266         * gst/adder/gstadder.h:
5267         Ported adder as an example of a mixer element using
5268         collect pads. Needs more negotiation work.
5269
5270 2005-05-05  Wim Taymans  <wim@fluendo.com>
5271
5272         * ext/theora/theoradec.c: (_inc_granulepos),
5273         (theora_dec_src_event), (theora_dec_sink_event),
5274         (theora_handle_comment_packet), (theora_handle_type_packet),
5275         (theora_handle_header_packet), (theora_handle_data_packet),
5276         (theora_dec_chain):
5277         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5278         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5279         (theora_push_buffer), (theora_push_packet),
5280         (theora_enc_sink_event), (theora_enc_chain),
5281         (theora_enc_change_state), (theora_enc_set_property),
5282         (theora_enc_get_property):
5283         Added stream lock to decoder so that we can serialize
5284         the discont event.
5285         More theoraenc porting, recover from errors, do clean
5286         shutdown.
5287
5288 2005-05-05  Wim Taymans  <wim@fluendo.com>
5289
5290         * ext/ogg/Makefile.am:
5291         * ext/ogg/README:
5292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5293         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5294         (gst_ogg_print):
5295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5296         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5297         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5298         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5299         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5300         (gst_ogg_mux_change_state):
5301         Ported ogg muxer.
5302
5303 2005-05-05  Wim Taymans  <wim@fluendo.com>
5304
5305         * docs/design-audiosinks.txt:
5306         * gst-libs/gst/audio/TODO:
5307         * gst-libs/gst/audio/gstaudiosink.c:
5308         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5309         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5310         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5311         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5312         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5313         (gst_audiosink_create_ringbuffer):
5314         * gst-libs/gst/audio/gstbaseaudiosink.c:
5315         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5316         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5317         (gst_baseaudiosink_set_property), (build_linear_format),
5318         (debug_spec_caps), (debug_spec_buffer),
5319         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5320         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5321         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5322         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5324         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5325         (gst_ringbuffer_release), (gst_ringbuffer_play),
5326         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5327         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5328         (gst_ringbuffer_set_sample), (wait_segment),
5329         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5330         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5331         More work on the audiosink, mostly debugging and a race in
5332         shutdown.
5333
5334 2005-04-28  Wim Taymans  <wim@fluendo.com>
5335
5336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5337         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5338         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5339         (vorbis_dec_src_query), (vorbis_dec_src_event),
5340         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5341         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5342         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5343         Don't crap out when seeking back to position 0.
5344
5345 2005-04-28  Wim Taymans  <wim@fluendo.com>
5346
5347         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5348         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5349         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5350         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5351         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5352         Make audio sink configurable, use alsasink as default.
5353
5354 2005-04-28  Wim Taymans  <wim@fluendo.com>
5355
5356         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5357         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5358         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5359         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5360         (vorbis_dec_change_state):
5361         * ext/vorbis/vorbisdec.h:
5362         Refactor, use STREAM_LOCK.
5363
5364 2005-04-28  Wim Taymans  <wim@fluendo.com>
5365
5366         * ext/theora/theoradec.c: (_inc_granulepos),
5367         (theora_dec_sink_event), (theora_handle_comment_packet),
5368         (theora_handle_type_packet), (theora_handle_header_packet),
5369         (theora_handle_data_packet), (theora_dec_chain),
5370         (theora_dec_change_state):
5371         Refactor a bit, use STREAM_LOCK.
5372
5373 2005-04-28  Wim Taymans  <wim@fluendo.com>
5374
5375         * ext/alsa/Makefile.am:
5376         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5377         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5378         (gst_alsa_link), (gst_alsa_close_audio):
5379         * ext/alsa/gstalsaplugin.c: (plugin_init):
5380         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5381         (gst_alsasink_dispose), (gst_alsasink_base_init),
5382         (gst_alsasink_class_init), (gst_alsasink_init),
5383         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5384         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5385         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5386         (gst_alsasink_reset):
5387         * ext/alsa/gstalsasink.h:
5388         Implement alsasink with simple open/write/close API. 
5389         Make alsa dir build by disabling compilation of code.
5390
5391 2005-04-28  Wim Taymans  <wim@fluendo.com>
5392
5393         * gst-libs/gst/audio/Makefile.am:
5394         * gst-libs/gst/audio/audio.h:
5395         * gst-libs/gst/audio/audioclock.c:
5396         * gst-libs/gst/audio/audioclock.h:
5397         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5398         (gst_audio_clock_class_init), (gst_audio_clock_init),
5399         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5400         * gst-libs/gst/audio/gstaudioclock.h:
5401         * gst-libs/gst/audio/gstaudiosink.c:
5402         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5403         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5404         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5405         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5406         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5407         (gst_audiosink_create_ringbuffer):
5408         * gst-libs/gst/audio/gstbaseaudiosink.c:
5409         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5410         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5411         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5412         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5413         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5414         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5415         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5416         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5417         * gst-libs/gst/audio/gstbaseaudiosink.h:
5418         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5419         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5420         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5421         (gst_ringbuffer_release), (gst_ringbuffer_play),
5422         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5423         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5424         (gst_ringbuffer_set_sample), (wait_segment),
5425         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5426         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5427         * gst-libs/gst/audio/gstringbuffer.h:
5428         Make ringbuffer faster and more simple by removing the locks
5429         in the playback thread.
5430         Add sample accurate playback based on buffer sample offsets.
5431         Make the baseaudiosink provide a clock.
5432         Parse caps in the base class.
5433         Correctly handle seeking, flushing and state changes.
5434
5435 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5436
5437         * configure.ac:
5438         * gst/audioconvert/Makefile.am:
5439         * gst/audioscale/Makefile.am:
5440           Fix part of the build.  Come on guys, autogen didn't even work :)
5441
5442 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5443
5444         * configure.ac:
5445         * gst-libs/gst/Makefile.am:
5446         * gst-libs/gst/media-info/.cvsignore:
5447         * gst-libs/gst/media-info/Makefile.am:
5448         * gst-libs/gst/media-info/README:
5449         * gst-libs/gst/media-info/media-info-priv.c:
5450         * gst-libs/gst/media-info/media-info-priv.h:
5451         * gst-libs/gst/media-info/media-info-test.c:
5452         * gst-libs/gst/media-info/media-info.c:
5453         * gst-libs/gst/media-info/media-info.h:
5454         * gst-libs/gst/media-info/media-info.vcproj:
5455         * pkgconfig/Makefile.am:
5456         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5457         * pkgconfig/gstreamer-media-info.pc.in:
5458           Remove media-info, which is also successed by playbin (see Totem
5459           implementation).
5460
5461 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5462
5463         * configure.ac:
5464         * examples/Makefile.am:
5465         * examples/gstplay/.cvsignore:
5466         * examples/gstplay/Makefile.am:
5467         * examples/gstplay/player.c:
5468         * gst-libs/gst/Makefile.am:
5469         * gst-libs/gst/play/.cvsignore:
5470         * gst-libs/gst/play/Makefile.am:
5471         * gst-libs/gst/play/play.c:
5472         * gst-libs/gst/play/play.h:
5473         * gst-libs/gst/play/play.vcproj:
5474         * pkgconfig/Makefile.am:
5475         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5476         * pkgconfig/gstreamer-play.pc.in:
5477           Remove libgstplay, playbin is now the official successor.
5478
5479 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5480
5481         * configure.ac:
5482         * gst-libs/gst/Makefile.am:
5483         * gst-libs/gst/xwindowlistener/Makefile.am:
5484         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5485         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5486           Remove deprecated xwindowlistener (I've moved xwindowlistening
5487           in the v4l/v4l2 plugins over to serverside).
5488
5489 2005-04-25  David Schleef  <ds@schleef.org>
5490
5491         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5492         to examples/dynparams.  Examples do not belong interspersed with
5493         source code.
5494         * examples/dynparams/demo-dparams.c:
5495         * gst/sine/Makefile.am:
5496         * gst/sine/demo-dparams.c:
5497
5498 2005-04-25  David Schleef  <ds@schleef.org>
5499
5500         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5501         * gst-libs/gst/audio/Makefile.am:
5502         * gst-libs/gst/riff/Makefile.am:
5503         * gst-libs/gst/tag/Makefile.am:
5504         * gst-libs/gst/video/Makefile.am:
5505         * gst-libs/gst/xwindowlistener/Makefile.am:
5506
5507         Convert to 0.9 API, seems to work:
5508         * sys/ximage/Makefile.am:
5509         * sys/ximage/ximagesink.c:
5510
5511 2005-04-24  David Schleef  <ds@schleef.org>
5512
5513         Link plugins against libraries:
5514         * ext/alsa/Makefile.am:
5515         * gst/tcp/Makefile.am:
5516
5517         Remove asm code that should be in liboil
5518         * gst/videoscale/Makefile.am:
5519         * gst/videoscale/videoscale_x86_asm.s:
5520
5521         gettext wants these checked in:
5522         * po/af.po:
5523         * po/az.po:
5524         * po/cs.po:
5525         * po/en_GB.po:
5526         * po/hu.po:
5527         * po/it.po:
5528         * po/nb.po:
5529         * po/nl.po:
5530         * po/or.po:
5531         * po/sq.po:
5532         * po/sr.po:
5533         * po/sv.po:
5534         * po/uk.po:
5535         * po/vi.po:
5536
5537 2005-04-24  David Schleef  <ds@schleef.org>
5538
5539         Convert gst_main() to g_main_loop_run()
5540         * gst/playback/decodetest.c: (main):
5541         * gst/playback/test2.c: (main):
5542         * gst/playback/test3.c: (main):
5543         * gst/playback/test4.c: (main):
5544
5545         Link plugins against libraries:
5546         * ext/libvisual/Makefile.am:
5547         * sys/xvimage/Makefile.am:
5548
5549 2005-04-24  David Schleef  <ds@schleef.org>
5550
5551         * configure.ac: Remove idct and resample libs
5552         * gst-libs/gst/Makefile.am: same
5553
5554         Remove usage of gst_library_load():
5555         * ext/alsa/gstalsaplugin.c: (plugin_init):
5556         * ext/libvisual/visual.c: (plugin_init):
5557         * ext/ogg/gstogg.c: (plugin_init):
5558         * ext/theora/theora.c: (plugin_init):
5559         * ext/vorbis/vorbis.c: (plugin_init):
5560         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5561         * gst/audioscale/gstaudioscale.c:
5562         * gst/adder/gstadder.c: (plugin_init):
5563         * gst/audioconvert/plugin.c: (plugin_init):
5564         * sys/ximage/ximagesink.c: (plugin_init):
5565         * sys/xvimage/xvimagesink.c: (plugin_init):
5566         * gst/tcp/gsttcpplugin.c: (plugin_init):
5567
5568         Link plugins against libraries:
5569         * ext/ogg/Makefile.am:
5570         * ext/theora/Makefile.am:
5571         * ext/vorbis/Makefile.am:
5572         * gst/audioconvert/Makefile.am:
5573
5574         Create proper libraries:
5575         * gst-libs/gst/riff/Makefile.am:
5576         * gst-libs/gst/audio/Makefile.am:
5577         * gst-libs/gst/video/Makefile.am:
5578
5579         Move resample library to audioscale plugin directory:
5580         * gst-libs/gst/resample/Makefile.am:
5581         * gst-libs/gst/resample/README:
5582         * gst-libs/gst/resample/dtof.c:
5583         * gst-libs/gst/resample/dtos.c:
5584         * gst-libs/gst/resample/functable.c:
5585         * gst-libs/gst/resample/private.h:
5586         * gst-libs/gst/resample/resample.c:
5587         * gst-libs/gst/resample/resample.h:
5588         * gst-libs/gst/resample/resample.vcproj:
5589         * gst-libs/gst/resample/test.c:
5590         * gst/audioscale/Makefile.am:
5591         * gst/audioscale/README:
5592         * gst/audioscale/dtof.c:
5593         * gst/audioscale/dtos.c:
5594         * gst/audioscale/functable.c:
5595         * gst/audioscale/private.h:
5596         * gst/audioscale/resample.c:
5597         * gst/audioscale/resample.h:
5598         * gst/audioscale/test.c:
5599
5600         Move tagedit library to gst-libs:
5601         * gst-libs/gst/tag/Makefile.am:
5602         * gst-libs/gst/tag/gstid3tag.c:
5603         * gst-libs/gst/tag/gsttagediting.c:
5604         * gst-libs/gst/tag/gsttageditingprivate.h:
5605         * gst-libs/gst/tag/gstvorbistag.c:
5606         * gst/tags/Makefile.am:
5607         * gst/tags/gstid3tag.c:
5608         * gst/tags/gstvorbistag.c:
5609
5610         Fix for core changes:
5611         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5612         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5613         (gst_sinesrc_getrange):
5614
5615 2005-04-23  David Schleef  <ds@schleef.org>
5616
5617         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5618         in gst-plugins in a long time, and properly belongs in liboil.
5619         * gst-libs/gst/idct/Makefile.am:
5620         * gst-libs/gst/idct/README:
5621         * gst-libs/gst/idct/dct.h:
5622         * gst-libs/gst/idct/doieee:
5623         * gst-libs/gst/idct/fastintidct.c:
5624         * gst-libs/gst/idct/floatidct.c:
5625         * gst-libs/gst/idct/idct.c:
5626         * gst-libs/gst/idct/idct.h:
5627         * gst-libs/gst/idct/idtc.vcproj:
5628         * gst-libs/gst/idct/ieeetest.c:
5629         * gst-libs/gst/idct/intidct.c:
5630
5631 2005-04-20  Wim Taymans  <wim@fluendo.com>
5632
5633         * docs/design-audiosinks.txt:
5634         * gst-libs/gst/audio/Makefile.am:
5635         * gst-libs/gst/audio/TODO:
5636         * gst-libs/gst/audio/gstaudiosink.c:
5637         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5638         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5639         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5640         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5641         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5642         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5643         (gst_audiosink_class_init), (gst_audiosink_init),
5644         (gst_audiosink_create_ringbuffer):
5645         * gst-libs/gst/audio/gstaudiosink.h:
5646         * gst-libs/gst/audio/gstbaseaudiosink.c:
5647         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5648         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5649         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5650         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5651         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5652         (gst_baseaudiosink_create_ringbuffer),
5653         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5654         * gst-libs/gst/audio/gstbaseaudiosink.h:
5655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5656         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5657         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5658         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5659         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5660         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5661         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5662         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5663         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5664         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5665         * gst-libs/gst/audio/gstringbuffer.h:
5666         An attempt at a set of audio base classes together with some
5667         design docs.
5668
5669 2005-04-20  Wim Taymans  <wim@fluendo.com>
5670
5671         * gst/audioconvert/Makefile.am:
5672         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5673         (gst_audio_convert_caps_remove_format_info),
5674         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5675         (gst_audio_convert_channels):
5676         Link against audio libs.
5677         Fix audio convert plugin.
5678
5679 2005-04-20  Wim Taymans  <wim@fluendo.com>
5680
5681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5682         (gst_ogg_demux_sink_activate):
5683         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5684         (theora_set_header_on_caps), (theora_enc_sink_event),
5685         (theora_enc_chain):
5686         Fix theora encoder.
5687
5688 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5689
5690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5691         * gst/playback/gstdecodebin.c: (find_compatibles):
5692           Work with staticpadtemplates in elementfactories.
5693
5694 2005-04-12  Wim Taymans  <wim@fluendo.com>
5695
5696         * gst/playback/README:
5697         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5698         (compare_ranks), (print_feature), (gst_decode_bin_init),
5699         (dynamic_create), (dynamic_free), (find_compatibles),
5700         (mimetype_is_raw), (close_pad_link), (got_redirect),
5701         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5702         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5703         (gst_decode_bin_change_state):
5704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5705         (gst_play_base_bin_init), (group_destroy), (group_commit),
5706         (check_queue), (queue_overrun), (queue_threshold_reached),
5707         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5708         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5709         (got_redirect), (setup_source), (play_base_eos),
5710         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5711         (gst_play_base_bin_remove_element):
5712         * gst/playback/gstplaybasebin.h:
5713         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5714         (gst_play_bin_init), (gst_play_bin_dispose),
5715         (gst_play_bin_set_property), (gen_video_element),
5716         (gen_text_element), (gen_audio_element), (remove_sinks),
5717         (gst_play_bin_send_event):
5718         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5719         (stream_info_change_state), (gst_stream_info_set_mute):
5720         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5721         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5722         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5723         (gst_stream_selector_chain):
5724         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5725         (main):
5726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5727         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5728         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5729         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5730         Raw and crude port of decodebin. 
5731         Make playbin compile.
5732
5733 2005-04-06  Wim Taymans  <wim@fluendo.com>
5734
5735         * ext/gnomevfs/Makefile.am:
5736         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5737         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5738         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5739         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5740         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5741         (gst_gnomevfssrc_stop):
5742         * ext/ogg/Makefile.am:
5743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5744         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5745         * ext/theora/Makefile.am:
5746         * ext/theora/theoradec.c: (_inc_granulepos),
5747         (theora_dec_sink_event), (theora_dec_chain):
5748         * ext/vorbis/Makefile.am:
5749         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5750         (vorbis_dec_sink_event), (vorbis_dec_chain):
5751         * gst-libs/gst/audio/Makefile.am:
5752         * sys/xvimage/Makefile.am:
5753         Make gnomevfssrc extend the source base class.
5754         Fix linking against libs in various plugins.
5755
5756 2005-04-06  Andy Wingo  <wingo@pobox.com>
5757
5758         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5759         GST_BASE_LIBS.
5760
5761         * configure.ac: Add check and AC_SUBST for libgstbase.
5762
5763 2005-03-31  Wim Taymans  <wim@fluendo.com>
5764
5765         * examples/seeking/Makefile.am:
5766         * examples/seeking/cdparanoia.c: (main):
5767         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5768         (play_cb), (pause_cb), (stop_cb), (main):
5769         * examples/seeking/playbin.c:
5770         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5771         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5772         (make_sid_pipeline), (make_vorbis_pipeline),
5773         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5774         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5775         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5776         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5777         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5778         (stop_cb), (main):
5779         * examples/seeking/spider_seek.c:
5780         * examples/seeking/vorbisfile.c:
5781         * ext/gnomevfs/Makefile.am:
5782         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5783         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5784         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5785         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5786         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5787         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5788         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5789         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5790         * ext/ogg/README:
5791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5792         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5793         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5794         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5795         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5796         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5797         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5798         (gst_ogg_demux_factory_filter), (compare_ranks),
5799         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5800         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5801         (gst_ogg_chain_new), (gst_ogg_chain_free),
5802         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5803         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5804         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5805         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5806         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5807         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5808         (gst_ogg_demux_get_prev_page),
5809         (gst_ogg_demux_deactivate_current_chain),
5810         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5811         (gst_ogg_demux_bisect_forward_serialno),
5812         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5813         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5814         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5815         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5816         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5817         (gst_ogg_demux_change_state), (gst_ogg_print):
5818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5819         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5820         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5821         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5822         (gst_ogg_mux_loop):
5823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5824         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5825         (theora_dec_src_convert), (theora_dec_sink_convert),
5826         (theora_dec_src_query), (theora_dec_src_event),
5827         (theora_dec_sink_event), (theora_dec_chain),
5828         (theora_dec_change_state):
5829         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5830         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5831         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5832         (theora_enc_change_state):
5833         * ext/vorbis/Makefile.am:
5834         * ext/vorbis/oggvorbisenc.c:
5835         * ext/vorbis/oggvorbisenc.h:
5836         * ext/vorbis/vorbis.c: (plugin_init):
5837         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5838         (vorbis_dec_src_query), (vorbis_dec_src_event),
5839         (vorbis_dec_sink_event), (vorbis_dec_chain),
5840         (vorbis_dec_change_state):
5841         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5842         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5843         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5844         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5845         (gst_vorbisenc_change_state):
5846         * ext/vorbis/vorbisenc.h:
5847         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5848         * gst-libs/gst/audio/audioclock.c:
5849         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5850         (gst_audiofilter_init), (gst_audiofilter_chain):
5851         * gst-libs/gst/audio/testchannels.c: (main):
5852         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5853         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5854         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5855         (gmip_find_track_streaminfo), (gmip_find_track_format):
5856         * gst-libs/gst/media-info/media-info.c:
5857         (gst_media_info_read_idler):
5858         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5859         (gst_play_get_all_by_interface):
5860         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5861         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5862         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5863         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5864         (gst_riff_parse_info):
5865         * gst-libs/gst/riff/riff-read.h:
5866         * gst-libs/gst/riff/riff.c: (plugin_init):
5867         * gst-libs/gst/video/Makefile.am:
5868         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5869         (gst_videosink_class_init), (gst_videosink_get_type):
5870         * gst-libs/gst/video/videosink.h:
5871         * gst/audioconvert/bufferframesconvert.c:
5872         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5873         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5874         * gst/audioconvert/channelmixtest.c: (main):
5875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5876         (gst_audio_convert_chain),
5877         (gst_audio_convert_caps_remove_format_info),
5878         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5879         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5880         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5881         (gst_audio_convert_buffer_to_default_format),
5882         (gst_audio_convert_buffer_from_default_format),
5883         (gst_audio_convert_channels):
5884         * gst/audioconvert/gstchannelmix.h:
5885         * gst/ffmpegcolorspace/avcodec.h:
5886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5887         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5888         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5889         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5890         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5891         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5892         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5893         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5894         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5895         (dv_type_find):
5896         * gst/videotestsrc/gstvideotestsrc.c:
5897         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5898         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5899         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5900         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5901         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5902         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5903         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5905         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5906         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5907         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5908         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5909         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5910         (gst_xvimagesink_navigation_send_event),
5911         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5912         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5913         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5914         * sys/xvimage/xvimagesink.h:
5915         Plugin port to 0.9, ogg/theora playback should work in the seek
5916         example now.
5917         Removed old examples.
5918         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5919         explained in 0.9 TODO doc.
5920
5921
5922 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5923
5924         * autogen.sh:
5925         * configure.ac:
5926         * ext/Makefile.am:
5927         * gst/Makefile.am:
5928         * po/POTFILES.in:
5929         * po/af.po:
5930         * po/az.po:
5931         * po/cs.po:
5932         * po/en_GB.po:
5933         * po/hu.po:
5934         * po/it.po:
5935         * po/nb.po:
5936         * po/nl.po:
5937         * po/or.po:
5938         * po/sq.po:
5939         * po/sr.po:
5940         * po/sv.po:
5941         * po/uk.po:
5942         * po/vi.po:
5943         * sys/Makefile.am:
5944         * testsuite/Makefile.am:
5945           remove a whole bunch of plugins.  This module now contains a set
5946           of free reference plugins/elements as agreed.
5947
5948 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5949
5950         * configure.ac:
5951           hunting season on 0.9 is now OPEN
5952
5953 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5954
5955         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5956           Kick the hell out of gcc for not warning me about a symbol conflict.
5957
5958 2005-02-22  Luca Ognibene  <luogni@tin.it>
5959
5960         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5961
5962         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5963           Don't leak caps string (fixes #168134)
5964
5965         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5966         (gst_jpegenc_init), (gst_jpegenc_finalize),
5967         (gst_jpegenc_change_state):
5968           Don't leak line buffers and context struct (fixes #168133).
5969
5970 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5971
5972         * configure.ac:
5973         * ext/dirac/gstdiracdec.cc:
5974         (gst_diracdec_chain):
5975           Since dirac 0.5.0 the framerate in dirac is expressed as a
5976           rational number. Fix build and up requirement to 0.5.0, and
5977           also pass parameters to gst_diracdec_link in the right order
5978           (fixes #167959).
5979
5980 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5981
5982         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5983         * ext/faad/gstfaad.h:
5984         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5985         certain invalid muxed streams, where some packets will contain 
5986         junk after decoder data. Partially fixes #149158.
5987
5988 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5989         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5990           Make sure we only write to writable buffers
5991
5992 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5993
5994         * gst-libs/gst/riff/riff-media.c:
5995         (gst_riff_create_audio_caps_with_data):
5996           Do actually fix invalid RIFF fmt header values for alaw
5997           and mulaw audio instead of just saying so.
5998
5999         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6000           Give gst_riff_create_audio_caps_with_data() a chance to
6001           fix up broken format header fields before extracting any
6002           parameters from the header. (fixes #167633)
6003
6004 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6005
6006         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6007
6008         * gst/audioconvert/bufferframesconvert.c:
6009         (buffer_frames_convert_link):
6010           Don't leak othercaps. (fixes #167878)
6011
6012 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6013
6014         * configure.ac:
6015         * ext/libvisual/visual.c: (gst_visual_srclink),
6016         (gst_visual_change_state):
6017           Support libvisual 0.2.0.
6018
6019 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6020
6021         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6022         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6023           Use same rowstrides for I420 as used everywhere else.
6024
6025 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6026
6027         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6028           Declare variables at beginning of block and make gcc-2.95 happy
6029           (fixes # 167482, patch by Gergely Nagy).
6030           
6031         * gst/tcp/gsttcpclientsrc.c:
6032         * gst/tcp/gsttcpclientsrc.h:
6033           Move some includes into the header, so that struct sockaddr_in is
6034           defined when it should be defined on FreeBSD as well (fixes
6035           #167483).
6036           
6037         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6038           Don't pass uninitialised values to setsockopt() here either.
6039
6040 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6041
6042         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6043
6044         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6045           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6046
6047 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6048
6049         * gst/playback/gstplaybin.c: (add_sink):
6050           Invert bin_add/link order to workaround deadlock in opt.
6051
6052 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6053
6054         * gst/modplug/gstmodplug.cc:
6055           Add missing break causing position queries to fail.
6056
6057 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6058
6059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6060           Granpos can apparently be -1, which screws up calculations...
6061
6062 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6063
6064         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6065         (gst_ximagesink_send_pending_navigation),
6066         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6067         (gst_ximagesink_init):
6068         * sys/ximage/ximagesink.h:
6069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6070         (gst_xvimagesink_send_pending_navigation),
6071         (gst_xvimagesink_navigation_send_event),
6072         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6073         * sys/xvimage/xvimagesink.h:
6074           Use a mutex protected list to marshal navigation
6075           events into the stream thread from whichever thread
6076           sends them.
6077
6078 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6079
6080         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6081           Display current position and track length; misc. clean-ups.
6082           
6083         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6084         (speed_init), (speed_chain):
6085           Add query function, so that the stream length and current position
6086           get adjusted when queried (note that current position queries may
6087           still be wrong if the audio sink returns values based on buffer
6088           timestamps instead of passing on the query).
6089
6090 2005-02-13  Benjamin Otte  <otte@gnome.org>
6091
6092         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6093         (gst_audio_convert_channels):
6094           create channel conversion matrix when linking
6095         * gst/audioconvert/.cvsignore:
6096         * gst/audioconvert/Makefile.am:
6097         * gst/audioconvert/channelmixtest.c: (main):
6098           add (ugly) test that ensures stereo <=> mono conversion works
6099           correctly
6100
6101 2005-02-13  Benjamin Otte  <otte@gnome.org>
6102
6103         * gst/audioconvert/gstchannelmix.h:
6104           include missing header file
6105         * gst/audioconvert/gstchannelmix.c:
6106         (gst_audio_convert_fill_compatible):
6107           use same sign for both channels when converting to/from compatible
6108           channel. Previously used different signs made the signals cancel
6109           each other out and appear like silence. (fixes #167269)
6110
6111 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6112
6113         * gst/ffmpegcolorspace/avcodec.h:
6114         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6115         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6116         (gst_ffmpegcsp_avpicture_fill):
6117         * gst/ffmpegcolorspace/imgconvert.c:
6118           Convert to and from YV12 (fixes #156379).
6119
6120 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6121
6122         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6123         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6124         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6125         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6126         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6127         methods from chain and negotiation and vice versa (Fixes #166142).
6128         * sys/ximage/ximagesink.h: Add stream_lock.
6129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6130         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6131         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6132         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6133
6134 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6135
6136         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6137           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6138           error message when we can't open the DVD device (when dvdnav_open()
6139           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6140           the above). Send something more useful instead (fixes #167117).
6141
6142 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6143
6144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6145         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6146         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6147         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6148         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6149         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6150         methods from chain and negotiation and vice versa (Fixes #166142).
6151         Fix a possible bug of images in the buffer pool being discarded because
6152         we are looking at the wrong geometry.
6153         * sys/xvimage/xvimagesink.h: Add stream_lock.
6154
6155 2005-02-11  David Schleef  <ds@schleef.org>
6156
6157         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6158         unsigned int. (fixes #167128)
6159
6160 2005-02-11  David Schleef  <ds@schleef.org>
6161
6162         * gst/librfb/Makefile.am: Testing stuff before committing is
6163           for wimps... and people with fast machines.  Fix stupid
6164           mistake.
6165
6166 2005-02-11  David Schleef  <ds@schleef.org>
6167
6168         * configure.ac: Pull in librfb from my CVS tree, because it is
6169           too small and annoying to be separate.  Move rfbsrc plugin
6170           to gst/.
6171         * ext/Makefile.am:
6172         * ext/librfb/Makefile.am:
6173         * ext/librfb/gstrfbsrc.c:
6174         * gst/librfb/Makefile.am:
6175         * gst/librfb/gstrfbsrc.c:
6176         * gst/librfb/rfb.c:
6177         * gst/librfb/rfb.h:
6178         * gst/librfb/rfbbuffer.c:
6179         * gst/librfb/rfbbuffer.h:
6180         * gst/librfb/rfbbytestream.c:
6181         * gst/librfb/rfbbytestream.h:
6182         * gst/librfb/rfbcontext.h:
6183         * gst/librfb/rfbdecoder.c:
6184         * gst/librfb/rfbdecoder.h:
6185         * gst/librfb/rfbutil.h:
6186
6187 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6188
6189         * gst/speed/Makefile.am:
6190         * gst/speed/demo-mp3.c: (main):
6191         * gst/speed/filter.func:
6192         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6193         (speed_class_init), (speed_init), (speed_chain_int16),
6194         (speed_chain_float32), (speed_chain), (speed_set_property),
6195         (speed_get_property), (speed_change_state):
6196         * gst/speed/gstspeed.h:
6197           Fix speed element and make it chain-based (fixes #156467),
6198           and make it handle more than one channel.
6199
6200 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6201
6202         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6203         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6204         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6205         * ext/dts/gstdtsdec.h:
6206           Don't clobber the stack constructing the channels array.
6207           Make the element chain-based. DTS tracks can now be played.
6208           
6209 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6210
6211         * gst-libs/gst/audio/multichannel.h:
6212         * gst-libs/gst/gconf/gconf.h:
6213         * gst-libs/gst/idct/idct.h:
6214         * gst-libs/gst/media-info/media-info-priv.h:
6215         * gst-libs/gst/play/play.h:
6216         * gst-libs/gst/resample/private.h:
6217         * gst-libs/gst/resample/resample.h:
6218         * gst-libs/gst/riff/riff-ids.h:
6219         * gst-libs/gst/video/video.h:
6220         * gst-libs/gst/video/videosink.h:
6221           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6222           missing, so that they work when included from C++ code.
6223
6224 2005-02-09  David Schleef  <ds@schleef.org>
6225
6226         * testsuite/gst-lint: Check for non-statically scoped
6227           parent_class variables.  This won't be a problem once
6228           plugins are loaded with RTLD_LOCAL.
6229
6230 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6231
6232         * ext/mplex/gstmplexibitstream.cc:
6233           gcc madness.
6234
6235 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6236
6237         * ext/ogg/gstogmparse.c:
6238         * gst/debug/gstnavigationtest.c:
6239           Die, thou faulty symbol pollutors (non-static parent_class).
6240
6241 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6242
6243         * ext/mplex/gstmplexibitstream.cc:
6244           Fix event handling (#165525).
6245
6246 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6247
6248         * ext/mikmod/gstmikmod.c:
6249         * gst/modplug/gstmodplug.cc:
6250           Add missing endianness to template (fixes #165509).
6251
6252 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6253
6254         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6255           Fix wrong order of reading of optional bytes (#165290).
6256
6257 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6258
6259         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6260           Implement FILLER event awareness.
6261
6262 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6263
6264         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6265           Fix track calculations (#166208).
6266
6267 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6268
6269         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6270
6271         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6272         * ext/libpng/gstpngenc.c:
6273           Fix byte-order, use proper fixed caps. Fixes #164197.
6274
6275 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6276
6277         * configure.ac:
6278           Add dvdlpcmdec 
6279
6280         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6281         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6282           Don't push buffers if the src pad isn't negotiated yet.
6283           
6284         * gst/audioconvert/gstaudioconvert.c:
6285         (gst_audio_convert_buffer_to_default_format),
6286         (gst_audio_convert_buffer_from_default_format):
6287           Add support for 24-bit width.
6288
6289         * gst/dvdlpcmdec/.cvsignore:
6290         * gst/dvdlpcmdec/Makefile.am:
6291         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6292         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6293         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6294         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6295         (plugin_init):
6296         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6297           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6298           format. Needs support for the channels maps if someone can find 
6299           a DVD LPCM track with > 2 channels.
6300
6301         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6302         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6303         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6304         * gst/mpegstream/gstdvddemux.h:
6305         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6306         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6307         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6308         * gst/mpegstream/gstmpegdemux.h:
6309         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6310         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6311         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6312         (gst_mpeg_parse_handle_src_query),
6313         (gst_mpeg_parse_handle_src_event):
6314           Use audio/x-dvd-lpcm for LPCM output.
6315           Add DTS output.
6316
6317 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6318
6319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6320
6321         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6322         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6323           Add BGRA handling (#165736).
6324
6325 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6326
6327         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6328
6329         * gst/law/alaw-decode.c: (alawdec_link):
6330         * gst/law/alaw-encode.c: (alawenc_link):
6331         * gst/law/mulaw-decode.c: (mulawdec_link):
6332         * gst/law/mulaw-encode.c: (mulawenc_link):
6333           Fix caps memleaks (#166600).
6334
6335 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6336
6337         * ext/tarkin/mem.h:
6338         * ext/tarkin/wavelet.h:
6339         * ext/tarkin/yuv.h:
6340         * gst/ffmpegcolorspace/avcodec.h:
6341           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6342           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6343
6344 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6345
6346         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6348         (gst_xvimagesink_change_state):
6349           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6350           Xv video (and thereby regenerate Xv colourkey) in clear() so
6351           that PLAY -> READY -> PLAY works (fixes #162504).
6352
6353 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6354
6355         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6356           Switch to list instead of range, since MJPEG-devices really just
6357           support decimations, not any size.
6358
6359 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6360         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6361         (gst_mpeg2dec_reset), (free_all_buffers),
6362         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6363         * ext/mpeg2dec/gstmpeg2dec.h:
6364           The libmpeg2 user-allocated buffer management is awkward, 
6365           to say the least. Hopefully this fixes things.
6366
6367 2005-02-04  Andy Wingo  <wingo@pobox.com>
6368
6369         * gst/audioconvert/bufferframesconvert.c
6370         (buffer_frames_convert_fixate): New function, fixates to 256
6371         frames per buffer by default. (Much better than 1.)
6372         (buffer_frames_convert_init): Set the fixate function for both src
6373         and sink pad.
6374         (buffer_frames_convert_link): After success setting nonfixed caps,
6375         get the negotiated caps so we can know how many buffer-frames it
6376         will be. No idea how this worked at all before.
6377
6378 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6379
6380         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6381         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6382         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6383         (handle_sequence), (handle_picture):
6384         * ext/mpeg2dec/gstmpeg2dec.h:
6385           Rearrange buffer tracking and refcounting and refactor
6386           a little for readability. 
6387
6388 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6389         * sys/v4l/gstv4l.c: (plugin_init):
6390         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6391         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6392         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6393         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6394         * sys/v4l/gstv4ljpegsrc.h:
6395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6396         * sys/v4l/v4l_calls.h:
6397         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6398         (gst_v4lsrc_get_fps):
6399         * sys/v4l/v4lsrc_calls.h:
6400           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6401           you jpeg inside rgb frames" driver.
6402           Don't error in the v4lsrc link function, just return 
6403           REFUSED.
6404
6405 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6406
6407         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6408         (gst_qcamsrc_open):
6409           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6410
6411 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6412
6413         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6414           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6415
6416 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6417
6418         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6419           Reset negotiated state on PAUSED->READY.
6420
6421 2005-02-02  David Schleef  <ds@schleef.org>
6422
6423         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6424         whereever possible.  (Fixes #165997)
6425         * examples/capsfilter/capsfilter1.c: (main):
6426         * examples/dynparams/filter.c: (create_ui):
6427         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6428         * examples/seeking/chained.c: (main):
6429         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6430         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6431         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6432         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6433         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6434         * examples/switch/switcher.c: (main):
6435         * ext/dv/demo-play.c: (main):
6436         * ext/faad/gstfaad.c: (gst_faad_change_state):
6437         * ext/mad/gstmad.c: (gst_mad_chain):
6438         * ext/smoothwave/demo-osssrc.c: (main):
6439         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6440         (gst_gconf_render_bin_from_description),
6441         (gst_gconf_get_default_audio_sink),
6442         (gst_gconf_get_default_video_sink),
6443         (gst_gconf_get_default_audio_src),
6444         (gst_gconf_get_default_video_src),
6445         (gst_gconf_get_default_visualization_element):
6446         * gst/level/demo.c: (main):
6447         * gst/level/plot.c: (main):
6448         * gst/playback/gstplaybin.c: (gen_video_element),
6449         (gen_audio_element):
6450         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6451         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6452         * gst/sine/demo-dparams.c: (main):
6453         * gst/spectrum/demo-osssrc.c: (main):
6454         * gst/speed/demo-mp3.c: (main):
6455         * gst/volume/demo.c: (main):
6456         * testsuite/embed/embed.c: (main):
6457
6458 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6459
6460         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6461         (gst_tcpclientsink_finalize):
6462         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6463         (gst_tcpclientsrc_finalize):
6464         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6465         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6466         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6467         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6468           Don't leak the hostname when shutting down.
6469           In tcpserversrc, take a copy of the default hostname.
6470
6471 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6472
6473         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6474           Set caps to systemstream=TRUE.
6475
6476 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6477
6478         * testsuite/Makefile.am:
6479           Fix more OSX buildbots.
6480
6481 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6482
6483         * ext/mpeg2dec/gstmpeg2dec.c:
6484           Don't send things to NULL PAD_PEERs
6485
6486         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6487           Copy-on-write the incoming buffer.
6488
6489         * gst/mpegstream/gstdvddemux.h:
6490         * gst/mpegstream/gstmpegclock.h:
6491         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6492         (normal_seek), (gst_mpeg_demux_handle_src_event):
6493         * gst/mpegstream/gstmpegdemux.h:
6494         * gst/mpegstream/gstmpegpacketize.h:
6495         * gst/mpegstream/gstmpegparse.c:
6496         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6497         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6498         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6499         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6500         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6501         * gst/mpegstream/gstmpegparse.h:
6502         * gst/mpegstream/gstrfc2250enc.h:
6503           Various changes to the way time is computed that make seeking and
6504           total time estimation much better here.
6505           Use G_BEGIN/END_DECLS instead of __cplusplus
6506
6507         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6508           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6509
6510 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6511
6512         * gst/subparse/gstsubparse.c:
6513           Fix OSX buildbot.
6514
6515 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6516
6517         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6518         (theora_enc_chain), (theora_enc_change_state):
6519         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6520         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6521         (gst_vorbisenc_change_state):
6522         * ext/vorbis/vorbisenc.h:
6523           Set granulepos and timestamp correctly for streams not
6524           starting at 0, taking into account the initial delay.
6525
6526 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6527
6528         * gst/mpegstream/gstdvddemux.c:
6529           Add audio/x-dts to audio pad template caps
6530
6531 2005-01-30  David Schleef  <ds@schleef.org>
6532
6533         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6534         (create_context), (gst_polypsink_link): Fix silly endianness
6535         bug.  Add some debugging.  Remove float from caps; it doesn't
6536         work.  Attempt to get remote audio working.
6537
6538 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6539
6540         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6541           Add 3IV2 fourcc.
6542
6543 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6544
6545         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6546         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6547         (gst_avi_demux_stream_data):
6548         * gst/avi/gstavidemux.h:
6549           Invert DIB images. Fixes #132341.
6550
6551 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6552
6553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6554         (gst_ffmpegcsp_chain):
6555           D'oh, reference the palette data, not the palette structure.
6556           Fixes color distortion in #132341.
6557
6558 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6559
6560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6561           PAR can be non-fixed when not provided as argument (#162626).
6562
6563 2005-01-29  David Moore  <dcm@acm.org>
6564
6565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6566
6567         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6568         (gst_qtdemux_loop_header):
6569           Re-apply patch from #142272 that allows non-seekable sources,
6570           re-proposed by Daniel Drake <dsd@gentoo.org>.
6571
6572 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6573
6574         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6575           Use the src template for creating the src pad (#162330).
6576
6577 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6578
6579         * configure.ac:
6580         * ext/musepack/Makefile.am:
6581         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6582         (gst_musepackdec_init), (gst_musepackdec_dispose),
6583         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6584         (gst_musepack_stream_init), (gst_musepackdec_loop),
6585         (gst_musepackdec_change_state):
6586         * ext/musepack/gstmusepackdec.cpp:
6587         * ext/musepack/gstmusepackdec.h:
6588         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6589         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6590         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6591         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6592         * ext/musepack/gstmusepackreader.cpp:
6593         * ext/musepack/gstmusepackreader.h:
6594           Update to 1.1 API (#165446).
6595
6596 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6597
6598         * ext/Makefile.am:
6599           Unbreak buildbot.
6600
6601 2005-01-28  Andy Wingo  <wingo@pobox.com>
6602
6603         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6604         to reflect a different dubious internet source. Add a reference
6605         and some commentary.
6606
6607 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6608
6609         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6610         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6611         * gst/playback/gststreamselector.h:
6612           Be more selective when we're redoing caps negotiation from
6613           within the chain function on a stream change.
6614
6615 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6616
6617         * configure.ac:
6618         * ext/Makefile.am:
6619         * ext/amrnb/Makefile.am:
6620         * ext/amrnb/amrnb.c: (plugin_init):
6621         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6622         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6623         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6624         (gst_amrnbdec_state_change):
6625         * ext/amrnb/amrnbdec.h:
6626         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6627         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6628         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6629         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6630         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6631         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6632         * ext/amrnb/amrnbparse.h:
6633           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6634         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6635           Add AMR-NB/-WB raw formats.
6636         * ext/alsa/gstalsa.c: (gst_alsa_link):
6637           Keep valid time when changing format.
6638         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6639         (qtdemux_parse_trak):
6640           Add some more format-specific options (#140141, #143555, #155163).
6641
6642 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6643
6644         * gst/matroska/matroska-demux.c:
6645         (gst_matroska_demux_parse_blockgroup):
6646           Fix logic error in timing of subtitle stream synchronization.
6647         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6648           Add skip-chunk, which is found in kodak-camera streams.
6649
6650 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6651
6652         * po/LINGUAS:
6653         * po/vi.po:
6654           Adding Vietnamese translation (submitted by Clytie Siddall)
6655
6656 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6657
6658         * gst/playback/gstdecodebin.c: (try_to_link_1):
6659           Use realpad for signal.
6660
6661 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6662
6663         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6664           Fix category so decodebin picks it up.
6665
6666 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * ext/mad/Makefile.am:
6669         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6670         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6671         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6672         (found_type), (gst_id3demux_bin_change_state):
6673         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6674         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6675         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6676         (gst_id3_tag_change_state), (plugin_init):
6677         * ext/mad/gstmad.h:
6678           Add id3demuxbin (which is a simple bin consisting of id3demux
6679           and typefind), take over rank from id3demux, remove typefind
6680           code from id3demux. Makes all broken mp3s that I know of work,
6681           and thereby fixes #152688.
6682
6683 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6684
6685         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6686
6687         * ext/mad/gstmad.c: (gst_mad_src_event):
6688         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6689           Allow seeks on audio pad, make mad forward those (#164826).
6690         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6691           Set duration (#165335).
6692
6693 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6694
6695         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6696         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6697         (gst_asf_demux_process_ext_content_desc),
6698         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6699         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6700         * gst/asfdemux/gstasfdemux.h:
6701           Improve metadata display, e.g. if the metadata comes before the
6702           streams are loaded (which is perfectly valid).
6703
6704 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6705
6706         * tools/gst-launch-ext-m.m:
6707           Fix AVI/ASF pipelines (#165340).
6708
6709 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6710         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6711         build failure on amd64
6712
6713 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6714
6715         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6716         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6717           Check environment variables GST_ID3V2_TAG_ENCODING,
6718           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6719           list of character encodings to force interpretation of non-unicode
6720           strings stored in an ID3v2 tag to a particular encoding. If none
6721           is specified, try to use current locale's encoding, then fall back
6722           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6723         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6724         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6725           Check environment variables GST_ID3V1_TAG_ENCODING,
6726           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6727           list of character encodings to use in case a string encountered
6728           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6729           specified, try to use the current locale's encoding, then fall
6730           back to ISO-8859-1 (which will always succeed).
6731
6732 2005-01-25  Benjamin Otte  <otte@gnome.org>
6733
6734         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6735           - on half framerate, compute the rate in advance so the comparisons
6736             don't compare wrong values
6737           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6738             behaviour
6739           - don't use mad_header_decode anymore, mad_frame_decode does that
6740             automatically
6741           - when getting rid of consumed bytes, reset the stream's skiplen
6742           (fixes #163867)
6743
6744 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6745
6746         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6747           Use 1/2 a second for default max_discont, as PES streams from DVB
6748           seem to have larger spacings in the SCR. 
6749           Fix a typo.
6750
6751 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6752
6753         * gst/playback/gstplaybasebin.c: (group_commit):
6754           Notify delayed stream-info availability.
6755
6756 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6757         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6758         (gst_a52dec_handle_event), (gst_a52dec_chain):
6759         Add some debug output. Check that a discont has a valid
6760         time associated.
6761         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6762         (gst_alsa_sink_loop):
6763         Ignore TAG events. A little extra debug for broken timestamps.
6764         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6765         (dvdnavsrc_change_state):
6766         Ensure we send a discont to engage the link before we send any
6767         other events.
6768         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6769         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6770         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6771         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6772         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6773         dvd://title works in totem because typefinding sends a seek that ends
6774         up going back to chapter 1 regardless.
6775         * ext/mpeg2dec/gstmpeg2dec.c:
6776         * ext/mpeg2dec/gstmpeg2dec.h:
6777         Output correct timestamps and handle disconts.
6778         * ext/ogg/gstoggdemux.c: (get_relative):
6779         Small guard against a null dereference.
6780         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6781         (gst_textoverlay_set_property):
6782         Free memory when done. Don't call gst_event_filler_get_duration on
6783         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6784         g_warning.
6785         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6786         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6787         (gst_sw_srclink), (gst_smoothwave_chain):
6788         Draw solid lines, prettier colours.
6789         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6790         Add a default palette that'll work for some movies.
6791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6792         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6793         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6794         * gst/mpegstream/gstdvddemux.h:
6795         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6796         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6797         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6798         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6799         * gst/mpegstream/gstmpegparse.h:
6800         Use PTM/NAV events when for timestamp adjustment when connected to 
6801         dvdnavsrc. Don't use many discont events where one suffices.
6802         * gst/playback/gstplaybasebin.c: (group_destroy),
6803         (gen_preroll_element), (gst_play_base_bin_add_element):
6804         * gst/playback/gstplaybasebin.h:
6805         Make sure we remove subtitles from the same bin we put them in.
6806         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6807         (gst_subparse_buffer_format_autodetect),
6808         (gst_subparse_change_state):
6809         Fix some memleaks and invalid accesses.
6810         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6811         (oggskel_type_find), (cmml_type_find), (plugin_init):
6812         Some typefind functions for Annodex v3.0 files
6813         * gst/wavparse/gstwavparse.h:
6814         GstRiffReadClass is the correct parent class.
6815
6816 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6817
6818         * gst-libs/gst/riff/riff-media.c:
6819         (gst_riff_create_video_caps_with_data):
6820           Add extradata to huffyuv (fixes #165013).
6821         * gst-libs/gst/riff/riff-read.c:
6822         (gst_riff_read_strf_vids_with_data):
6823           Fix extradata extraction if it is in the chunk size.
6824
6825 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6826
6827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6828
6829         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6830         (gst_quarktv_change_state), (gst_quarktv_dispose):
6831           Memory free'ing location fix (#164708).
6832
6833 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6834
6835         * gst/playback/gstplaybasebin.c: (group_commit),
6836         (gen_preroll_element), (probe_triggered), (gen_source_element),
6837         (setup_source), (gst_play_base_bin_change_state),
6838         (gst_play_base_bin_add_element):
6839           Don't block for streams.
6840         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6841         (gst_stream_info_set_mute):
6842           Use gst_pad_set_active_recursive.
6843
6844 2005-01-25  Andy Wingo  <wingo@pobox.com>
6845
6846         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6847         for #ifndef HAVE_XVIDEO.
6848
6849 2005-01-24  Jeffrey C. Ollie
6850
6851         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6852
6853         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6854         * ext/gsm/gstgsmdec.h:
6855         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6856         * ext/gsm/gstgsmenc.h:
6857         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6858         was given by property. Add proper buffer timestamps and offsets.
6859
6860 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6861
6862         * gst-libs/gst/riff/riff-media.c:
6863         (gst_riff_create_audio_caps_with_data):
6864           Audio can be <8000Hz.
6865
6866 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6867
6868         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6869           Explicit state change to workaround refcount bugs.
6870
6871 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6872
6873         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6874         (gst_avimux_riff_get_avi_header):
6875           Fix...
6876
6877 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6878
6879         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6880         (gst_riff_read_element_data):
6881         * gst-libs/gst/riff/riff-read.h:
6882           Add _peek version (req'ed in CDXA).
6883         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6884         (gst_cdxaparse_loop):
6885           Fix parsing in playbin.
6886         * gst/playback/gstdecodebin.c: (close_pad_link):
6887           Ignore current_ pads, they cause major annoyance.
6888
6889 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6890
6891         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6892           Safety guard.
6893
6894 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6895
6896         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6897           Fix padding...
6898
6899 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6900
6901         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6902           Allow for 0-sized buffers. Fixes length query problems in
6903           starwars.mkv from the testsuite.
6904
6905 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6906
6907         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6908         (gst_video_box_i420), (gst_video_box_chain):
6909           Fix row strides for I420 (fixes #163159)
6910           
6911 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6912
6913         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6914           MPEG2 has a useful rate property, so we can actually use that.
6915           For MPEG-1, continue using the bytes/time properties.
6916
6917 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6918
6919         * gst-libs/gst/riff/riff-media.c:
6920         (gst_riff_create_video_caps_with_data),
6921         (gst_riff_create_video_template_caps):
6922           Add intel-h263.
6923
6924 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6925
6926         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6927           Fail if caps negotiation fails. Should fix #162184, and should
6928           definately be in there regardless of it fixing the actual bug.
6929         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6930         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6931         (gst_avimux_riff_get_avix_header),
6932         (gst_avimux_riff_get_video_header),
6933         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6934         (gst_avimux_start_file), (gst_avimux_handle_event),
6935         (gst_avimux_change_state):
6936         * gst/avi/gstavimux.h:
6937           Refactor structure writing to use GST_WRITE_UINT macros, add
6938           metadata writing support.
6939
6940 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6941
6942         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6943           Elements may already be destroyed when this function is called.
6944
6945 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6946
6947         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6948         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6949           More memory leak fixes (#149162).
6950
6951 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6952
6953         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6954         (gst_qtdemux_add_stream):
6955           Fix two memleaks.
6956
6957 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6960           Argh...
6961
6962 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6963
6964         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6965           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6966           when fixating to six channels in Totem.
6967
6968 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6969
6970         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6971           Fix compile warnings on Solaris 10 buildbot
6972
6973 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6974
6975         * ext/dvdread/dvdreadsrc.c: (_read):
6976           Don't read beyond the last cell in a chapter (fixes 
6977           invalid memory access)
6978
6979 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6980
6981         * ext/dvdread/stream_labels.c:
6982         (dvdreadsrc_get_audio_stream_labels):
6983           Use NULL for an empty GList instead of g_list_alloc(); fix 
6984           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6985           of GString (easier to bulk free later)
6986
6987 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6988
6989         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6990
6991         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6992         (gst_ffmpeg_pixfmt_to_caps):
6993           Fix BGRA32 caps (#164209).
6994
6995 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6996
6997         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6998
6999         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7000         (gst_ffmpeg_caps_to_pixfmt):
7001           alpha_mask can be RGBA/ABGR. Fixes #164265.
7002
7003 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7004
7005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7006
7007         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7008         (gst_mpeg2dec_alloc_buffer):
7009         * ext/mpeg2dec/gstmpeg2dec.h:
7010           Crop if decoding size is not the actual image size (#163676).
7011
7012 2005-01-17  Steve Baker  <steve@stevebaker.org>
7013
7014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7015
7016         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7017         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7018           Add libsndfile typefind functions (#163309).
7019
7020 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7021
7022         * tools/gst-launch-ext-m.m:
7023           Add .aac, fix .m1v/.m2v (#163891).
7024
7025 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7028           Sanity check, don't wait endlessly since the clock might not
7029           actually run at this point (which is a deadlock). Fixes #164069.
7030
7031 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * gst/playback/gstplaybasebin.c: (probe_triggered):
7034           Of course, only pause if group is done...
7035
7036 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7037
7038         * gst/playback/gstplaybasebin.c: (probe_triggered):
7039           Thread safety.
7040
7041 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7042
7043         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7044           Don't return state change success when the parent
7045           failed.
7046
7047 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7048
7049         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7050           Free events (fix memleak in #162905).
7051
7052 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7053
7054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7055
7056         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7057         (gst_ffmpeg_caps_to_pixfmt):
7058           Fix for depth = 15. Fixes #161675.
7059
7060 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7061
7062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7063           Set FPS correctly, even for webcams and the like.
7064         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7065           Don error on setting while capturing.
7066
7067 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7068
7069         * ext/dv/gstdvdec.c:
7070         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7071         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7072           I'm a bad boy. using /1001. to force C to do float division
7073           and not integer division (as it did in my last commit)
7074           Thanks to David I. Lehn for pointing this mistake.
7075
7076 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7077
7078         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7079           Revert Johan??s 1.35->1.36 since it breaks compat.
7080
7081 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7082
7083         * ext/dv/gstdvdec.c:
7084         * ext/libfame/gstlibfame.c:
7085         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7086         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7087           replace framerate aproximations by their real value
7088           (24000/1001, 30000/1001, 60000/1001)
7089           Finish fixing bug #164049
7090
7091 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7092
7093         * ext/ogg/gstoggmux.c:
7094           eos/bos debugging
7095         * gst/tcp/gstmultifdsink.c:
7096         * gst/tcp/gstmultifdsink.h:
7097         * gst/tcp/gsttcp.c:
7098         * gst/tcp/gsttcp.h:
7099         * gst/tcp/gsttcpclientsink.c:
7100         * gst/tcp/gsttcpclientsrc.c:
7101         * gst/tcp/gsttcpserversink.c:
7102         * gst/tcp/gsttcpserversrc.c:
7103           improve reusability of elements after state changes and errors
7104           make multifdsink throw away streamheaders when receiving new ones
7105
7106 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7107
7108         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7109           Fix for if items are already in list...
7110
7111 2005-01-12  Benjamin Otte  <otte@gnome.org>
7112
7113         * gst/adder/gstadder.c: (gst_adder_loop):
7114           fix adder a bit so it doesn't screw up with events as much anymore
7115
7116 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7117
7118         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7119         (pixbufscale_scale), (gst_pixbufscale_chain):
7120         * ext/gdk_pixbuf/pixbufscale.h:
7121           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7122           to ensure rowstrides are calculated the same way as 
7123           ffmpegcolorspace
7124           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7125           that we pick up duration and offset also.
7126
7127 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7128
7129         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7130         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7131           Reusability fixes.
7132
7133 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7134
7135         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7136         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7137         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7138         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7139           Update flags when requested.
7140
7141 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7142
7143         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7144           Fix dmix.
7145
7146 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7147
7148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7149         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7150         (probe_triggered), (new_decoded_pad), (gen_source_element),
7151         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7152         * gst/playback/gstplaybasebin.h:
7153         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7154         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7155         (gst_play_bin_change_state):
7156           Implement group-switch signal for use in apps to clear metadata
7157           cache, clean up subtitle, add suburi property instead of # hack,
7158           some error-out fixes.
7159
7160 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7161
7162         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7163           Debug.
7164         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7165           If we got a state change in the _get handler, don't return success.
7166
7167 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7168
7169         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7170         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7171           Make jpegdec quiet on MJPEG decoding
7172         * gst/asfdemux/README:
7173           Fix mimetypes for MJPEG and H263
7174
7175 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7176
7177         * ext/theora/theoradec.c: (theora_dec_chain):
7178           Fix broken code generation by gcc by swapping arguments.
7179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7180           Fix \n in debug.
7181
7182 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7183
7184         * TODO:
7185           delete this file, it is by far outdated
7186         * ext/alsa/gstalsa.1: remove
7187         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7188         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7189         (gst_alsa_get_caps):
7190           Add HW probing for supported sample rates. Fixes #161704
7191
7192 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7193
7194         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7195           Don't crash, biatch! :).
7196
7197 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7198
7199         * ext/musepack/gstmusepackreader.cpp:
7200         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7201           Some work on tags - still doesn't work in playbin...
7202         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7203           Handle events...
7204
7205 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7206
7207         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7208           Also shove tags on kid pads.
7209
7210 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7211
7212         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7213           Don't bail on unknown events.
7214         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7215           Don't crash on events before negotiation.
7216         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7217           Send tags on pads, too.
7218         * gst/playback/gststreamselector.c:
7219         (gst_stream_selector_request_new_pad):
7220           Forward events on first pad if no input was selected yet.
7221
7222 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7223
7224         * gst/playback/gstplaybasebin.c: (setup_substreams):
7225           Don't disable streamtype if the stream doesn't exist, since
7226           then playing a video after audio will disable both and nothing
7227           will happen. Fixes the testsuite.
7228
7229 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7230
7231         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7232         (gst_v4l_xoverlay_set_xwindow_id):
7233         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7234         (gst_v4l2_xoverlay_set_xwindow_id):
7235           Add debug categories, fix overlay disabling.
7236
7237 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7238
7239         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7240         * ext/alsa/gstalsa.h:
7241           Add HW probing for period_count/size and buffer_size MIX/MAX
7242           Adjust default/user defined value if out of bounds
7243           Should fix bug #162024
7244
7245 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7246
7247         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7248           Fix warning (#161191).
7249
7250 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7251
7252         * ext/dvdread/stream_labels.c:
7253         (dvdreadsrc_get_audio_stream_labels):
7254           Fix warning (init the good variable in switch default)
7255
7256 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7257
7258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7259
7260         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7261           Fix gcc-2.95 compile (#163485).
7262
7263 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7264
7265         * configure.ac:
7266         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7267         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7268         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7269         (gst_flacenc_change_state):
7270         * ext/flac/gstflacenc.h:
7271           Update for API change in flac-1.1.1. Update requirement in
7272           configure.ac. Fixes #162974.
7273
7274 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7275
7276         * gst/playback/gstplaybasebin.c: (group_destroy):
7277           Remove hack to get rid of assert and get rid of unlinked
7278           signals properly.
7279
7280 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7281
7282         * gst/playback/gstplaybasebin.c: (setup_source):
7283           Set source to NULL so that resources are free'ed. Fixes issues
7284           with playback of CDDA and similar device-accessing things.
7285
7286 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7287
7288         * testsuite/embed/Makefile.am:
7289           test->noinst, fix make test in buildbot.
7290
7291 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7292
7293         * ext/dvdread/stream_labels.c: new file
7294         * ext/dvdread/stream_labels.h: new file
7295         * ext/dvdread/Makefile.am:
7296         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7297           Extract audio stream label from DVD IFO files.
7298           It only dump them on the console for now, still have to
7299           make playbin aware of them.
7300
7301 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7302
7303         * gst/playback/gstplaybasebin.c: (setup_source):
7304           Fix hanging subs.
7305
7306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7307
7308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7309         (gen_preroll_element), (remove_groups), (setup_subtitle),
7310         (gen_source_element), (setup_source):
7311         * gst/playback/gstplaybasebin.h:
7312           Multiple .sub files is just a stupid idea... Fix some threading
7313           mistakes. Interestingly, external .sub files cause playbin to
7314           hang, I don't know why... Parsing fixes contributed by Fran??ois
7315           Kooman <fkooman@tuxed.net>.
7316
7317 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7318
7319         * testsuite/embed/Makefile.am:
7320           Fix buildbot.
7321
7322 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7323
7324         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7325
7326         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7327         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7328         (gst_pngenc_set_property):
7329         * ext/libpng/gstpngenc.h:
7330           Add compression level property (#163323).
7331
7332 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7333
7334         * configure.ac:
7335         * examples/capsfilter/capsfilter1.c: (main):
7336         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7337         * ext/dvdread/Makefile.am:
7338         * ext/dvdread/demo-play:
7339         * ext/dvdread/demo-play.c:
7340         * gconf/gstreamer.schemas.in:
7341         * gst-libs/gst/gconf/gconf.c:
7342         * sys/v4l/TODO:
7343         * testsuite/Makefile.am:
7344         * testsuite/embed/Makefile.am:
7345         * testsuite/embed/embed.c: (cb_expose), (main):
7346           Remove all references to xvideosink, fix examples (#140845).
7347         * gst/playback/gstplaybasebin.c: (group_destroy):
7348           Apparently, disposal does not unlink - so do explicitely.
7349         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7350           Add debug.
7351
7352 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7353
7354         * README: fix PKG_CONFIG_PATH instructions, what was there
7355         previously was breaking default search path, not nice. 
7356         Fixes #163358
7357
7358 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7359
7360         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7361         (gst_audioscale_chain):
7362           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7363           when resampling - how the ^@$^!@^! is this possible?!?
7364
7365 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7366
7367         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7368           Reset variables on READY.
7369         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7370         (gst_matroska_mux_loop):
7371           Require data before writing header.
7372
7373 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7374
7375         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7376
7377         * ext/mad/gstmad.c: (gst_mad_chain):
7378           Don't call mad_stream_sync() directly after recovering sync.
7379           Fixes #151661.
7380
7381 2005-01-09  Martin Eikermann  <meiker@upb.de>
7382
7383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7384
7385         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7386         (snapshot_handler), (gst_snapshot_sinkconnect),
7387         (gst_snapshot_chain):
7388           Allocate resources when required, fix recursive signal emission
7389           and fix caps. Fixes #161667.
7390
7391 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7392
7393         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7394
7395         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7396         (gst_pngdec_chain):
7397           Handle only 8-bppc (bits-per-pixel-component) images, better
7398           error handling and correct strides. Fixes #163177.
7399         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7400         (gst_pngenc_chain):
7401           Better error handling. Fixes #163348.
7402
7403 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7404
7405         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7406         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7407         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7408         (dvdnavsrc_uri_handler_init):
7409           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7410         * gst/playback/gstplaybasebin.c: (gen_source_element):
7411           Add MMS to streaming URIs.
7412
7413 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7414
7415         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7416         * sys/xvimage/xvimagesink.c:
7417         (gst_xvimagesink_navigation_send_event):
7418           Check for pad availability before sending event.
7419
7420 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7421
7422         * gst-plugins.spec.in:
7423           Add subparse.
7424
7425 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7426
7427         * configure.ac:
7428           Since we use functions from CVS, up requirement.
7429
7430 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7431
7432         * gst/playback/Makefile.am:
7433         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7434         (group_destroy), (group_commit), (group_is_muted),
7435         (gen_preroll_element), (add_stream), (unknown_type),
7436         (probe_triggered), (preroll_unlinked), (mute_stream),
7437         (silence_stream), (new_decoded_pad), (setup_substreams),
7438         (setup_source), (get_active_source), (mute_group_type),
7439         (muted_group_change_state), (set_active_source),
7440         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7441         (play_base_eos), (gst_play_base_bin_change_state):
7442         * gst/playback/gstplaybasebin.h:
7443         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7444         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7445         (gst_stream_info_dispose), (stream_info_mute_pad),
7446         (stream_info_change_state), (gst_stream_info_set_mute):
7447         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7448         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7449         (gst_stream_selector_init), (gst_stream_selector_dispose),
7450         (gst_stream_selector_get_linked_pad),
7451         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7452         (gst_stream_selector_get_linked_pads),
7453         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7454         * gst/playback/gststreamselector.h:
7455           Adding stream selection support plus required properties for
7456           applications to use this. Fully fixes #100931.
7457
7458 2005-01-08  Benjamin Otte  <otte@gnome.org>
7459
7460         * gst/games/gstpuzzle.c: (nav_event_handler):
7461           - handle nav events differently: forward every event no matter if it
7462             was handled or not.
7463           - translate events
7464           You can now cheat by using navigationtest ! puzzle and moving the
7465           mouse close to the edge of a tile. ;)
7466
7467 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7468
7469         * configure.ac:
7470         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7471         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7472         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7473         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7474         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7475         (gst_ogm_parse_plugin_init):
7476         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7477         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7478         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7479         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7480         * ext/pango/gsttextoverlay.h:
7481         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7482         (gst_matroska_demux_handle_seek_event),
7483         (gst_matroska_demux_sync_streams),
7484         (gst_matroska_demux_parse_blockgroup),
7485         (gst_matroska_demux_subtitle_caps),
7486         (gst_matroska_demux_plugin_init):
7487         * gst/matroska/matroska-ids.h:
7488         * gst/playback/gstdecodebin.c: (close_pad_link):
7489         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7490         (gen_preroll_element), (remove_groups), (add_stream),
7491         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7492         (setup_source):
7493         * gst/playback/gstplaybasebin.h:
7494         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7495         * gst/subparse/Makefile.am:
7496         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7497         (gst_subparse_base_init), (gst_subparse_class_init),
7498         (gst_subparse_init), (gst_subparse_formats),
7499         (gst_subparse_eventmask), (gst_subparse_event),
7500         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7501         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7502         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7503         (parse_mpsub_deinit), (parse_mpsub_init),
7504         (gst_subparse_buffer_format_autodetect),
7505         (gst_subparse_format_autodetect), (gst_subparse_loop),
7506         (gst_subparse_change_state), (gst_subparse_type_find),
7507         (plugin_init):
7508         * gst/subparse/gstsubparse.h:
7509         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7510         (plugin_init):
7511           Add subtitle support, .sub parser (supports SRT and MPsub),
7512           OGM text support, Matroska UTF-8 text support, deadlock fixes
7513           all over the place, subtitle awareness in decodebin/playbin
7514           and some fixes to textoverlay to handle subtitles in a stream
7515           correctly. Fixes #100931.
7516
7517 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7518
7519         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7520           Check for pad availability before doing a query on it.
7521
7522 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7523
7524         * ext/dv/gstdvdec.c:
7525           really fix bpp24/32 dvdec caps (classic rgba indeed)
7526         * gst/asfdemux/gstasfdemux.c:
7527         (gst_asf_demux_process_ext_content_desc):
7528           don't send text tags if they are empty (bis repetita)
7529
7530 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7531
7532         * ext/dv/gstdvdec.c:
7533          remove unneeded comment from dvdec
7534           (related to DV 4CC codes in AVI files)
7535           moved them in gstreamer/docs/random/mimetypes
7536         * gst/asfdemux/gstasfdemux.c:
7537         (gst_asf_demux_process_ext_content_desc):
7538          don't send text tags if they are empty
7539          fix mem leak on error path
7540         * gst/ffmpegcolorspace/avcodec.h:
7541         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7542         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7543         (gst_ffmpegcsp_avpicture_fill):
7544         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7545         * gst/ffmpegcolorspace/imgconvert_template.h:
7546          adds BGR32 and BGRA32 to ffmpegcolorspace
7547           (still bad colors, fixing it on next commit)
7548           helps with dvdec outputing BGR32
7549
7550 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7551
7552         * ext/dv/gstdvdec.c:
7553          Fix audio caps i just broke (missing ',')
7554         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7555         (gst_matroska_mux_reset):
7556          Fix typo + add FIXME about old "x-gst-metadata" crap
7557
7558 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7559
7560         * ext/dv/demo-play.c: (main):
7561          xvideosink -> xvimagesink
7562         * ext/dv/gstdvdec.c:
7563          change rgb 32/32 caps to 24/32 (no alpha)
7564          change nb of channels to be a list (2 or 4, not 2)
7565          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7566         * gst/asfdemux/gstasfdemux.c:
7567         (gst_asf_demux_process_ext_content_desc):
7568          Add 'date/year' to extracted metadata list
7569
7570 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7571
7572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7573           The return value of fixate_to does not imply that the requested
7574           value was set, so don't assume.
7575
7576 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7577
7578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7579
7580         * ext/libpng/gstpngdec.c:
7581         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7582         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7583         * ext/libpng/gstpngenc.h:
7584           Alpha support (encoder; #163161), mime fixage.
7585
7586 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7587
7588         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7589
7590         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7591         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7592         (gst_faac_set_property), (gst_faac_get_property):
7593         * ext/faac/gstfaac.h:
7594           Allow for ADTS output (#153434).
7595
7596 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7597
7598         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7599           Fix against template (#150576).
7600
7601 2005-01-06  Benjamin Otte  <otte@gnome.org>
7602
7603         * gst/games/gstpuzzle.c: (draw_puzzle):
7604           don't draw a puzzle if either width or height of tiles would be 0.
7605
7606 2005-01-06  Benjamin Otte  <otte@gnome.org>
7607
7608         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7609         (gst_puzzle_class_init), (gst_puzzle_finalize):
7610           no memleaks, please
7611         (gst_puzzle_create), (gst_puzzle_init),
7612         (gst_puzzle_set_property), (gst_puzzle_setup):
7613           change initialization code around so we don't reshuffle on resize
7614         (draw_puzzle):
7615           fix another stupid typo
7616
7617 2005-01-06  Benjamin Otte  <otte@gnome.org>
7618
7619         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7620           fix stupid typo that borked copying on YUY2
7621
7622 2005-01-06  Benjamin Otte  <otte@gnome.org>
7623
7624         * gst/games/gstpuzzle.c: (draw_puzzle):
7625           fix edges when image sizes aren't multiples of tile sizes
7626
7627 2005-01-06  Benjamin Otte  <otte@gnome.org>
7628
7629         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7630           make RGB endianness work correctly
7631         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7632           refactor and fix race with initial shuffling
7633         (nav_event_handler):
7634           allow using the mouse to puzzle
7635         (draw_puzzle):
7636           insist on tiles having width and height as multiples of 4 to get
7637           clean YUV image handling
7638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7639         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7640           s/DEBUG/LOG/ for common messages
7641         (gst_xvimagesink_navigation_send_event):
7642           fix mouse event translation to not include screen PAR
7643         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7644           fix mouse event translation to actually work
7645
7646 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7647
7648         * gst/asfdemux/gstasfdemux.c:
7649         (gst_asf_demux_process_ext_content_desc):
7650          Extract TrackNumber metadata + clean up code
7651         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7652          Hope this is the good fix (var used unitialised)
7653
7654 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7655
7656         * ext/faad/gstfaad.c: (gst_faad_chain):
7657           Only increment timestamp if it's valid. Fixes raw AAC streams.
7658
7659 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7660
7661         * configure.ac:
7662         * gst/games/Makefile.am:
7663         * gst/games/gstpuzzle.c:
7664           add a puzzle game with...
7665         * gst/games/gstvideoimage.c:
7666         * gst/games/gstvideoimage.h:
7667           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7668           from videotestsrc and made into something that would be a nice
7669           library for a lot of other plugins.
7670
7671 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7672
7673         * configure.ac:
7674          don't compile faad plugin if a RC of 2.0 is found
7675          Fixes #155346 (and FC1 buildbot)
7676         * gst/asfdemux/gstasfdemux.c:
7677         (gst_asf_demux_process_ext_content_desc):
7678          try to make Solaris compiler happier
7679
7680 2005-01-06  Paul Jack  <pjack@sfaf.org>
7681
7682         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7683
7684         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7685           Fix segfault (#161667).
7686
7687 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7688
7689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7690           Fix framerate reporting.
7691
7692 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7693
7694         * gst-libs/gst/riff/riff-ids.h:
7695         * gst/wavenc/riff.h:
7696          Add AMR (VBR and CBR) ids to riff.h audio codec list
7697         * gst/asfdemux/gstasfdemux.c:
7698         (gst_asf_demux_process_ext_content_desc),
7699         (gst_asf_demux_process_object):
7700           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7701
7702 2005-01-05  Martin Eikermann  <meiker@upb.de>
7703
7704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7705
7706         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7707         (gst_dvd_demux_handle_discont):
7708         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7709         (gst_mpeg_demux_handle_discont):
7710           Recreate pads on new-media (#160730).
7711         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7712           Send discont even if manager changes timestamps (#161929).
7713
7714 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7715
7716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7717
7718         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7719           Fix invalid memory access (#159211).
7720
7721 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * examples/gstplay/player.c: (main):
7724           Don't iterate.
7725         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7726           Add visualizations.
7727         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7728         (gst_a52dec_handle_frame):
7729           Set duration.
7730         * ext/dvdnav/gst-dvd:
7731           Add audioconvert. Fixes #161325.
7732         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7733           Explicitely case to gint64. Possible valgrind error.
7734         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7735         (gst_play_tick_callback), (gst_play_change_state),
7736         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7737         (gst_play_set_location), (gst_play_get_location),
7738         (gst_play_seek_to_time), (gst_play_set_data_src),
7739         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7740         (gst_play_set_visualization), (gst_play_connect_visualization),
7741         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7742         (gst_play_new):
7743           Use playbin. Fixes #139749 and #147744.
7744         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7745           Add genre tag.
7746         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7747         (audioscale_get_type), (gst_audioscale_base_init),
7748         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7749         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7750         (gst_audioscale_link), (gst_audioscale_get_buffer),
7751         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7752         (gst_audioscale_init), (gst_audioscale_dispose),
7753         (gst_audioscale_chain), (gst_audioscale_set_property),
7754         (gst_audioscale_get_property), (plugin_init):
7755           Indent properly.
7756         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7757           Fix LPCM.
7758         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7759         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7760         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7761           Add more metadata (fixes #162656).
7762
7763 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7764
7765         * configure.ac:
7766           back to cvs
7767
7768 === release 0.8.7 ===
7769
7770 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7771
7772         * NEWS:
7773         * RELEASE:
7774         * configure.ac:
7775           releasing 0.8.7, "Hyperspace"
7776
7777 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7778
7779         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7780
7781         * gst/playback/gstplaybasebin.c:
7782          Fix for #162924 - free caps after use, not before
7783
7784 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7785
7786         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7787
7788         * gst/playback/gstplaybasebin.c:
7789         * gst/wavparse/gstwavparse.c:
7790           Fix for #154773 - fixes playback of small .wav files
7791
7792 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7793
7794         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7795
7796         * gst/audioscale/gstaudioscale.c:
7797           Fix for #162819 - make audioscale reusable
7798           Fixes playback of more than one file with playbin/totem
7799
7800 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7801
7802         * gst/ffmpegcolorspace/avcodec.h:
7803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7804         * gst/ffmpegcolorspace/imgconvert.c:
7805           clean up the mess that made me cry and avoid needless duplication
7806
7807 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7808
7809         * gst/ffmpegcolorspace/imgconvert.c:
7810           give some indication of why we're segfaulting
7811
7812 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7813
7814         * configure.ac:
7815           Fix indentation, fix v4l2 plugin detection.
7816         * ext/Makefile.am:
7817           Fix libmms location (Maciej, use diff -u!).
7818         * ext/alsa/gstalsa.c: (gst_alsa_init):
7819           Initialize caps cache to NULL.
7820         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7821           Only change state on audiosink if it exists.
7822
7823 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7824
7825         * gst/matroska/matroska-demux.c:
7826         * gst/matroska/matroska-ids.h:
7827         * gst/matroska/matroska-demux.h:
7828         Fix Vorbis streams failing to decode in some files, where cluster_time
7829         isn't 0, because then it doesn't send codec_priv before actual data.
7830         Remove time-based test and replace it with marker set on beginning of
7831         new stream
7832
7833 2004-12-28  David Schleef  <ds@schleef.org>
7834
7835         Merge patch from Ronald fixing problems with streaming
7836         text.
7837         * ext/cairo/gstcairo.c: (plugin_init):
7838         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7839         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7840         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7841         (gst_textoverlay_font_init), (gst_textoverlay_init),
7842         (gst_textoverlay_set_property):
7843         * ext/cairo/gsttextoverlay.h:
7844
7845 2004-12-27  David Schleef  <ds@schleef.org>
7846
7847         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7848         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7849         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7850         (gst_textoverlay_font_init), (gst_textoverlay_init),
7851         (gst_textoverlay_set_property): Improvements to actually
7852         render text as white on black outline on video, including
7853         font selection and horizontal/vertical alignment.  (Ronald's
7854         christmas present)
7855         * ext/cairo/gsttextoverlay.h:
7856
7857 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7858
7859         * ext/ogg/gstogg.c:
7860         * ext/ogg/gstogmparse.c:
7861           fix ogm[audio/video]parse plugin registration
7862           (riff won't load if bytestream is already loaded)
7863
7864 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         * gst/audioconvert/gstchannelmix.c:
7867           fix for GLIB < 2.4
7868
7869 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7870
7871         * Makefile.am:
7872         * configure.ac:
7873           disable docs again until it actually passes make distcheck.
7874
7875 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7876
7877         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7878         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7879         (plugin_init):
7880           Add 3GP (variables name Q3GP because they can't start with a
7881           number). Add samr audio fourcc (used in .3gp files), decoder
7882           is work in progress. Also do a GST_WARNING instead of ERROR
7883           in case of unknown nodes, to decrease output.
7884
7885 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7886
7887         * Makefile.am:
7888           really fix dist
7889
7890 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7891
7892         * configure.ac:
7893         * ext/speex/gstspeexdec.h:
7894         * ext/speex/gstspeexenc.h:
7895           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7896           Fix detection code in configure.ac
7897
7898 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7899
7900         * gst/matroska/matroska-demux.c:
7901         (gst_matroska_demux_parse_blockgroup):
7902           Save position, so that queries give proper return values. Don't
7903           know how this could ever have worked before...
7904
7905 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7906
7907         * configure.ac:
7908           Put additional LAME check inside the conditional.  Fixes #152339
7909
7910 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7911
7912         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7913         (gst_avi_demux_stream_scan):
7914           Add some more debug. Fix logic error when setting movi offset
7915           while reading index.
7916
7917 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7918
7919         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7920         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7921         (gst_avi_demux_process_next_entry):
7922           Add some debugging. Better detection of broken indexes and the
7923           accompanying index recovery. No infinite loops on state changes
7924           when we're still in our loopfunction.
7925
7926 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7927
7928         * configure.ac:
7929           Fix up.
7930
7931 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7932
7933         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7934
7935         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7936           Normalizing the value before setting
7937         (gst_sunaudiomixer_get_volume):
7938           Normalizing the value after getting. Fixes bug# 161980
7939
7940 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7941
7942         * Makefile.am: Make sure docs gets disted
7943         * docs/Makefile.am: Make sure all needed files get disted
7944         * gst-plugins.spec.in: latest updates
7945
7946 2004-12-22  Wim Taymans  <wim@fluendo.com>
7947
7948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7949         Revert patch 1.38 as clock distribution over schedulers does
7950         not work correcly in the core yet.
7951
7952 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7953
7954         * sys/oss/README: remove this file, which predates my birth
7955           (and which content is by far outdated)
7956
7957 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7958
7959         * Makefile.am:
7960         * configure.ac:
7961         * docs/Makefile.am:
7962         * docs/libs/Makefile.am:
7963         * docs/libs/gst-plugins-libs-docs.sgml:
7964         * docs/libs/gst-plugins-libs-sections.txt:
7965         * docs/libs/tmpl/gstgconf.sgml:
7966         * docs/upload.mak:
7967         * docs/version.entities.in:
7968           Added boilerplate gtk-doc files for plugin-libs documentation.
7969
7970 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7971
7972         * gst/auparse/gstauparse.c: fix int and float audio caps
7973
7974 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7975
7976         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7977         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7978           g_assert() can be a macro, don't use #ifdef inside it.
7979
7980 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7981
7982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7983
7984         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7985         (gst_videorate_init), (gst_videorate_chain),
7986         (gst_videorate_change_state):
7987           Event handling (fixes #159986).
7988
7989 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7990
7991         * gst-libs/gst/riff/riff-media.c:
7992         (gst_riff_create_video_caps_with_data):
7993           Add BLZ0 (Blizzard's version of DivX) fourcc.
7994
7995 2004-12-18  David Schleef  <ds@schleef.org>
7996
7997         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7998         portability fix.
7999
8000 2004-12-18  David Schleef  <ds@schleef.org>
8001
8002         * gst/tta/ttadec.h: Disable some header code that isn't used
8003         and clearly isn't portable.
8004
8005 2004-12-18  David Schleef  <ds@schleef.org>
8006
8007         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8008         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8009         (avcodec_get_pix_fmt), (avpicture_layout),
8010         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8011         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8012         Fix code to not use GCC extensions (and c99 extensions that
8013         Forte does not like.)
8014
8015 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8016
8017         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8018
8019         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8020         (gst_deinterlace_chain):
8021           Rowstride fixes. Fixes #161039.
8022         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8023         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8024         (gst_video_crop_getcaps), (gst_video_crop_link),
8025         (gst_video_crop_i420), (gst_video_crop_chain),
8026         (gst_video_crop_change_state):
8027           Rework of negotiation. Actually works now. Fixes #158650.
8028
8029 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8030
8031         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8032           That was very stupid.
8033
8034 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8035
8036         * gst/matroska/matroska-demux.c:
8037         (gst_matroska_demux_parse_blockgroup):
8038           Fix possible crasher.
8039
8040 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8041
8042         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8043         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8044           Lace sizes can be zero.
8045
8046 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8047
8048         * ext/musepack/gstmusepackdec.cpp:
8049           Fetch error return values. Fixes #161624.
8050         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8051           Really EOS.
8052
8053 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8054
8055         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8056           Work for truncated (unfinished download etc.) files. Fixes #160514.
8057
8058 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8059
8060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8061           Fix for integer overflow. Makes #156001 not crash. Probably masks
8062           the real bug.
8063
8064 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8065
8066         * gst/ac3parse/gstac3parse.c: (plugin_init):
8067           Parsers never have ranks. Fixes #159651.
8068
8069 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8070
8071         * gst/playback/gstdecodebin.c: (compare_ranks):
8072           make sure the facotries are ordered the same every time even if they
8073           have the same rank by using the name
8074         * gst/playback/gstdecodebin.c: (find_compatibles):
8075           make sure we don't add factories to the list twice
8076
8077 2004-12-16  David Schleef  <ds@schleef.org>
8078
8079         * configure.ac: look for musepack headers as musepack/*.h
8080         (fixes #159847)
8081         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8082         * ext/musepack/gstmusepackreader.h: same
8083
8084 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8085
8086         * gst-libs/gst/riff/riff-read.c:
8087         (gst_riff_read_strf_auds_with_data):
8088           Read extradata correctly (fixes #155879).
8089
8090 2004-12-16  David Schleef  <ds@schleef.org>
8091
8092         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8093         audio.  does _not_ attempt or allow conversion unless channels
8094         is 1 or 2.
8095
8096 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8097
8098         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8099
8100 2004-12-16  David Schleef  <ds@schleef.org>
8101
8102         * gst/audioscale/gstaudioscale.c: the resample library only
8103         handles 1 or 2 channels.  Change caps to compensate.
8104
8105 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8106
8107         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8108         (gst_matroska_demux_audio_caps):
8109           Some MPEG-AAC hacks, because else it doesn't work...
8110
8111 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8112
8113         * gst-libs/gst/riff/riff-media.c:
8114         (gst_riff_create_video_caps_with_data),
8115         (gst_riff_create_video_template_caps):
8116           Add h264.
8117
8118 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8119
8120         * gst-libs/gst/audio/Makefile.am:
8121           Try to fix buildbot.
8122
8123 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8124
8125         * gst/tcp/gstmultifdsink.c:
8126           Clean up and uniformize debugging.
8127
8128 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8129
8130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8131
8132         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8133         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8134         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8135         (gst_mpeg_demux_change_state):
8136           Reset on ready. Fixes 160276.
8137
8138 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8139
8140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8141
8142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8143         (gst_ffmpegcsp_pad_link):
8144           Fix memleak (#154815).
8145
8146 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8147
8148         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8149
8150         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8151         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8152         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8153         * ext/musicbrainz/gsttrm.h:
8154           Add support for using a proxy server when getting a trm id from
8155           the MusicBrainz database (#149613).
8156
8157 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8158
8159         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8160
8161         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8162         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8163           Fix memleaks (#157233).
8164
8165 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8166
8167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8168
8169         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8170         * gst-libs/gst/resample/resample.h:
8171         * gst/audioscale/gstaudioscale.c:
8172           Fix memleak (#159215).
8173
8174 2004-12-16  Toni Willberg  <toniw@iki.fi>
8175
8176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8177
8178         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8179         * sys/oss/oss_probe.c: (main):
8180           Check for mono/stereo support (similar to samplerate probing),
8181           fixes #159433. Also add missing copyright header to oss_probe.c.
8182
8183 2004-12-15  David Schleef  <ds@schleef.org>
8184
8185         * configure.ac: add audioresample and cairo plugins.  Remove
8186         HAVE_MMX stuff, because it's not used.
8187         * ext/Makefile.am: same
8188         * ext/audioresample/Makefile.am: You are not ready for an
8189         audio resampling element based on audioresample.
8190         * ext/audioresample/gstaudioresample.c:
8191         * ext/audioresample/gstaudioresample.h:
8192         * ext/cairo/Makefile.am: You are not ready for overlay elements
8193         based on cairo.  Don't look too closely, these elements kinda
8194         suck right now.
8195         * ext/cairo/gstcairo.c: new
8196         * ext/cairo/gsttextoverlay.c: new
8197         * ext/cairo/gsttextoverlay.h: new
8198         * ext/cairo/gsttimeoverlay.c: new
8199         * ext/cairo/gsttimeoverlay.h: new
8200         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8201         problem with compilers that don't support variadic macros.
8202
8203 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8204
8205         Reviewed by:  David Schleef  <ds@schleef.org>
8206
8207         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8208         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8209         bit.  Also ran indent-gst.
8210         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8211         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8212         (gst_sunaudiosrc_setparams):
8213
8214 2004-12-14  David Schleef  <ds@schleef.org>
8215
8216         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8217         output rate to 16000.  Should fix #160235.
8218
8219 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8220
8221         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8222         Add typefinding for mpeg2 pes streams
8223
8224 2004-12-13  David Schleef  <ds@schleef.org>
8225
8226         * configure.ac:  Applied patch from bug #143659, making default
8227         sources and sinks OS-dependent (for Solaris), and added code
8228         for OS/X.
8229         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8230
8231 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8232
8233         * gst-libs/gst/riff/riff-media.c:
8234           forgot to add h2.64 to avidemux template caps
8235
8236 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8237
8238         * gst/wavenc/riff.h:
8239         * gst-libs/gst/riff/riff-media.c:
8240         * gst-libs/gst/riff/riff-ids.h:
8241         * gst/avi/gstavimux.c
8242         add 4CC code for VideoSoft h264 in AVI (VSSH)
8243           fixes bug #160655
8244         remove s323 from riff, it's quicktime specific :(
8245
8246 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8247
8248         * gst/asfdemux/README
8249         * gst/wavenc/riff.h
8250         * gst-libs/gst/riff/riff-ids.h
8251         * gst-libs/gst/riff/riff-media.c
8252         * gst/qtdemux/qtdemux.c:
8253           add new 4CC codes for h263 related codecs
8254           fixes partially bug #155163
8255
8256 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8257
8258         * configure.ac: Update polyaudio requirement to 0.7
8259         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8260
8261 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8262
8263         * gst/interleave/deinterleave.c:
8264         fix my name's spelling! :)
8265
8266 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8267
8268         * AUTHORS ChangeLog
8269         * gst/auparse/gstauparse.c
8270         * gst/interleave/deinterleave.c
8271         * gst/law/:
8272                 alaw-decode.c alaw-encode.c
8273                 mulaw-decode.c mulaw-encode.c
8274         * gst/oneton/gstoneton.c
8275         * sys/osxaudio/:
8276                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8277         * sys/osxvideo/:
8278                 cocoawindow.h cocoawindow.m
8279                 osxvideosink.h osxvideosink.m
8280
8281         put the same mail address for Zaheer Abbas Merali everywhere
8282
8283 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8284
8285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8286           Align by packetsize, and assert that we a packet available before
8287           playing. The first makes webstreams work (they often include
8288           trailing padding data in a packet), the second allows pausing a
8289           ASF stream in totem without getting demux errors afterwards.
8290
8291 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8292
8293         * ext/ogg/gstoggdemux.c: (get_relative):
8294           Check for non-NULL before accessing member (end-of-chain).
8295
8296 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8297
8298         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8299         (cdparanoia_set_property), (cdparanoia_get_property):
8300         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8301         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8302         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8303         (dvdreadsrc_init), (dvdreadsrc_set_property),
8304         (dvdreadsrc_get_property):
8305         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8306         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8307           Synchronize property names where not yet the case. Devices are
8308           now device=X, other versions are deprecated (but still exist).
8309           Also use g_free() unconditionally.
8310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8311         (setup_source), (gst_play_base_bin_get_property):
8312           Expose source.
8313
8314 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8315
8316         * configure.ac: move GCONF macro outside conditional for the am
8317           conditional. Fixes #160439
8318
8319 2004-12-08  David Schleef  <ds@schleef.org>
8320
8321         * tools/gst-visualise-m.m: Switch to elements that currently
8322         exist.
8323
8324 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8325
8326         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8327           We love wrong commas.
8328
8329 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8330
8331         * gst/matroska/matroska-demux.c:
8332         (gst_matroska_demux_handle_src_query):
8333           Don't set DEFAULT, unsupported - makes length display incorrectly
8334           in some cases.
8335
8336 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8337
8338         * gst/monoscope/README: remove blurb about files being GPL
8339         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8340         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8341           monoscope is now effectively LGPL licensed
8342
8343 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8344
8345         * gst/monoscope/README: Update information to be more correct
8346         * gst/monoscope/convolve.c: Relicense to LGPL
8347         * gst/monoscope/convolve.h: Relicense to LGPL
8348
8349 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8350
8351         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8352           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8353         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8354           set default_duration for mpeg1 audio
8355
8356 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8357
8358         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8359         * ext/alsa/gstalsa.h:
8360           refactor big chunks of the core caps negotiation code to make it
8361           a lot faster, because people claim it's really slow
8362           (actually, just cache the getcaps when the device is opened)
8363
8364 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8365
8366         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8367         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8368         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8369         (gst_a52dec_change_state), (plugin_init):
8370         * ext/a52dec/gsta52dec.h:
8371           Do something useful with timestamps. Make chain-based (since
8372           there's really no reason to be loopbased).
8373         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8374           Update current_byte/frame correctly.
8375
8376 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8377
8378         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8379         (gst_ape_demux_stream_init):
8380           Forward tags, too.
8381
8382 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8383
8384         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8385           Let's make sure we're done typefinding when detecting tags.
8386
8387 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8388
8389         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8390         (gst_ebml_read_init), (gst_ebml_read_use_event),
8391         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8392         (gst_ebml_read_seek), (gst_ebml_read_skip),
8393         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8394         (gst_ebml_read_master):
8395         * gst/matroska/ebml-read.h:
8396         * gst/matroska/matroska-demux.c:
8397         (gst_matroska_demux_parse_contents),
8398         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8399           Disgustingly evil hack for working around INTERRUPT events and
8400           their extremely annoying habit of being a pain in the ass. We
8401           simply peek a cluster before reading any of it.
8402
8403 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8404
8405         * ext/musepack/gstmusepackdec.cpp:
8406           There's also floating point libmusepacks.
8407
8408 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8409
8410         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8411         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8412           Set DURATION even if source buffer didn't. Also use increasing
8413           timestamps.
8414         * gst-libs/gst/riff/riff-media.c:
8415         (gst_riff_create_audio_caps_with_data):
8416           Block_align can have larger values than 8192.
8417
8418 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8419
8420         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8421         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8422         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8423         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8424           Fix caps.
8425
8426 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8427
8428         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8429           Fix logic bug.
8430
8431 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8432
8433         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8434           Yay, another one.
8435
8436 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8437
8438         * ext/esd/esdsink.c: (gst_esdsink_chain):
8439           Make error actually say something useful (fixes #156798).
8440         * gst-libs/gst/riff/riff-media.c:
8441         (gst_riff_create_video_caps_with_data),
8442         (gst_riff_create_video_template_caps):
8443           Add Intel Video 5.0 fourcc (IV50).
8444
8445 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8446
8447         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8448         detection on mono and stereo mp3 files.
8449
8450 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8451
8452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8453           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8454           the contained stream).
8455
8456 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8457
8458         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8459           Oops, remove debug.
8460
8461 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8462
8463         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8464
8465         * gst/law/alaw-decode.c: (alawdec_getcaps):
8466         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8467           Prevent warnings when negotiating caps (fixes #159338).
8468
8469 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8470
8471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8472         (gst_ffmpegcsp_chain):
8473           Remove old leftover that shouldn't be there...
8474
8475 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8476
8477         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8478
8479         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8480           Don't forward DISCONT events (fixes #159684).
8481
8482 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8483
8484         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8485           Unlink manually since sometimes bin disposal (and therefore
8486           pad unlinking) is delayed, which will cause a new media file
8487           to not be able to start playing instantly.
8488
8489 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8490
8491         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8492           On mute of an unlinked stream, check for pad availability so
8493           we don't crash on unlinked pad.
8494
8495 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8496
8497         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8498         (gst_avi_demux_massage_index):
8499           Fix quite humiliating bug in omitting 0-sized index chunks but
8500           forgetting to count them for timestamps.
8501
8502 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8503
8504         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8505           Actually leave the loop if we failed to sync. Don't crash.
8506
8507 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8508
8509         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8510         (gst_dvd_demux_process_private):
8511         * gst/mpegstream/gstdvddemux.h:
8512           Fix crash (#159759). Doesn't work, though. :-(.
8513
8514 2004-11-28  Benjamin Otte  <otte@gnome.org>
8515
8516         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8517           more overwriting protection due to modifying channels one by one
8518           instead of all at once
8519
8520 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8521
8522         * gst/audioconvert/gstchannelmix.c:
8523         (gst_audio_convert_fill_normalize):
8524           Normalize using absolute values.
8525
8526 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8527
8528         * configure.ac:
8529         * ext/Makefile.am:
8530         * ext/directfb/Makefile.am:
8531         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8532         (gst_directfbvideosink_get_pixel_format),
8533         (gst_directfbvideosink_get_format_from_fourcc),
8534         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8535         (gst_directfbvideosink_sink_link),
8536         (gst_directfbvideosink_change_state),
8537         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8538         (gst_directfbvideosink_buffer_alloc),
8539         (gst_directfbvideosink_interface_supported),
8540         (gst_directfbvideosink_interface_init),
8541         (gst_directfbvideosink_navigation_send_event),
8542         (gst_directfbvideosink_navigation_init),
8543         (gst_directfbvideosink_set_property),
8544         (gst_directfbvideosink_get_property),
8545         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8546         (gst_directfbvideosink_base_init),
8547         (gst_directfbvideosink_class_init),
8548         (gst_directfbvideosink_get_type), (plugin_init):
8549         * ext/directfb/directfbvideosink.h: Adding a first version of
8550         directfbvideosink.
8551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8552         more.
8553
8554 2004-11-28  Benjamin Otte  <otte@gnome.org>
8555
8556         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8557           walk the samples backwards if out_channels > in_channels so we don't
8558           overwrite data
8559
8560 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8561
8562         * gst/audioconvert/Makefile.am:
8563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8564         (gst_audio_convert_link), (gst_audio_convert_change_state),
8565         (gst_audio_convert_channels):
8566         * gst/audioconvert/gstchannelmix.c:
8567         (gst_audio_convert_unset_matrix),
8568         (gst_audio_convert_fill_identical),
8569         (gst_audio_convert_fill_compatible),
8570         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8571         (gst_audio_convert_fill_others),
8572         (gst_audio_convert_fill_normalize),
8573         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8574         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8575         * gst/audioconvert/gstchannelmix.h:
8576           Implement a channel mixer.
8577
8578 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8579
8580         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8581         * ext/alsa/gstalsa.h:
8582         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8583         Make alsasink actually honor gst_element_set_clock and use that
8584         clock instead of its internal one.
8585
8586 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8587
8588         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8589         (gst_play_base_bin_change_state): nullify source and decoder when
8590         going from READY to NULL so that we don't try to do weird stuff with
8591         them when going from NULL to READY
8592         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8593         instead of g_object_unref
8594         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8595         it should be correct
8596         (gst_play_bin_change_state): don't call remove_sinks if we are
8597         currently disposing the object
8598
8599 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8600
8601         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8602           Don't forget bass if it's there. Else left channel is silent...
8603
8604 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8605
8606         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8607         (gst_a52dec_change_state):
8608           Don't do sample adjusting anymore, we use float audio now.
8609         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8610           Don't fixate to non-existing properties.
8611
8612 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8613
8614         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8615         (gst_a52dec_change_state):
8616           Advertise that we can do surround sound.
8617
8618 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8619
8620         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8621           Add buffer-frames=0.
8622         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8623         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8624         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8625         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8626         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8627         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8628         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8629         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8630         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8631         * ext/dvdread/dvdreadsrc.h:
8632           Add seeking, querying for bytes, sectors, title, angle and
8633           chapter. Handle multiple chapters. Relicense to LGPL because
8634           Billy agreed on that (thanks Billy!).
8635
8636 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8637
8638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8639         call parent dispose method
8640
8641 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8642
8643         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8644         (gst_audio_clock_get_internal_time):
8645         Fix active <-> inactive transitions: ensure time value always
8646         grows and avoid abrupt value changes.
8647
8648 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8649
8650         * configure.ac:
8651         * gst/tta/Makefile.am:
8652         * gst/tta/crc32.h:
8653         * gst/tta/filters.h:
8654         * gst/tta/gsttta.c:
8655         * gst/tta/gstttadec.c:
8656         * gst/tta/gstttadec.h:
8657         * gst/tta/gstttaparse.c:
8658         * gst/tta/gstttaparse.h:
8659         * gst/tta/ttadec.h:
8660           added TTA parser and decoder
8661
8662 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8663
8664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8665         (probe_triggered), (check_queue), (buffer_underrun),
8666         (buffer_running), (buffer_overrun), (gen_source_element),
8667         (setup_source):
8668         * gst/playback/gstplaybasebin.h:
8669           Implement buffering. Needs some more work.
8670
8671 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8672
8673         * ext/theora/theoradec.c: (theora_dec_chain):
8674           Fix ilog mask range overflow.
8675
8676 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8677
8678         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8679           Don't omit the last (which in case of dmix is the only :) )
8680           channel count. Don't set channels if <= 2.
8681
8682 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8683
8684         * gst/playback/gstplaybin.c: (gen_video_element),
8685         (gen_audio_element): Removed 2 obsolete comments
8686
8687 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8688
8689         * ext/vorbis/oggvorbisenc.c
8690         * ext/vorbis/vorbisenc.c :
8691           change description fields of those plugins to differentiate them
8692           (pitivi show Encoders by description, they had the same one)
8693
8694 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8695
8696         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8697
8698         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8699         (gst_play_bin_set_property), (gen_video_element),
8700         (gen_audio_element):
8701           Refcounting fixes for provided audio-/videosinks.
8702
8703 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8704
8705         * gst/playback/gstplaybin.c: (gen_video_element),
8706         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8707           Don't reference all sinks, but only the video- and audiosinks.
8708           The vis. element should be disposed when we're done with it.
8709           We don't have any reason to keep it around. This fixes warnings
8710           when reusing playbin for playing multiple audio files with
8711           vis. enabled. Also release audio device on pause - idea stolen
8712           from Rhythmbox.
8713
8714 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8715
8716         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8717         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8718         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8719         * ext/alsa/gstalsaplugin.c: (plugin_init):
8720         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8721         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8722         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8723         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8724         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8725         (gst_faad_change_state), (plugin_init):
8726         * ext/faad/gstfaad.h:
8727         * ext/vorbis/vorbis.c: (plugin_init):
8728         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8729         * gst-libs/gst/audio/Makefile.am:
8730         * gst-libs/gst/audio/audio.c: (plugin_init):
8731         * gst-libs/gst/audio/multichannel.c:
8732         (gst_audio_check_channel_positions),
8733         (gst_audio_get_channel_positions),
8734         (gst_audio_set_channel_positions),
8735         (gst_audio_set_structure_channel_positions_list),
8736         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8737         (gst_audio_fixate_channel_positions):
8738         * gst-libs/gst/audio/multichannel.h:
8739         * gst-libs/gst/audio/testchannels.c: (main):
8740         * gst/audioconvert/gstaudioconvert.c:
8741         (gst_audio_convert_class_init), (gst_audio_convert_init),
8742         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8743         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8744         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8745         * gst/audioconvert/plugin.c: (plugin_init):
8746           Surround sound support.
8747
8748 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8749
8750         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8751           Fix position for discont if we're close as well. Nitpicking, but
8752           saves a few milliseconds of extra waiting or skipping.
8753
8754 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8755
8756         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8757           We sometimes need parsers for playback, so add those too.
8758
8759 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8760
8761         * configure.ac:
8762         * gst/apetag/Makefile.am:
8763         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8764         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8765         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8766         (gst_ape_demux_get_src_query_types),
8767         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8768         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8769         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8770         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8771         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8772         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8773         (gst_ape_demux_change_state):
8774         * gst/apetag/apedemux.h:
8775         * gst/apetag/apetag.c: (plugin_init):
8776         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8777         (plugin_init):
8778           APE v1/2 tag reader plus typefind function.
8779
8780 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8781
8782         * configure.ac:
8783         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8784         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8785           Remove hacks for older core. Require newer core version
8786           accordingly.
8787
8788 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8789
8790         * gst/cdxaparse/Makefile.am:
8791         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8792         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8793         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8794         * gst/cdxaparse/gstcdxaparse.h:
8795         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8796         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8797         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8798         (gst_cdxastrip_get_src_query_types),
8799         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8800         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8801         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8802         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8803         * gst/cdxaparse/gstcdxastrip.h:
8804           SVCD/VCD header stripping separated from CDXA image parsing.
8805         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8806         (plugin_init):
8807           Add VCD/SVCD header typefinding for VCD/SVCD.
8808         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8809         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8810         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8811         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8812         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8813         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8814         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8815         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8816         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8817         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8818         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8819         * sys/vcd/vcdsrc.h:
8820           Fix up, add seeking, querying, URI interface. Works in totem now.
8821
8822 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8823
8824         * configure.ac:
8825           back to CVS
8826
8827 === release 0.8.6 ===
8828
8829 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8830
8831         * NEWS:
8832         * RELEASE:
8833         * configure.ac:
8834         * po/af.po:
8835         * po/az.po:
8836         * po/cs.po:
8837         * po/en_GB.po:
8838         * po/hu.po:
8839         * po/it.po:
8840         * po/nb.po:
8841         * po/nl.po:
8842         * po/or.po:
8843         * po/sq.po:
8844         * po/sr.po:
8845         * po/sv.po:
8846         * po/uk.po:
8847           releasing 0.8.6, "IOU Love"
8848
8849 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8850
8851         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8852
8853         * gst/playback/gstplaybasebin.c:
8854           Fix unplayable files error handling.  Fixes #158365
8855
8856 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8857
8858         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8859
8860         * gst/typefind/gsttypefindfunctions.c:
8861           Fix broken mp3 typefinding.  Fixes #158375
8862
8863 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8864
8865         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8866
8867         * ext/ogg/gstoggdemux.c:
8868           Fix sync on broken files.  Fixes #158976
8869
8870 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8871
8872         patch by: Edward Hervey <bilboed@bilboed.com>
8873
8874         * ext/libpng/gstpngenc.c:
8875           Copy over buffer properties.  Fixes #158832
8876
8877 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8878
8879         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8880
8881         * ext/dvdread/dvdreadsrc.c:
8882           Fixes invalid reads (#158462)
8883
8884 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8885
8886         * sys/v4l/gstv4lsrc.c:
8887         * sys/v4l/gstv4lsrc.h:
8888         * sys/v4l/v4lsrc_calls.c:
8889           Probe less and cache it.  Fixes #159187.
8890
8891 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8892
8893         * gst/videorate/gstvideorate.c:
8894           Handle all video formats. Fixes #159186.
8895
8896 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8897         * gst/synaesthesia/gstsynaesthesia.c:
8898         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8899         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8900         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8901         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8902         (gst_synaesthesia_change_state), (plugin_init):
8903         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8904         Force 320x200 output, as that's the only thing the underlying
8905         synaesthesia implementation supports. Still needs to be made
8906         re-entrant.
8907
8908 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8909
8910         * configure.ac:
8911           Fix mpeg2enc configure check (similar to mplex check below).
8912
8913 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8914
8915         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8916
8917         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8918           Fix for gcc-2.95 (fixes #158221).
8919
8920 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8923           Re-add clock distribution hack (until new core is released).
8924           Fixes #158125.
8925
8926 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8927         * configure.ac:
8928           fix mplex configure check segfaulting on some systems (bug #140994)
8929
8930 2004-11-13  Benjamin Otte  <otte@gnome.org>
8931
8932         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8933           add debugging
8934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8935           do a wait when we enter the loop func with no data available to
8936           write instead of getting into an 100% CPU loop by just returning and
8937           being called again by the scheduler
8938
8939 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8940
8941         * configure.ac:
8942         * ext/libvisual/visual.c: (gst_visual_get_type),
8943         (libvisual_log_handler), (gst_visual_getcaps),
8944         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8945         (plugin_init):
8946           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8947         * ext/smoothwave/Makefile.am:
8948         * ext/smoothwave/demo-osssrc.c: (main):
8949         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8950         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8951         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8952         (plugin_init):
8953         * ext/smoothwave/gstsmoothwave.h:
8954           Make gstsmoothwave a working element in the 20th century.
8955
8956         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8957           Fix incorrect link function
8958
8959 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8960
8961         * gst/volume/gstvolume.c:
8962           Allow buffer-frames=0.
8963
8964 2004-11-12 Iain <iaingnome@gmail.com>
8965
8966         * configure.ac: Check for polypaudio
8967
8968         * ext/Makefile.am: Build the polyp dir
8969
8970         * ext/polyp: The polypsink sources.
8971
8972 2004-10-30 Iain <iaingnome@gmail.com>
8973
8974         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8975         caps to reflect the new number of channels.
8976
8977 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8978
8979         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8980           Fix for negotiation order problem. This would show when the
8981           ALSA loopfuction was called before any other function. ALSA
8982           wouldn't do anything because we're not negotiated yet, leading
8983           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8984
8985 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8986
8987         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8988
8989         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8990           No warnings (#157986).
8991
8992 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8993
8994         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8995           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8996
8997 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8998
8999         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9000           Signal no-more-pads (so it works in playbin).
9001
9002 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9003
9004         * ext/musepack/gstmusepackreader.cpp:
9005           Workaround for older core.
9006
9007 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9010           Actually test for odd width/height rather than testing whether
9011           a temporary variable that was 0 before we subtracted 1 is now
9012           not equal to zero (which it always is).
9013
9014 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9015
9016         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9017         Fix compilation if HAVE_XVIDEO is not defined
9018
9019 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9020
9021         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9022         Fix compilation if HAVE_XVIDEO is not defined
9023
9024 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9025
9026         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9027         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9028         (gst_goom_change_state), (plugin_init):
9029         Use the bytestream adapter so goom doesn't depend on the input
9030         buffer size.
9031         Add a debug category
9032
9033 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9034
9035         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9036           Only set hardware parameters *after* negotiation. Before
9037           negotiation, it will set ANY and that seems to cause crashes
9038           (see e.g. #151288, #153227).
9039
9040 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9041
9042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9043           This seems to be antique leftover. It needs to pass error
9044           checking.
9045         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9046         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9047         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9048         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9049           Fix GstXOverlay implementation (#151059).
9050
9051 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9052
9053         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9054           Don't assert (#157853).
9055
9056 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9057
9058         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9059           Fix bytes/samples confustion.
9060         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9061           Fix for underrun (#144389).
9062
9063 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9064
9065         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9066           Disable halfway-seek for pending release (since it needs a new
9067           core release).
9068
9069 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9070
9071         * sys/v4l/gstv4lsrc.c:
9072         * sys/v4l/gstv4lsrc.h:
9073         * sys/v4l/v4lsrc_calls.c:
9074           add autoprobe-fps property so we can separate autoprobing parts
9075
9076 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9077
9078         * sys/v4l/gstv4lsrc.c:
9079         * sys/v4l/v4lsrc_calls.c:
9080         initialise fourcc to catch unset fourcc's, and debug
9081
9082 2004-11-09  Wim Taymans  <wim@fluendo.com>
9083
9084         * gst/playback/README:
9085         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9086         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9087         (gst_play_bin_dispose), (gst_play_bin_set_property),
9088         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9089         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9090         (gst_play_bin_get_formats), (gst_play_bin_convert),
9091         (gst_play_bin_get_query_types), (gst_play_bin_query):
9092         Cleanups and some more documentation.
9093
9094 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9095
9096         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9097         (gst_cacasink_init), (gst_cacasink_chain):
9098         * ext/libcaca/gstcacasink.h:
9099         Cacasink inherits from VideoSink, so let that store the clock.
9100
9101 2004-11-09  Wim Taymans  <wim@fluendo.com>
9102
9103         * gst/playback/README:
9104         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9105         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9106         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9107         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9108         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9109         (setup_sinks):
9110         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9111         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9112         * gst/playback/gststreaminfo.h:
9113         Updated README.
9114         Only switch groups if all streams have muted (EOSed).
9115         Send Tags in sync with the stream playback instead of in
9116         the playback/preroll phase.
9117         Some cleanups, free the fakesrc elements.
9118
9119 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9120
9121         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9122           buffer-frames property was missing
9123         * ext/arts/gst_arts.c:
9124           rate missing from sinkcaps
9125         * ext/audiofile/gstafparse.c:
9126         * ext/audiofile/gstafsink.c:
9127         * ext/audiofile/gstafsrc.c:
9128         * ext/swfdec/gstswfdec.c:
9129           int audio doesn't know buffer-frames
9130         * ext/cdparanoia/gstcdparanoia.c:
9131           int audio doesn't know chunksize either
9132         * ext/nas/nassink.c:
9133           it's endianness, not endianess
9134         * gst-libs/gst/audio/audio.h:
9135           make float standard pad template caps really describe float
9136         * gst/law/mulaw.c: (linear_factory):
9137           signed only, please
9138         * gst/mpegstream/gstdvddemux.c:
9139           widths of 20 are not valid
9140
9141 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9142
9143         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9144
9145         * po/LINGUAS:
9146         * po/it.po:
9147           Add Italian
9148
9149 2004-11-08  Wim Taymans  <wim@fluendo.com>
9150
9151         * gst/playback/README:
9152         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9153         * gst/playback/gstplaybasebin.c: (probe_triggered),
9154         (gst_play_base_bin_change_state):
9155         Updated README, added more comments for fixmes etc..
9156
9157 2004-11-08  Wim Taymans  <wim@fluendo.com>
9158
9159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9160         We can remove this hack now.
9161
9162 2004-11-08  Wim Taymans  <wim@fluendo.com>
9163
9164         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9165         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9166         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9167         Only mix AYUV for maximum quality.
9168
9169 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9170
9171         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9172         (gst_ogg_demux_push), (gst_ogg_pad_push):
9173           Let's act as if we're synchronized now! :).
9174         * ext/theora/theoradec.c: (theora_dec_chain):
9175           Add some debug.
9176
9177 2004-11-08  Wim Taymans  <wim@fluendo.com>
9178
9179         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9180         (gst_alpha_set_property), (gst_alpha_sink_link),
9181         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9182         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9183         (gst_alpha_init_params), (gst_alpha_chain):
9184         Implement alpha functions for AYUV too, this increases
9185         accuracy quite a bit.
9186
9187 2004-11-08  Wim Taymans  <wim@fluendo.com>
9188
9189         * gst/ffmpegcolorspace/avcodec.h:
9190         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9191         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9192         (gst_ffmpegcsp_avpicture_fill):
9193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9194         (gst_ffmpegcsp_caps_remove_format_info):
9195         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9196         (shrink12), (img_get_alpha_info), (deinterlace_line),
9197         (deinterlace_line_inplace):
9198         * gst/ffmpegcolorspace/imgconvert_template.h:
9199         Added AYUV colorspace and handle RGBA a bit more respectful.
9200
9201 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9202
9203         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9204           Actually always send a discont (cornercase when resending the
9205           same serial-tagged chain twice).
9206
9207 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9208
9209         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9210         (gst_ximagesink_finalize):
9211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9212         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9213
9214 2004-11-08  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9217         Don't segfault on NULL data.
9218
9219 2004-11-08  Wim Taymans  <wim@fluendo.com>
9220
9221         * gst/playback/gstdecodebin.c: (unlinked):
9222         * gst/playback/gstplay-marshal.list:
9223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9224         (gst_play_base_bin_init), (group_create), (get_active_group),
9225         (get_building_group), (group_destroy), (group_commit),
9226         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9227         (add_element_stream), (no_more_pads), (probe_triggered),
9228         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9229         (state_change), (setup_source), (gst_play_base_bin_get_property),
9230         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9231         (gst_play_base_bin_link_stream),
9232         (gst_play_base_bin_get_streaminfo):
9233         * gst/playback/gstplaybasebin.h:
9234         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9235         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9236         Add support for chained ogg files. Prepare for playlist
9237         support. This patch introduces the concept of pad groups, which
9238         together compose one playable media file.
9239
9240 2004-11-07  David Schleef  <ds@schleef.org>
9241
9242         * testsuite/gst-lint: Check for pad templates that aren't statically
9243         scoped.
9244
9245 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9246
9247         * configure.ac:
9248         * ext/Makefile.am:
9249         * ext/musepack/Makefile.am:
9250         * ext/musepack/gstmusepackdec.cpp:
9251         * ext/musepack/gstmusepackdec.h:
9252         * ext/musepack/gstmusepackreader.cpp:
9253         * ext/musepack/gstmusepackreader.h:
9254           Add musepack decoder.
9255         * ext/faad/gstfaad.c: (gst_faad_base_init):
9256           Make pad templates static.
9257         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9258         (plugin_init):
9259           Add musepack typefinder, make mp3 typefinding work halfway stream,
9260           which doesn't actually work yet because id3demux doesn't implement
9261           _get_length().
9262
9263 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9264
9265         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9266         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9267           Fix interrupt event handling (#144436).
9268
9269 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9270
9271         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9272           Hide unused glory.
9273
9274 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9275
9276         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9277
9278         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9279           Fix weird caps (#157548).
9280
9281 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9282
9283         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9284
9285         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9286           Add missing NULL terminator (#157543).
9287
9288 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9289
9290         * gst/tcp/gsttcp.h:
9291         * gst/tcp/gsttcpclientsink.c:
9292         * gst/tcp/gsttcpclientsrc.c:
9293         * gst/tcp/gsttcpserversink.c:
9294         * gst/tcp/gsttcpserversrc.c:
9295           ports can go up to 65535.  Move common defines to gsttcp.h
9296
9297 2004-11-05  Wim Taymans  <wim@fluendo.com>
9298
9299         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9300         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9301         Added two more colorspaces.
9302
9303 2004-11-05  Wim Taymans  <wim@fluendo.com>
9304
9305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9306         (gst_ffmpegcsp_avpicture_fill):
9307         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9308         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9309         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9310         More stride fixes.
9311
9312 2004-11-05  Wim Taymans  <wim@fluendo.com>
9313
9314         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9315         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9316         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9317         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9318         (gst_videomixer_loop):
9319         More stride fixes.
9320
9321 2004-11-05  Benjamin Otte  <otte@gnome.org>
9322
9323         * ext/mad/gstmad.c: (gst_mad_chain):
9324           don't overflow data buffer. Flush not needed sync data when syncing
9325           failed.
9326
9327 2004-11-04  Wim Taymans  <wim@fluendo.com>
9328
9329         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9330         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9331         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9332         (gst_alpha_init_params), (gst_alpha_chain),
9333         (gst_alpha_change_state):
9334         Updated the chroma keying algorithm with something more
9335         sophisticated.
9336
9337 2004-11-03  Wim Taymans  <wim@fluendo.com>
9338
9339         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9340         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9341         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9342         Fix stride issues. Does not completely work for odd
9343         heights.
9344
9345 2004-11-03  Wim Taymans  <wim@fluendo.com>
9346
9347         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9348         (gst_alpha_chroma_key), (gst_alpha_chain):
9349         Fix stride issues. Does not completely work for odd
9350         heights.
9351
9352 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9353
9354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9355         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9356         leak fixes
9357
9358 2004-11-03  Wim Taymans  <wim@fluendo.com>
9359
9360         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9361         (gst_ffmpegcsp_avpicture_fill):
9362         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9363         (avpicture_alloc):
9364         * gst/ffmpegcolorspace/imgconvert_template.h:
9365         Use correct _fill function to get correct strides.
9366
9367 2004-11-02  David Schleef  <ds@schleef.org>
9368
9369         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9370         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9371         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9372         Change all g_print()s to debugging.  Add a bunch of consistency
9373         checks.
9374
9375 2004-11-02  Wim Taymans  <wim@fluendo.com>
9376
9377         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9378         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9379         (unlinked), (no_more_pads), (close_link):
9380         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9381         (unknown_type), (add_element_stream), (new_decoded_pad),
9382         (removed_decoded_pad), (setup_source):
9383         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9384         (gst_stream_info_class_init), (gst_stream_info_init),
9385         (gst_stream_info_new), (gst_stream_info_dispose),
9386         (stream_info_mute_pad), (gst_stream_info_set_property),
9387         (gst_stream_info_get_property):
9388         * gst/playback/gststreaminfo.h:
9389         Fix playback of multiple files.
9390         a slightly different approach to handling dynamic pad removals.
9391         This one only looks at pads that we have linked.
9392
9393 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9394
9395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9396         free" warning from libc.
9397
9398 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9399
9400         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9401         (get_unconnected_element), (remove_starting_from), (pad_removed),
9402         (close_link):
9403           Implement support for dynamic pad changing. We listen to "live"
9404           pad removals (i.e. while playing) and re-setup autoplugging
9405           after that. Playbasebin/playbin need some more work for this
9406           to finally work, but decodebin supports (and replugs) chained
9407           ogg now.
9408
9409 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9410
9411         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9412         (gst_alsa_finalize):
9413         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9414         (gst_cdaudio_finalize):
9415         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9416         (cdparanoia_finalize):
9417         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9418         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9419         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9420         (dvdreadsrc_finalize):
9421         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9422         (gst_flacdec_finalize):
9423         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9424         (gst_flacenc_finalize):
9425         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9426         (gst_gnomevfssink_finalize):
9427         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9428         (gst_gnomevfssrc_finalize):
9429         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9430         (gst_fameenc_finalize):
9431         * ext/nas/nassink.c: (gst_nassink_class_init),
9432         (gst_nassink_finalize):
9433         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9434         (gst_sdlvideosink_class_init):
9435         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9436         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9437         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9438         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9439         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9440         (gst_x_window_listener_dispose):
9441         * gst/audioscale/gstaudioscale.c:
9442         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9443         (play_on_demand_finalize):
9444         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9446         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9447         (cdplayer_finalize):
9448         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9449         (gst_glimagesink_class_init):
9450         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9451         (gst_osselement_finalize):
9452         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9453         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9454         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9455           Fixes a bunch of problems with finalize and dispose functions,
9456           either assumptions that dispose is only called once, or not calling
9457           the parent class dispose/finalize function
9458
9459 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9460
9461         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9462           added two api precondition guards
9463           use g_strdup with getenv to fix crash when using ENVVAR
9464
9465 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9466         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9467         (gst_esdsink_finalize):
9468         Use a finalize function, not dispose, and more importantly,
9469         call the parent class finalize function too
9470
9471 2004-11-01  Johan Dahlin  <johan@gnome.org>
9472
9473         * ext/ogg/gstoggdemux.c:
9474         * gst/tags/gstvorbistag.c:
9475         Plug leaks.
9476
9477 2004-10-31  Benjamin Otte  <otte@gnome.org>
9478
9479         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9480           lotsa memleaks today. But they're all small...
9481
9482 2004-10-31  Benjamin Otte  <otte@gnome.org>
9483
9484         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9485           another memleak crushed
9486
9487 2004-10-31  Benjamin Otte  <otte@gnome.org>
9488
9489         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9490           fix memleak
9491
9492 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9493
9494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9495           Hack to prevent crash when going to READY inside signal handler
9496           while this function is active.
9497
9498 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9499
9500         * gst/ffmpegcolorspace/Makefile.am:
9501         * gst/ffmpegcolorspace/avcodec.h:
9502         * gst/ffmpegcolorspace/common.h:
9503         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9504         * gst/ffmpegcolorspace/dsputil.h:
9505         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9506         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9507         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9508         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9509         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9510         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9511         (gst_ffmpegcsp_avpicture_fill):
9512         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9514         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9515         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9516         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9517         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9518         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9519         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9520         * gst/ffmpegcolorspace/imgconvert.c:
9521         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9522         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9523         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9524         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9525         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9526         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9527         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9528         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9529         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9530         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9531         (grow21), (grow22), (grow41), (grow44), (conv411),
9532         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9533         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9534         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9535         (avpicture_free), (is_yuv_planar), (img_convert),
9536         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9537         (deinterlace_line_inplace), (deinterlace_bottom_field),
9538         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9539         * gst/ffmpegcolorspace/imgconvert_template.h:
9540         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9541         * gst/ffmpegcolorspace/mmx.h:
9542         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9543         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9544         (av_freep), (avcodec_get_context_defaults),
9545         (avcodec_alloc_context), (avcodec_init):
9546           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9547           handling plus update from ffmpeg CVS. Large clean-up.
9548
9549 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9550
9551         * gst/playback/Makefile.am:
9552           We need the marshallers for decodebin, too.
9553
9554 2004-10-30  David Schleef  <ds@schleef.org>
9555
9556         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9557           quicktime typefinding work with 64-bit offsets.
9558
9559 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9560
9561         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9562           Set EOS on the element when processing an EOS event.
9563         * ext/speex/gstspeexdec.h:
9564         * ext/speex/gstspeexenc.h:
9565           Only keep a const ptr to the mode
9566         * gst-libs/gst/riff/riff-media.c:
9567         (gst_riff_create_audio_caps_with_data),
9568         (gst_riff_create_audio_template_caps):
9569           Allow WMAV3, with up to 6 channels.
9570         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9571           Don't call gst_pad_set_event_function on a sink pad.
9572         * gst/mpegstream/gstdvddemux.c:
9573         (gst_dvd_demux_get_subpicture_stream),
9574         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9575           Copy the explicit caps that were set across to the cur_* pads,
9576           instead of trying to use a possibly non-existent negotiated caps.
9577           Reset the type of subpicture pads to UNKNOWN after calling
9578           init_stream, so that the caps get set.
9579
9580 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9581
9582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9583
9584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9585           Don't touch buffer if it is of size 0 (fixes #151064).
9586
9587 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9588
9589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9590           Synchronized discont handling.
9591
9592 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9593
9594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9595         (gst_ogg_demux_push):
9596           Make seeking sort-of exact again (fixes #156387).
9597
9598 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9599
9600         * gst/playback/gstplaybasebin.c: (unknown_type),
9601         (add_element_stream), (new_decoded_pad),
9602         (gst_play_base_bin_change_state):
9603         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9604         (gst_stream_info_init), (gst_stream_info_new),
9605         (gst_stream_info_dispose), (gst_stream_info_get_property):
9606         * gst/playback/gststreaminfo.h:
9607           Make caps explicitely available. Makes testing for unsupported
9608           types possible. Improves error reporting.
9609
9610 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9611
9612         * gst/audioconvert/gstaudioconvert.c:
9613         (gst_audio_convert_buffer_to_default_format):
9614           Really don't touch read-only buffers (#156563).
9615
9616 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9617
9618         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9619
9620         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9621           Fix memleak (#155223).
9622
9623 2004-10-29  Wim Taymans  <wim@fluendo.com>
9624
9625         * gst/tcp/.cvsignore:
9626         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9627         (gst_multifdsink_class_init), (gst_multifdsink_init),
9628         (gst_multifdsink_add), (gst_multifdsink_remove),
9629         (gst_multifdsink_remove_client_link), (is_sync_frame),
9630         (gst_multifdsink_new_client),
9631         (gst_multifdsink_handle_client_write),
9632         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9633         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9634         (gst_multifdsink_get_property):
9635         * gst/tcp/gstmultifdsink.h:
9636         Added burst on connect sync_method, deprecated sync_clients,
9637         streamlined the sync code some more.
9638
9639 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9640
9641         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9642         (gst_play_base_bin_change_state):
9643           Improve error reporting.
9644
9645 2004-10-28  Wim Taymans  <wim@fluendo.com>
9646
9647         * gst/tcp/Makefile.am:
9648         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9649         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9650         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9651         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9652         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9653         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9654         (gst_fdset_wait):
9655         Added more locks around fdset structures. Fixed/reworked
9656         the poll array resizing code.
9657         Added stress test for fdset.
9658
9659 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9660
9661         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9662         fix build
9663
9664 2004-10-28  Benjamin Otte  <otte@gnome.org>
9665
9666         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9667           fix link function to always query channels and query width for
9668           floats
9669         * configure.ac:
9670           add equalizer dir
9671         * gst/equalizer/Makefile.am:
9672         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9673         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9674         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9675         (arg_to_scale), (setup_filter),
9676         (gst_iir_equalizer_compute_frequencies),
9677         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9678         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9679         (plugin_init):
9680           add an equalizer
9681
9682 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9685
9686         * po/LINGUAS:
9687         * po/nb.po:
9688           Added Norwegian Bokmaal translation
9689
9690 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9691
9692         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9693           Don't break on options (fixes #156488).
9694
9695 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9696
9697         * configure.ac:
9698         * ext/cdaudio/Makefile.am:
9699         * sys/Makefile.am:
9700           fix build on older automake
9701
9702 2004-10-26  Wim Taymans  <wim@fluendo.com>
9703
9704         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9705         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9706         Allow a little margin when negotiating the framerate.
9707
9708 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9709
9710         * gst/level/gstlevel.c:
9711           synchonised naming of pads and pad-templates
9712
9713 2004-10-26  Wim Taymans  <wim@fluendo.com>
9714
9715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9716         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9717         (_find_streams_check), (gst_ogg_demux_push):
9718         Fix EOS again. Needs to be done in a better way. We should not
9719         remove the pad if there is no new chained stream.
9720
9721 2004-10-26 Iain <iaingnome@gmail.com>
9722
9723         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9724         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9725         of the caps.
9726         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9727         pad.
9728         (interleave_release_pad): Remove the pad.
9729         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9730         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9731         the set device.
9732         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9733         attrs
9734         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9735         (gst_xvimagesink_finalize): Free the par.
9736
9737 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9738
9739         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9740         (gst_avimux_stop_file):
9741           First calculate the rate, and only then use it. Hdr.rate is a
9742           multiple and not a derivative of hdr.scale. Scale is not the
9743           same as blockalign but is solely related to rate.
9744
9745 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9746
9747         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9748         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9749           Implement seeking.
9750
9751 2004-10-25  James Henstridge  <james@jamesh.id.au>
9752
9753         Reviewed by:  David Schleef  <ds@schleef.org>
9754
9755         * examples/gstplay/player.c: (got_stream_length), (main):
9756         * examples/seeking/cdplayer.c: (update_scale):
9757         * examples/seeking/seek.c: (format_value), (update_scale):
9758         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9759         (stop_seek):
9760         Build fixes on AMD64.
9761
9762 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9763
9764         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9765
9766         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9767         Fix for some v4l cards which hang in v4lsrc
9768
9769 2004-10-25  Wim Taymans  <wim@fluendo.com>
9770
9771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9772         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9773         Make sure to remove the pad when a new chain is
9774         encountered. Set some vars to NULL so we don't try
9775         to reference freed memory.
9776
9777 2004-10-25  Wim Taymans  <wim@fluendo.com>
9778
9779         * examples/seeking/Makefile.am:
9780         * examples/seeking/cdplayer.c: (update_scale):
9781         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9782         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9783         (format_value), (update_scale), (iterate), (start_seek),
9784         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9785         (print_usage), (main):
9786         Added some more examples, update others.
9787
9788 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9789
9790         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9791         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9792         * ext/theora/theoradec.c: (theora_dec_chain):
9793         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9794           Add codec-name metadata.
9795
9796 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9797
9798         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9799
9800         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9801         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9802         * ext/alsa/gstalsamixertrack.h:
9803         * po/POTFILES.in:
9804           ALSA mixer track label internationalization (#154054).
9805
9806 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9807
9808         * ext/theora/theoradec.c: (theora_dec_chain):
9809           Export bitrate as metadata.
9810
9811 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9812
9813         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9814         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9815         * ext/alsa/gstalsamixertrack.h:
9816           Fix names, fix loop.
9817
9818 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9819
9820         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9821         (speex_dec_convert):
9822           sinkconvert function so oggdemux can get the file length (totem).
9823
9824 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9825
9826         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9827
9828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9829           Don't push incomplete packets.
9830         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9831           Fix MPEG-4 audio typefinding.
9832
9833 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9834
9835         * sys/v4l/Makefile.am:
9836         * sys/v4l/gstv4l.c: (plugin_init):
9837         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9838         (gst_v4lelement_init), (gst_v4lelement_dispose),
9839         (gst_v4lelement_change_state):
9840         * sys/v4l/gstv4lelement.h:
9841         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9842         (gst_v4l_xoverlay_close), (idle_refresh),
9843         (gst_v4l_xoverlay_set_xwindow_id):
9844         * sys/v4l/gstv4lxoverlay.h:
9845         * sys/v4l/v4l-overlay_calls.c:
9846         * sys/v4l/v4l_calls.h:
9847         * sys/v4l2/Makefile.am:
9848         * sys/v4l2/gstv4l2.c: (plugin_init):
9849         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9850         (gst_v4l2element_init), (gst_v4l2element_dispose),
9851         (gst_v4l2element_change_state):
9852         * sys/v4l2/gstv4l2element.h:
9853         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9854         (gst_v4l2_xoverlay_close), (idle_refresh),
9855         (gst_v4l2_xoverlay_set_xwindow_id):
9856         * sys/v4l2/gstv4l2xoverlay.h:
9857         * sys/v4l2/v4l2-overlay_calls.c:
9858         * sys/v4l2/v4l2_calls.h:
9859           Remove client-side overlay handling, use the X-server v4l plugin
9860           for that. Nicer overlay, less code. Also make the plugin
9861           compileable without X (but then without overlay, obviously).
9862           Makes xwindowlistener obsolete, should we remove that?
9863
9864 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9865
9866         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9867         (gst_osssrc_src_query):
9868         * sys/oss/gstosssrc.h:
9869           OK, so people want offset in DEFAULT. This time, actually fix all
9870           cases.
9871         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9872           Add FPS properly.
9873
9874 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * gst/asfdemux/gstasfmux.c:
9877         * gst/avi/gstavimux.c:
9878           Framerate.
9879
9880 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9881
9882         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9883           Fix properties (channel, norm, frequency).
9884
9885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9886
9887         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9888           Flag typo.
9889         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9890           No warnings.
9891
9892 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9893
9894         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9895           Fix hang.
9896
9897 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * sys/v4l2/gstv4l2element.h:
9900           Yet Another Hack (tm) for kernel header borkedness.
9901         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9902         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9903         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9904         (gst_v4l2src_change_state):
9905         * sys/v4l2/gstv4l2src.h:
9906         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9907         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9908           Fix caps, keep track of state, work.
9909
9910 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9911
9912         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9913           Quiet.
9914
9915 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9916
9917         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9918           Don't mix bytes and samples.
9919
9920 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * ext/ogg/gstoggmux.c:
9923           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9924           and theora. Any is incorrect.
9925         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9926           Fix caps.
9927         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9928         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9929         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9930         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9931         * sys/v4l/gstv4lmjpegsrc.h:
9932         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9933         (gst_v4lsrc_change_state):
9934         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9935         (gst_v4lmjpegsrc_capture_stop):
9936           Fix caps. Keep track of internal state. Work.
9937
9938 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9939
9940         * ext/Makefile.am:
9941           Fix the build fixes.
9942
9943 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9944
9945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9946         (gst_ogg_demux_src_event), (_find_chain_seek),
9947         (gst_ogg_pad_push):
9948           Check for pad availability before using it.
9949         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9950           Fix parsing of chained ogg. Needs more work on the decoder side.
9951
9952 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9953
9954         * gst/spectrum/Makefile.am:
9955         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9956         (idle_func):
9957           Fix demo and reenable it. Yes, I'm currently playing with audio
9958           analysis tools
9959
9960 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9961
9962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9963           We love it if files that start at zero work too...
9964
9965 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9968           Handle files with missing EOS headers.
9969
9970 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9971
9972         * gst/tcp/gsttcpserversink.c:
9973         (gst_tcpserversink_handle_server_read),
9974         (gst_tcpserversink_init_send):
9975         Zero some variables first (need for accept not to return EINVAL)
9976
9977 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9978
9979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9980         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9981         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9982         (theora_dec_chain):
9983         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9984         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9985           Seeking and querying finetune.
9986
9987 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9988
9989         * configure.ac:
9990         * ext/Makefile.am:
9991         * ext/raw1394/Makefile.am:
9992           fix the build
9993
9994 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9997           Wrong return.
9998         * gst/playback/Makefile.am:
9999         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10000         * gst/playback/gstplay-marshal.list:
10001         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10002           Fix marshallers.
10003
10004 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10007           Silence.
10008
10009 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10010
10011         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10012         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10013         (gst_ogg_pad_push):
10014           Yay for non-lineair granulepos in theora.
10015
10016 2004-10-18  Wim Taymans  <wim@fluendo.com>
10017
10018         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10019         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10020         * ext/dv/gstdvdec.h:
10021         Make sure we renegotiate aspect ratio when the camera switches.
10022
10023 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10024
10025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10026         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10027           Start at zero.
10028         * ext/theora/theoradec.c: (theora_dec_chain):
10029           Skip headers. Bad idea for chained ogg, but fixes seeking.
10030
10031 2004-10-18  Wim Taymans  <wim@fluendo.com>
10032
10033         * configure.ac:
10034         I swear, this is the last time I touch this.
10035
10036 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10037
10038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10039         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10040         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10041           Faster seeking.
10042         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10043           Time-to-default conversion.
10044         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10045           Don't error on unknown packets, just skip. We should probably
10046           read them if we want to support chained ogg.
10047
10048 2004-10-18  Wim Taymans  <wim@fluendo.com>
10049
10050         * configure.ac:
10051         Added cdaudio to wrong list.
10052
10053 2004-10-18  Wim Taymans  <wim@fluendo.com>
10054
10055         * configure.ac:
10056         Revive cdaudio.
10057
10058 2004-10-18  Wim Taymans  <wim@fluendo.com>
10059
10060         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10061         (gst_dvdec_video_link), (gst_dvdec_push):
10062         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10063         (gst_smokeenc_resync), (gst_smokeenc_chain):
10064         Fix mimetype on smoke encoder.
10065         Add aspect ratio to dvdec. Not sure if these
10066         values are correct though....
10067
10068 2004-10-18  Wim Taymans  <wim@fluendo.com>
10069
10070         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10071         Fix vorbis property descriptions and ranges.
10072
10073 2004-10-18  Wim Taymans  <wim@fluendo.com>
10074
10075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10076         Really do nothing when no data is available.
10077         Go to the playing state when the stream is not seekable
10078         instead of failing.
10079
10080 2004-10-18  Wim Taymans  <wim@fluendo.com>
10081
10082         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10083         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10084         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10085         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10086         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10087         Added uri handler for cd://
10088         Port to new API.
10089
10090 2004-10-18  Wim Taymans  <wim@fluendo.com>
10091
10092         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10093         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10094         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10095         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10096         (remove_prerolls), (unknown_type), (add_element_stream),
10097         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10098         (gst_play_base_bin_remove_element),
10099         (gst_play_base_bin_link_stream):
10100         * gst/playback/gstplaybin.c: (gen_video_element),
10101         (gen_vis_element), (remove_sinks), (setup_sinks):
10102         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10103         (gst_stream_info_get_type), (gst_stream_info_class_init),
10104         (gst_stream_info_init), (gst_stream_info_new),
10105         (gst_stream_info_dispose), (stream_info_mute_pad),
10106         (gst_stream_info_set_property), (gst_stream_info_get_property):
10107         * gst/playback/gststreaminfo.h:
10108         Add sink padtemplate to decodebin.
10109         Added some more comments.
10110         Make queue size configurable in playbasebin.
10111         Added possibility to use elements as sinks (ex cdaudio).
10112
10113 2004-10-15  Wim Taymans  <wim@fluendo.com>
10114
10115         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10116         (gst_speexenc_chain):
10117         Fix speex timestamps so that it gets muxed properly.
10118
10119 2004-10-15  Wim Taymans  <wim@fluendo.com>
10120
10121         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10122         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10123         (gst_dv1394src_init), (gst_dv1394src_dispose),
10124         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10125         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10126         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10127         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10128         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10129         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10130         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10131         * ext/raw1394/gstdv1394src.h:
10132         Added conversion/query functions.
10133         Update buffer timestamps,
10134         Added signals.
10135         Added uri dv:// so it might play from the firewire in playbin.
10136         Fix a possible leak.
10137         Added debugging.
10138
10139 2004-10-15  Wim Taymans  <wim@fluendo.com>
10140
10141         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10142         (gst_dv1394src_init), (gst_dv1394src_set_property),
10143         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10144         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10145         * ext/raw1394/gstdv1394src.h:
10146         Added AV/C VTR control support needed for some cameras.
10147         Added automatic port detection.
10148         Added properties for selecting the channel.
10149         The configure.ac script is not yet updated to reflect the
10150         new libavc1394 and librom1394 dependencies.
10151
10152 2004-10-15  Wim Taymans  <wim@fluendo.com>
10153
10154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10155         (qtdemux_parse), (gst_qtdemux_handle_esds):
10156         An esds box is not a container.
10157         Fix parsing of mp4v boxes.
10158         Do not try to renegotiate fps for each frame. Need to
10159         find a better method. This should fix mp4 playback.
10160
10161 2004-10-14  David Schleef  <ds@schleef.org>
10162
10163         * configure.ac: update for swfdec-0.3 and liboil-0.2
10164         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10165         * ext/swfdec/gstswfdec.h: same
10166         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10167         * gst/videotestsrc/videotestsrc.c: same
10168
10169 2004-10-14  Wim Taymans  <wim@fluendo.com>
10170
10171         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10172         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10173         (is_sync_frame), (gst_multifdsink_new_client),
10174         (gst_multifdsink_handle_client_write),
10175         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10176         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10177         Turn warnings into info.
10178         Don't allow a state change in the streaming thread.
10179
10180 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10181
10182         * ext/vorbis/oggvorbisenc.c:
10183         * ext/vorbis/vorbisdec.c:
10184           fix template sample rate
10185
10186 2004-10-13  Wim Taymans  <wim@fluendo.com>
10187
10188         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10189         Decoding the header first fixes some problems in resyncing
10190         in more mp3s.
10191
10192 2004-10-12  Wim Taymans  <wim@fluendo.com>
10193
10194         * gst/playback/gstplaybin.c: (gen_video_element),
10195         (gen_vis_element), (remove_sinks), (setup_sinks):
10196         Added vis plugin support, need to configure the vis
10197         element to activate it.
10198
10199 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10200
10201         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10202         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10203           Some debug.
10204         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10205         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10206         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10207         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10208         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10209         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10210         * gst/avi/gstavidemux.h:
10211           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10212           recovery (where, if part of the index is broken, we will still read
10213           the rest of the index and recover the broken part by stream
10214           scanning). More broken media support. EOS workarounds. General AVI
10215           braindamage headache recovery. Aspirin included.
10216
10217 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10218
10219         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10220         (cdparanoia_event), (cdparanoia_query):
10221           Get rid of hideous lead-in.
10222
10223 2004-10-11  Wim Taymans  <wim@fluendo.com>
10224
10225         * gst/playback/gstplaybasebin.c: (setup_source):
10226         Wrong var used to get g_list_next.
10227
10228 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10229
10230         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10231         (cdparanoia_get), (cdparanoia_open):
10232           Report discid as metadata, add duration.
10233
10234 2004-10-11  Wim Taymans  <wim@fluendo.com>
10235
10236         * gst/playback/gstplaybasebin.c: (setup_source):
10237         Cleanup the previous pipeline a little earlier for the
10238         case that a source element provides raw data.
10239
10240 2004-10-11  Benjamin Otte  <otte@gnome.org>
10241
10242         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10243           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10244           consuming the last 128 bytes, even though it was valid mp3 data.
10245
10246 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10247
10248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10249         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10250         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10251         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10252
10253 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10254
10255         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10256         Fix for webcams that support only specific width or height
10257
10258 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10259
10260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10261
10262         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10263           Fix wrong discont event setup (fixes #154967).
10264
10265 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10266
10267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10268
10269         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10270           Error out on invalid data (fixes #154807).
10271
10272 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10273
10274         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * ext/dvdread/dvdreadsrc.c: (_read):
10277           Make titles > 0 work again (fixes #154834).
10278
10279 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10280
10281         * gst-libs/gst/riff/riff-media.c:
10282         (gst_riff_create_video_template_caps):
10283           WMV3 missing in template caps.
10284
10285 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10286
10287         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10288           OK, so the original code was too strict. It makes random AVI files
10289           hang for seconds upon opening, which is unacceptable and is far
10290           beyond the original goal of getting multiple chunks for one-chunk
10291           sounc stream files. So now do just that.
10292
10293 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10294
10295         * gst/playback/gstplaybasebin.c: (setup_source),
10296         (gst_play_base_bin_change_state):
10297           Actually clean up streaminfo if output fails. This would trigger
10298           if, for example, there was no CD in the drive. No preroll, so
10299           a streaminfo structure is created, but the subsequent state change
10300           of the thread fails.
10301         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10302           Don't change state if parent failed.
10303
10304 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10305
10306         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10307         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10308         (gen_video_element), (remove_sinks):
10309           Add small bits of code for screenshot handling.
10310
10311 2004-10-08  Wim Taymans  <wim@fluendo.com>
10312
10313         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10314         (gen_video_element), (gen_audio_element), (setup_sinks):
10315         Don't assume the user provided sinks are named "sink"...
10316
10317 2004-10-08  Wim Taymans  <wim@fluendo.com>
10318
10319         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10320         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10321         (gst_play_base_bin_link_stream):
10322         Do not try to autoplug sources that generate raw streams like
10323         cdparanoia.
10324         disconnect the preroll overrun signal when we don't need it anymore.
10325
10326 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10327
10328         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10329         Added reworked patch from #154903 from milosz derezynski (deadchip).
10330
10331 2004-10-08  Wim Taymans  <wim@fluendo.com>
10332
10333         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10334         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10335         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10336         (cdparanoia_convert), (cdparanoia_uri_get_type),
10337         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10338         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10339         * ext/cdparanoia/gstcdparanoia.h:
10340         This adds the cdda://<tracknum> uri.
10341
10342 2004-10-08  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10345         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10346         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10347         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10348         (unknown_type), (gst_play_base_bin_remove_element),
10349         (gst_play_base_bin_link_stream):
10350         * gst/playback/gstplaybasebin.h:
10351         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10352         (gst_play_bin_set_property), (gen_video_element),
10353         (gen_audio_element), (setup_sinks):
10354         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10355         (gst_stream_info_get_type), (gst_stream_info_class_init),
10356         (gst_stream_info_init), (gst_stream_info_new),
10357         (gst_stream_info_dispose), (stream_info_mute_pad),
10358         (gst_stream_info_set_property), (gst_stream_info_get_property):
10359         * gst/playback/gststreaminfo.h:
10360         Reuse the audio and video bins.
10361         Some internal cleanups in the stream selection code.
10362
10363 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10364
10365         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10366         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10367         * sys/ximage/ximagesink.h:
10368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10369         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10370         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10371         not coming from those elements. Moreover these elements should not keep
10372         the xid they have been given when in NULL state.
10373
10374 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10375
10376         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10377         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10378         * sys/ximage/ximagesink.h:
10379         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10380         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10381         * sys/xvimage/xvimagesink.h:
10382           Actually only create a new toplevel window if we're not gonna
10383           embed it right after.
10384
10385 2004-10-07  Wim Taymans  <wim@fluendo.com>
10386
10387         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10388         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10389         * gst/playback/gstplaybin.c: (setup_sinks):
10390         Implement muting/unmuting of streams, mute streams that are not
10391         used.
10392
10393 2004-10-07  Wim Taymans  <wim@fluendo.com>
10394
10395         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10396         (plugin_init):
10397         Added lame audio/x-ac3 typefind function.
10398
10399 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10400
10401         * configure.ac:
10402           bump nano to cvs
10403
10404 === release 0.8.5 ===
10405
10406 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10407
10408         * NEWS:
10409         * RELEASE:
10410         * configure.ac:
10411           releasing 0.8.5, "Take You On"
10412
10413 2004-10-06  Wim Taymans  <wim@fluendo.com>
10414
10415         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10416         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10417         (no_more_pads), (close_link), (type_found):
10418         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10419         * gst/playback/gstplaybin.c: (gen_video_element):
10420         Do not signal the no_more_pads after the first pad when
10421         we are plugging a non dynamic element with multiple
10422         output pads (like swfdec, dvdec, ...).
10423
10424 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10425
10426         * configure.ac:
10427           bump for prerelease
10428
10429 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10430
10431         * gst/wavparse/gstwavparse.c:
10432           add ATRAC3 to STATIC CAPS to fix a warning
10433
10434         * gst/matroska/ebml-read.c:
10435         * gst-libs/gst/riff/riff-read.c:
10436           fix typos
10437
10438 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10439
10440         * gst-libs/gst/riff/riff-media.c:
10441           generate caps for ATRAC3 audio streams
10442
10443         * gst/realmedia/rmdemux.c:
10444           generate caps for ATRAC3 audio streams
10445
10446 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10447
10448         * gst/wavparse/Makefile.am
10449         * gst/wavparse/riff.h
10450         * gst/wavparse/wavparse.vcproj
10451           riff.h removal (unused and duplication with riff-ids.h)
10452
10453 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10454
10455         * gst/wavparse/gstwavparse.h
10456           remove duplicated defines for audio codec codes
10457
10458         * gst-libs/gst/riff/riff-ids.h
10459         * gst/wavenc/riff.h:
10460           add "4CC" code for ATRAC3 audio streams
10461           add "4CC" code for ITU_G721_ADPCM (unused for now)
10462
10463 2004-10-06  Wim Taymans  <wim@fluendo.com>
10464
10465         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10466         Actually _do_ negotiation. Pass gdouble as arg instead
10467         of guint64 for the framerate.
10468
10469 2004-10-06  Wim Taymans  <wim@fluendo.com>
10470
10471         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10472         (find_compatibles), (close_pad_link), (try_to_link_1),
10473         (no_more_pads), (close_link), (type_found):
10474         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10475         * gst/playback/gstplaybin.c: (gen_video_element),
10476         (gen_audio_element):
10477         Set state on newly added element to READY so that negotiation
10478         can happen ASAP.
10479         Addes some more debug info.
10480         Do not try to plug pads with multiple caps structures or ANY
10481         because it is too dangerous since we do not do dynamic
10482         replugging.
10483
10484 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10485
10486         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10487
10488         * po/LINGUAS:
10489         * po/or.po:
10490           add Oriya translation
10491
10492 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10493
10494         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10495           Prevent overwrite of size member. Makes audio sound crappy.
10496
10497 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10498
10499         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10500         Add rmvb to the list of known RealMedia extensions
10501
10502 2004-10-05  Wim Taymans  <wim@fluendo.com>
10503
10504         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10505         (mngdec_openstream), (mngdec_closestream),
10506         (mngdec_handle_sink_event), (mngdec_readdata),
10507         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10508         (mngdec_getcanvasline), (mngdec_refresh),
10509         (gst_mngdec_change_state):
10510         Set the framerate correctly.
10511
10512 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10513
10514         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10515           There was something wrong with the index massaging.
10516
10517 2004-10-04  Wim Taymans  <wim@fluendo.com>
10518
10519         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10520         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10521         (gst_smokedec_chain):
10522         * ext/jpeg/gstsmokedec.h:
10523         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10524         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10525         * ext/jpeg/gstsmokeenc.h:
10526         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10527         (smokecodec_decode_new), (smokecodec_info_free),
10528         (smokecodec_set_quality), (smokecodec_get_quality),
10529         (smokecodec_set_threshold), (smokecodec_get_threshold),
10530         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10531         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10532         (smokecodec_encode), (smokecodec_parse_id),
10533         (smokecodec_parse_header), (smokecodec_decode):
10534         * ext/jpeg/smokecodec.h:
10535         * ext/jpeg/smokeformat.h:
10536         Updated smoke, new bitstream, allows embedding in ogg.
10537
10538 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10539
10540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10541           Fix seeking in some files. All this code is no longer needed (and
10542           actually breaks stuff) because we now synchronize the full index
10543           right when reading the header.
10544
10545 2004-10-04  Wim Taymans  <wim@fluendo.com>
10546
10547         * configure.ac:
10548         configure update for libmng.
10549
10550 2004-10-04  Wim Taymans  <wim@fluendo.com>
10551
10552         * ext/libmng/Makefile.am:
10553         * ext/libmng/gstmng.c: (plugin_init):
10554         * ext/libmng/gstmng.h:
10555         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10556         (gst_mngdec_base_init), (gst_mngdec_class_init),
10557         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10558         (gst_mngdec_loop), (gst_mngdec_get_property),
10559         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10560         (mngdec_closestream), (mngdec_handle_sink_event),
10561         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10562         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10563         (gst_mngdec_change_state):
10564         * ext/libmng/gstmngdec.h:
10565         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10566         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10567         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10568         (gst_mngenc_chain), (gst_mngenc_get_property),
10569         (gst_mngenc_set_property):
10570         * ext/libmng/gstmngenc.h:
10571         Added basic MNG decoder. Needs more work. The encoder does
10572         not work yet.
10573
10574 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10575
10576         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10577         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10578         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10579           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10580           no-more-pads.
10581
10582 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10583
10584         * configure.ac:
10585           you need at least 1.0.4 of speex
10586
10587 2004-10-04 Iain <iaingnome@gmail.com>
10588
10589         * ext/speex/gstspeexdec.h: Revert the includes changes.
10590
10591         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10592
10593 2004-09-30 Iain <iaingnome@gmail.com>
10594
10595         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10596         found during init or set as a property instead of hardcoding /dev/audio
10597
10598 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10599
10600         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10601         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10602         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10603         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10604         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10605         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10606         (gst_rmdemux_dump_data):
10607           Use debug category, fix EOS handling. filesrc ! rmdemux now
10608           works.
10609
10610 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10611
10612         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10613         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10614         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10615           Improve allocation, cutting and sorting of the index. How takes a
10616           few seconds instead of minutes.
10617
10618 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10619
10620         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10621           fixed compilation
10622
10623 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10624
10625         * gst-libs/gst/riff/riff-media.c:
10626         (gst_riff_create_video_caps_with_data),
10627         (gst_riff_create_video_template_caps):
10628           Add wing commander format mimetype/fourccs.
10629         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10630           Don't crash if some value is 0.
10631
10632 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10633
10634         * gst-libs/gst/riff/riff-media.c:
10635         (gst_riff_create_video_caps_with_data),
10636         (gst_riff_create_video_template_caps):
10637           Add DIB fourcc (raw, palettized 8-bit RGB).
10638         * gst-libs/gst/riff/riff-read.c:
10639         (gst_riff_read_strf_vids_with_data):
10640           Oops, fix strf_data reading bug.
10641         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10642           Use a non-NULL tag.
10643         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10644           Time for hacks. Sorry Dave. At least one quicktime movie (a
10645           trailer) that I've encountered contains multiple video tracks.
10646           One of those is the actual video track, the other are one-frame
10647           tracks (images). Unfortunately, the number of frames according
10648           to the trak header is 1 for each, so that doesn't help. So
10649           instead, I look at the duration and discard tracks with a
10650           duration shorter than 20% of the length of the stream. Better
10651           than nothing.
10652
10653 2004-10-01  Christian Schaller <christian@fluendo.com>
10654
10655         * ext/ivorbis/vorbis.c:
10656           Patch from Phil Blundell (Bug 152341)
10657
10658 2004-10-01  Wim Taymans  <wim@fluendo.com>
10659
10660         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10661         (speex_dec_get_formats), (speex_dec_convert),
10662         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10663         (speex_dec_chain), (gst_speexdec_get_property),
10664         (gst_speexdec_set_property):
10665         Small cleanups.
10666
10667 2004-10-01  Wim Taymans  <wim@fluendo.com>
10668
10669         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10670         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10671         (gst_wavparse_other), (gst_wavparse_loop),
10672         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10673         (gst_wavparse_srcpad_event):
10674         * gst/wavparse/gstwavparse.h:
10675         Added some more debugging info.
10676         Fix the case where the length of the file is 0.
10677         Make sure we seek to sample borders.
10678
10679 2004-10-01  Wim Taymans  <wim@fluendo.com>
10680
10681         * gst/playback/README:
10682         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10683         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10684         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10685         Add some debug info to decodebin, update README
10686
10687 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10688
10689         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10690           Don't use g_print(); use GST_DEBUG().
10691
10692 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10693
10694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10695         (gst_ogg_mux_queue_pads):
10696           Handle EOS properly.
10697
10698 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10699
10700         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10701
10702         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10703         (gst_faad_chain), (gst_faad_change_state):
10704         * ext/faad/gstfaad.h:
10705           Allow playback of raw (unframed) MPEG AAC files (#148993).
10706
10707 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10708
10709         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10712           Throw error if we didn't recognize the stream. Fixes #152289.
10713
10714 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10715
10716         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10717           Fix negotiation.
10718
10719 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10720
10721         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10724           Fix memleak.
10725
10726 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10727
10728         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10729
10730         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10731           Solve #152805.
10732         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10733           Solve 152806.
10734
10735 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10736
10737         * gst-libs/gst/riff/riff-media.c:
10738         (gst_riff_create_video_caps_with_data),
10739         (gst_riff_create_audio_caps_with_data):
10740           Add codec_data handling (like asfdemux used to do).
10741         * gst/asfdemux/gstasf.c: (plugin_init):
10742         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10743         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10744           Use riff-media for caps creation instead of our own (mostly
10745           broken) copy of its functions.
10746
10747 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10748
10749         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10750           Don't actually error out if we get another return value than
10751           -EINVAL. Opposite to what I first thought, drivers have random
10752           return values for this, although -EINVAL is the expected return
10753           value. Since this is not fatal, we shouldn't use
10754           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10755
10756 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10757
10758         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10759         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10760         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10761         (dvdreadsrc_get), (dvdreadsrc_open_file),
10762         (dvdreadsrc_change_state):
10763           Fix. Don't do one big huge loop around the whole DVD, that will
10764           cache all data and thus eat sizeof(dvd) (several GB) before we
10765           see something.
10766         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10767           Actually NULL'ify event after using it.
10768         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10769         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10770         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10771         (gst_ebml_read_seek), (gst_ebml_read_skip):
10772           Handle events.
10773         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10774         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10775         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10776           Fix timing (this will probably break if I seek using menus, but
10777           I didn't get there yet). VOBs and normal DVDs should now work.
10778           Add a mpeg2-only pad with high rank so this get autoplugged for
10779           MPEG-2 movies.
10780         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10781         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10782         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10783         (gst_mpeg_demux_get_audio_stream),
10784         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10785         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10786           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10787           MPEG-1 but use dvddemux for MPEG-2.
10788         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10789         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10790         (gst_mpeg_parse_parse_packhead):
10791           Timing. Only add pad template if it exists. Add sink template from
10792           class and not from ourselves. This means we will always use the
10793           correct sink template even if it is not the one defined in this
10794           file.
10795
10796 2004-09-29  Wim Taymans  <wim@fluendo.com>
10797
10798         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10799         (gst_mpeg_demux_parse_pes):
10800         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10801         Fix playback of mpeg again, timestamps where screwed up by
10802         patch 1.61.
10803
10804 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10805
10806         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10807           Only return true if we actually filled something in. Prevents
10808           player applications from showing a random length for flac files.
10809         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10810         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10811         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10812         (gst_riff_read_strf_vids_with_data),
10813         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10814           OK, ok, so I implemented event handling. Apparently it's normal
10815           that we receive random events at random points without asking
10816           for it.
10817         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10818         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10819         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10820         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10821         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10822         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10823         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10824         * gst/avi/gstavidemux.h:
10825           Implement non-lineair chunk handling and subchunk processing.
10826           The first solves playback of AVI files where the audio and video
10827           data of individual buffers that we read are not synchronized.
10828           This should not happen according to the wonderful AVI specs, but
10829           of course it does happen in reality. It is also a prerequisite for
10830           the second. Subchunk processing allows us to cut chunks in small
10831           pieces and process each of these pieces separately. This is
10832           required because I've seen several AVI files with incredibly large
10833           audio chunks, even some files with only one audio chunk for the
10834           whole file. This allows for proper playback including seeking.
10835           This patch is supposed to fix all AVI A/V sync issues.
10836         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10837         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10838           Work.
10839         * gst/modplug/gstmodplug.cc:
10840           Proper return value setting for the query() function.
10841         * gst/playback/gstplaybasebin.c: (setup_source):
10842           Being in non-playing state (after, e.g., EOS) is not necessarily
10843           a bad thing. Allow for that. This fixes playback of short files.
10844           They don't actually playback fully now, because the clock already
10845           runs. This means that small files (<500kB) with a small length
10846           (<2sec) will still not or barely play. Other files, such as mod
10847           or flx, will work correctly, however.
10848
10849 2004-09-28  Wim Taymans  <wim@fluendo.com>
10850
10851         * ext/speex/gstspeex.c: (plugin_init):
10852         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10853         (gst_speex_dec_class_init), (speex_dec_get_formats),
10854         (speex_get_event_masks), (speex_get_query_types),
10855         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10856         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10857         (gst_speexdec_get_property), (gst_speexdec_set_property),
10858         (speex_dec_change_state):
10859         * ext/speex/gstspeexdec.h:
10860         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10861         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10862         (gst_speexenc_base_init), (gst_speexenc_class_init),
10863         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10864         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10865         (gst_speexenc_src_query), (gst_speexenc_init),
10866         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10867         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10868         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10869         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10870         (gst_speexenc_chain), (gst_speexenc_get_property),
10871         (gst_speexenc_set_property), (gst_speexenc_change_state):
10872         * ext/speex/gstspeexenc.h:
10873         Rewrote speex encoder, make sure it can be embedded in ogg.
10874         Implemented speex decoder.
10875
10876 2004-09-28  Christian Schaller <christian@fluendo.com>
10877
10878         * configure.ac:
10879         Remove kioslave plugin. Markey is brewing a new working one
10880         * ext/Makefile.am: Remove kioslave plugin
10881         * ext/kio: remove
10882         * gst-plugins.spec.in: remove kio plugin from spec
10883
10884 2004-09-27  Wim Taymans  <wim@fluendo.com>
10885
10886         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10887         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10888         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10889         (gst_multifdsink_new_client),
10890         (gst_multifdsink_handle_client_write),
10891         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10892         (gst_multifdsink_handle_clients):
10893         * gst/tcp/gstmultifdsink.h:
10894         Make syncing to keyframes actually work for new clients and lagging
10895         clients.
10896
10897 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10898
10899         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10900         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10901         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10902         * gst/debug/gstnavigationtest.h:
10903           make navigationtest display button-press and button-release events
10904
10905 2004-09-26 Iain <iaingnome@gmail.com>
10906
10907         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10908         the channels have received a new media event.
10909         (interleave_buffered_loop): Compresses a new media event on all
10910         channels into one.
10911
10912 2004-09-26 Iain <iaingnome@gmail.com>
10913
10914         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10915         call the sinkpad's default event handler and not the srcpads. He also
10916         says this is confusing :)
10917         (gst_wavenc_stop_file): Company says that seek events only go upstream
10918         we should send a discontinuous downstream instead.
10919
10920 2004-09-25  Christian Schaller <christian@fluendo.com>
10921
10922         * Update SPEC file to be usable in conjunction with Fedora Core,
10923           Fedora.us and freshrpms packages
10924         * Fix typo in multifilesrc test Makefile
10925
10926 2004-09-24  Wim Taymans  <wim@fluendo.com>
10927
10928         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10929         Only signal the no_more_pads signal when we have
10930         added the stream to our list.
10931
10932 2004-09-24  Wim Taymans  <wim@fluendo.com>
10933
10934         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10935         (new_decoded_pad):
10936         * gst/playback/gstplaybasebin.h:
10937         * gst/playback/gstplaybin.c: (setup_sinks):
10938         Don't try to preroll or decode more than one audio/video
10939         track.
10940
10941 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10942
10943         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10944           Throw error if we failed to find a suitable output. This should
10945           throw an error if we successfully set up a pipeline (e.g. because
10946           we recognized a media file) but found no decodable streams in it
10947           (e.g. because it contains only media stream types for which we
10948           have no decoders, or because it's not a media type).
10949
10950 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10951
10952         * ext/dirac/Makefile.am:
10953         * ext/dirac/gstdirac.cc:
10954         * ext/dirac/gstdiracdec.cc:
10955         * ext/dirac/gstdiracdec.h:
10956           Do something. Don't actually know if this works because I don't
10957           have a demuxer yet.
10958         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10959           Add channels=1 to caps returned from _getcaps().
10960         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10961         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10962         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10963         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10964         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10965         (gst_ogm_parse_change_state):
10966           Separate between audio/video so ogmaudioparse actually uses the
10967           audio pad templates. Both audio and video work now, including
10968           autoplugging. Also use sometimes-srcpad hack.
10969         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10970           Handle events better. Don't hang on infinite loops.
10971         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10972         (gst_avi_demux_init), (gst_avi_demux_reset),
10973         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10974         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10975         (gst_avi_demux_change_state):
10976         * gst/avi/gstavidemux.h:
10977           Improve A/V sync. Still not perfect.
10978         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10979         (gst_ebml_read_skip):
10980           Handle events better.
10981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10982         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10983         (qtdemux_audio_caps):
10984           Add IMA4. Improve event handling. Save offset after a seek when
10985           the headers are at the end of the file so that we don't end up in
10986           an infinite loop.
10987         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10988           Add low-priority typefind support for files with no length.
10989
10990 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10991
10992         * testsuite/multifilesink/Makefile.am:
10993         fix typo
10994
10995 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10996
10997         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10999         mistakes from thaytan's patches.
11000
11001 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11002
11003         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11004           For completeness, XSync in the destroy function as xvimage does.
11005
11006 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11007
11008         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11009            Correct caps negotiation
11010         * gst/volume/gstvolume.c: (volume_chain_float),
11011         (volume_chain_int16):
11012            Modify debug output to be little more informative
11013         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11015         (gst_xvimagesink_xvimage_destroy):
11016           Add XSync calls after detaching from the shared memory segment to
11017           avoid a crash.
11018
11019 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11020
11021         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11022         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11023         * ext/vorbis/vorbis.c: (plugin_init):
11024         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11025         (gst_vorbisenc_chain):
11026         * ext/vorbis/vorbisenc.h:
11027         remove explicit newmedia support from oggmux and vorbisenc
11028         add debug category to vorbisenc
11029         * gst/multifilesink/gstmultifilesink.c:
11030         (gst_multifilesink_class_init), (gst_multifilesink_init),
11031         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11032         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11033         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11034         (plugin_init):
11035         * gst/multifilesink/gstmultifilesink.h:
11036         add support for streamheader in multifilesink
11037
11038 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11039
11040         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11041         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11042         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11043           Prevent infinite loops. More correct error reporting.
11044         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11045           Error out if negotiation fails.
11046         * gst/playback/gstplaybasebin.c: (setup_source),
11047         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11048         (gst_play_base_bin_found_tag):
11049           Error/tag forwarding. Pre-roll fixes for source errors on state
11050           changes (e.g. "file does not exist") to prevent hangs.
11051
11052 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11053
11054         * testsuite/multifilesink/Makefile.am:
11055         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11056         (gst_newmedia_class_init), (gst_newmedia_init),
11057         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11058         (newfile_signal), (test_signal), (main):
11059         * testsuite/multifilesink/multifilesrc_test.c: (main):
11060         * testsuite/multifilesink/oggtheora_test.c:
11061         (gst_newmedia_base_init), (gst_newmedia_class_init),
11062         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11063         (test_format), (newfile_signal), (test_signal), (main):
11064         * testsuite/multifilesink/oggvorbis_test.c:
11065         (gst_newmedia_base_init), (gst_newmedia_class_init),
11066         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11067         (test_format), (newfile_signal), (test_signal), (main):
11068         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11069         (gst_newmedia_class_init), (gst_newmedia_init),
11070         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11071         (newfile_signal), (test_signal), (main):
11072         New media tests
11073
11074 2004-09-20  Christian Schaller <christian@fluendo.com>
11075
11076         * Fix mikmod license to LGPL as they have relicensed
11077         * Move Dirac and Effectv into LGPL section of README_license
11078
11079 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11080
11081         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11082         (gst_mad_change_state):
11083           Allow for mp3 rate/channels changes. However, only very
11084           conservatively. Reason that we *have* to enable this is smiply
11085           because the mad find_sync() function is not good enough, it will
11086           regularly sync on random data as valid frames and therefore make
11087           us provide random caps as *final* caps of the stream. The best fix
11088           I could think of is to simply require several of the same stream
11089           changes in a row before we change caps.
11090           The actual testcase that works now is #
11091         * ext/ogg/Makefile.am:
11092         * ext/ogg/gstogg.c: (plugin_init):
11093         * ext/ogg/gstogmparse.c:
11094           OGM support (video only for now; I need an audio sample file).
11095         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11096         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11097         (gst_asf_demux_add_video_stream):
11098           WMV extradata.
11099         * gst/playback/gstplaybasebin.c: (unknown_type):
11100           Don't error out on single unknown-types after all. It's wrong.
11101           If we found type of video and audio but not of a subtitle stream,
11102           it will still error out (which is unwanted). Will find a better fix
11103           later on.
11104         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11105         (ogmaudio_type_find), (plugin_init):
11106           OGM support.
11107
11108 2004-09-20  Johan Dahlin  <johan@gnome.org>
11109
11110         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11111         after setting caps.
11112
11113 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11114
11115         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11116         * gst/wavenc/gstwavenc.h:
11117         Added newmedia support to wavenc
11118
11119 2004-09-17  Wim Taymans  <wim@fluendo.com>
11120
11121         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11122         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11123         (gst_fdset_fd_can_write), (gst_fdset_wait):
11124         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11125         (gst_multifdsink_init), (gst_multifdsink_add),
11126         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11127         (gst_multifdsink_remove_client_link),
11128         (gst_multifdsink_client_queue_buffer),
11129         (gst_multifdsink_handle_client_write),
11130         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11131         (gst_multifdsink_close), (gst_multifdsink_change_state):
11132         * gst/tcp/gstmultifdsink.h:
11133         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11134         (gst_tcpserversink_removed):
11135         Small cleanups in fdset.c
11136         Use a hastable to map fd to the client structure for faster
11137         lookup in _remove and get_stats.
11138         Added virtual function to close the fds.
11139         Handle clients even when the select/poll call was unblocked because
11140         of a command.
11141         Implement syncing to keyframe in the recovery procedure.
11142
11143 2004-09-16 Iain <iaingnome@gmail.com>
11144
11145         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11146         try caps.
11147
11148 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11149
11150         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11151           Caps are only set if the type of the stream is unknown, but this
11152           is initialized in ->init_stream(), so set to UNKNOWN after calling
11153           ->init_stream() so that capsnego starts.
11154
11155 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11156
11157         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11158         (gst_avi_demux_stream_data):
11159           Just hardcode for raw audio then. AVI audio sucks.
11160
11161 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11162
11163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11164         * gst/matroska/matroska-mux.c: (audiosink_templ),
11165         (gst_matroska_mux_audio_pad_link):
11166         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11167         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11168
11169 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11170
11171         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11172         (gst_avi_demux_stream_data):
11173           Try to fix a/v sync issues.
11174
11175 2004-09-15  David Schleef  <ds@schleef.org>
11176
11177         * configure.ac: remove NASM check, since we don't use it.  Update
11178         dirac check to 0.4
11179         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11181         Initialized variables.
11182         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11183         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11184         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11185         SVQ3 format
11186
11187 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11188
11189         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11190         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11191         * gst/avi/gstavidemux.h:
11192           Fix for compressed audio (mp3) timestamp generation. How did this
11193           ever work?
11194
11195 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11196
11197         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11198           Volume is a double not a float.
11199
11200 2004-09-15  Wim Taymans  <wim@fluendo.com>
11201
11202         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11203         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11204         Don't close the fd in multifdsink as we didn't open it in the
11205         first place. Some cleanups.
11206
11207 2004-09-15  Wim Taymans  <wim@fluendo.com>
11208
11209         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11210         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11211         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11212         Fix the case where the muxer would mark pages as delta
11213         frames when they are not (vorbis only ogg).
11214
11215 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11216
11217         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11218         (gst_play_base_bin_change_state):
11219           Handle the case where we failed to setup a clear pipeline. This
11220           will throw an error (or EOS, another nice case) and if you don't
11221           catch that, the app will wait for the signal forever (and thus
11222           hang).
11223
11224 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11225
11226         * ext/gnomevfs/gstgnomevfssink.c:
11227         (gst_gnomevfssink_uri_get_protocols):
11228         * ext/gnomevfs/gstgnomevfssrc.c:
11229         (gst_gnomevfssrc_uri_get_protocols):
11230         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11231         * ext/gnomevfs/gstgnomevfsuri.h:
11232           Use _uri_new() instead of _open(), so it doesn't take as long and
11233           Christophe's computer won't hang.
11234         * gst/playback/gstplaybasebin.c: (unknown_type):
11235           Throw error on unknown media type, so apps actually display it.
11236
11237 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11238
11239         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11240           this script to work on Solaris since bash shell handles echo
11241           differenly than bash.
11242
11243 2004-09-17  Wim Taymans  <wim@fluendo.com>
11244
11245         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11246         (setup_source), (gst_play_base_bin_set_property),
11247         (gst_play_base_bin_add_element):
11248         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11249         Some more work on making sure seeking pauses the pipeline and
11250         that changing the uri actually does something.
11251
11252 2004-09-17  Wim Taymans  <wim@fluendo.com>
11253
11254         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11255         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11256         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11257         (gst_tcpserversink_close):
11258         Be a bit more paranoid when freeing memory.
11259
11260 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11261
11262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11263         (qtdemux_parse_trak):
11264           Don't crash by dividing by zero (see sample movie in #126922).
11265
11266 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11267
11268         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11269           Don't touch non-existing data (fixes crash on file in #140147).
11270
11271 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11272
11273         * gst/playback/gstplaybasebin.c:
11274         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11275           Handle double disposals, and proper change of URIs.
11276
11277 2004-09-13  Martin Eikermann <meiker@upb.de>
11278
11279         * gst/mpegstream/gstmpegparse.c:
11280           fix synchronistation for streams recorded from digital PCR
11281           fixes bug #119376
11282
11283 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11284
11285         * ext/gnomevfs/Makefile.am:
11286         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11287         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11288         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11289         (gst_gnomevfssink_uri_get_type),
11290         (gst_gnomevfssink_uri_get_protocols),
11291         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11292         (gst_gnomevfssink_uri_handler_init),
11293         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11294         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11295         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11296         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11297         (gst_gnomevfssrc_uri_get_type),
11298         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11299         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11300         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11301         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11302         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11303         * ext/gnomevfs/gstgnomevfsuri.h:
11304           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11305           of fake URIs to see which this version of Gnome-VFS likes, and
11306           uses that for the Gst-URI interface. Makes playbin support http://
11307           streams. Also fix up some stupid behaviour in gnomevfssrc.
11308
11309 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11310
11311         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11312         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11313         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11314         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11315           Update mixer (to sync with other sessions) if we try to obtain
11316           a new value. This makes alsamixer work accross applications.
11317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11318           Only call sync functions if we're running, else alsalib asserts.
11319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11320           Sometimes fails to compile. Possibly a gcc bug.
11321         * gst/playback/gstplaybin.c: (gen_video_element),
11322         (gen_audio_element):
11323           Add a reference to an application-provided object, because we lose
11324           this same reference if we add it to the bin. If we don't do this,
11325           we can only use this object once and thus crash if we go from
11326           ready to playing, back to ready and back to playing again.
11327           Also add an audioscale element because several cheap soundcards -
11328           like mine - don't support all samplerates.
11329         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11330         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11331           Fix wrong order or PAR calls. Makes automatically obtained PAR
11332           from the X server atually being used.
11333
11334 2004-09-12  David Schleef  <ds@schleef.org>
11335
11336         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11337         #151887, #152102, #152247.
11338         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11339         * examples/seeking/cdparanoia.c: same
11340         * examples/seeking/cdplayer.c: same
11341         * examples/seeking/seek.c: same
11342         * examples/seeking/spider_seek.c: same
11343         * examples/seeking/vorbisfile.c: same
11344         * examples/stats/mp2ogg.c: same
11345         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11346         (gst_esdsink_dispose): Dispose of element properly.
11347         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11348         fixes.
11349         * ext/nas/nassink.c: (gst_nassink_class_init),
11350         (gst_nassink_dispose): Dispose of element correctly.
11351         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11352         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11353         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11354         Fix 64-bit warning.
11355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11356         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11357         Fix 64-bit warning.
11358
11359 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11360
11361         * configure.ac : change speex detection as 1.1.6 now uses
11362           .pc/pkg-config and they changed their headers location.
11363
11364 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11365
11366         * gst/matroska/matroska-mux.h:
11367         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11368         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11369         (gst_matroska_mux_write_data):
11370           Write multiple blocks/frames per cluster.
11371                 Write meta-seek information (seek heads).
11372
11373 2004-09-09  Scott Wheeler <wheeler@kde.org>
11374
11375         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11376         (gst_play_bin_set_property), (gst_play_bin_get_property),
11377         (gen_audio_element), (gen_audio_element):
11378           Add a volume element / property to the pipeline.
11379
11380 2004-09-07  Wim Taymans  <wim@fluendo.com>
11381
11382         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11383         Copy timestamps from the master pad to the output buffers.
11384
11385 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11386
11387         * ext/raw1394/gstdv1394src.c:
11388           throw errors when applicable
11389
11390 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11391
11392         * gst/matroska/ebml-ids.h:
11393         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11394         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11395         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11396           automatically convert unix time <-> ebml time when reading/writing
11397           a date, use gst_ebml_write_uint to write CUETIME,
11398           not gst_ebml_write_date.
11399         * gst/matroska/matroska-ids.h:
11400         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11401         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11402         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11403         (gst_matroska_mux_write_data):
11404           Write track and segment UIDs, write muxing date, write
11405           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11406           Create cues for audio only files.
11407
11408 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11409
11410         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11411         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11412           Re-commit ALSA switches.
11413         * gst/adder/gstadder.c: (gst_adder_loop):
11414           64-bit fix (#151416).
11415         * gst/debug/progressreport.c: (gst_progressreport_report):
11416           64-bit fix (#151419).
11417         * gst/matroska/matroska-demux.c:
11418         (gst_matroska_demux_parse_contents):
11419           64-bit fix (#151420).
11420         * gst/playback/test3.c: (update_scale):
11421           64-bit fix (#151421).
11422
11423 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11424
11425         * configure.ac:
11426           bump nano to cvs
11427
11428 === release 0.8.4 ===
11429
11430 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11431
11432         * configure.ac: releasing 0.8.4, "Alias"
11433
11434 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11435
11436         * ext/theora/Makefile.am:
11437           fix makefile.  Fixes #151462.
11438
11439 2004-08-30  Wim Taymans  <wim@fluendo.com>
11440
11441         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11442         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11443         (gst_multifdsink_remove_client_link),
11444         (gst_multifdsink_client_queue_buffer),
11445         (gst_multifdsink_handle_client_write):
11446         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11447         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11448         Fix some memory leaks.
11449
11450 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11451
11452         Patch by: David Schleef
11453
11454         * configure.ac:
11455         * sys/Makefile.am:
11456           rename our detection macro for V4L2.  Fixes #151236.
11457
11458 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11459
11460         Patch by: David Schleef
11461
11462         * configure.ac:
11463           check to define LAMEPRESET.  Fixes #151232.
11464
11465 2004-08-27  David Schleef  <ds@schleef.org>
11466
11467         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11468         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11469         (gst_glimagesink_fixate):  Move local variable declarations to
11470         make gcc-2.95 happy.
11471
11472 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11473
11474         * configure.ac:
11475           bump nano for prerelease
11476
11477 2004-08-27  David Schleef  <ds@schleef.org>
11478
11479         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11480         * sys/sunaudio/gstsunaudiosrc.c:
11481         * sys/sunaudio/gstsunaudiosrc.h:
11482
11483 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11484
11485         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11486         handle EOS correctly
11487         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11488         * gst/matroska/matroska-mux.h:
11489         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11490         VFW compatibility mode
11491
11492 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11493
11494         patch by: Zaheer Abbas Merali
11495
11496         * ext/ogg/gstoggmux.c:
11497         * ext/vorbis/vorbisenc.c:
11498         * ext/vorbis/vorbisenc.h:
11499           handle NEWMEDIA
11500
11501 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11502
11503         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11504         fix byte order reversion on little endian machines.
11505         * gst/matroska/matroska-mux.c: (audiosink_templ),
11506         (gst_matroska_mux_audio_pad_link):
11507         add TTA codec to the list of supported codecs.
11508         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11509         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11510         (gst_matroska_mux_write_data):
11511         * gst/matroska/matroska-mux.h:
11512         write segment duration correctly, write muxing app string, fixes bugs
11513         #140897 and #140898.
11514         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11515         wait for all pads to be negotiated before starting to mux.
11516
11517 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11518
11519         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11520         * ext/lame/gstlame.h:
11521         Added new media support to lame
11522
11523 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11524
11525         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11526         send vorbis headers at the beginning of a stream, fixes bug #141554.
11527         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11528         bug #148950.
11529         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11530         (gst_matroska_demux_plugin_init):
11531         * gst/matroska/matroska-ids.h:
11532         enable demuxing of TTA audio streams, fixes bug #148951.
11533         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11534         enable typefinding for TTA audio files, fixes bug #148711.
11535         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11536         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11537         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11538
11539 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11540
11541         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11542         (gst_riff_read_element_data), (gst_riff_read_seek),
11543         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11544         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11545         <teuf@gnome.org>
11546
11547 2004-08-23 Iain <iaingnome@gmail.com>
11548
11549         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11550         tags. They appear to be handled differently to normal.
11551         (tag_list_to_id3_tag_foreach): Ditto.
11552
11553 2004-08-22  Wim Taymans  <wim@fluendo.com>
11554
11555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11556         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11557         Make sure we never send -1 granulepos.
11558
11559 2004-08-20  Wim Taymans  <wim@fluendo.com>
11560
11561         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11562         (gst_ogg_mux_loop):
11563         I will accept bitchslappings with non sharp objects.
11564
11565 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11566
11567         * configure.ac:
11568         Clean up the test for lame presets
11569
11570 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11571
11572         * configure.ac:
11573         * ext/lame/Makefile.am:
11574         * ext/lame/gstlame.c: (gst_lame_class_init),
11575         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11576         Only enable lame presets if version of lame has presets in API
11577
11578 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11579         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11580         * gst/udp/gstudpsrc.h:
11581           Don't call gst_pad_push in a get function. Fixes #150449
11582
11583 2004-08-18  Wim Taymans  <wim@fluendo.com>
11584
11585         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11586         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11587         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11588         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11589         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11590         (gst_fdset_wait):
11591         * gst/tcp/gstfdset.h:
11592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11593         (gst_multifdsink_client_queue_buffer),
11594         (gst_multifdsink_handle_client_write):
11595         * gst/tcp/gstmultifdsink.h:
11596         Some extra checks in gstfdset.
11597         Only use send() when the fd is a socket. Don't try to
11598         read from write only fds.
11599
11600 2004-08-18  Wim Taymans  <wim@fluendo.com>
11601
11602         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11603         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11604         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11605         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11606         (gst_fdset_wait):
11607         Add more locking and bounds checking.
11608
11609 2004-08-18  Wim Taymans  <wim@fluendo.com>
11610
11611         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11612         Realloc test fdset in the lock and right before starting
11613         the poll call. Bump the limit to 4096.
11614
11615 2004-08-17  David Schleef  <ds@schleef.org>
11616
11617         * sys/sunaudio/Makefile.am:
11618         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11619         of rates and channels.  Make debugging less obnoxious.
11620
11621         Patch from Balamurali Viswanathan implementing a mixer for
11622         Sun audio.  (bug #144091):
11623         * sys/sunaudio/gstsunelement.c:
11624         * sys/sunaudio/gstsunelement.h:
11625         * sys/sunaudio/gstsunmixer.c:
11626         * sys/sunaudio/gstsunmixer.h:
11627
11628 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11629
11630         * gst/audioscale/gstaudioscale.c:
11631         * gst/audioscale/gstaudioscale.h:
11632         made audioscale resample from any sample rate to any sample rate
11633
11634 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11635
11636         * ext/libpng/gstpngdec.c:
11637           error out on unsupported types
11638
11639 2004-08-17  Iain <iaingnome@gmail.com>
11640
11641         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11642         mid_side and loose_mid_side properties if its a stereo stream.
11643
11644 2004-08-17  Wim Taymans  <wim@fluendo.com>
11645
11646         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11647         (theora_get_formats), (theora_dec_src_convert),
11648         (theora_dec_sink_convert), (theora_dec_src_query),
11649         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11650         Add a debug line.
11651
11652 2004-08-17  Wim Taymans  <wim@fluendo.com>
11653
11654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11655         (gst_ogg_pad_push):
11656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11657         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11658         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11659         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11660         Mark delta units in the muxer.
11661         Try to decode the packet after an out-of-sync error from
11662         libogg.
11663
11664 2004-08-17  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11667         (gst_multifdsink_init), (gst_multifdsink_add),
11668         (gst_multifdsink_client_queue_buffer),
11669         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11670         * gst/tcp/gstmultifdsink.h:
11671         Added option to send a keyframe to clients as the first buffer.
11672         Make timeout property writable.
11673
11674 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         patch by: Wim Taymans
11677
11678         * gst/tcp/gstfdset.c:
11679         * gst/tcp/gstmultifdsink.c:
11680           fix index comparison, should include 0
11681
11682 2004-08-16  Wim Taymans  <wim@fluendo.com>
11683
11684         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11685         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11686         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11687         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11688         (gst_fdset_wait):
11689           copy when reallocing for poll so the select arguments don't get
11690           changed during the call
11691
11692 2004-08-16  Wim Taymans  <wim@fluendo.com>
11693
11694         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11695         (gst_theora_enc_class_init), (theora_enc_sink_link),
11696         (theora_buffer_from_packet), (theora_enc_chain):
11697         Fix bug where buffers were not marked as keyframes
11698         correctly.
11699
11700 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11701
11702         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11703         (gst_lame_preset_get_type), (gst_lame_class_init):
11704         describe the enum values for vbr mode and presets more verbosely
11705
11706 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11707
11708         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11709         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11710         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11711         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11712         * ext/lame/gstlame.h:
11713         add preset property to lame so it can use lame presets
11714
11715 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11716
11717         * ext/lame/gstlame.c: (gst_lame_get_property):
11718         whoops forgot break, thanks teuf
11719
11720 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11721
11722         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11723         (gst_lame_class_init), (gst_lame_src_getcaps),
11724         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11725         (gst_lame_get_property), (gst_lame_setup):
11726         * ext/lame/gstlame.h:
11727         fix lame's broken vbr stuff, allow it to resample if need be, and also
11728         make xing header optional
11729
11730 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11731
11732         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11733         added getcaps function so samplerate doesnt get fixated to silly values
11734
11735 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11736
11737         * ext/lame/gstlame.c: (gst_lame_src_link):
11738         revert previous fix
11739
11740 2004-08-12  Johan Dahlin  <johan@gnome.org>
11741
11742         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11743         checks. Doesn't matter what state we are in. Interfaces are a
11744         compile time thing, not runtime. It also broke the python bindings.
11745
11746 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11747
11748         * ext/lame/gstlame.c: (gst_lame_src_link):
11749         made source pad link function check if sinkpad is ok..fixes the problem
11750         where core fixates the output rate of lame stupidly
11751
11752 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11753
11754         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11755         * sys/v4l/v4l_calls.c:
11756         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11757           fix fixate function to handle nonsimple caps.
11758           remove bogus check in _link
11759           cleanups
11760
11761 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11762
11763         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11764         set default compression ratio parameter to 0.0 so bitrate parameter
11765         works :)
11766
11767 2004-08-11  David Schleef  <ds@schleef.org>
11768
11769         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11770
11771 2004-08-11  David Schleef  <ds@schleef.org>
11772
11773         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11774         before.
11775
11776 2004-08-11  David Schleef  <ds@schleef.org>
11777
11778         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11779
11780 2004-08-11  David Schleef  <ds@schleef.org>
11781
11782         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11783           license field
11784         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11785         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11786           LGPL.
11787         * gst/auparse/gstauparse.c: Fix plugin license field.
11788         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11789         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11790         * gst/rtp/gstrtp.c: Fix plugin license field.
11791
11792 2004-08-11  Wim Taymans  <wim@fluendo.com>
11793
11794         * gst/tcp/Makefile.am:
11795         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11796         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11797         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11798         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11799         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11800         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11801         (gst_fdset_fd_can_write), (gst_fdset_wait):
11802         * gst/tcp/gstfdset.h:
11803         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11804         (gst_multifdsink_class_init), (gst_multifdsink_init),
11805         (gst_multifdsink_add), (gst_multifdsink_remove),
11806         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11807         (gst_multifdsink_remove_client_link),
11808         (gst_multifdsink_handle_client_read),
11809         (gst_multifdsink_client_queue_data),
11810         (gst_multifdsink_client_queue_caps),
11811         (gst_multifdsink_client_queue_buffer),
11812         (gst_multifdsink_handle_client_write),
11813         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11814         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11815         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11816         (gst_multifdsink_close):
11817         * gst/tcp/gstmultifdsink.h:
11818         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11819         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11820         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11821         (gst_tcpserversink_close):
11822         * gst/tcp/gsttcpserversink.h:
11823         Abstracted away the select call, implemented poll (yes we ran into
11824         the 1024 limit in production).
11825
11826 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11827
11828         * gst/tcp/gsttcp.c:
11829         * gst/tcp/gsttcpplugin.c:
11830           improve debuggging, remove assert
11831
11832 2004-08-10  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11835         (gst_client_status_get_type), (gst_multifdsink_class_init),
11836         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11837         (gst_multifdsink_handle_client_read),
11838         (gst_multifdsink_handle_client_write),
11839         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11840         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11841         (gst_multifdsink_get_property):
11842         * gst/tcp/gstmultifdsink.h:
11843         * gst/tcp/gsttcp-marshal.list:
11844         Starting to prepare for specifying buffer time in other units
11845         than buffers. Expose remove reason in signal.
11846
11847 2004-08-10  Wim Taymans  <wim@fluendo.com>
11848
11849         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11850         (gst_multifdsink_remove), (gst_multifdsink_clear),
11851         (gst_multifdsink_remove_client_link),
11852         (gst_multifdsink_handle_client_read),
11853         (gst_multifdsink_client_queue_data),
11854         (gst_multifdsink_client_queue_buffer),
11855         (gst_multifdsink_handle_client_write),
11856         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11857         (gst_multifdsink_chain), (gst_multifdsink_close):
11858         * gst/tcp/gstmultifdsink.h:
11859         Added more debugging info. Changed the way clients are
11860         removed from the lists. Fixed a bug where a bad file descriptor
11861         could cause many clients to be removed.
11862
11863 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11864
11865         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11866           allow all pixel-aspect-ratios, not just 1:1
11867
11868 2004-08-09  David Schleef  <ds@schleef.org>
11869
11870         * sys/glsink/ARB_multitexture.h:  Remove old files.
11871         * sys/glsink/EXT_paletted_texture.h:
11872         * sys/glsink/NV_register_combiners.h:
11873         * sys/glsink/gstgl_nvimage.c:
11874         * sys/glsink/gstgl_pdrimage.c:
11875         * sys/glsink/gstgl_rgbimage.c:
11876         * sys/glsink/gstglsink.c:
11877         * sys/glsink/gstglsink.h:
11878         * sys/glsink/gstglxwindow.c:
11879         * sys/glsink/regcomb_yuvrgb.c:
11880
11881 2004-08-09  David Schleef  <ds@schleef.org>
11882
11883         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11884         GL sink plugin.  (Bug #147302)
11885
11886         * configure.ac: Test for OpenGL
11887         * sys/Makefile.am: Use test for OpenGL
11888         * sys/glsink/Makefile.am:
11889         * sys/glsink/glimagesink.c: rewrite
11890         * sys/glsink/glimagesink.h: rewrite
11891
11892 2004-08-09  David Schleef  <ds@schleef.org>
11893
11894         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11895         sane framerates.
11896         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11898         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11899
11900 2004-08-09  Wim Taymans  <wim@fluendo.com>
11901
11902         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11903         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11904         (gst_multifdsink_client_remove),
11905         (gst_multifdsink_handle_client_read),
11906         (gst_multifdsink_handle_client_write),
11907         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11908         Do a bit more logging, make the client_read code more robust.
11909
11910 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11911
11912         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11913         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11914         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11915         (gst_jpegdec_init), (gst_jpegdec_chain):
11916         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11917         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11918           cleanups, debugging fixes and memleak plugging
11919
11920 2004-08-09  Wim Taymans  <wim@fluendo.com>
11921
11922         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11923         (theora_get_formats), (theora_dec_src_convert),
11924         (theora_dec_sink_convert), (theora_dec_src_query),
11925         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11926         (theora_dec_change_state):
11927         Don't crash on missing header packets.
11928
11929 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11930
11931         * po/LINGUAS:
11932         * po/sq.po:
11933           Added Albanian translation (Laurent Dhima)
11934         * po/cs.po:
11935           updated
11936
11937 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11938
11939         * ext/lame/gstlame.c:
11940           fix/add debugging
11941
11942 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11943
11944         * sys/ximage/ximagesink.c:
11945         * sys/xvimage/xvimagesink.c:
11946           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11947
11948 2004-08-06  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11951         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11952         (gst_multifdsink_client_remove),
11953         (gst_multifdsink_handle_client_read),
11954         (gst_multifdsink_handle_client_write),
11955         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11956         Make sure we don't try to read more from a client that what
11957         ioctl says us or we deadlock.
11958
11959 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11960
11961         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11962         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11963         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11964           decouple running_time and n_frames so it can handle changing
11965           framerate while running
11966
11967 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11968
11969         * po/nl.po:
11970         * po/sv.po:
11971           updated translations
11972
11973 2004-08-04  Benjamin Otte  <otte@gnome.org>
11974
11975         * gst/videotestsrc/gstvideotestsrc.c:
11976         (gst_videotestsrc_get_capslist), (generate_capslist),
11977         (plugin_init):
11978           generate the list of supported caps at startup and reuse it instead
11979           of always generating it
11980
11981 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11982
11983         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11984           whoops, last checkin broke normal build
11985
11986 2004-08-03  Benjamin Otte  <otte@gnome.org>
11987
11988         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11989         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11990         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11991         (gst_alsa_mixer_get_option):
11992         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11993         (dvdnavsrc_print_event):
11994         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11996         (gst_ogg_mux_pad_unlink):
11997         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11998         (gst_multipart_mux_pad_unlink):
11999         * gst/videofilter/gstvideobalance.c:
12000         (gst_videobalance_colorbalance_set_value):
12001         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12002         (gst_videomixer_pad_unlink):
12003         * po/uk.po:
12004         * sys/oss/gstossmixer.c:
12005         * sys/v4l/gstv4lcolorbalance.c:
12006         * sys/v4l/gstv4ltuner.c:
12007         * sys/v4l/v4lsrc_calls.c:
12008         * sys/v4l2/gstv4l2colorbalance.c:
12009         * sys/v4l2/gstv4l2tuner.c:
12010           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12011
12012 2004-08-03  Benjamin Otte  <otte@gnome.org>
12013
12014         * examples/dynparams/filter.c: (ui_control_create):
12015         * examples/gstplay/player.c: (print_tag):
12016         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12017         * ext/gdk_pixbuf/gstgdkanimation.c:
12018         (gst_gdk_animation_iter_may_advance):
12019         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12020         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12021         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12022         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12024         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12025         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12026         * gst/sine/demo-dparams.c: (main):
12027         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12028         * testsuite/alsa/formats.c: (create_pipeline):
12029         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12030           fixes for G_DISABLE_ASSERT and friends
12031         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12032         (mp3_type_frame_length_from_header), (mp3_type_find),
12033         (plugin_init):
12034           require mp3 typefinding to have at least MIN_HEADERS valid headers
12035           add typefinding for AAC adts files
12036
12037 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12038
12039         * sys/ximage/ximagesink.c:
12040         (gst_ximagesink_calculate_pixel_aspect_ratio):
12041         * sys/xvimage/xvimagesink.c:
12042         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12043         Make sure we calculate pixel-aspect-ratio using floating point maths
12044
12045 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12046
12047         * po/uk.po:
12048           updated translation
12049
12050 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12051
12052         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12054           add debugging for display PAR calculation
12055
12056 2004-08-02  David Schleef  <ds@schleef.org>
12057
12058         * configure.ac: Fix mikmod CFLAGS.
12059
12060 2004-07-27  Benjamin Otte  <otte@gnome.org>
12061
12062         * gst/audioscale/gstaudioscale.c:
12063         - fix templates to only support S16, it's the only format that works
12064         - make caps nego code use try_set_caps_nonfixed and fixation instead
12065         of try_set_caps twice, which is not nice for autopluggers
12066         - change rank to secondary, so autopluggers can pick it up after
12067         audioconvert
12068
12069 2004-08-02  Iain <iain@prettypeople.org>
12070
12071         * gst/interleave/interleave.c (interleave_init),
12072         (interleave_request_new_pad),
12073         (interleave_pad_removed),
12074         (interleave_buffered_loop): Use the real pad count, not the artificial
12075         one.
12076
12077 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * configure.ac: bump nano back to development
12080
12081 === release 0.8.3 ===
12082
12083 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12084
12085         * configure.ac: releasing 0.8.3, "Water"
12086
12087 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12088
12089         * sys/xvimage/xvimagesink.c:
12090         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12091         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12092         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12093         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12094         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12095         * sys/xvimage/xvimagesink.h:
12096           apply similar PAR fixes as to ximagesink
12097
12098 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12099
12100         patch from: Benjamin Otte
12101
12102         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12103           add link function to lame.  Fixes #148986.
12104
12105 2004-08-02  Johan Dahlin  <johan@gnome.org>
12106
12107         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12108         fix debugging log
12109
12110 2004-07-30  David Schleef  <ds@schleef.org>
12111
12112         * gst/videomixer/Makefile.am: Fix things that should have been
12113         fixed in the last checkin.
12114
12115 2004-07-30  David Schleef  <ds@schleef.org>
12116
12117         * gst/multipart/Makefile.am: Fix things that should have been
12118         fixed in the last checkin.
12119
12120 2004-07-30  David Schleef  <ds@schleef.org>
12121
12122         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12123
12124 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12125
12126         * configure.ac:
12127           bump nano for prerelease
12128         * po/af.po:
12129         * po/az.po:
12130         * po/cs.po:
12131         * po/en_GB.po:
12132         * po/hu.po:
12133         * po/nl.po:
12134         * po/sr.po:
12135         * po/sv.po:
12136         * po/uk.po:
12137           updates
12138
12139 2004-07-30  Wim Taymans  <wim@fluendo.com>
12140
12141         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12142         (gst_multifdsink_add), (gst_multifdsink_remove),
12143         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12144         (gst_multifdsink_client_remove),
12145         (gst_multifdsink_handle_client_write),
12146         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12147         * gst/tcp/gstmultifdsink.h:
12148         Recover from a select with a bad file descriptor by removing
12149         the client.
12150
12151 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12152
12153         * configure.ac:
12154           fix requirement of core
12155         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12156         (gst_play_pipeline_setup):
12157           don't use colorspace element.  do use hermescolorspace element.
12158           make macro to get a colorspace element.
12159           mark strings for translation.
12160         * po/POTFILES.in:
12161           add play.c
12162         * po/af.po:
12163         * po/az.po:
12164         * po/cs.po:
12165         * po/en_GB.po:
12166         * po/hu.po:
12167         * po/nl.po:
12168         * po/sr.po:
12169         * po/sv.po:
12170         * po/uk.po:
12171           update translations
12172
12173 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12174
12175         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12176         fix default for newmedia flag
12177
12178 2004-07-30  Wim Taymans  <wim@fluendo.com>
12179
12180         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12181         (gst_theora_dec_init), (theora_get_formats),
12182         (theora_dec_src_convert), (theora_dec_sink_convert),
12183         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12184         (theora_dec_chain), (theora_dec_set_property),
12185         (theora_dec_get_property):
12186         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12187         (gst_theora_enc_class_init), (gst_theora_enc_init),
12188         (theora_enc_sink_link), (theora_enc_chain),
12189         (theora_enc_set_property), (theora_enc_get_property):
12190         Added cropping option to theora decoder.
12191         Added border option to theora encoder.
12192
12193 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12194
12195         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12196         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12197         (gst_pngenc_set_property):
12198         * ext/libpng/gstpngenc.h:
12199         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
12200
12201 2004-07-30  Wim Taymans  <wim@fluendo.com>
12202
12203         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12204         (theora_enc_sink_link), (theora_enc_chain),
12205         (theora_enc_set_property), (theora_enc_get_property):
12206         Fix encoding of non-multiple-of-16 video.
12207
12208 2004-07-29  David Schleef  <ds@schleef.org>
12209
12210         * configure.ac: make test for audiofile more strict
12211
12212 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12213
12214         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12215           give different names to typefind functions
12216
12217 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12218
12219         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12220         (gst_ximagesink_calculate_pixel_aspect_ratio),
12221         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12222         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12223         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12224         (gst_ximagesink_get_property), (gst_ximagesink_init):
12225         * sys/ximage/ximagesink.h:
12226           allocate PAR's dynamically.
12227           use autodetected PAR if no object-set PAR is given.
12228           add workaround for directfb's X not setting physical size.
12229           fix to xvimagesink will follow tomorrow.
12230
12231 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12232
12233         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12234         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12235         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12236         (gst_shout2send_class_init), (gst_shout2send_init),
12237         (set_shout_metadata), (gst_shout2send_set_metadata),
12238         (gst_shout2send_chain), (gst_shout2send_set_property),
12239         (gst_shout2send_get_property), (gst_shout2send_connect),
12240         (gst_shout2send_change_state):
12241         * ext/shout2/gstshout2.h:
12242         - fix for sending mp3 audio to icecast2 server, if pad link function not
12243         called before PAUSED state
12244         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12245         - added tagging support for mp3 audio broadcasted
12246         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12247         debug info
12248
12249 2004-07-28  Wim Taymans  <wim@fluendo.com>
12250
12251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12252         (gst_ogg_demux_push):
12253         Return query failure when we don't know the length of
12254         an ogg stream insteda of returning TRUE with a bogus value.
12255
12256 2004-07-28  Wim Taymans  <wim@fluendo.com>
12257
12258         * ext/theora/theoradec.c: (theora_get_formats),
12259         (theora_dec_src_convert), (theora_dec_sink_convert),
12260         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12261         (theora_dec_chain):
12262         Don't screw up the 1 Chroma for 1 luma sample situation when we
12263         have an odd offset/width by adding a black border in those cases.
12264
12265 2004-07-28  Wim Taymans  <wim@fluendo.com>
12266
12267         * ext/theora/theoradec.c: (theora_get_formats),
12268         (theora_dec_src_convert), (theora_dec_sink_convert),
12269         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12270         (theora_dec_chain):
12271         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12272         Added first attempt at cropping of the image as required by the
12273         theora spec. We need more properties in the caps (offset_x,
12274         offset_y,stride) to implement this correctly.
12275
12276 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12277
12278         * ext/dvdnav/README:
12279           Update the README to use dvddemux
12280         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12281           Ensure getcaps returns a subset of the template caps
12282         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12283         (gst_mpeg2subt_init):
12284           Ensure getcaps returns a subset of the template caps
12285         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12286         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12287         (gst_dvd_demux_get_subpicture_stream),
12288         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12289         * gst/mpegstream/gstdvddemux.h:
12290           Set the explicit caps on the current_video pad before pushing
12291           anything
12292         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12293         (gst_mpeg_demux_get_audio_stream):
12294           Free caps used to gst_pad_set_explicit_caps, which takes a const
12295           GstCaps *
12296
12297 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12298
12299         * configure.ac: update GStreamer requirement to 0.8.4 because of
12300           GstFraction.
12301
12302 2004-07-28  Wim Taymans  <wim@fluendo.com>
12303
12304         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12305         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12306         Add the pad to the element after setting up the caps. This
12307         makes it a lot easier to autoplug.
12308
12309 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12310
12311         * gst/median/gstmedian.c:
12312         * gst/mpeg2subt/gstmpeg2subt.c:
12313         * gst/mpegaudioparse/gstmpegaudioparse.c:
12314         * gst/mpegstream/gstdvddemux.c:
12315         * gst/mpegstream/gstmpegdemux.c:
12316         * gst/mpegstream/gstmpegpacketize.c:
12317         * gst/rtjpeg/gstrtjpeg.c:
12318         * gst/rtjpeg/gstrtjpegdec.c:
12319         * gst/rtjpeg/gstrtjpegenc.c:
12320         * gst/sine/gstsinesrc.c:
12321         * gst/smooth/gstsmooth.c:
12322         * gst/smpte/gstsmpte.c:
12323         * gst/smpte/gstsmpte.h:
12324         * gst/stereo/gststereo.c:
12325         * gst/videofilter/gstgamma.c:
12326         * gst/videofilter/gstvideobalance.c:
12327         * gst/videofilter/gstvideofilter.c:
12328         * gst/videofilter/gstvideoflip.c:
12329         * gst/videoscale/gstvideoscale.c:
12330         * gst/videoscale/videoscale.c:
12331         * gst/videotestsrc/gstvideotestsrc.c:
12332         * gst/videotestsrc/videotestsrc.c:
12333         * gst/wavenc/gstwavenc.c:
12334         * gst/wavparse/gstwavparse.c:
12335           fix local includes and 64 bits constants
12336
12337 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12338
12339         * win32/gst.sln:
12340         * gst-libs/gst/*/*.vcproj:
12341         * gst/*/*.vcproj:
12342           more working plugins
12343
12344 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12345
12346         * testsuite/alsa/Makefile.am:
12347         * testsuite/alsa/srcstate.c:
12348         add test for alsasrc changing state
12349
12350 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12351
12352         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12353         (gst_silence_get):
12354         * gst/silence/gstsilence.h:
12355         fix silence generation for 16bit raw audio
12356
12357 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12358
12359         * gst/matroska/matroska-demux.c:
12360         (gst_matroska_demux_parse_metadata),
12361         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12362         * gst/mpegaudio/common.c:
12363         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12364         (gst_videoscale_getcaps), (gst_videoscale_link),
12365         (gst_videoscale_src_fixate), (gst_videoscale_init),
12366         (gst_videoscale_finalize):
12367         * gst/videoscale/gstvideoscale.h:
12368         * gst/videotestsrc/gstvideotestsrc.c:
12369         (gst_videotestsrc_get_capslist):
12370         * gst/wavenc/gstwavenc.c:
12371         * sys/oss/gstossmixer.c: (fill_labels):
12372         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12373         (gst_ximagesink_handle_xevents),
12374         (gst_ximagesink_calculate_pixel_aspect_ratio),
12375         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12376         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12377         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12378         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12379         (gst_ximagesink_init), (gst_ximagesink_class_init):
12380         * sys/ximage/ximagesink.h:
12381         * sys/xvimage/xvimagesink.c:
12382         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12383         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12384         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12385         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12386         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12387         * sys/xvimage/xvimagesink.h:
12388           first batch of pixel aspect ratio commits.
12389
12390 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12391
12392         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12393         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12394         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12395           handle stride, needs work if we want to move stride handling
12396           upstream, but works correctly for our purposes.
12397
12398 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12399
12400         * gst/videoscale/README:
12401           add testing examples
12402         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12403         (gst_videoscale_chain):
12404         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12405         (gst_videoscale_get_size):
12406           add get_size function that handles stride like videotestsrc.
12407           fixes conversion for YUV formats for as much as I can test them.
12408
12409 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12410
12411         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12412         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12414         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12415         (gst_xvimagesink_xvimage_put):
12416           further cleanups, logging, error handling and synchronizing
12417
12418 2004-07-27  Wim Taymans  <wim@fluendo.com>
12419
12420         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12421         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12422         (gst_videomixer_pad_set_property),
12423         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12424         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12425         (gst_videomixer_class_init), (gst_videomixer_init),
12426         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12427         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12428         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12429         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12430         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12431         (gst_videomixer_loop), (plugin_init):
12432         Be a nicer negotiation citizen and provide a getcaps function on
12433         the srcpad. This also fixes a crash when resizing.
12434
12435 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12436
12437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12438         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12439
12440 2004-07-27  Wim Taymans  <wim@fluendo.com>
12441
12442         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12443         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12444         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12445         (gst_pngenc_set_property):
12446         * ext/libpng/gstpngenc.h:
12447         Added snapshot property to pngenc.
12448         removed g_print from pngdec
12449
12450 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12451
12452         * gst/ac3parse/ac3parse.vcproj
12453         * gst/adder/adder.vcproj
12454         * gst/alpha/alpha.vcproj
12455         * gst/alpha/alphacolor.vcproj
12456         * gst/asfdemux/asf.vcproj
12457         * gst/audioconvert/audioconvert.vcproj
12458         * gst/audiorate/audiorate.vcproj
12459         * gst/audioscale/audioscale.vcproj
12460         * gst/auparse/auparse.vcproj
12461         * gst/avi/avi.vcproj
12462         * gst/cdxaparse/cdxaparse.vcproj
12463         * gst/chart/chart.vcproj
12464         * gst/colorspace/colorspace.vcproj
12465         * gst/cutter/cutter.vcproj
12466         * gst/debug/debug.vcproj
12467         * gst/debug/efence.vcproj
12468         * gst/debug/navigationtest.vcproj
12469         * gst/deinterlace/deinterlace.vcproj
12470         * gst/effectv/effectv.vcproj
12471         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12472         * gst/filter/filter.vcproj
12473         * gst/flx/flxdec.vcproj
12474         * gst/goom/goom.vcproj
12475         * gst/interleave/interleave.vcproj
12476         * gst/law/alaw.vcproj
12477         * gst/law/mulaw.vcproj
12478         * gst/matroska/matroska.vcproj
12479         * gst/median/median.vcproj
12480         * gst/mixmatrix/mixmatrix.vcproj
12481         * gst/mpeg1sys/mpeg1systemencode.vcproj
12482         * gst/mpeg1videoparse/mp1videoparse.vcproj
12483         * gst/mpeg2sub/mpeg2subt.vcproj
12484         * gst/mpegaudio/mpegaudio.vcproj
12485         * gst/mpegaudioparse/mpegaudioparse.vcproj
12486         * gst/mpegstream/mpegstream.vcproj
12487         * gst/multifilesink/multifilesink.vcproj
12488         * gst/multipart/multipart.vcproj
12489         * gst/oneton/oneton.vcproj
12490         * gst/overlay/overlay.vcproj
12491         * gst/passthrough/passthrough.vcproj
12492         * gst/qtdemux/qtdemux.vcproj
12493         * gst/realmedia/rmdemux.vcproj
12494         * gst/rtjpeg/rtjpeg.vcproj
12495         * gst/rtp/rtp.vcproj
12496         * gst/silence/silence.vcproj
12497         * gst/sine/sinesrc.vcproj
12498         * gst/smooth/smooth.vcproj
12499         * gst/smpte/smpte.vcproj
12500         * gst/spectrum/spectrum.vcproj
12501         * gst/speed/speed.vcproj
12502         * gst/stereo/stereo.vcproj
12503         * gst/switch/switch.vcproj
12504         * gst/tags/tagedit.vcproj
12505         * gst/tcp/tcp.vcproj
12506         * gst/typefind/typefindfunctions.vcproj
12507         * gst/udp/udp.vcproj
12508         * gst/videobox/videobox.vcproj
12509         * gst/videocrop/videocrop.vcproj
12510         * gst/videodrop/videodrop.vcproj
12511         * gst/videofilter/gamma.vcproj
12512         * gst/videofilter/videobalance.vcproj
12513         * gst/videofilter/videofilter.vcproj
12514         * gst/videofilter/videoflip.vcproj
12515         * gst/videoflip/videoflip.vcproj
12516         * gst/videomixer/videomixer.vcproj
12517         * gst/videorate/videorate.vcproj
12518         * gst/videoscale/videoscale.vcproj
12519         * gst/videotestsrc/videotestsrc.vcproj
12520         * gst/virtualdub/virtualdub.vcproj
12521         * gst/volenv/volenv.vcproj
12522         * gst/volume/volume.vcproj
12523         * gst/wavenc/wavenc.vcproj
12524         * gst/wavparse/wavparse.vcproj
12525         * gst/y4m/y4menc.vcproj
12526         * gst-libs/gst/audio/audio.vcproj
12527         * gst-libs/gst/audio/audiofilter.vcproj
12528         * gst-libs/gst/colorbalance/colorbalance.vcproj
12529         * gst-libs/gst/idct/idtc.vcproj
12530         * gst-libs/gst/media-info/media-info.vcproj
12531         * gst-libs/gst/mixer/mixer.vcproj
12532         * gst-libs/gst/navigation/navigation.vcproj
12533         * gst-libs/gst/play/play.vcproj
12534         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12535         * gst-libs/gst/resample/resample.vcproj
12536         * gst-libs/gst/riff/riff.vcproj
12537         * gst-libs/gst/tuner/tuner.vcproj
12538         * gst-libs/gst/video/video.vcproj
12539         * gst-libs/gst/xoverlay/xoverlay.vcproj
12540           avoid problems with math.h, fix release dependancy
12541           rename GStreamer-0.8.lib to libgstreamer.lib
12542
12543 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12544
12545         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12547         the atom is not available we have to unlock the mutex. Fixes #148023
12548
12549 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12550
12551         * gst-libs/gst/media-info/media-info.h:
12552           issue for a vararg macro with MSVC
12553
12554 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12555
12556         * gst/effectv/effectv.vcproj
12557         * gst-libs/gst/idct/idct.vcproj:
12558         * gst-libs/gst/media-info/media-info.vcproj:
12559         * gst-libs/gst/navigation/navigation.vcproj:
12560         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12561         * gst-libs/gst/video/video.vcproj:
12562         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12563           fixes for build problems
12564
12565 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12566
12567         * gst-libs/gst/audio/audio.def:
12568         * gst-libs/gst/audio/riff.def:
12569           add some definitions needed by plugins
12570
12571 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12572
12573         * gst/asfdemux/gstasfmux.c
12574           Fix some 64 bits constants to be glib friendly
12575
12576 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12577
12578         * gst/ac3parse/gstac3parse.c
12579         * gst/audioscale/gstaudioscale.c
12580         * gst/auparse/gstauparse.c
12581         * gst/colorspace/gstcolorspace.c
12582         * gst/colorspace/yuv2rgb.h
12583           local include fixes
12584
12585 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12586
12587         * win32/gst.sln
12588           add more plugins to the build
12589
12590 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12591
12592         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12593         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12594
12595 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12596
12597         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12598         (gst_level_set_property), (gst_level_get_property),
12599         (gst_level_base_init), (gst_level_class_init):
12600           add debugging categories.  cleanups.
12601
12602 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12603
12604         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12605         (gst_videoscale_planar411), (gst_videoscale_planar400),
12606         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12607         (gst_videoscale_scale_nearest_str1),
12608         (gst_videoscale_scale_nearest_str2),
12609         (gst_videoscale_scale_nearest_str4),
12610         (gst_videoscale_scale_nearest_16bit),
12611         (gst_videoscale_scale_nearest_24bit):
12612           fixed stride issues
12613           tested with 320x240 -> 321, 322, 324 x240
12614           tested with YV12, I420, YUY2, UYVY
12615           fixed packed422rev (don't think it could have worked before)
12616           by testing with UYVY
12617
12618 2004-07-26  Benjamin Otte  <otte@gnome.org>
12619
12620         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12621         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12622         (plugin_init):
12623           add debugging category, add error checks like checking return values
12624           of setup calls, make sure it still works after
12625           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12626
12627 2004-07-26  Wim Taymans  <wim@fluendo.com>
12628
12629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12630         (gst_mpeg_demux_get_audio_stream),
12631         (gst_mpeg_demux_process_private):
12632         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12633         Check for error codes from the negotiation functions. Make sure
12634         we really set the pad caps when a new pad is created.
12635
12636 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12637
12638         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12639         (gst_ffmpeg_caps_to_pix_fmt):
12640         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12642         (gst_ffmpegcolorspace_pad_link):
12643           don't make function do two things at the same time without reason.
12644
12645 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12646
12647         * gst/ac3parse/ac3parse.vcproj
12648         * gst/adder/adder.vcproj
12649         * gst/alpha/alpha.vcproj
12650         * gst/alpha/alphacolor.vcproj
12651         * gst/asfdemux/asf.vcproj
12652         * gst/audioconvert/audioconvert.vcproj
12653         * gst/audiorate/audiorate.vcproj
12654         * gst/audioscale/audioscale.vcproj
12655         * gst/auparse/auparse.vcproj
12656         * gst/avi/avi.vcproj
12657         * gst/cdxaparse/cdxaparse.vcproj
12658         * gst/chart/chart.vcproj
12659         * gst/colorspace/colorspace.vcproj
12660         * gst/cutter/cutter.vcproj
12661         * gst/debug/debug.vcproj
12662         * gst/debug/efence.vcproj
12663         * gst/debug/navigationtest.vcproj
12664         * gst/deinterlace/deinterlace.vcproj
12665         * gst/effectv/effectv.vcproj
12666         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12667         * gst/filter/filter.vcproj
12668         * gst/flx/flxdec.vcproj
12669         * gst/goom/goom.vcproj
12670         * gst/interleave/interleave.vcproj
12671         * gst/law/alaw.vcproj
12672         * gst/law/mulaw.vcproj
12673         * gst/matroska/matroska.vcproj
12674         * gst/median/median.vcproj
12675         * gst/mixmatrix/mixmatrix.vcproj
12676         * gst/mpeg1sys/mpeg1systemencode.vcproj
12677         * gst/mpeg1videoparse/mp1videoparse.vcproj
12678         * gst/mpeg2sub/mpeg2subt.vcproj
12679         * gst/mpegaudio/mpegaudio.vcproj
12680         * gst/mpegaudioparse/mpegaudioparse.vcproj
12681         * gst/mpegstream/mpegstream.vcproj
12682         * gst/multifilesink/multifilesink.vcproj
12683         * gst/multipart/multipart.vcproj
12684         * gst/oneton/oneton.vcproj
12685         * gst/overlay/overlay.vcproj
12686         * gst/passthrough/passthrough.vcproj
12687         * gst/qtdemux/qtdemux.vcproj
12688         * gst/realmedia/rmdemux.vcproj
12689         * gst/rtjpeg/rtjpeg.vcproj
12690         * gst/rtp/rtp.vcproj
12691         * gst/silence/silence.vcproj
12692         * gst/sine/sinesrc.vcproj
12693         * gst/smooth/smooth.vcproj
12694         * gst/smpte/smpte.vcproj
12695         * gst/spectrum/spectrum.vcproj
12696         * gst/speed/speed.vcproj
12697         * gst/stereo/stereo.vcproj
12698         * gst/switch/switch.vcproj
12699         * gst/tags/tagedit.vcproj
12700         * gst/tcp/tcp.vcproj
12701         * gst/typefind/typefindfunctions.vcproj
12702         * gst/udp/udp.vcproj
12703         * gst/videobox/videobox.vcproj
12704         * gst/videocrop/videocrop.vcproj
12705         * gst/videodrop/videodrop.vcproj
12706         * gst/videofilter/gamma.vcproj
12707         * gst/videofilter/videobalance.vcproj
12708         * gst/videofilter/videofilter.vcproj
12709         * gst/videofilter/videoflip.vcproj
12710         * gst/videoflip/videoflip.vcproj
12711         * gst/videomixer/videomixer.vcproj
12712         * gst/videorate/videorate.vcproj
12713         * gst/videoscale/videoscale.vcproj
12714         * gst/videotestsrc/videotestsrc.vcproj
12715         * gst/virtualdub/virtualdub.vcproj
12716         * gst/volenv/volenv.vcproj
12717         * gst/volume/volume.vcproj
12718         * gst/wavenc/wavenc.vcproj
12719         * gst/wavparse/wavparse.vcproj
12720         * gst/y4m/y4menc.vcproj
12721           more plugins supported under windows
12722
12723 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12724
12725         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12726         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12727         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12729         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12730           Add debugging statements.  Use the sizes as returned by the
12731           *CreateImage calls.
12732
12733 2004-07-26  Johan Dahlin  <johan@gnome.org>
12734
12735         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12736         the pad is negotiated.
12737
12738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12739
12740 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12741
12742         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12743         * gst-libs/gst/idct/idct.vcproj:
12744         * gst-libs/gst/media-info/media-info.vcproj:
12745         * gst-libs/gst/mixer/mixer.vcproj:
12746         * gst-libs/gst/navigation/navigation.vcproj:
12747         * gst-libs/gst/play/play.vcproj:
12748         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12749         * gst-libs/gst/resample/resample.vcproj:
12750         * gst-libs/gst/tuner/tuner.vcproj:
12751         * gst-libs/gst/video/video.vcproj:
12752         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12753           more plugins supported under windows
12754
12755 2004-07-25 Iain <iain@prettypeople.org>
12756
12757         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12758         pad now rather than when the pad is created because state changes wipe
12759         explicit caps (fixes #148043).
12760
12761 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12762
12763         reviewed by Benjamin Otte  <otte@gnome.org>
12764
12765         * ext/mad/gstmad.c:
12766           fix mad plugin crashing on Sun (fixes #148289)
12767
12768 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12769
12770         * gst/avi/avi.def:
12771         * gst/avi/avi.vcproj:
12772         * gst/matroska/matroska.def:
12773         * gst/matroska/matroska.vcproj:
12774           remove unused .def files
12775
12776 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12777
12778         * gst-libs/gst/audio/gstaudiofilter.c:
12779           Clean the local include
12780
12781 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12782
12783         * win32/gst.sln:
12784         * gst-libs/gst/audio/audio.def:
12785         * gst-libs/gst/audio/audio.vcproj:
12786         * gst-libs/gst/audio/audiofilter.vcproj:
12787         * gst-libs/gst/audio/riff.def:
12788         * gst-libs/gst/audio/riff.vcproj:
12789         * gst-libs/gst/gst-libs.def:
12790         * gst-libs/gst/gst-libs.vcproj:
12791         * gst/avi/avi.vcproj:
12792         * gst/avi/avi.vcproj:
12793           Copy the files where needed after building, cleaner projects
12794
12795 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12796
12797         * gst/matroska/ebml-write.c:
12798           Fix some 64 bits constants to be glib friendly
12799
12800 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12801
12802         * win32/gst.sln:
12803         * gst-libs/gst/gst-libs.def:
12804         * gst-libs/gst/gst-libs.vcproj:
12805         * gst/matroska/matroska.def:
12806         * gst/matroska/matroska.vcproj:
12807           Add the preliminary canvas to build plugins on Win32
12808
12809 2004-07-23  Benjamin Otte  <otte@gnome.org>
12810
12811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12812           don't enfore negotiation from source side, it breaks
12813           sinesrc ! audioconvert ! osssink
12814
12815 2004-07-22  David Schleef  <ds@schleef.org>
12816
12817         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12818         for ELF files, since they can easily be recognized as audio/mpeg.
12819         (bug #147441)
12820
12821 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12822
12823         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12824         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12825         (gst_videoscale_scale_nearest_24bit),
12826         (gst_videoscale_scale_nearest_16bit):
12827           fix 16bit and 24bit for stride (24bit might need testing)
12828           don't pretend we do more than one algorithm
12829
12830 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12831
12832         * configure.ac:
12833         * gst/Makefile.am:
12834         * gst/multifilesink/Makefile.am:
12835         * gst/multifilesink/gstmultifilesink.c:
12836         (gst_multifilesink_get_formats),
12837         (gst_multifilesink_get_query_types), (_do_init),
12838         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12839         (gst_multifilesink_init), (gst_multifilesink_dispose),
12840         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12841         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12842         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12843         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12844         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12845         (gst_multifilesink_uri_get_type),
12846         (gst_multifilesink_uri_get_protocols),
12847         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12848         (gst_multifilesink_uri_handler_init), (plugin_init):
12849         * gst/multifilesink/gstmultifilesink.h:
12850         * testsuite/Makefile.am:
12851         * testsuite/multifilesink/Makefile.am:
12852         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12853         (gst_newmedia_class_init), (gst_newmedia_init),
12854         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12855         (newfile_signal), (test_signal), (main):
12856         multifilesink plugin for creating new files every time a new media
12857         discontinuity event occurs
12858
12859 2004-07-22  Wim Taymans  <wim@fluendo.com>
12860
12861         * gst/alpha/Makefile.am:
12862         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12863         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12864         (gst_alpha_color_init), (gst_alpha_color_set_property),
12865         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12866         (transform), (gst_alpha_color_chain),
12867         (gst_alpha_color_change_state), (plugin_init):
12868         Stupid plugin to to RGBA to AYUV conversion because none of
12869         the colorspace plugins can handle that yet.
12870
12871 2004-07-22  Wim Taymans  <wim@fluendo.com>
12872
12873         * examples/seeking/seek.c: (update_scale), (main):
12874         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12875         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12876         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12877         (gst_decode_bin_init), (gst_decode_bin_dispose),
12878         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12879         (no_more_pads), (close_link), (type_found),
12880         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12881         (plugin_init):
12882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12883         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12884         (gst_play_base_bin_dispose), (queue_overrun),
12885         (gen_preroll_element), (remove_prerolls), (unknown_type),
12886         (no_more_pads), (new_stream), (setup_source),
12887         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12888         (play_base_eos), (gst_play_base_bin_change_state),
12889         (gst_play_base_bin_add_element),
12890         (gst_play_base_bin_remove_element),
12891         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12892         (gst_play_base_bin_unlink_stream),
12893         (gst_play_base_bin_get_streaminfo):
12894         * gst/playback/gstplaybin.c: (gen_video_element),
12895         (gen_audio_element):
12896         * gst/playback/gststreaminfo.h:
12897         More playback updates, attempt to fix things after the state change
12898         breakage.
12899
12900 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12901
12902         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12903         (gst_videoscale_scale_nearest_16bit):
12904           comment algorithm
12905
12906 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12907
12908         * gst/videotestsrc/gstvideotestsrc.c:
12909         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12910         (gst_videotestsrc_init), (gst_videotestsrc_get),
12911         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12912         (gst_videotestsrc_get_property):
12913         * gst/videotestsrc/gstvideotestsrc.h:
12914         * gst/videotestsrc/videotestsrc.c:
12915         * gst/videotestsrc/videotestsrc.h:
12916           cleanup and commenting
12917
12918 2004-07-21  Wim Taymans  <wim@fluendo.com>
12919
12920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12921         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12922         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12923         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12924         (_find_chain_get_unknown_part), (_find_streams_check),
12925         (gst_ogg_demux_push), (gst_ogg_pad_push):
12926         * ext/theora/theoradec.c: (theora_get_formats),
12927         (theora_dec_src_convert), (theora_dec_sink_convert),
12928         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12929         (theora_dec_chain):
12930         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12931         (vorbis_dec_convert), (vorbis_dec_src_query),
12932         (vorbis_dec_src_event), (vorbis_dec_event):
12933         More seeking fixes, oggdemux now supports seeking to time and
12934         uses the downstream element to convert granulepos to time.
12935         Seeking in theora-only ogg files now works.
12936
12937 2004-07-21  Wim Taymans  <wim@fluendo.com>
12938
12939         * ext/theora/theoradec.c: (gst_theora_dec_init),
12940         (theora_get_formats), (theora_get_event_masks),
12941         (theora_get_query_types), (theora_dec_src_convert),
12942         (theora_dec_sink_convert), (theora_dec_src_query),
12943         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12944         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12945         (vorbis_get_event_masks), (vorbis_get_query_types),
12946         (gst_vorbis_dec_init), (vorbis_dec_convert),
12947         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12948         Added query/convert/formats functions to vorbis and theora decoders
12949         so that the outside world can use them too. Fixed seeking on an
12950         ogg/theora/vorbis file by disabling the seeking seeking on the
12951         theora srcpad.
12952
12953 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12954
12955         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12956         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12957         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12958         images creation for both elements. We don't create the image on caps
12959         nego or renego, we just destroy the internal one if present if it does
12960         not match the needs. The chain function takes care of creating a new
12961         image when needed.
12962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12963         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12964         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12965         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12966         the image format information. The buffer pool checks for the context
12967         image format and discard images with different formats.
12968         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12969
12970 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12971
12972         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12973         (gst_ffmpegcolorspace_chain):
12974           no point in doing any chaining if the pad we want to push from
12975           isn't usable.
12976
12977 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12978
12979         * gst-libs/gst/riff/riff-media.c:
12980         (gst_riff_create_audio_caps_with_data):
12981           Fix double end-to-native symbol conversion (#148021).
12982
12983 2004-07-20  David Schleef  <ds@schleef.org>
12984
12985         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12986         Don't use an Atom that doesn't exist.
12987
12988 2004-07-20  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12991         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12992         (gst_multifdsink_client_remove),
12993         (gst_multifdsink_handle_client_write),
12994         (gst_multifdsink_queue_buffer):
12995         * gst/tcp/gstmultifdsink.h:
12996         More multifdsink stats. Avoid deadlock by releasing locks
12997         before sending out a signal.
12998
12999 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13000
13001         * po/LINGUAS:
13002         * po/hu.po:
13003           added Hungarian translation (Laszlo Dvornik)
13004
13005 2004-07-20  Wim Taymans  <wim@fluendo.com>
13006
13007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13008         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13009         (gst_multifdsink_handle_client_write),
13010         (gst_multifdsink_queue_buffer):
13011         * gst/tcp/gsttcp-marshal.list:
13012         Fixed the stupid marshal definition.
13013
13014 2004-07-20  Wim Taymans  <wim@fluendo.com>
13015
13016         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13017         (gst_multifdsink_init), (gst_multifdsink_add),
13018         (gst_multifdsink_client_remove),
13019         (gst_multifdsink_handle_client_write),
13020         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13021         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13022         (gst_multifdsink_init_send):
13023         * gst/tcp/gstmultifdsink.h:
13024         Added more stats, added timeout for a client, fixed some typos
13025         and added some comments.
13026
13027 2004-07-20  Wim Taymans  <wim@fluendo.com>
13028
13029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13030         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13031         (gst_multifdsink_client_remove),
13032         (gst_multifdsink_handle_client_write):
13033         * gst/tcp/gstmultifdsink.h:
13034         * gst/tcp/gsttcp-marshal.list:
13035         Added get_stats method that returns a GValueArray of
13036         stats values.
13037
13038 2004-07-19  Benjamin Otte  <otte@gnome.org>
13039
13040         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13041           make sure longname, description and author are valid UTF-8
13042
13043 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13044
13045         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13046         (gst_ximagesink_set_property):
13047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13048         (gst_xvimagesink_set_property):
13049           make sure SYNCHRONOUS is respected after getting the X context
13050
13051 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13052
13053         * gst/matroska/matroska-demux.c:
13054         (gst_matroska_demux_handle_src_event),
13055         (gst_matroska_demux_parse_blockgroup):
13056         * gst/matroska/matroska-ids.h:
13057           add BlockReference tag and ignore it to clear out log.
13058           ignore NAVIGATION events to clear out log.
13059
13060 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13061
13062         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13063         (gst_matroska_demux_add_stream):
13064         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13065           add debug categories
13066
13067 2004-07-16  Wim Taymans  <wim@fluendo.com>
13068
13069         * ext/libpng/Makefile.am:
13070         * ext/libpng/gstpng.c: (plugin_init):
13071         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13072         (gst_pngdec_get_type), (gst_pngdec_base_init),
13073         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13074         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13075         * ext/libpng/gstpngdec.h:
13076         Added png decoder.
13077
13078 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13079
13080         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13081         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13082         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13083         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13084         (gst_ximagesink_buffer_alloc):
13085         * sys/ximage/ximagesink.h:
13086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13087         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13088         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13089         (gst_xvimagesink_buffer_alloc):
13090         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13091         again. Using internal data pointer of the x(v)image to store image's
13092         data to be coherent with the buffer alloc mechanism. Investigated the
13093         image destruction code to be sure that everything gets freed correctly.
13094
13095 2004-07-16  Wim Taymans  <wim@fluendo.com>
13096
13097         * gst-libs/gst/riff/riff-read.c:
13098         (gst_riff_read_strf_vids_with_data),
13099         (gst_riff_read_strf_auds_with_data):
13100         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13101         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13102         Make sure we don't create 0 sized subbuffers in riff-read.
13103         Signal the no more pads signal after reading the avi header.
13104
13105 2004-07-16  Wim Taymans  <wim@fluendo.com>
13106
13107         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13108         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13109         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13110         (gst_decode_bin_init), (gst_decode_bin_dispose),
13111         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13112         (no_more_pads), (close_link), (type_found),
13113         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13114         (gst_decode_bin_change_state), (plugin_init):
13115         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13116         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13117         (gst_play_base_bin_dispose), (queue_overrun),
13118         (gen_preroll_element), (remove_prerolls), (unknown_type),
13119         (no_more_pads), (new_stream), (setup_source),
13120         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13121         (play_base_eos), (gst_play_base_bin_change_state),
13122         (gst_play_base_bin_add_element),
13123         (gst_play_base_bin_remove_element),
13124         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13125         (gst_play_base_bin_unlink_stream),
13126         (gst_play_base_bin_get_streaminfo):
13127         * gst/playback/gstplaybasebin.h:
13128         Better error recovery. Added configurable preroll queue size. Faster
13129         detection of no-more-pads.
13130
13131 2004-07-16  Wim Taymans  <wim@fluendo.com>
13132
13133         * gst-libs/gst/video/video.h:
13134         Added 32 bits RGBA. Not sure if we should use another mime-type
13135         for alpha rgb. Currently the presence of the alpha_mask property
13136         signals an alpha channel.
13137
13138 2004-07-16  Wim Taymans  <wim@fluendo.com>
13139
13140         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13142         FPS seems to be 0.0 to MAX everywhere else.
13143
13144 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13145
13146         * gst-libs/gst/riff/riff-media.c:
13147         (gst_riff_create_video_caps_with_data):
13148           mp42/mp43 (no caps) exist too.
13149         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13150           Set pixel_width/height; we've got them in-caps.
13151         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13152         * gst/wavparse/gstwavparse.c: (plugin_init):
13153           Both are valid primary.
13154         * sys/oss/gstossmixer.c:
13155           Remove i18n hack and enable translations.
13156
13157 2004-07-15  Benjamin Otte  <otte@gnome.org>
13158
13159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13160         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13161           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13162
13163 2004-07-15  Benjamin Otte  <otte@gnome.org>
13164
13165         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13166         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13167         (gst_alsa_close_audio):
13168           disable some of the debugging code for now. Writing debugging to a
13169           buffer is broken in current alsalib releases.
13170
13171 2004-07-12  Benjamin Otte  <otte@gnome.org>
13172
13173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13174           use bufferpools
13175
13176 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13177
13178         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13179         (theora_dec_src_query), (theora_dec_event):
13180         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13181           add debugging categories.  Remove \n's.
13182
13183 2004-07-13  Johan Dahlin  <johan@gnome.org>
13184
13185         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13186         (gst_play_bin_get_property): Impl.
13187
13188 2004-07-13  Wim Taymans  <wim@fluendo.com>
13189
13190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13191         When trying to find the stream length, seek back N pages
13192         instead of just one, where N is the number of streams in
13193         the current chain.
13194
13195 2004-07-13  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst-libs/gst/riff/riff-media.c:
13198         (gst_riff_create_audio_caps_with_data),
13199         (gst_riff_create_audio_caps),
13200         (gst_riff_create_audio_template_caps):
13201         * gst-libs/gst/riff/riff-media.h:
13202         * gst-libs/gst/riff/riff-read.c:
13203         (gst_riff_read_strf_vids_with_data),
13204         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13205         * gst-libs/gst/riff/riff-read.h:
13206         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13207         (gst_avi_demux_add_stream):
13208         Set codec_data on caps for avidemuxer.
13209
13210 2004-07-12  David Schleef  <ds@schleef.org>
13211
13212         * configure.ac: Fix test for Objective C
13213
13214 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13215         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13216         (gst_gdk_pixbuf_chain):
13217           Add svg and pcx to template caps, and ensure that getcaps returns a
13218           subset of the template caps.
13219           Copy each row manually for output, as gdkpixbuf may pad the
13220           rowstride to a 32-bit word boundary.
13221
13222 2004-07-12  Wim Taymans  <wim@fluendo.com>
13223
13224         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13225         (gst_riff_create_video_template_caps):
13226         Fix the template caps to include some more media types.
13227
13228 2004-07-12  Wim Taymans  <wim@fluendo.com>
13229
13230         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13231         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13232         (compare_ranks), (print_feature), (gst_decode_bin_init),
13233         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13234         (try_to_link_1), (new_pad), (close_link), (type_found),
13235         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13236         (gst_decode_bin_change_state), (plugin_init):
13237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13238         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13239         (gst_play_base_bin_dispose), (queue_overrun),
13240         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13241         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13242         (gst_play_base_bin_get_property), (play_base_eos),
13243         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13244         (gst_play_base_bin_remove_element),
13245         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13246         (gst_play_base_bin_unlink_stream),
13247         (gst_play_base_bin_get_streaminfo):
13248         * gst/playback/gstplaybasebin.h:
13249         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13250         (gst_play_bin_class_init), (gst_play_bin_init),
13251         (gst_play_bin_dispose), (gst_play_bin_set_property),
13252         (gst_play_bin_get_property), (gen_video_element),
13253         (gen_audio_element), (remove_sinks), (setup_sinks),
13254         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13255         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13256         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13257         (gst_play_bin_query), (plugin_init):
13258         * gst/playback/test4.c: (main):
13259         More fixes on reusing of the element.
13260
13261 2004-07-11  Benjamin Otte  <otte@gnome.org>
13262
13263         * ext/mad/gstmad.c: (normal_seek):
13264           allow seeking for other methods than just SET
13265
13266 2004-07-11  Andy Wingo  <wingo@pobox.com>
13267
13268         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13269         float, "any" caps -> buffer_frames=[0,MAX].
13270
13271         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13272         doesn't intersect our caps with the template any more. Do it
13273         ourselves.
13274         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13275
13276 2004-07-09  Wim Taymans  <wim@fluendo.com>
13277
13278         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13279         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13280         (compare_ranks), (print_feature), (gst_decode_bin_init),
13281         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13282         (try_to_link_1), (new_pad), (close_link), (type_found),
13283         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13284         (gst_decode_bin_change_state), (plugin_init):
13285         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13286         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13287         (gst_play_base_bin_dispose), (queue_overrun),
13288         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13289         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13290         (gst_play_base_bin_get_property), (play_base_eos),
13291         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13292         (gst_play_base_bin_remove_element),
13293         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13294         (gst_play_base_bin_unlink_stream),
13295         (gst_play_base_bin_get_streaminfo):
13296         * gst/playback/gstplaybasebin.h:
13297         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13298         (gst_play_bin_class_init), (gst_play_bin_init),
13299         (gst_play_bin_dispose), (gst_play_bin_set_property),
13300         (gst_play_bin_get_property), (gen_video_element),
13301         (gen_audio_element), (remove_sinks), (setup_sinks),
13302         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13303         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13304         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13305         (gst_play_bin_query), (plugin_init):
13306         * gst/playback/test4.c: (main):
13307         Work on object reuse and seeking.
13308
13309 2004-07-09  Wim Taymans  <wim@fluendo.com>
13310
13311         * examples/seeking/seek.c: (iterate):
13312         Don't consume all CPU in the idle loop.
13313
13314 2004-07-09  Wim Taymans  <wim@fluendo.com>
13315
13316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13317         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13318         Add pad to element *after* setting the pad functions so that
13319         the scheduler can use the correct ones.
13320
13321 2004-07-09  Wim Taymans  <wim@fluendo.com>
13322
13323         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13324         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13325         Sync to keyframe after seek
13326
13327 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13328
13329         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13331         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13332         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13333         * ext/libvisual/visual.c: (gst_visual_change_state):
13334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13335         * ext/theora/theoradec.c: (theora_dec_change_state):
13336         * ext/theora/theoraenc.c: (theora_enc_change_state):
13337         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13338         * gst-libs/gst/navigation/navigation.c:
13339         * gst/adder/gstadder.c: (gst_adder_change_state):
13340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13341         (gst_audio_convert_get_buffer):
13342         * gst/multipart/multipartdemux.c:
13343         (gst_multipart_demux_change_state):
13344         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13346         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13347         * gst/videoscale/gstvideoscale.c:
13348         (gst_videoscale_handle_src_event):
13349         * gst/volume/gstvolume.c: (volume_chain_int16):
13350           don't assert in state change, this should be done by the base
13351           GstElement class.
13352           various debugging fixes.
13353
13354 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13355
13356         * configure.ac:
13357         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13358         (gst_play_dispose), (gst_play_set_location),
13359         (gst_play_set_data_src), (gst_play_set_video_sink),
13360         (gst_play_set_audio_sink), (gst_play_set_visualization),
13361         (gst_play_connect_visualization), (gst_play_get_sink_element),
13362         (gst_play_get_all_by_interface):
13363         * gst-libs/gst/play/play.h:
13364           add new method to get elements implementing an interface.
13365           add various error logging
13366
13367 2004-07-08  Wim Taymans  <wim@fluendo.com>
13368
13369         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13370         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13371         (make_playerbin_pipeline), (query_durations_elems),
13372         (query_durations_pads), (query_positions_elems),
13373         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13374         (main):
13375         Added playbin seeking example.
13376
13377 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13378
13379         * gst-libs/gst/play/play.c: (gst_play_set_location),
13380         (gst_play_set_data_src), (gst_play_set_video_sink),
13381         (gst_play_set_audio_sink), (gst_play_set_visualization),
13382         (gst_play_connect_visualization), (gst_play_get_framerate):
13383           use a macro to look up elements from hash table
13384
13385 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13386
13387         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13388         (gst_play_get_length_callback), (gst_play_set_location),
13389         (gst_play_seek_to_time), (gst_play_set_data_src),
13390         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13391         (gst_play_set_visualization), (gst_play_connect_visualization),
13392         (gst_play_get_sink_element):
13393         - add debugging info
13394         - fix looking up sink elements by iterating over complete caps
13395         - put everything except for source and autoplugger in a complete bin
13396
13397 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13398
13399         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13400         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13401         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13402         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13403         * ext/alsa/gstalsasink.h:
13404         - add debugging info
13405         - clean up schizophrenia of data/buffer/event
13406         - fix double event unref error
13407
13408 2004-07-08  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst/playback/Makefile.am:
13411         Add headers to noinst
13412
13413 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13414
13415         * tools/gst-launch-ext-m.m:
13416         * tools/gst-launch-ext.1.in:
13417           convert to the third millenium
13418
13419 2004-07-07  David Schleef  <ds@schleef.org>
13420
13421         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13422
13423 2004-07-07  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst/playback/Makefile.am:
13426         * gst/playback/README:
13427         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13428         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13429         (compare_ranks), (print_feature), (gst_decode_bin_init),
13430         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13431         (try_to_link_1), (new_pad), (close_link), (type_found),
13432         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13433         (plugin_init):
13434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13435         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13436         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13437         (gen_preroll_element), (no_more_pads), (new_stream),
13438         (setup_source), (gst_play_base_bin_set_property),
13439         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13440         (gst_play_base_bin_add_element),
13441         (gst_play_base_bin_remove_element),
13442         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13443         (gst_play_base_bin_unlink_stream),
13444         (gst_play_base_bin_get_streaminfo):
13445         * gst/playback/gstplaybasebin.h:
13446         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13447         (gst_play_bin_class_init), (gst_play_bin_init),
13448         (gst_play_bin_dispose), (gst_play_bin_set_property),
13449         (gst_play_bin_get_property), (gen_video_element),
13450         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13451         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13452         (gst_play_bin_get_formats), (gst_play_bin_convert),
13453         (gst_play_bin_get_query_types), (gst_play_bin_query),
13454         (plugin_init):
13455         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13456         (gst_stream_info_get_type), (gst_stream_info_class_init),
13457         (gst_stream_info_init), (gst_stream_info_new),
13458         (gst_stream_info_dispose), (gst_stream_info_set_property),
13459         (gst_stream_info_get_property):
13460         * gst/playback/gststreaminfo.h:
13461         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13462         (main):
13463         * gst/playback/test2.c: (main):
13464         * gst/playback/test3.c: (update_scale), (main):
13465         More playbin fixes. Added README. Do better element filtering.
13466         Added base class to preroll media. Added test apps.
13467
13468 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13469
13470         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13471         * ext/mpeg2dec/gstmpeg2dec.h:
13472           various debugging improvements.  Reset stream to next picture
13473           instead of sequence header, otherwise seeks cannot work.
13474
13475 2004-07-07  Wim Taymans  <wim@fluendo.com>
13476
13477         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13478         (gst_video_box_class_init), (gst_video_box_set_property),
13479         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13480         Use pad_alloc where possible.
13481
13482 2004-07-07  Wim Taymans  <wim@fluendo.com>
13483
13484         * sys/oss/gstosselement.c: (gst_osselement_reset),
13485         (gst_osselement_parse_caps):
13486         * sys/oss/gstosselement.h:
13487         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13488         Fix offset on osssrc.
13489
13490 2004-07-07  Wim Taymans  <wim@fluendo.com>
13491
13492         * ext/theora/theora.c: (plugin_init):
13493         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13494         (theora_dec_src_query), (theora_dec_chain):
13495         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13496         (theora_enc_sink_link), (theora_buffer_from_packet),
13497         (theora_push_packet), (theora_enc_chain):
13498         Fix theora granulepos calculation.
13499         Fix overflow in duration/position calculation.
13500         Bump rank to PRIMARY for theoradec.
13501         Use granulepos of last packet to calculate position.
13502         Set keyframe flag on buffers when needed.
13503
13504 2004-07-06  David Schleef  <ds@schleef.org>
13505
13506         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13507         serious?  (Fixed, obviously.)
13508
13509 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * po/LINGUAS:
13512         * po/cs.po:
13513           added Czech translation (Miloslav Trmac)
13514
13515 2004-07-05  Wim Taymans  <wim@fluendo.com>
13516
13517         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13518         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13519         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13520         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13521         (close_link), (type_found), (gst_decode_bin_set_property),
13522         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13523         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13524         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13525         (gst_decode_bin_query), (plugin_init):
13526         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13527         (gst_play_bin_class_init), (gst_play_bin_init),
13528         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13529         (get_video_element), (new_pad), (setup_source),
13530         (gst_play_bin_set_property), (gst_play_bin_get_property),
13531         (gst_play_bin_change_state), (gst_play_bin_add_element),
13532         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13533         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13534         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13535         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13536         * gst/playback/test.c: (main):
13537         More fixes, cleaned up playbin, make it use decodebin. Added
13538         threaded property to playbin.
13539
13540 2004-07-05  Wim Taymans  <wim@fluendo.com>
13541
13542         * configure.ac:
13543         * gst/playback/Makefile.am:
13544         * gst/playback/decodetest.c: (main):
13545         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13546         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13547         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13548         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13549         (close_link), (type_found), (gst_decode_bin_set_property),
13550         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13551         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13552         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13553         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13554         (plugin_init):
13555         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13556         (gst_play_bin_class_init), (gst_play_bin_init),
13557         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13558         (collect_sink_pads), (find_compatibles), (close_pad_link),
13559         (try_to_link_1), (new_pad), (close_link), (type_found),
13560         (setup_source), (gst_play_bin_set_property),
13561         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13562         (compare_ranks), (gst_play_bin_collect_factories),
13563         (gst_play_bin_change_state), (gst_play_bin_add_element),
13564         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13565         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13566         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13567         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13568         * gst/playback/test.c: (main):
13569         Added some playback helper elements and some test apps, very alpha
13570         still.
13571
13572 2004-07-04  Benjamin Otte  <otte@gnome.org>
13573
13574         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13575           only restart audio when we indeed have an xrun to fix repeated
13576           xruns. Fix suggested by Giuliano Pochini.
13577
13578 2004-07-03  David Schleef  <ds@schleef.org>
13579
13580         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13581         call to gst_debug_log() if debugging is disabled (bug #145118)
13582
13583 2004-07-03  Benjamin Otte  <otte@gnome.org>
13584
13585         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13586           use our own functions for restarting the alsa device.
13587         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13588           I should apply patches myself - use MIN for the third argument, not
13589           the second, this fixes seeking
13590
13591 2004-07-02  David Schleef  <ds@schleef.org>
13592
13593         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13594         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13595         do with the logic.
13596
13597 2004-07-02  David Schleef  <ds@schleef.org>
13598
13599         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13600         output buffers.  Fix logic mistake.  (bug #144866)
13601
13602 2004-07-02  David Schleef  <ds@schleef.org>
13603
13604         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13605         on X.  (bug #144753)
13606
13607 2004-07-02  David Schleef  <ds@schleef.org>
13608
13609         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13610         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13611         (bug #144624)
13612         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13613         (gst_osselement_rate_probe_check): Add another workaround for
13614         buggy drivers (bug #145336)
13615
13616 2004-07-02  David Schleef  <ds@schleef.org>
13617
13618         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13619         Most systems don't have MSG_NOSIGNAL.
13620
13621 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13622
13623         * Makefile.am:
13624         * gst-libs/gst/colorbalance/Makefile.am:
13625         * gst-libs/gst/mixer/Makefile.am:
13626         * gst-libs/gst/play/Makefile.am:
13627         * gst-libs/gst/tuner/Makefile.am:
13628           (hopefully) fix both install and dist and make error message useful.
13629           needs testing across automakes.
13630
13631 2004-07-02  Benjamin Otte  <otte@gnome.org>
13632
13633         * ext/ogg/gstogg.c: (plugin_init):
13634           we require bytestream now
13635         * ext/ogg/gstoggdemux.c:
13636           huge diff to implement chain setup in a fast and generic way. This
13637           improves tag reading and startup of huge files (read: Theora videos)
13638           quite a bit. It probably contains bugs, too, so please test.
13639           Seeking is not improved to the fast method.
13640
13641 2004-06-29  Wim Taymans  <wim@fluendo.com>
13642
13643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13644         * ext/ogg/gstoggmux.c:
13645         Fix memleak in oggdemux when running unconnected pads.
13646         doc update in mux, start working on keyframe mode.
13647
13648 2004-06-29  Benjamin Otte  <otte@gnome.org>
13649
13650         * sys/oss/gstosssink.c:
13651         * sys/oss/gstosssrc.c:
13652           advertise correct template caps - we indeed do non-native endianness
13653           and 8bit audio has no endianness
13654         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13656           avoid (wrong) duplications in getcaps function and return
13657           template caps
13658
13659 2004-06-29  Wim Taymans  <wim@fluendo.com>
13660
13661         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13662         (gst_multifdsink_class_init), (gst_multifdsink_add),
13663         (gst_multifdsink_remove), (gst_multifdsink_clear),
13664         (gst_multifdsink_client_remove),
13665         (gst_multifdsink_handle_client_read),
13666         (gst_multifdsink_client_queue_data),
13667         (gst_multifdsink_client_queue_caps),
13668         (gst_multifdsink_client_queue_buffer),
13669         (gst_multifdsink_handle_client_write),
13670         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13671         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13672         (gst_multifdsink_init_send), (gst_multifdsink_close):
13673         Fix wrong GList iteration that could crash the server when
13674         more then 2 clients disconnect at the same time. Read all the
13675         pending commands in one batch to recover from command storms under
13676         very heavy load.
13677
13678 2004-06-28  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13681         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13682         (gst_videomixer_pad_set_property),
13683         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13684         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13685         (gst_videomixer_class_init), (gst_videomixer_init),
13686         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13687         (pad_zorder_compare), (gst_videomixer_sort_pads),
13688         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13689         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13690         (gst_videomixer_update_queues), (gst_videomixer_loop),
13691         (plugin_init):
13692         Avoid divide by zero, choose masterpad as the pad with the highest
13693         framerate.
13694
13695 2004-06-27  Julien Moutte  <julien@moutte.net>
13696
13697         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13698         (gst_ximagesink_xwindow_new):
13699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13700         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13701         function directly. We might want to call it from somewhere else one day.
13702
13703 2004-06-27  Julien Moutte  <julien@moutte.net>
13704
13705         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13706         (gst_ximagesink_xwindow_new):
13707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13708         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13709         window decorations.
13710
13711 2004-06-27  Wim Taymans  <wim@fluendo.com>
13712
13713         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13714         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13715         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13716         (gst_dvdec_set_property), (gst_dvdec_get_property):
13717         * ext/dv/gstdvdec.h:
13718         Implement drop_factor property to lower the framerate with
13719         a factor.
13720
13721 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13722
13723         * gst-libs/gst/colorbalance/Makefile.am:
13724         * gst-libs/gst/mixer/Makefile.am:
13725         * gst-libs/gst/play/Makefile.am:
13726         * gst-libs/gst/tuner/Makefile.am:
13727           unbreak Company's fix that didn't install the -enum.h files
13728
13729 2004-06-27  Wim Taymans  <wim@fluendo.com>
13730
13731         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13732         (gst_dvdec_change_state):
13733         * ext/dv/gstdvdec.h:
13734         Fix timestamp, duration and offset of the buffers.
13735
13736 2004-06-27  Wim Taymans  <wim@fluendo.com>
13737
13738         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13739         (gst_multifdsink_class_init), (gst_multifdsink_add),
13740         (gst_multifdsink_remove), (gst_multifdsink_clear),
13741         (gst_multifdsink_client_remove),
13742         (gst_multifdsink_handle_client_read),
13743         (gst_multifdsink_client_queue_data),
13744         (gst_multifdsink_client_queue_caps),
13745         (gst_multifdsink_client_queue_buffer),
13746         (gst_multifdsink_handle_client_write),
13747         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13748         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13749         (gst_multifdsink_init_send), (gst_multifdsink_close):
13750         * gst/tcp/gstmultifdsink.h:
13751         * gst/tcp/gsttcpserversink.c:
13752         (gst_tcpserversink_handle_server_read),
13753         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13754         More multifdsink fixes, more recovery policy fixes.
13755         Removed stupid g_print
13756
13757 2004-06-26  Wim Taymans  <wim@fluendo.com>
13758
13759         * gst/tcp/Makefile.am:
13760         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13761         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13762         (gst_multifdsink_class_init), (gst_multifdsink_init),
13763         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13764         (gst_multifdsink_handle_client_read),
13765         (gst_multifdsink_client_queue_data),
13766         (gst_multifdsink_client_queue_caps),
13767         (gst_multifdsink_client_queue_buffer),
13768         (gst_multifdsink_handle_client_write),
13769         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13770         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13771         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13772         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13773         (gst_multifdsink_close), (gst_multifdsink_change_state):
13774         * gst/tcp/gstmultifdsink.h:
13775         * gst/tcp/gsttcpplugin.c: (plugin_init):
13776         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13777         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13778         (gst_tcpserversink_handle_server_read),
13779         (gst_tcpserversink_handle_select),
13780         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13781         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13782         * gst/tcp/gsttcpserversink.h:
13783         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13784         one of the locks, added recovery policy to multifdsink.
13785
13786 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13787
13788         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13789           fix decision for when getting frames with same timestamp
13790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13791         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13792         (gst_v4lsrc_get_property):
13793         * sys/v4l/gstv4lsrc.h:
13794           add latency offset property
13795
13796 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13797
13798         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13799         (plugin_init):
13800           fix debugging. add category.
13801
13802 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13803
13804         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13805           fix wrong offsets
13806
13807 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13808
13809         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13810         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13811         (gst_alsa_src_change_state):
13812           return a time that is in sync with the element's processing
13813
13814 2004-06-25  Wim Taymans  <wim@fluendo.com>
13815
13816         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13817         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13818         (gst_tcpserversink_client_remove),
13819         (gst_tcpserversink_handle_client_read),
13820         (gst_tcpserversink_client_queue_data),
13821         (gst_tcpserversink_client_queue_caps),
13822         (gst_tcpserversink_client_queue_buffer),
13823         (gst_tcpserversink_handle_client_write),
13824         (gst_tcpserversink_queue_buffer),
13825         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13826         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13827         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13828         (gst_tcpserversink_close):
13829         * gst/tcp/gsttcpserversink.h:
13830         Serversink rewrite. Really do non blocking writes to clients and
13831         maintain an internal queue to handle slower clients while not
13832         disturbing fast clients.
13833
13834 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13835
13836         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13837           better debug, don't override OFFSET and OFFSET_END
13838
13839 2004-06-25  Iain <iain@prettypeople.org>
13840
13841         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13842         name=source for the wavparse pipeline.
13843
13844 2004-06-24  Johan Dahlin  <johan@gnome.org>
13845
13846         * ext/theora/theoraenc.c (theora_enc_chain): Call
13847         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13848         streamheader caps are set correctly.
13849
13850 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13851
13852         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13853         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13854           respect minimum bitrate; same could be done for max bitrate
13855
13856 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13857
13858         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13859         (gst_vorbisenc_setup):
13860           fix sample rate range
13861
13862 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13863
13864         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13865         (gst_oggvorbisenc_setup):
13866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13867         (gst_vorbisenc_setup):
13868           resolve ambiguities in code and description
13869
13870 2004-06-24  Wim Taymans  <wim@fluendo.com>
13871
13872         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13873         * ext/alsa/gstalsa.h:
13874         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13875         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13876         Use alsa trigger_tstamp to get the timestamp of the first
13877         sample in the buffer for more precise sync. Some cleanups.
13878
13879 2004-06-24  Wim Taymans  <wim@fluendo.com>
13880
13881         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13882         (gst_audiorate_init), (gst_audiorate_chain),
13883         (gst_audiorate_set_property), (gst_audiorate_get_property):
13884         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13885         (gst_videorate_chain):
13886         Added some logging, fixed an overflow bug in videorate.
13887
13888 2004-06-24  Benjamin Otte  <otte@gnome.org>
13889
13890         * ext/kio/Makefile.am:
13891           fix for builddir != srcdir and distcheck
13892
13893 2004-06-24  Benjamin Otte  <otte@gnome.org>
13894
13895         * gst-libs/gst/colorbalance/Makefile.am:
13896         * gst-libs/gst/mixer/Makefile.am:
13897         * gst-libs/gst/play/Makefile.am:
13898         * gst-libs/gst/tuner/Makefile.am:
13899         * gst/tcp/Makefile.am:
13900         * sys/dxr3/Makefile.am:
13901           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13902           tarball.
13903           Also add all *.list files that were missing.
13904         * Makefile.am:
13905           add a distcheck hook to ensure the above doesn't happen again.
13906
13907 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13908
13909         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13910
13911 2004-06-23  Colin Walters  <walters@redhat.com>
13912
13913         * m4/Makefile.am: Distribute gst-fionread.m4.
13914
13915 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13916
13917         * configure.ac: back to dev
13918
13919 2004-06-23  Wim Taymans  <wim@fluendo.com>
13920
13921         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13922         (gst_alsa_xrun_recovery):
13923         * ext/alsa/gstalsa.h:
13924         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13925         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13926         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13927         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13928         (gst_alsa_src_loop):
13929         Add clock to alsasrc. Take new capture timestamp when
13930         restarting after an overrun. Split up some functions between
13931         alsasrc and alsasink.
13932
13933 === release 0.8.2 ===
13934
13935 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13936
13937         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13938         (gst_alsa_change_state), (gst_alsa_update_avail),
13939         (gst_alsa_xrun_recovery):
13940         * ext/alsa/gstalsa.h:
13941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13942           merge back changes from release
13943
13944 2004-06-23  Wim Taymans  <wim@fluendo.com>
13945
13946         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13947         (gst_audiorate_init), (gst_audiorate_chain),
13948         (gst_audiorate_set_property), (gst_audiorate_get_property):
13949         Implement sample dropping and notify
13950
13951 2004-06-22  Wim Taymans  <wim@fluendo.com>
13952
13953         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13954         (theora_enc_sink_link), (theora_buffer_from_packet),
13955         (theora_push_packet), (theora_enc_chain):
13956         Some cleanups, make sure the timestamps are correct.
13957
13958 2004-06-22  Wim Taymans  <wim@fluendo.com>
13959
13960         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13961         (gst_alsa_change_state), (gst_alsa_update_avail),
13962         (gst_alsa_xrun_recovery):
13963         * ext/alsa/gstalsa.h:
13964         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13965         Cleanups, take queued samples into account when reporting
13966         the time.
13967
13968 2004-06-22  Wim Taymans  <wim@fluendo.com>
13969
13970         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13971         (gst_videorate_init):
13972         Initialize the property as well.
13973
13974 2004-06-22  Wim Taymans  <wim@fluendo.com>
13975
13976         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13977         (gst_videorate_init), (gst_videorate_chain),
13978         (gst_videorate_set_property), (gst_videorate_get_property):
13979         Add property to make videorate silent.
13980         Add property to prefer new frames over old ones.
13981
13982 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13983
13984         * sys/osxvideo/Makefile.am:
13985         Workaround so that the osxvideo .so file gets linked with the
13986         Cocoa, OpenGL and QuickTime frameworks
13987
13988 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13989
13990         * sys/osxaudio/Makefile.am:
13991         Workaround so that the osxaudio .so file gets linked with the
13992         CoreAudio framework
13993
13994 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13995
13996         * configure.ac:
13997         Whoops, my fault...fixed build issues
13998
13999 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14000
14001         * configure.ac:
14002         Add objective-c support if running in Darwin/Mac OS X
14003         * sys/Makefile.am:
14004         * sys/osxvideo:
14005         * sys/osxvideo/Makefile.am:
14006         * sys/osxvideo/osxvideosink.h:
14007         * sys/osxvideo/osxvideosink.m:
14008         * sys/osxvideo/cocoawindow.h:
14009         * sys/osxvideo/cocoawindow.m:
14010         Add osxvideosink, a cocoa-based osx video sink
14011
14012
14013 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14014         * ext/dvdnav/gst-dvd:
14015         Grab the gconf key from the right spot
14016         * gst/debug/gstnavseek.c: (gst_navseek_init),
14017         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14018         (gst_navseek_chain):
14019         * gst/debug/gstnavseek.h:
14020           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14021           and loop parameters of a segment seek.
14022         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14023         (gst_videotestsrc_get_event_masks),
14024         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14025         * gst/videotestsrc/gstvideotestsrc.h:
14026           Add seeking support to videotestsrc
14027           Initialise the timestamp_offset variable.
14028
14029 2004-06-18  Wim Taymans  <wim@fluendo.com>
14030
14031         * ext/sidplay/gstsiddec.cc:
14032         Fix negotiation and set correct end offset.
14033
14034 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14035
14036         * configure.ac: branch and prerelease
14037
14038 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14039
14040         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14041         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14042         (gst_tcpclientsrc_init_receive):
14043         * gst/tcp/gsttcpclientsrc.h:
14044           read caps when connecting to server for GDP so we set them correctly
14045
14046 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14047
14048         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14049           notify drops and duplicates
14050         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14051           no good reason to limit ourselves to 100x100
14052
14053 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14054
14055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14056         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14057         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14058         (gst_v4lsrc_get_property):
14059         * sys/v4l/gstv4lsrc.h:
14060         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14061         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14062         (gst_v4l_set_audio):
14063         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14064         (gst_v4lsrc_try_capture):
14065         * sys/v4l/v4lsrc_calls.h:
14066           change try_palette to more general try_capture
14067           add autoprobe option so we can turn off autoprobing
14068           various fixes
14069
14070 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         * configure.ac:
14073           add videorate
14074         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14075         (gst_ximagesink_class_init):
14076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14077         (gst_xvimagesink_class_init):
14078           run them as finalize, not dispose, since dispose can be invoked
14079           multiple times
14080
14081 2004-06-17  Wim Taymans  <wim@fluendo.com>
14082
14083         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14084         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14085         * ext/alsa/gstalsa.h:
14086         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14087         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14088         (gst_alsa_src_change_state):
14089         * ext/alsa/gstalsasrc.h:
14090         Make the xrun code timestamp and offset the buffers correctly.
14091         moved the clock to the base class, use alsa methods to get time.
14092         Do correct timestamping on outgoing buffers.
14093
14094 2004-06-17  Wim Taymans  <wim@fluendo.com>
14095
14096         * gst/audiorate/Makefile.am:
14097         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14098         (gst_audiorate_base_init), (gst_audiorate_class_init),
14099         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14100         (gst_audiorate_set_property), (gst_audiorate_get_property),
14101         (gst_audiorate_change_state), (plugin_init):
14102         Added an audiorate converter that fills in gaps.
14103
14104 2004-06-17  Johan Dahlin  <johan@gnome.org>
14105
14106         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14107
14108 2004-06-16  Wim Taymans  <wim@fluendo.com>
14109
14110         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14111         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14112         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14113         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14114         (gst_v4lsrc_get_property):
14115         * sys/v4l/gstv4lsrc.h:
14116         Added a copy mode to v4lsrc where it will output a copied version
14117         of its internal hardware buffer.
14118         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14119         can't | them.
14120
14121 2004-06-16  Wim Taymans  <wim@fluendo.com>
14122
14123         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14124         Timestamp fixes.
14125
14126 2004-06-16  Wim Taymans  <wim@fluendo.com>
14127
14128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14129         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14130         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14131         (gst_v4lsrc_get_property):
14132         * sys/v4l/gstv4lsrc.h:
14133         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14134         Added a sync mode enum property to control v4lsrc timestamp method
14135         Removed the use-fixed-fps property and moved functionality in
14136         the enum.
14137         Don't error on an error value from v4l-conf, it might not always
14138         be a real error.
14139
14140 2004-06-16  Wim Taymans  <wim@fluendo.com>
14141
14142         * gst/videorate/Makefile.am:
14143         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14144         (gst_videorate_base_init), (gst_videorate_class_init),
14145         (gst_videorate_getcaps), (gst_videorate_link),
14146         (gst_videorate_init), (gst_videorate_chain),
14147         (gst_videorate_set_property), (gst_videorate_get_property),
14148         (gst_videorate_change_state), (plugin_init):
14149         Added a video timestamp corrector.
14150
14151 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14152
14153         fixed a potential leak with previous commit
14154
14155         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14156
14157 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14158
14159         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14160         Added missing refcount, fixes bug #144425
14161         Cheers Tim for finding the bug
14162
14163 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14164
14165         * sys/v4l/gstv4l.c: (plugin_init):
14166         * sys/v4l/gstv4lcolorbalance.c:
14167         * sys/v4l/gstv4lcolorbalance.h:
14168         * sys/v4l/gstv4lelement.c:
14169         * sys/v4l/gstv4lelement.h:
14170         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14171         * sys/v4l/gstv4lmjpegsink.h:
14172         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14173         * sys/v4l/gstv4lmjpegsrc.h:
14174         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14175         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14176         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14177         * sys/v4l/gstv4lsrc.h:
14178         * sys/v4l/gstv4ltuner.c:
14179         * sys/v4l/gstv4ltuner.h:
14180         * sys/v4l/gstv4lxoverlay.c:
14181         * sys/v4l/gstv4lxoverlay.h:
14182         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14183         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14184         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14185         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14186         (gst_v4l_set_audio):
14187         * sys/v4l/v4l_calls.h:
14188         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14189         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14190         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14191         (gst_v4lmjpegsink_playback_init),
14192         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14193         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14194         (gst_v4lmjpegsink_playback_stop),
14195         (gst_v4lmjpegsink_playback_deinit):
14196         * sys/v4l/v4lmjpegsink_calls.h:
14197         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14198         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14199         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14200         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14201         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14202         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14203         * sys/v4l/v4lmjpegsrc_calls.h:
14204         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14205         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14206         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14207         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14208         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14209         (gst_v4lsrc_try_palette):
14210         * sys/v4l/v4lsrc_calls.h:
14211           bunch of paranoia cleanups
14212
14213 2004-06-14  David Schleef  <ds@schleef.org>
14214
14215         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14216         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14217         Send discont events and change timestamps appropriately when
14218         we get a seek event.  (bug #144240)
14219         * ext/cdparanoia/gstcdparanoia.h:
14220
14221 2004-06-14  Benjamin Otte  <otte@gnome.org>
14222
14223         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14224           snd_pcm_hw_params_set_rate  since the latter fails for no good
14225           reason on some setups.
14226
14227 2004-06-14  David Schleef  <ds@schleef.org>
14228
14229         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14230         standard.  Thank you for playing.
14231
14232 2004-06-14  Wim Taymans  <wim@fluendo.com>
14233
14234         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14235         Patch 1.3 broke the ordering of the colorspace info and
14236         made the plugin basically work by coincidence, reordered
14237         the info.
14238
14239 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14240
14241         * ext/lame/gstlame.c:
14242         * ext/mad/gstmad.c:
14243           sync caps.  Make sure mad can only output a list of rates, not
14244           a full range.  In the future, have three caps lists for each of the
14245           mpeg versions.  Change mpegversion to a double as well.
14246
14247 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14248
14249         * gst/volume/.cvsignore:
14250         * gst/volume/Makefile.am:
14251         * gst/volume/demo.c: (value_changed_callback), (idler),
14252         (setup_gui), (main):
14253           added small demo app
14254
14255 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14256         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14257         * ext/esd/esdsink.h:
14258         Close the esd connection on pause, because esd will just wait -
14259         blocking all other esd clients indefinitely.
14260
14261 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14262
14263         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14264           previous commit with GST_DEBUG
14265
14266 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14267
14268         * configure.ac:
14269           add a header check for a dvdread header in dvdnav.  Fixes #133002
14270
14271 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14272
14273         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14274         * gst/tcp/gsttcpclientsink.h:
14275         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14276         * gst/tcp/gsttcpclientsrc.h:
14277         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14278         (gst_tcpserversink_handle_server_read),
14279         (gst_tcpserversink_init_send):
14280         * gst/tcp/gsttcpserversink.h:
14281         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14282         * gst/tcp/gsttcpserversrc.h:
14283         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14284         version of IP)
14285
14286 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14287
14288         * configure.ac:
14289         Added ogg library so that OSX detects libtheora properly
14290
14291 2004-06-11  Wim Taymans  <wim@fluendo.com>
14292
14293         * ext/theora/theoradec.c: (theora_dec_chain),
14294         (theora_dec_change_state):
14295         Don't try to decode frames before we received a keyframe.
14296
14297 2004-06-11  Wim Taymans  <wim@fluendo.com>
14298
14299         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14300         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14301         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14302         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14303         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14304         Added property to set the maximum delay of a page.
14305
14306 2004-06-10  Wim Taymans  <wim@fluendo.com>
14307
14308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14309         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14310         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14311         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14312         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14313         Added max-delay property to control the maximum amount
14314         of data to put in one page.
14315
14316 2004-06-10  Wim Taymans  <wim@fluendo.com>
14317
14318         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14319         (gst_theora_enc_init), (theora_enc_sink_link),
14320         (theora_buffer_from_packet), (theora_enc_set_property),
14321         (theora_enc_get_property):
14322         Set duration on encoded buffer, added some more properties
14323
14324 2004-06-10  Wim Taymans  <wim@fluendo.com>
14325
14326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14327         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14328         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14329         * ext/theora/theoraenc.c: (theora_enc_chain):
14330         Fix refcounting bugs
14331
14332 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14333
14334         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14335         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14336         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14337         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14338         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14339         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14340         (gst_asf_demux_change_state):
14341         * gst/asfdemux/gstasfdemux.h:
14342           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14343           feels like. I think we should set a new requirement for demuxers
14344           from now on to implement sane loop functions, data loops, query
14345           and seek functions before first commit into CVS. And this commit
14346           fixes all of the above.
14347
14348 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14349
14350         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14351           vorbis comments are properly encoded in UTF-8 before adding them
14352           to a GstTagList
14353
14354 2004-06-09  Benjamin Otte  <otte@gnome.org>
14355
14356         * ext/alsa/gstalsa.c: (add_channels):
14357           handle min <= max correctly
14358         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14359         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14360           add fixation functions so we fixate correctly. No preferring of alaw
14361           anymore because it's the first structure.
14362         * ext/alsa/gstalsa.h:
14363         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14364         (gst_alsa_hw_params_dump):
14365           add functions to ease debugging in alsalib
14366         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14367         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14368         (gst_alsa_start_audio):
14369           only specify hw params if we really setup a format (fixes #134007 -
14370           or at least works around it)
14371
14372 2004-06-09  Wim Taymans  <wim@fluendo.com>
14373
14374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14375         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14376         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14377         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14378         (gst_ogg_mux_loop):
14379         Use stream caps to setup the initial pages in the ogg stream.
14380         Correctly set the streamheader caps on the srcpad.
14381
14382 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14383
14384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14385         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14386         (gst_v4lsrc_getcaps):
14387         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14388         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14389           add querying of fps lists for webcams.  Negotiating to a framerate
14390           now works.
14391
14392 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14393
14394         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14395         (theora_push_buffer), (theora_push_packet),
14396         (theora_set_header_on_caps), (theora_enc_chain):
14397           mark buffers and put on streamheader, raw theora streaming
14398           now works too, whee
14399
14400 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14401
14402         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14403         (gst_tcp_gdp_read_caps):
14404           do a looping read for caps and GDP headers too
14405
14406 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14407
14408         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14409         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14410           return EOS instead of NULL in _get
14411
14412 2004-06-08  Wim Taymans  <wim@fluendo.com>
14413
14414         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14415         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14416         (gst_tcp_gdp_write_caps):
14417         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14418         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14419         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14420         Memory leak fixes
14421
14422 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14423
14424         * ext/vorbis/Makefile.am:
14425         * ext/vorbis/vorbis.c: (plugin_init):
14426         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14427         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14428         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14429         (vorbis_parse_change_state):
14430         * ext/vorbis/vorbisparse.h:
14431           adding a vorbisparse element that marks the buffers, streaming
14432           raw vorbis using GDP now works, whee
14433
14434 2004-06-08  Wim Taymans  <wim@fluendo.com>
14435
14436         * ext/jpeg/Makefile.am:
14437         * ext/jpeg/README:
14438         * ext/jpeg/gstjpeg.c: (plugin_init):
14439         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14440         (gst_smokedec_base_init), (gst_smokedec_class_init),
14441         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14442         * ext/jpeg/gstsmokedec.h:
14443         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14444         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14445         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14446         (gst_smokeenc_resync), (gst_smokeenc_chain),
14447         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14448         * ext/jpeg/gstsmokeenc.h:
14449         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14450         (smokecodec_flush_destination), (smokecodec_term_destination),
14451         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14452         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14453         (smokecodec_term_source), (smokecodec_encode_new),
14454         (smokecodec_decode_new), (smokecodec_info_free),
14455         (smokecodec_set_quality), (smokecodec_get_quality),
14456         (smokecodec_set_threshold), (smokecodec_get_threshold),
14457         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14458         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14459         (smokecodec_parse_header), (smokecodec_decode):
14460         * ext/jpeg/smokecodec.h:
14461         Added a new simple jpeg based codec
14462
14463 2004-06-08  Wim Taymans  <wim@fluendo.com>
14464
14465         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14466         (gst_multipart_mux_loop):
14467         Fix memory leak
14468
14469 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14470
14471         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14472         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14473         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14474         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14475         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14476         * gst/tcp/gsttcpserversink.h:
14477           take streamheader into account
14478
14479 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14480
14481         * gst/level/Makefile.am:
14482         * gst/level/gstlevel.c: (gst_level_class_init):
14483           clean up marshal generation
14484
14485 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14486
14487         * gst/tcp/Makefile.am:
14488         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14489         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14490         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14491         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14492         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14493         (gst_tcpclientsrc_get_property):
14494         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14495         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14496         (gst_tcpserversink_handle_client_read),
14497         (gst_tcpserversink_handle_client_write),
14498         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14499         * gst/tcp/gsttcpserversink.h:
14500           add signals client-added and client-removed
14501         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14502         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14503         (gst_tcpserversrc_get_property):
14504         uniformized, change default protocol to NONE
14505         * gst/tcp/gsttcp-marshal.list: added
14506 2004-06-07  Benjamin Otte  <otte@gnome.org>
14507
14508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14509           handle discont events if they happen before caps nego
14510
14511 2004-06-07  Wim Taymans  <wim@fluendo.com>
14512
14513         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14514         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14515         (gst_multipart_demux_plugin_init):
14516         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14517         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14518         (gst_multipart_mux_change_state):
14519         Small updates, fix a memleak
14520
14521 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14522
14523         * configure.ac: OSS portability
14524         * ext/arts/gst_arts.c: idem
14525         * sys/oss/gstosselement.c: idem
14526         * sys/oss/gstossmixer.c: idem
14527         * sys/oss/gstosssink.c: idem
14528         * sys/oss/gstosssrc.c: idem
14529         * sys/oss/oss_probe.c: idem
14530           - check for soundcard.h in different places for some BSD
14531
14532 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14533
14534         * AUTHORS:
14535         Add me to the authors file
14536         * configure.ac:
14537         Increase the libdv requirement to >= version 0.100
14538         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14539         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14540         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14541         * ext/dv/gstdvdec.h:
14542         Add support for the new_media flag when sending DISCONT events
14543         Make the querying work when video pad is not linked
14544
14545 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14546
14547         reviewed by Benjamin Otte  <otte@gnome.org>
14548
14549         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14550           create a NULL-initialized array of pads, so we don't think they
14551           exist already. (fixes #143130)
14552
14553 2004-06-07  Benjamin Otte  <otte@gnome.org>
14554
14555         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14556         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14557         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14558           don't use // coments
14559
14560 2004-06-07  Benjamin Otte  <otte@gnome.org>
14561
14562         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14563           cast to GstClockTime to get higher granularity
14564         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14565           use gst_element_set_time_delay to get the exact time
14566         * ext/mad/gstmad.c: (gst_mad_chain):
14567           use the negotiated rate instead of the current frame's rate which
14568           might be wrong because of bit errors. This avoids emitting totally
14569           bogus timestamps and screwing sync.
14570         (fixes #143454)
14571
14572 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14573
14574         reviewed by Benjamin Otte  <otte@gnome.org>
14575
14576         * gst/adder/gstadder.c: (gst_adder_loop):
14577           properly error out when no negotiation has happened yet. (fixes
14578           #143032)
14579
14580 2004-06-06  Benjamin Otte  <otte@gnome.org>
14581
14582         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14583           forward correctly transformed offset in discont events. Based on
14584           patch by Arwed v. Merkatz. (fixes #142851)
14585
14586 2004-06-06  David Schleef  <ds@schleef.org>
14587
14588         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14589         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14590         problems on several systems.
14591
14592 2004-06-06  Benjamin Otte  <otte@gnome.org>
14593
14594         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14595           use explicit caps on the srcpad
14596         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14597           properly error out if caps couldn't be set (fixes #142764)
14598
14599 2004-06-06  Benjamin Otte  <otte@gnome.org>
14600
14601         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14602         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14603         (gst_alsa_start_audio):
14604           - don't call set_periods_integer anymore, it breaks the
14605           configuration randomly
14606           - call snd_pcm_hw_params_set_access directly instead of using masks
14607           - don't fail if the sw_params can't be set, just use the default
14608           params and hope it works. Alsalib has weird issues when you touch
14609           sw_params and does no proper error reporting about what failed.
14610         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14611         (gst_alsa_close_audio):
14612           make our alsa debugging go via gst debugging and not conditionally
14613           defined
14614         * ext/alsa/gstalsa.h:
14615           add ALSA_DEBUG_FLUSH macro
14616         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14617         (plugin_init):
14618           wrap alsa errors to be printed via the gst debugging system and not
14619           spammed to stderr
14620
14621 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14622
14623         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14624         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14625         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14626         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14627         (qtdemux_parse_trak):
14628         * gst/qtdemux/qtdemux.h:
14629           Bitch. Also known as seeking, querying & co.
14630         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14631         (gst_osssink_change_state):
14632         * sys/oss/gstosssink.h:
14633           Resyncing is for weenies, this hack is no longer needed and was
14634           broken anyway (since it - unintendedly - always leaves resync to
14635           TRUE).
14636
14637 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14638
14639         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14640         * gst/tcp/gsttcpclientsrc.h: idem
14641           - define MSG_NOSIGNAL if not done
14642           - include unistd.h for off_t
14643           (fixes #143749)
14644
14645 2004-06-05  Benjamin Otte  <otte@gnome.org>
14646
14647         * configure.ac:
14648         * ext/kio/Makefile.am:
14649           check for qt's moc preprocessor explicitly and use it
14650
14651 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14652
14653         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14654           don't get a signal for EPIPE on socket writes
14655           (somebody check if this works on other platforms)
14656
14657 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14658
14659         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14660         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14661           check error condition on available samples correctly
14662
14663 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14664
14665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14666           avoid a segfault
14667         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14668         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14669         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14670         (gst_tcpserversrc_gdp_read_header):
14671          use ssize_t over size_t since the former is signed and thus the
14672          check for error codes can work
14673
14674 2004-06-02  Wim Taymans  <wim@fluendo.com>
14675
14676         reviewed by: Johan
14677
14678         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14679         (gst_multipart_mux_loop):
14680         Oops
14681
14682 2004-06-02  Wim Taymans  <wim@fluendo.com>
14683
14684         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14685         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14686         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14687         (gst_multipart_mux_change_state):
14688         Added configurable boundary specifier, added the value as a
14689         caps field as well.
14690
14691 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14692
14693         * gst/tcp/gsttcp.c:
14694         * gst/tcp/gsttcpclientsrc.c:
14695         * gst/tcp/gsttcpclientsrc.h:
14696         * gst/tcp/gsttcpserversrc.c:
14697           - portability fix, to compile on OSX
14698             (fixes #143146)
14699
14700         * sys/osxaudio/gstosxaudioelement.c:
14701         * sys/osxaudio/gstosxaudiosink.c:
14702         * sys/osxaudio/gstosxaudiosrc.c:
14703           - compilation warnings on OSX
14704             (fixes #143153)
14705
14706 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14707
14708         * ext/vorbis/vorbisdec.c : sign warning fixes
14709
14710         * gst-libs/gst/mixer/mixertrack.c :
14711           do no use defines which are glib 2.4 specific
14712
14713 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14714
14715         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14716           buffer since libflac doesn't expect it (reports a sync error when
14717           it encounters that)
14718
14719
14720 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14721
14722         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14723         * gst-libs/gst/mixer/mixertrack.c:
14724         (gst_mixer_track_get_property), (get_mixer_track_init),
14725         (get_mixer_track_get_property): Added property accessors
14726         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14727         * gst-libs/gst/mixer/mixeroptions.c:
14728         (gst_mixer_options_get_values): Added
14729         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14730         * gst-libs/gst/mixer/mixer.c: Fixed comment
14731
14732
14733 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14734
14735         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14736           improve error messages on open
14737
14738
14739 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14740
14741         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14742           check if v4l-conf is in path
14743
14744 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14745
14746         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14747           change assert to a more readable error message
14748
14749 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14750
14751         * gst-libs/gst/tuner/tunerchannel.h:
14752           - add a freq_multiplicator field to make the conversion
14753             between internal frequency unit and Hz
14754         * sys/v4l/gstv4lelement.c:
14755         * sys/v4l2/gstv4l2element.c:
14756           - change default video device to /dev/video0
14757         * sys/v4l/v4l_calls.c:
14758         * sys/v4l2/v4l2_calls.c:
14759           - we only expose frequency to the user in Hz instead of
14760             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14761
14762 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14763         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14764           Initialise b_o_s and e_o_s variables
14765         * gst-libs/gst/riff/riff-media.c:
14766         (gst_riff_create_video_caps_with_data):
14767           Add some unusual fourcc's from mplayer avi's
14768         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14769           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14770           autoplugging.
14771
14772 2004-05-28  Wim Taymans  <wim@fluendo.com>
14773
14774         * configure.ac:
14775         * gst/alpha/Makefile.am:
14776         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14777         (gst_alpha_get_type), (gst_alpha_base_init),
14778         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14779         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14780         (gst_alpha_chroma_key), (gst_alpha_chain),
14781         (gst_alpha_change_state), (plugin_init):
14782         A plugin to add an alpha channel to I420 video. Can optionally do
14783         chroma keying.
14784         * gst/multipart/Makefile.am:
14785         * gst/multipart/multipart.c: (plugin_init):
14786         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14787         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14788         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14789         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14790         (gst_multipart_demux_change_state),
14791         (gst_multipart_demux_plugin_init):
14792         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14793         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14794         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14795         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14796         (gst_multipart_mux_pad_unlink),
14797         (gst_multipart_mux_request_new_pad),
14798         (gst_multipart_mux_handle_src_event),
14799         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14800         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14801         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14802         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14803         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14804         send multipart jpeg images to a browser.
14805         * gst/videobox/Makefile.am:
14806         * gst/videobox/README:
14807         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14808         (gst_video_box_get_type), (gst_video_box_base_init),
14809         (gst_video_box_class_init), (gst_video_box_init),
14810         (gst_video_box_set_property), (gst_video_box_get_property),
14811         (gst_video_box_sink_link), (gst_video_box_i420),
14812         (gst_video_box_ayuv), (gst_video_box_chain),
14813         (gst_video_box_change_state), (plugin_init):
14814         Crops or adds borders around an image. can do alpha channel
14815         borders as well.
14816         * gst/videomixer/Makefile.am:
14817         * gst/videomixer/README:
14818         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14819         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14820         (gst_videomixer_pad_get_sink_event_masks),
14821         (gst_videomixer_pad_get_property),
14822         (gst_videomixer_pad_set_property),
14823         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14824         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14825         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14826         (gst_videomixer_base_init), (gst_videomixer_class_init),
14827         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14828         (gst_videomixer_handle_src_event),
14829         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14830         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14831         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14832         (gst_videomixer_loop), (gst_videomixer_get_property),
14833         (gst_videomixer_set_property), (gst_videomixer_change_state),
14834         (plugin_init):
14835         Generic video mixer plugin, can handle multiple inputs all with
14836         different framerates and video sizes. Is fully alpha channel
14837         aware.
14838
14839 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14840
14841         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14842           Select first track as master track. Not sure how else to handle
14843           that...
14844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14845           Discard discont events. Should fix #142962.
14846
14847 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14848
14849         * ext/alsa/Makefile.am:
14850         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14851         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14852         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14853         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14854         (gst_alsa_mixer_get_option):
14855         * ext/alsa/gstalsamixer.h:
14856         * ext/alsa/gstalsamixeroptions.c:
14857         (gst_alsa_mixer_options_get_type),
14858         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14859         (gst_alsa_mixer_options_new):
14860         * ext/alsa/gstalsamixeroptions.h:
14861         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14862         * ext/alsa/gstalsamixertrack.h:
14863           Add enumerations (as GstMixerOptions). Make correct distinction
14864           between input/output tracks. Add capture/playback private flag.
14865           Use flag to decide on whether to set capture or playback volumes
14866           or switches. Use playback and record switches.
14867         * gst-libs/gst/mixer/Makefile.am:
14868         * gst-libs/gst/mixer/mixer-marshal.list:
14869         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14870         (gst_mixer_set_option), (gst_mixer_get_option),
14871         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14872         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14873         * gst-libs/gst/mixer/mixer.h:
14874         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14875         (gst_mixer_options_class_init), (gst_mixer_options_init),
14876         (gst_mixer_options_dispose):
14877         * gst-libs/gst/mixer/mixeroptions.h:
14878           Add GstMixerOptions.
14879         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14880           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14881           broken device detection on computers with multiple OSS sound
14882           cards.
14883
14884 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14885
14886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14887           fixate nicely even when the peer is not negotiating
14888
14889 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14890
14891         * gst/audioconvert/gstaudioconvert.c:
14892         (gst_audio_convert_parse_caps):
14893           make sure we don't allow depth > width
14894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14895           fixate endianness to G_BYTE_ORDER as default
14896         * gst/audioscale/gstaudioscale.c:
14897           we don't handle another endianness as host-endianness
14898
14899 2004-05-25  David Schleef  <ds@schleef.org>
14900
14901         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14902
14903 2004-05-24  Benjamin Otte  <otte@gnome.org>
14904
14905         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14906         (gst_oggvorbisenc_setup):
14907           properly fail when we can't setup the vorbis encoder due to
14908           unsupported settings
14909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14910         (gst_vorbisenc_setup):
14911           same
14912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14913           fix case where warnings occured when one pad was unlinked while the
14914           other's link function was called
14915
14916 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14917
14918         * gst/tcp/Makefile.am:
14919           use GST_ENABLE_NEW
14920
14921 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14922
14923         * gst-libs/gst/resample/private.h:
14924           don't use optimizations that are #if 0'ed
14925
14926 2004-05-24  Wim Taymans  <wim@fluendo.com>
14927
14928         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14929         Fix potential division by zero error and hopefully get
14930         the position query right to get correct timestamps on avi
14931         audio.
14932
14933 2004-05-24  Wim Taymans  <wim@fluendo.com>
14934
14935         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14936         (gst_videoscale_scale_nearest_str2),
14937         (gst_videoscale_scale_nearest_str4),
14938         (gst_videoscale_scale_nearest_32bit),
14939         (gst_videoscale_scale_nearest_24bit),
14940         (gst_videoscale_scale_nearest_16bit):
14941         Fix the scaling algorithm and avoid a buffer overflow.
14942         removed the while loop in the scaling function as it
14943         was used for point sampling only.
14944
14945 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14946
14947         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14948         (gst_id3_tag_class_init), (gst_id3_tag_init),
14949         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14950         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14951         (gst_id3_tag_send_tag_event):
14952           lots of fixes to make id3mux work and id3demux work correctly
14953
14954 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14955
14956         * ext/Makefile.am:
14957           add rules to build shout2send (was removed by accident
14958           when this module was no more marked experimental/broken)
14959
14960 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14961
14962         * ext/shout2/gstshout2.c:
14963         * ext/shout2/gstshout2.h:
14964           adding a "connection problem" signal to shout2send
14965           (fixes #142954)
14966
14967 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14968
14969         * ext/kio/kioreceiver.cpp:
14970         * ext/kio/kioreceiver.h:
14971           fix sign comparison issues
14972
14973 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14974
14975         * gst/cdxaparse/gstcdxaparse.c:
14976         * gst/cdxaparse/gstcdxaparse.h:
14977           some renaming
14978           add some checks/sanity
14979           prepare for seek addition
14980
14981         * sys/sunaudio/gstsunaudio.c:
14982           remove exported dupe init function
14983
14984 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14985
14986         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14987         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14988           Fix format conversion and position querying.
14989         * gst/debug/progressreport.c: (gst_progressreport_report):
14990           Don't output a bogus total value that we didn't query.
14991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14992           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14993           only a blank window after xine has been used.
14994
14995 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14996
14997         * m4/as-arts.m4:
14998           sync with upstream version to fix test on FC2
14999           readd with -ko to preserve Id header
15000
15001 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15002
15003         * configure.ac:
15004           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15005         * gst/tcp/gsttcpclientsrc.c: idem
15006         * gst/tcp/gsttcpserversink.c: idem
15007         * gst/tcp/gsttcpserversrc.c: idem
15008         * m4/gst-fionread.m4: idem
15009
15010         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15011
15012         * configure.ac: enable speex plugin for speex 1.1.5+
15013         * ext/speex/gstspeexenc.c: fix cast warning
15014
15015         * ext/esd/README: fix typo
15016
15017 2004-05-20  David Schleef  <ds@schleef.org>
15018
15019         * configure.ac: Minor cosmetic change to convince the buildbot to
15020         reautogen.
15021         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15022         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15023         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15024         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15025         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15026         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15027         More hacking.  Plays audio now.
15028
15029 2004-05-20  David Schleef  <ds@schleef.org>
15030
15031         * configure.ac:
15032         * sys/Makefile.am:
15033
15034 2004-05-20  David Schleef  <ds@schleef.org>
15035
15036         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15037         * sys/osxaudio/gstosxaudio.c:
15038         * sys/osxaudio/gstosxaudioelement.c:
15039         * sys/osxaudio/gstosxaudioelement.h:
15040         * sys/osxaudio/gstosxaudiosink.c:
15041         * sys/osxaudio/gstosxaudiosink.h:
15042         * sys/osxaudio/gstosxaudiosrc.c:
15043         * sys/osxaudio/gstosxaudiosrc.h:
15044
15045 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15046
15047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15048         (gst_vorbisenc_chain):
15049           put the codec headers on the caps as streamheader as well as
15050           pushing them out
15051
15052 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15053
15054         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15055         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15056         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15057         split up push_packet into two functions
15058
15059 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15060
15061         * gst/tcp/.cvsignore:
15062           ignore enums
15063         * gst/tcp/Makefile.am:
15064         * gst/tcp/README:
15065         * gst/tcp/gsttcp.c:
15066         * gst/tcp/gsttcp.h:
15067         * gst/tcp/gsttcpclientsink.c:
15068         * gst/tcp/gsttcpclientsink.h:
15069         * gst/tcp/gsttcpclientsrc.c:
15070         * gst/tcp/gsttcpclientsrc.h:
15071         * gst/tcp/gsttcpplugin.c:
15072         * gst/tcp/gsttcpserversink.c:
15073         * gst/tcp/gsttcpserversink.h:
15074         * gst/tcp/gsttcpserversrc.c:
15075         * gst/tcp/gsttcpserversrc.h:
15076           add new tcp elements
15077
15078 2004-05-19  Wim Taymans  <wim@fluendo.com>
15079
15080         * gst/law/mulaw-conversion.c: (mulaw_encode):
15081         Fix overflow bug in ulaw encoding.
15082
15083 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15084
15085         * ext/mad/gstmad.c: (gst_mad_handle_event):
15086           don't unref the event twice
15087
15088 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15089
15090         * configure.ac:
15091           remove -Wno-sign-compare
15092
15093 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15094
15095         * configure.ac:
15096           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15097           if you want to work against glib 2.2 and 2.4
15098
15099 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15100
15101         * gst/tcp/Makefile.am:
15102         * gst/tcp/gsttcp.c:
15103         * gst/tcp/gsttcp.h:
15104         * gst/tcp/gsttcpsink.h:
15105         * gst/tcp/gsttcpsrc.h:
15106           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15107
15108 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15109
15110         * gst/debug/tests.c: (md5_get_value):
15111           fix segfault on gst-inspect
15112
15113 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15114
15115         * gst/debug/testplugin.c:
15116         * gst/debug/tests.c:
15117         * gst/debug/tests.h:
15118           add new extensible and configurable testing element. Current tests
15119           include buffer count, stream length, timestamp/duration matching and
15120           md5.
15121         * gst/debug/Makefile.am:
15122         * gst/debug/gstdebug.c: (plugin_init):
15123           add infrastructure for new element
15124
15125 2004-05-19  Johan Dahlin  <johan@gnome.org>
15126
15127         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15128         ending of the array. Fixes gst-inspect segfault on ppc.
15129
15130 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15131
15132         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15133
15134         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15135
15136 2004-05-18  David Schleef  <ds@schleef.org>
15137
15138         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15139         warnings (bugs, actually) noticed by gcc but not forte.
15140
15141 2004-05-18  David Schleef  <ds@schleef.org>
15142
15143         * sys/sunaudio/Makefile.am:
15144         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15145
15146 2004-05-18  David Schleef  <ds@schleef.org>
15147
15148         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15149         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15150         to allow qtdemux to use non-seekable streams. (bug #142272)
15151
15152 2004-05-18  David Schleef  <ds@schleef.org>
15153
15154         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15155         (gst_resample_sinc_ft_float): Remove use of static temporary
15156         buffer.  This code was obviously not supposed to last long, but
15157         it's stuck in our ABI, so it required a little hack to make it
15158         ABI-compatible.  Fixes #142585.
15159         * gst-libs/gst/resample/resample.h: same.
15160
15161 2004-05-18  David Schleef  <ds@schleef.org>
15162
15163         * configure.ac: Add sunaudio
15164         * examples/Makefile.am: make gstplay depend on gconf
15165         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15166         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15167         (convert_table_lookup), (img_convert): remove c99-isms
15168         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15169           unsigned, to fix a warning on Solaris
15170         * gst/mpeg1sys/systems.c: bcopy->memcpy
15171         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15172         * sys/Makefile.am: Add sunaudio
15173
15174 2004-05-18  Wim Taymans  <wim@fluendo.com>
15175
15176         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15177         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15178         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15179         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15180         (gst_ogg_mux_loop):
15181         Fix an ugly memleak where the muxer didn't flush enough ogg
15182         pages. This also resulted in badly muxed ogg files.
15183
15184 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15185
15186         * gst/asfdemux/asfheaders.c :
15187         * gst/asfdemux/asfheaders.h :
15188         * gst/asfdemux/gstasfdemux.c :
15189           - fix ASF_OBJ_PADDING guid
15190           - add 3 new object guids (language list, metadata,
15191             extended stream properties)
15192           - add a function to parse extended header objects
15193
15194 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15195
15196         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15197           remove leftover debugging g_print
15198
15199 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15200
15201         * ext/mad/gstmad.c: (gst_mad_handle_event):
15202           Fix for when the first format in a discont event is not a
15203           byte-based one. Should fix #137710.
15204
15205 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15206
15207         * m4/a52.m4 : fix compilation with -Wall -Werror
15208         * m4/libfame.m4 : idem
15209         * m4/libmikmod.m4 : idem
15210
15211 2004-05-17  Benjamin Otte  <otte@gnome.org>
15212
15213         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15214           signal the new tags before giving up the reference
15215
15216 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15217
15218         * ext/shout2/gstshout2.c:
15219           use application/ogg instead of application/x-ogg (patch by Patrick
15220           Guimond, fixes #142432)
15221         * sys/oss/gstosselement.c: (gst_osselement_reset),
15222         (gst_osselement_sync_parms):
15223           don't set fragment size unless specified (fixes #142493)
15224
15225 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15226
15227         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15228           fixes #142664
15229
15230 2004-05-17  Benjamin Otte  <otte@gnome.org>
15231
15232         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15233           compute offsets correctly for internal buffers so timestamps are set
15234           correctly when we can't seek. Also handle cases where there are no
15235           offsets. (based on a patch by David Moore, fixes #142507)
15236
15237 2004-05-17  Benjamin Otte  <otte@gnome.org>
15238
15239         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15240           use correct variable when determining amount of data to skip so we
15241           don't skip into the void and segfault
15242
15243 2004-05-16  Benjamin Otte  <otte@gnome.org>
15244
15245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15246           Hi, I'm a memleak
15247
15248 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15249
15250         * gst/asfdemux/gstasfdemux.c:
15251           - fix a mem leak and always propagate tags
15252           - add WMV3 to known video codecs (but no decoder yet)
15253           - replace "surplus data" at end of audio header for what
15254             it is : codec specific data
15255           - fix a typo
15256
15257 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15258
15259         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15260
15261         * gst-libs/gst/audio/audioclock.c:
15262           Fix wrong return type (#142205).
15263
15264 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15265
15266         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15267           Ignore CRCs by default (fixes #142566).
15268
15269 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15270
15271         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15272         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15273         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15274         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15275         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15276         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15277           Fix for cases where we fail to attach to a mixer.
15278
15279 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15280
15281         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15282           Don't touch events after not owning them anymore.
15283         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15284         (gst_wavparse_fmt), (gst_wavparse_other),
15285         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15286         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15287         (gst_wavparse_srcpad_event):
15288         * gst/wavparse/gstwavparse.h:
15289           Add seeking, fix querying.
15290
15291 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15292
15293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15294           - process comments even if they don't end with \0\0
15295             g_convert would ignore them if present and works well without them
15296
15297 2004-05-16  Benjamin Otte  <otte@gnome.org>
15298
15299         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15300           simplify caps
15301
15302 2004-05-16  Benjamin Otte  <otte@gnome.org>
15303
15304         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15305           don't write to memory we might not write to - g_convert does that
15306           for us anyway (fixes #142613)
15307         (gst_asf_demux_audio_caps):
15308           comment out gst_util_dump_mem
15309
15310 2004-05-16  Benjamin Otte  <otte@gnome.org>
15311
15312         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15313           compute correct expected timestamps after seek (broken since
15314           last commit)
15315         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15316           rename element and debugging category to gdkpixbufscale
15317
15318 2004-05-16  Benjamin Otte  <otte@gnome.org>
15319
15320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15321           add error checking to snd_pcm_delay and remove duplicate call to
15322           snd_pcm_delay that caused issues (see inline code comments)
15323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15324           make more readable and fix return value when snd_pcm_delay fails
15325         (fixes #142586)
15326
15327 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15328         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15329         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15330         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15331         (gst_pixbufscale_link), (gst_pixbufscale_init),
15332         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15333         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15334         (gst_pixbufscale_get_property), (pixbufscale_init):
15335         * ext/gdk_pixbuf/pixbufscale.h:
15336         Add these files I forgot earlier
15337
15338 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15339         * ext/gdk_pixbuf/Makefile.am:
15340         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15341         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15342         Add new pixbufscale element to scale RGB video
15343         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15344         and HYPER interpolation correctly.
15345         * ext/theora/theoraenc.c: (theora_enc_chain),
15346         Discard buffer and return if explicit caps could not be set
15347         (theora_enc_get_property):
15348         Make _get return kbps for the bitrate consistent with
15349         the _set function.
15350
15351
15352 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15353
15354         * ext/libvisual/visual.c: (gst_visual_chain):
15355           add missing visual_audio_analyze
15356
15357 2004-05-14  David Schleef  <ds@schleef.org>
15358
15359         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15360         is killed while we're playing.
15361         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15362         gst_element_no_more_pads().
15363
15364 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15365
15366         * gst-libs/gst/riff/riff-read.c :
15367           - fix INFO tag extraction in RIFF/AVI files
15368             because gst_event_unref (event) also freed taglist
15369           - avoid a mem leak
15370
15371 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15372
15373         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15374         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15375
15376         * gst/auparse/gstauparse.c :
15377           - add code (commented for now) to support audio/x-adpcm on src pad
15378             (we have no decoder for those layout yet)
15379
15380         * gst/cdxaparse/gstcdxaparse.c :
15381         * gst/cdxaparse/gstcdxaparse.h :
15382           - partial rewrite using RiffRead (ripped iain's wavparse code)
15383
15384         * gst/rtp/gstrtpL16enc.c : typo
15385         * gst/rtp/gstrtpgsmenc.c : typo
15386
15387 2004-05-13  Benjamin Otte  <otte@gnome.org>
15388
15389         * configure.ac:
15390           check for exact version of libvisual, it's not supposed to be
15391           API/ABI stable yet
15392
15393 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15394
15395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15396           signal no-more-pads
15397
15398 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15399
15400         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15401         Report which format was used for GST_FORMAT_DEFAULT
15402         * gst/debug/Makefile.am:
15403         * gst/debug/gstdebug.c: (plugin_init):
15404         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15405         (gst_progressreport_class_init), (gst_progressreport_init),
15406         (gst_progressreport_report), (gst_progressreport_set_property),
15407         (gst_progressreport_get_property), (gst_progressreport_chain),
15408         (gst_progressreport_plugin_init):
15409         Add progressreport element for testing.
15410
15411 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15414         * sys/v4l/gstv4lsrc.h:
15415         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15416         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15417         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15418         (gst_v4lsrc_grab_frame):
15419           add more debugging
15420           send a discont at start
15421
15422 2004-05-12  Colin Walters  <walters@redhat.com>
15423
15424         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15425         inflooping if we can't find a chunk.  Or in other words, don't blow
15426         chunks if we don't have a chunk to blow.
15427
15428 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15429         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15430         Remove old debug output
15431         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15432         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15433         (gst_dvdec_set_property), (gst_dvdec_get_property):
15434         Change the quality setting to an enum, so it works from gst-launch
15435         Don't renegotiate a non-linked pad. Allows audio only decoding.
15436         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15437         (gst_deinterlace_link), (gst_deinterlace_init):
15438         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15439         (gst_videodrop_link):
15440         Some caps negotiation fixes
15441
15442 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15443
15444         * ext/tarkin/gsttarkin.c :
15445           - Change RANK from NONE to PRIMARY
15446         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15447           - Change RANK from NONE to MARGINAL
15448         * ext/divx/gstdivxenc.c :
15449           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15450
15451 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15454         (gst_vorbisenc_push_packet):
15455           copy a function that was added between 1.0 and 1.0.1 until we
15456           depend on worthwhile features of post-1.0
15457
15458 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15459
15460         * configure.ac:
15461           enable shout2 by default
15462         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15463         (gst_shout2send_base_init), (gst_shout2send_init),
15464         (gst_shout2send_connect), (gst_shout2send_change_state):
15465         * ext/shout2/gstshout2.h:
15466           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15467           #142262)
15468         * ext/theora/theora.c: (plugin_init):
15469           don't set rank on encoders
15470
15471 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15472
15473         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15474           Use codec_data property instead of flag1 and flag2 for wma
15475
15476 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15477
15478         * gst/cdxaparse/gstcdxaparse.c :
15479           - Add mpegversion to CAPS to make it link
15480           - Rank is as GST_RANK_SECONDARY instead of NONE
15481         * gst/auparse/gstauparse.c :
15482           - Document all audio encoding we can encounter from Solaris 9
15483             headers and libsndfile information.
15484           - Increase max. rate from 48000 to 192000 (to match other elements)
15485           - Don't try to play junk data between header and samples
15486
15487 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15488
15489         * ext/libvisual/visual.c: (gst_visual_getcaps):
15490           use the right caps depending on endianness (I hope)
15491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15492           use GST_RANK_NONE for all non-decoding elements or spider gets
15493           mighty confused
15494
15495 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15496
15497         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15498           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15499
15500 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15501
15502         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15503         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15504         (gst_switch_loop), (gst_switch_get_type):
15505           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15506           HEADERS. Had to be said.
15507
15508 2004-05-10  David Schleef  <ds@schleef.org>
15509
15510         * configure.ac: Add prototype Dirac support.
15511         * ext/Makefile.am:
15512         * ext/dirac/Makefile.am:
15513         * ext/dirac/gstdirac.cc:
15514         * ext/dirac/gstdiracdec.cc:
15515
15516 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15517
15518         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15519         (gst_auparse_init), (gst_auparse_chain),
15520         (gst_auparse_change_state):
15521           Hack around spider. Remove me some day please.
15522
15523 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15524
15525         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15526           Fix for some uninitialized variables in previous patch, also
15527           makes it work. Fixes #142286 while we're at it.
15528
15529 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15530
15531         * gst/auparse/gstauparse.c:
15532                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15533                 only unsupported formats are ADPCM/CCITT G.72x
15534                 reviewed by Ronald
15535         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15536
15537 2004-05-10  Wim Taymans  <wim@fluendo.com>
15538
15539         * ext/vorbis/Makefile.am:
15540         * ext/vorbis/README:
15541         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15542         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15543         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15544         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15545         (gst_oggvorbisenc_convert_sink),
15546         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15547         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15548         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15549         (get_constraints_string), (update_start_message),
15550         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15551         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15552         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15553         * ext/vorbis/oggvorbisenc.h:
15554         * ext/vorbis/vorbis.c: (plugin_init):
15555         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15556         (raw_caps_factory), (gst_vorbisenc_class_init),
15557         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15558         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15559         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15560         * ext/vorbis/vorbisenc.h:
15561         Added a raw vorbis encoder to be used with the oggmuxer.
15562         We still need the old encoder for some gnome applications,
15563         read the README to find out how that works.
15564         The raw encoder is called "rawvorbisenc" until 0.9.
15565
15566 2004-05-10  Wim Taymans  <wim@fluendo.com>
15567
15568         * ext/ogg/gstogg.c: (plugin_init):
15569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15570         (gst_ogg_print):
15571         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15572         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15573         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15574         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15575         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15576         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15577         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15578         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15579         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15580         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15581         Added an ogg muxer.
15582         Small typo fixes in the demuxer.
15583
15584 2004-05-10  Wim Taymans  <wim@fluendo.com>
15585
15586         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15587         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15588         (theora_enc_change_state), (theora_enc_set_property),
15589         (theora_enc_get_property):
15590         Mark the last packet with an EOS flag which is not really needed
15591         in gstreamer.
15592         Do some better video framerate initialisation.
15593         Update the buffer timestamp.
15594
15595 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15596
15597         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15598         Return the result of the parent state change call
15599
15600 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15601
15602         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15603         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15604         * gst/law/alaw-encode.c : (idem)
15605         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15606         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15607         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15608
15609 2004-05-09  Benjamin Otte  <otte@gnome.org>
15610
15611         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15612           don't use a fixed buffer size when writing variable length data to
15613           it. Fixes memory corruption and makes alsasrc work
15614
15615 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15616
15617         * ext/gnomevfs/gstgnomevfssink.c:
15618         (_gst_boolean_allow_overwrite_accumulator),
15619         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15620           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15621           RUN_LAST, and don't use that to set the accumulator value because
15622           then it's always FALSE.
15623
15624 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15625
15626         * gst-libs/gst/riff/riff-media.c:
15627         (gst_riff_create_video_caps_with_data),
15628         (gst_riff_create_audio_caps),
15629         (gst_riff_create_audio_template_caps):
15630         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15631           Fix for unaligned RIFF files (i.e. where all the chunks together
15632           in a LIST chunk are not of the same size as the size given in
15633           the LIST chunk header). Fixes several odd WAVE files. Also fix
15634           ADPCM (block_align property) in audio, so that wavparse based
15635           on this works now as it used to stand-alone.
15636
15637 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15638
15639         reviewed by Benjamin Otte  <otte@gnome.org>
15640
15641         * ext/a52dec/gsta52dec.c:
15642         * ext/divx/gstdivxdec.c:
15643         * ext/divx/gstdivxenc.c:
15644         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15645         * ext/faac/gstfaac.c: (gst_faac_base_init):
15646         * ext/faad/gstfaad.c: (gst_faad_base_init):
15647         * ext/ivorbis/vorbisfile.c:
15648         * ext/lame/gstlame.c:
15649         * ext/libfame/gstlibfame.c:
15650         * ext/mpeg2enc/gstmpeg2enc.cc:
15651         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15652         * ext/sidplay/gstsiddec.cc:
15653         * ext/speex/gstspeexdec.c:
15654         * ext/speex/gstspeexenc.c:
15655         * ext/xvid/gstxviddec.c:
15656         * ext/xvid/gstxvidenc.c:
15657           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15658           (fixes #142193)
15659
15660 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15661
15662         * ext/alsa/gstalsa.c: (device_list),
15663         (gst_alsa_class_probe_devices):
15664         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15665           Fix alsa oddness in mixer after the combination of using mixer
15666           in source/sink elements and using hw:x,y instead of just hw:x.
15667
15668 2004-05-09  Benjamin Otte  <otte@gnome.org>
15669
15670         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15671         (gst_wavparse_create_sourcepad):
15672           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15673           sourcepads
15674
15675 2004-05-09  Benjamin Otte  <otte@gnome.org>
15676
15677         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15678           allow discont events before caps nego
15679
15680 2004-05-08  Benjamin Otte  <otte@gnome.org>
15681
15682         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15683           don't leak events
15684
15685 2004-05-08  Benjamin Otte  <otte@gnome.org>
15686
15687         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15688         (gst_level_change_state), (gst_level_init):
15689         * gst/level/gstlevel.h:
15690           figure out if we're initialized directly instead of keeping a
15691           variable that's wrong in 90% of cases
15692           don't initialize pads and then leak them and use a new unitialized
15693           pad. (fixes #142084)
15694           these were bugs so n00bish I didn't find them for an hour :/
15695
15696 2004-05-08 Iain <iain@prettypeople.org>
15697
15698         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15699         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15700         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15701         return the length that was read.
15702         (gst_riff_read_strf_auds): Allow fmt tags as well.
15703
15704 2004-05-07  David Schleef  <ds@schleef.org>
15705
15706         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15707         signed char assumption in faad.h.
15708
15709 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15710
15711         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15712           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15713
15714 2004-05-07  Colin Walters  <walters@redhat.com>
15715
15716         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15717         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15718         function.
15719         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15720         Add dispose function.
15721
15722 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15723         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15724           Fix caps nego and pad templates. RGB mode caps should
15725           work now.
15726         * ext/dvdnav/gst-dvd:
15727           Move mpeg2dec inside the thread because otherwise the
15728           queue rejects cap changes mid-stream
15729         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15730         (gst_mpeg2dec_flush_decoder):
15731           For mpeg2dec > 0.4.0, call the flush function instead of
15732           manually extracting all in-flight frames.
15733         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15734         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15735           Change mime type video/dv go video/x-dv to match the
15736           rest of gst-plugins
15737
15738 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15739
15740         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15742         (gst_alsa_sink_class_init):
15743         * ext/alsa/gstalsasink.h:
15744         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15745         (gst_alsa_src_class_init):
15746         * ext/alsa/gstalsasrc.h:
15747           Make alsasink/src a subclass of alsamixer so that mixer stuff
15748           shows up in gst-rec. Needs some finetuning.
15749
15750 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15751
15752         * ext/lame/gstlame.c: (gst_lame_chain):
15753           simplify
15754         * ext/mad/gstmad.c: (gst_mad_handle_event):
15755           fix event leak
15756         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15757           be able to detect mp3 files < 4096 bytes
15758
15759 2004-05-06  Wim Taymans  <wim@fluendo.com>
15760
15761         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15762         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15763         (theora_enc_set_property), (theora_enc_get_property):
15764         Also encode the first frame, cleanup some code.
15765
15766 2004-05-06  Wim Taymans  <wim@fluendo.com>
15767
15768         * ext/mpeg2enc/gstmpeg2enc.cc:
15769         Forward events first before deciding that negotiation was
15770         not performed.
15771
15772 2004-05-06  Wim Taymans  <wim@fluendo.com>
15773
15774         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15775         First process the events before deciding that negotiation
15776         was not performed.
15777
15778 2004-05-06  Wim Taymans  <wim@fluendo.com>
15779
15780         * ext/theora/Makefile.am:
15781         * ext/theora/theora.c: (plugin_init):
15782         * ext/theora/theoradec.c: (theora_dec_change_state):
15783         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15784         (gst_theora_enc_class_init), (gst_theora_enc_init),
15785         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15786         (theora_enc_chain), (theora_enc_change_state),
15787         (theora_enc_set_property), (theora_enc_get_property):
15788         Added a theora encoder, grouped the encoder and decoder into the
15789         same plugin.
15790
15791 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15792
15793         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15794         (gst_jpegenc_chain):
15795         fix DURATION on outgoing buffers
15796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15797         debug using time formats
15798         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15800         (gst_xvimagesink_sink_link):
15801         windows with width/height 0 generate X errors, so don't allow them
15802
15803 2004-05-05  Wim Taymans  <wim@fluendo.com>
15804
15805         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15806         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15807         (gst_mpeg2dec_negotiate_format):
15808         * ext/mpeg2dec/gstmpeg2dec.h:
15809           removed the static pad template so that we can add the
15810           more accurate framerate value to the caps.
15811
15812
15813 2004-05-04  Benjamin Otte  <otte@gnome.org>
15814
15815         * configure.ac:
15816           check for kdemacros.h, too (should fix #141821)
15817         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15818           don't crash if no header was sent, but nicely error out (fixes part
15819           of #141554)
15820
15821 2004-05-04  Wim Taymans  <wim@fluendo.com>
15822
15823         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15824         parent dispose function to avoid segfault on destroy.
15825
15826 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15827
15828         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15829         (plugin_init):
15830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15831         (gst_xvimagesink_sink_link):
15832         clean up debugging caps
15833         also recreate xvimage when format has changed
15834
15835 2004-05-04  Benjamin Otte  <otte@gnome.org>
15836
15837         * ext/libvisual/Makefile.am:
15838         * ext/libvisual/visual.c: (gst_visual_class_init),
15839         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15840         (gst_visual_srclink), (gst_visual_chain),
15841         (gst_visual_change_state), (plugin_init):
15842           use a GstAdapter to correctly adapt buffer sizes - allows using a
15843           framerate
15844
15845 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15846
15847         * sys/v4l/gstv4lelement.h:
15848         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15850         (gst_v4lsrc_buffer_free):
15851         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15852         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15853         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15854         (gst_v4lsrc_requeue_frame):
15855         move some debugging categories around
15856         query for fps index and set accordingly if found
15857
15858 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15859
15860         * ext/lame/gstlame.c:
15861         correct defaults that lame_init puts out of range
15862
15863 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15864
15865         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15866         (gst_divxenc_class_init):
15867         fix range since -1 is the default
15868         * gst/mpeg1sys/gstmpeg1systemencode.c:
15869         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15870         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15871         (gst_rtjpegdec_chain):
15872         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15873         (gst_rtjpegenc_chain):
15874         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15875         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15876         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15877         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15878         * sys/v4l/gstv4lsrc.c:
15879         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15880         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15881         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15882         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15883         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15884           remove gst_info calls
15885
15886 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15887
15888         * Makefile.am:
15889         * po/af.po:
15890         * po/az.po:
15891         * po/en_GB.po:
15892         * po/nl.po:
15893         * po/sr.po:
15894         * po/sv.po:
15895           Updated translations
15896
15897 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15898
15899         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15900           refactor/comment code
15901
15902 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15903
15904         * gst/asfdemux/Makefile.am:
15905         * gst/asfdemux/asfheaders.c:
15906         * gst/asfdemux/asfheaders.h:
15907         * gst/asfdemux/gstasf.c: (plugin_init):
15908         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15909         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15910         (gst_asf_demux_setup_pad):
15911         * gst/asfdemux/gstasfdemux.h:
15912         * gst/asfdemux/gstasfmux.c:
15913         * gst/asfdemux/gstasfmux.h:
15914           Add tagging support to demuxer, split out registration in its own
15915           file instead of in demux (hacky), and prevent having some tables
15916           in our memory multiple times (in asfheaders.h).
15917
15918 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15919
15920         * gst/matroska/matroska-demux.c:
15921         (gst_matroska_demux_parse_metadata):
15922         * gst/matroska/matroska-ids.h:
15923           Basic tag reading support.
15924
15925 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15926
15927         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15928           Really detect ac-3 audio.
15929         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15930           really detect matroska files (off-by-1).
15931
15932 2004-04-30  David Schleef  <ds@schleef.org>
15933
15934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15935         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15936         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15937         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15938         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15939         hackage -- parse a lot more atoms, extract a few tags.  One might even
15940         mistake this for tag support.  Maybe it is.
15941         * gst/qtdemux/qtdemux.h:
15942
15943 2004-04-30  Colin Walters  <walters@verbum.org>
15944
15945         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15946
15947 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15948
15949         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15950         (gst_ffmpegcolorspace_getcaps):
15951           remove broken nego fix
15952
15953 2004-04-30  Benjamin Otte  <otte@gnome.org>
15954
15955         * configure.ac:
15956         * ext/Makefile.am:
15957         * ext/libvisual/Makefile.am:
15958         * ext/libvisual/visual.c:
15959           add initial support for libvisual (http://libvisual.sourceforge.net)
15960           libvisual is still quite alpha, so expect crashes in there :)
15961
15962 2004-04-29  David Schleef  <ds@schleef.org>
15963
15964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15965         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15966         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15967         code; you will no longer respect me.
15968
15969 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15970
15971         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15972         * ext/alsa/gstalsa.h :
15973         change alsa pcm device discovery to find more than 1 device
15974         per card. code review by Ronald.
15975
15976 2004-04-29  David Schleef  <ds@schleef.org>
15977
15978         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15979         Add a check for a driver bug on FreeBSD.  (bug #140565)
15980
15981 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15982
15983         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15984         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15985         (gst_jpegenc_getcaps):
15986           move format setting to inner loop
15987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15988         (gst_ffmpegcolorspace_getcaps):
15989           use GST_PAD_CAPS if available so that we use already negotiated
15990           caps
15991         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15992         (qtdemux_parse_moov), (qtdemux_parse):
15993           extra debugging
15994         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15995         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15996           move hardcoded path to DEFINE
15997
15998 2004-04-28  David Schleef  <ds@schleef.org>
15999
16000         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16001         (bug #140064)
16002
16003 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16004
16005         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16006           Don't probe for playback device if we're a source element. Fixes
16007           #139658.
16008
16009 2004-04-29  Benjamin Otte  <otte@gnome.org>
16010
16011         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16012         (gst_id3_tag_chain):
16013           rewrite buffer offset
16014
16015 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16016
16017         * configure.ac:
16018         * ext/Makefile.am:
16019         * ext/dts/Makefile.am:
16020         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16021         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16022         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16023         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16024         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16025         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16026         (plugin_init):
16027         * ext/dts/gstdtsdec.h:
16028           New DTS decoder.
16029         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16030         (gst_faad_srcconnect):
16031           Add ESDS atom handling (.m4a).
16032
16033 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16034
16035         * ext/divx/gstdivxdec.c: (plugin_init):
16036           Remove comment that makes no sense.
16037         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16038           Fix for obvious typo that resulted in warnings during gst-register.
16039         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16040         (gst_xviddec_sink_link):
16041           Fix caps negotiation a bit better.
16042         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16043           We call this 'codec_data', not 'esds'.
16044
16045 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16046
16047         * gst/monoscope/gstmonoscope.c:
16048           make sure we only provide 256x128
16049         * gst/monoscope/monoscope.c: (monoscope_init):
16050           assert size of 256x128
16051
16052 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * Makefile.am:
16055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16056         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16057           fixate to max width and height of device
16058
16059 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16060
16061         * Makefile.am:
16062         * sys/v4l/gstv4l.c:
16063         * sys/v4l/gstv4lsrc.c:
16064         * sys/v4l/v4l_calls.c:
16065         * sys/v4l/v4lsrc_calls.c:
16066           fix for qc-usb driver which fakes having more than one buffer
16067           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16068           buffer_free override
16069           add debugging
16070
16071 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16072
16073         * Makefile.am:
16074         * gst/videotestsrc/gstvideotestsrc.c:
16075         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16076         (gst_videotestsrc_init), (gst_videotestsrc_get),
16077         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16078         * gst/videotestsrc/gstvideotestsrc.h:
16079           add num-buffers property
16080
16081         2004-04-26  Benjamin Otte  <otte@gnome.org>
16082
16083         * ext/mad/gstid3tag.c: (plugin_init):
16084           set id3mux rank to NONE so it doesn't confuse spider
16085           require audio/mpeg,mpegversion=1 in id3mux
16086
16087 2004-04-26  Benjamin Otte  <otte@gnome.org>
16088
16089         * configure.ac:
16090           detect faad correctly as non-working if it's indeed non-working
16091
16092 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16093
16094         * Makefile.am:
16095         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16096         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16097         fix _getcaps so it only negotiates to its supported format
16098
16099 2004-04-25  Benjamin Otte  <otte@gnome.org>
16100
16101         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16102           fix memleak
16103
16104 2004-04-23  Benjamin Otte  <otte@gnome.org>
16105
16106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16107           audio/x-raw-int with height rules! not. Now it's depth.
16108
16109 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16110
16111         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16112         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16113         (gst_wavparse_loop):
16114           Missing variable initialization. Add handling of DVI ADPCM. Fix
16115           mis-parsing of LIST chunks. This works around a bug where we mis-
16116           parse non-aligning LIST chunks (so LIST chunks where the contents
16117           don't align with the actual LIST size). The correct fix is to use
16118           rifflib, I'm not going to fix wavparse - too much work. All this
16119           fixes #104878.
16120
16121 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16122
16123         reviewed by Benjamin Otte  <otte@gnome.org>
16124
16125         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16126           fix shoutcast not working (fixes #140844)
16127
16128 2004-04-22  Benjamin Otte  <otte@gnome.org>
16129
16130         * ext/hermes/gsthermescolorspace.c:
16131         (gst_hermes_colorspace_caps_remove_format_info):
16132         * gst/colorspace/gstcolorspace.c:
16133         (gst_colorspace_caps_remove_format_info):
16134         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16135         (gst_ffmpegcolorspace_caps_remove_format_info):
16136           s/gst_caps_simplify/gst_caps_do_simplify/
16137
16138 2004-04-22  Benjamin Otte  <otte@gnome.org>
16139
16140         * gst-libs/gst/riff/riff-media.c:
16141         (gst_riff_create_video_caps_with_data):
16142           mpegversion is an int
16143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16144           don't try to create pad templates with NULL caps, use any caps
16145           instead.
16146
16147 2004-04-20  David Schleef  <ds@schleef.org>
16148
16149         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16150         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16151         (bug #140384)
16152
16153 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16154
16155         reviewed by David Schleef
16156
16157         * ext/mad/gstid3tag.c: Add stdlib.h
16158         * gst/rtp/gstrtpgsmenc.c: same
16159         * gst/tags/gstid3tag.c: same
16160         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16161         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16162         GST_DISABLE_LOADSAVE use.
16163         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16164         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16165         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16166         atol(3)).
16167         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16168         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16169         strtoul(3)).
16170         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16171         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16172         $(ID3_CFLAGS).
16173         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16174         $(LIBFAME_CFLAGS).
16175
16176 2004-04-20  David Schleef  <ds@schleef.org>
16177
16178         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16179         last checkin.  Same idea.
16180
16181 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16182
16183         reviewed by David Schleef
16184
16185         * configure.ac: bump required gstreamer version to 0.8.1.1
16186         because of following changes [--ds]
16187
16188         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16189         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16190         (gst_riff_read_header):  Use GST_READ_UINT*
16191         macros to access possibly unaligned memory.
16192
16193         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16194         (mp3_type_find):  Use GST_READ_UINT*
16195         macros to access possibly unaligned memory.
16196         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16197         (speex_type_find): Likewise
16198
16199         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16200
16201         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16202         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16203         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16204         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16205         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16206         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16207         macros to access possibly unaligned memory.
16208
16209         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16210         Likewise.
16211
16212         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16213         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16214
16215         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16216         Likewise.
16217
16218         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16219         (gst_mpeg2subt_chain_subtitle): Likewise.
16220
16221         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16222         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16223         Likewise.
16224
16225         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16226         Likewise.
16227
16228         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16229         Likewise.
16230
16231         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16232         Likewise.
16233
16234 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16235
16236         * configure.ac:
16237           update required version of GStreamer because of GST_TIME_FORMAT
16238
16239 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16240
16241         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16242           remove leftover g_print
16243         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16244           don't try setting only a subset of the caps. We don't want to kill
16245           autoplugging on purpose
16246
16247 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16248
16249         * sys/ximage/ximagesink.c: (plugin_init):
16250         * sys/xvimage/xvimagesink.c: (plugin_init):
16251           add debugging categories
16252
16253 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16254
16255         * po/en_GB.po:
16256         * po/LINGUAS:
16257           Adding en_GB translation (Gareth Owen)
16258
16259 2004-04-20  David Schleef  <ds@schleef.org>
16260
16261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16262         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16263         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16264         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16265         A number of new features and hacks to extract the esds atom and
16266         put it into the caps.  (bug #137724)
16267
16268 2004-04-19  David Schleef  <ds@schleef.org>
16269
16270         * gconf/Makefile.am: Fix for non-GNU make
16271         * gst-libs/gst/Makefile.am: Change directory order to handle
16272         GstPlay linking with gstinterfaces
16273         * gst-libs/gst/audio/make_filter: make use of tr portable
16274         * gst-libs/gst/play/Makefile.am: Add intended \
16275         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16276         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16277         function prototype instead of void *.
16278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16279         macro.
16280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16281         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16282         * gst/videofilter/make_filter: make use of tr portable
16283         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16284
16285 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16286
16287         * po/LINGUAS:
16288         * po/uk.po:
16289           Added Ukrainian translation (Maxim V. Dziumanenko)
16290
16291 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16292
16293         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16294         (gst_gsmdec_link), (gst_gsmdec_chain):
16295           Fix capsnego, simplify chain function slightly.
16296         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16297           Add GSM.
16298
16299 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16300
16301         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16302         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16303         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16304           Hack to make wavparse work with spider (always -> sometimes pad).
16305           Fixes #135862 && #140411.
16306
16307 2004-04-18  Benjamin Otte  <otte@gnome.org>
16308
16309         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16310         (gst_osselement_rate_probe_check),
16311         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16312           get rid of \n in debug output
16313
16314 2004-04-17  Iain <iain@prettypeople.org>
16315
16316         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16317         not just EOS.
16318
16319 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16320
16321         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16322         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16323         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16324         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16325         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16326         (gst_id3_tag_change_state), (plugin_init):
16327           deprecate id3tag element and replace with id3demux/id3mux.
16328           great side effect: this ugly file is now even uglier, yay!
16329         * ext/mad/gstmad.h:
16330           remove non-available function
16331           update for new get_type
16332
16333 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16334
16335         * configure.ac:
16336           require mpeg2dec >= 0.4.0
16337
16338 2004-04-17  Benjamin Otte  <otte@gnome.org>
16339
16340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16341         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16342         (gst_xvimagesink_set_xwindow_id):
16343           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16344           assorted cleanup fixes.
16345
16346 2004-04-16  David Schleef  <ds@schleef.org>
16347
16348         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16349         * sys/xvimage/xvimagesink.h: same
16350
16351 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16352
16353         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16354           Fix GST_ELEMENT_ERROR with (NULL)
16355
16356 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16357
16358         * gst-libs/gst/riff/riff-media.c:
16359         (gst_riff_create_video_caps_with_data):
16360           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16361
16362 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16363
16364         * gst-libs/gst/riff/riff-media.c:
16365         (gst_riff_create_video_caps_with_data),
16366         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16367         (gst_riff_create_video_template_caps),
16368         (gst_riff_create_audio_template_caps):
16369         * gst-libs/gst/riff/riff-media.h:
16370         * gst-libs/gst/riff/riff-read.c:
16371         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16372         * gst-libs/gst/riff/riff-read.h:
16373         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16374           Add MS RLE support. I added some functions to read out strf chunks
16375           into strf chunks and the data behind it. This is usually color
16376           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16377           caps creation. Lastly, add ADPCM (similar to wavparse - which
16378           should eventually be rifflib based).
16379         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16380         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16381         * gst/matroska/matroska-demux.h:
16382           Remove placeholders for some prehistoric tagging system. Didn't add
16383           support for any tag system really anyway.
16384         * gst/qtdemux/qtdemux.c:
16385           Add support for audio/x-m4a (MPEG-4) through spider.
16386         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16387         (gst_wavparse_loop):
16388           ADPCM support (#135862). Increase max. buffer size because we
16389           cannot split buffers for ADPCM (screws references) and I've seen
16390           files with 2048 byte chunks. 4096 seems safe for now.
16391
16392 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16393
16394         * configure.ac: bump nano to 1
16395
16396 === release 0.8.1 ===
16397
16398 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16399
16400         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16401
16402 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16405           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16406           Fixes #140058
16407
16408 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16409
16410         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16411           lower rank of dvddemux so that it's not used for mpeg playback.
16412
16413 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16414
16415         * configure.ac:
16416           save libs correctly when checking mad
16417
16418 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16419
16420         * ext/mad/gstid3tag.c: (plugin_init):
16421           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16422
16423 2004-04-13  David Schleef  <ds@schleef.org>
16424
16425         * common/m4/gst-feature.m4: Call -config scripts with
16426         --plugin-libs if it is supported.
16427         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16428         JPEG images are image/jpeg.
16429         * gst/debug/Makefile.am:
16430         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16431         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16432         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16433         (gst_negotiation_plugin_init): Add a property that acts like
16434         filter caps.
16435         * testsuite/gst-lint:  Move license checking to be a standard
16436         test.
16437
16438 2004-04-13  David Schleef  <ds@schleef.org>
16439
16440         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16441         patch from Sebastien Cote (bug #139958)
16442
16443 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16444
16445         * examples/gstplay/Makefile.am:
16446         * examples/gstplay/player.c: (main):
16447           make the commandline player example use gconf settings
16448
16449 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16450
16451         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16452         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16453         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16454           init/end library during state transition, not object
16455           creation/disposal.  get rid of custom dispose handler.
16456
16457
16458 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16459
16460         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16461         be a symlink
16462
16463 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16464
16465         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16466           Handle JUNK chunks inside data section. Prevents warnings.
16467
16468 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16469
16470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16471         (gst_riff_create_video_template_caps):
16472           Add MS video v1.
16473         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16474         (gst_avi_demux_stream_data):
16475           Add support for "rec-list" chunks.
16476
16477 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16478
16479         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16480           Fix another codecname mismatch.
16481
16482 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16483
16484         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16485           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16486           so that MJPEG plays back.
16487
16488 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16489
16490         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16491         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16492         * gst/mpeg1videoparse/gstmp1videoparse.h:
16493           Fix for some slight mis-cuts in buffer parsing, and for some
16494           potential overflows or faults-causers. Adds disconts. Also fixes
16495           #139105 while we're at it.
16496
16497 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * configure.ac:
16500         * sys/v4l2/gstv4l2element.h:
16501           Workaround for missing struct v4l2_buffer declaration in Suse 9
16502           and Mandrake 10 linux/videodev2.h header file (#135919).
16503
16504 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16505
16506         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16507           Bail out if no filename was given.
16508
16509 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16510
16511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16512         (gst_v4l2_fourcc_from_structure):
16513           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16514           Y41B somewhere).
16515
16516 2004-04-09  Benjamin Otte  <otte@gnome.org>
16517
16518         * ext/gnomevfs/gstgnomevfssink.c:
16519         (_gst_boolean_allow_overwrite_accumulator),
16520         (gst_gnomevfssink_class_init):
16521           fix erase signal - if any handler returns false the file will not be
16522           overwritten. If no handler is connected, the file will not be
16523           overwritten either.
16524           renamed signal to "allow-overwrite"
16525         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16526           free string when adding it to ID3 failed
16527         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16528           unref event when done
16529         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16530           free caps
16531         * gst/typefind/gsttypefindfunctions.c:
16532         (mpeg_video_stream_type_find):
16533           fix invalid read
16534
16535 2004-04-08  David Schleef  <ds@schleef.org>
16536
16537         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16538         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16539
16540 2004-04-08  David Schleef  <ds@schleef.org>
16541
16542         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16543         we don't support (bug #139532)
16544
16545 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16546
16547         * ext/mad/gstmad.c: (gst_mad_handle_event),
16548         (gst_mad_check_caps_reset), (gst_mad_chain),
16549         (gst_mad_change_state):
16550           only set explicit caps if they haven't been set before for
16551           this stream.  MPEG-audio sample rate/channels aren't allowed
16552           to change in-stream.
16553           Fixes #139382
16554
16555 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16556
16557         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16558         (_gst_boolean_did_something_accumulator),
16559         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16560         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16561         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16562         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16563         (gst_gnomevfssink_change_state):
16564           Fix erase signal. Don't erase by default. Remove handoff signal.
16565           Remove erase property. Don't segfault. General cleanup.
16566
16567 2004-04-07  Benjamin Otte  <otte@gnome.org>
16568
16569         * gst-libs/gst/gconf/test-gconf.c: (main):
16570           add missing gst_init
16571
16572 2004-04-07  Benjamin Otte  <otte@gnome.org>
16573
16574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16575           free the mutexes, too
16576
16577 2004-04-07  Benjamin Otte  <otte@gnome.org>
16578
16579         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16580           actually free the URI string
16581         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16582           compute offset correctly when passing discont events
16583         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16584           don't leak discont events
16585         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16586           add some missing breaks so caps aren't copied randomly
16587         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16588           if we realloc memory, we better use it
16589
16590 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16591
16592         * ext/mad/gstmad.c: (normal_seek):
16593           fix GST_FORMAT_TIME usage
16594
16595 2004-04-05  David Schleef  <ds@schleef.org>
16596
16597         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16598         a deprecated function (hack!)
16599
16600 2004-04-05  Benjamin Otte  <otte@gnome.org>
16601
16602         * ext/esd/esdmon.c: (gst_esdmon_get):
16603           fix nonterminated vararg and memleak
16604
16605 2004-04-05  Benjamin Otte  <otte@gnome.org>
16606
16607         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16608         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16609         (gst_ladspa_set_property), (gst_ladspa_get_property),
16610         (gst_ladspa_instantiate), (gst_ladspa_activate),
16611         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16612           clean up debugging
16613
16614 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16615
16616         reviewed by Benjamin Otte  <otte@gnome.org>
16617
16618         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16619           check for broken LADSPA parameters (fixes #138635)
16620
16621 2004-04-05  Benjamin Otte  <otte@gnome.org>
16622
16623         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16624           advertise buffer-frames correctly on sinkpads
16625
16626 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16627
16628         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16629         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16630         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16631         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16632         (gst_mad_check_caps_reset), (gst_mad_chain):
16633         add more debugging, only reset caps when we're not in error state
16634
16635 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16636
16637         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16638
16639 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16640
16641         reviewed by Benjamin Otte  <otte@gnome.org>
16642
16643         * configure.ac:
16644           fix == in test(1) operator
16645
16646 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16647
16648         reviewed by Benjamin Otte  <otte@gnome.org>
16649
16650         * configure.ac:
16651           fix --export-symblos-regex to a working regex.
16652
16653 2004-04-04  Benjamin Otte  <otte@gnome.org>
16654
16655         * sys/oss/.cvsignore:
16656           add for oss_probe
16657
16658 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16659
16660         reviewed by Benjamin Otte  <otte@gnome.org>
16661
16662         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16663           add missing 'new_media' argument (fixes #138168)
16664         * gst/matroska/matroska-demux.c:
16665         (gst_matroska_demux_handle_seek_event):
16666           add vararg terminator (fixes #138169)
16667
16668 2004-04-02  David Schleef  <ds@schleef.org>
16669
16670         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16671         disted (bug #138914)
16672
16673 2004-04-01  Benjamin Otte  <otte@gnome.org>
16674
16675         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16676         (gst_alsa_close_audio):
16677           handle case better where a soundcard can't pause
16678         * ext/ogg/gstoggdemux.c:
16679           don't crash when we get events but don't have pads yet
16680
16681 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16682
16683         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16684           throw an error if we couldn't probe any caps.
16685
16686 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16687
16688         * ext/dvdnav/gst-dvd:
16689         Add a really simple sample DVD player
16690
16691 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16692
16693         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16694         (gst_a52dec_push), (gst_a52dec_handle_event),
16695         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16696         (gst_a52dec_change_state):
16697         * ext/a52dec/gsta52dec.h:
16698           Use a debug category, Output timestamps correctly
16699           Emit tag info, Handle events, tell liba52dec about cpu
16700           capabilities so it can use MMX etc.
16701         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16702           Fix a crasher accessing invalid memory
16703         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16704         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16705         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16706         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16707         (dvdnavsrc_query):
16708           Some support for byte-format seeking.
16709           Small fixes for still frames and menu button overlays
16710         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16711         (gst_mpeg2dec_alloc_buffer):
16712           Use a debug category. Adjust the report level of several items to
16713           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16714           so it doesn't lose the GstBuffer pointer
16715         * gst/debug/Makefile.am:
16716         * gst/debug/gstdebug.c: (plugin_init):
16717         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16718         (gst_navseek_base_init), (gst_navseek_class_init),
16719         (gst_navseek_init), (gst_navseek_seek),
16720         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16721         (gst_navseek_get_property), (gst_navseek_chain),
16722         (gst_navseek_plugin_init):
16723         * gst/debug/gstnavseek.h:
16724           Add the navseek debug element for seeking back and forth in a
16725           video stream using arrow keys.
16726         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16727         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16728         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16729         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16730         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16731         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16732         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16733         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16734         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16735         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16736         * gst/mpeg2sub/gstmpeg2subt.h:
16737           Pretty much a complete rewrite. Now a loopbased element. May still
16738           require work to properly synchronise subtitle buffers.
16739         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16740         (gst_dvd_demux_send_subbuffer):
16741         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16742           Don't attempt to create subbuffers of size 0
16743           Reduce a couple of error outputs to warnings.
16744         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16745         (gst_y4mencode_chain):
16746         Output the y4m frame header correctly.
16747
16748 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16749
16750         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16751           throw errors instead of allowing SIGFPE
16752
16753 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16754
16755         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16756         (gst_gconf_render_bin_from_key):
16757           leak plugging and style fixing
16758
16759 2004-03-31  David Schleef  <ds@schleef.org>
16760
16761         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16762         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16763         (bug #138225)
16764         * gst/debug/Makefile.am:
16765         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16766         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16767         plugin.
16768         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16769         (gst_negotiation_base_init), (gst_negotiation_class_init),
16770         (gst_negotiation_init), (gst_negotiation_getcaps),
16771         (gst_negotiation_pad_link), (gst_negotiation_chain),
16772         (gst_negotiation_set_property), (gst_negotiation_get_property),
16773         (gst_negotiation_plugin_init):  New element to talk about random
16774         negotiation things happening in a pipeline.
16775
16776 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16777
16778         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16779           fix integer addition with help of Stefan Kost
16780
16781 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16782
16783         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16784
16785 2004-03-30  David Schleef  <ds@schleef.org>
16786
16787         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16788         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16789         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16790         (bug #137504)
16791         * ext/mpeg2dec/gstmpeg2dec.h:
16792
16793 2004-03-30  David Schleef  <ds@schleef.org>
16794
16795         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16796
16797 2004-03-30  David Schleef  <ds@schleef.org>
16798
16799         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16800         Michael Petullo) to handle .mov
16801
16802 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16803
16804         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16805         (gst_osselement_rate_check_rate):
16806           probe caps correctly for sound cards that only support one format
16807
16808 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16809
16810         * ext/kio/kiosrc.cpp: (process_events):
16811           update handling event processing if inside KDE - untested
16812
16813 2004-03-29  David Schleef  <ds@schleef.org>
16814
16815         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16816         by 2 to not interfere with other colorspaces.
16817         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16818         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16819         one to not interfere with ffmpeg_colorspace.
16820
16821 2004-03-29  David Schleef  <ds@schleef.org>
16822
16823         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16824         aren't in the caps.
16825         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16826         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16827
16828 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16829
16830         * gst-libs/gst/riff/riff-media.c:
16831           fail on error, don't try to set stuff on NULL caps
16832
16833 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16834
16835         * configure.ac:
16836         * ext/Makefile.am:
16837         * ext/kio/Makefile.am:
16838         * ext/kio/kioreceiver.cpp:
16839         * ext/kio/kioreceiver.h:
16840         * ext/kio/kiosrc.cpp:
16841         * ext/kio/kiosrc.h:
16842           add experimental kiosrc plugin
16843         * ext/alsa/gstalsaplugin.c: (plugin_init):
16844           initialize debugging category only when we're sure registering the
16845           plugins worked.
16846
16847 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16848
16849         * examples/gstplay/player.c: (main):
16850         * gst-libs/gst/play/play.c: (gst_play_class_init),
16851         (gst_play_set_location), (gst_play_set_data_src),
16852         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16853         (gst_play_set_visualization), (gst_play_connect_visualization):
16854           check return values of element_set_state and return FALSE where
16855           failed
16856
16857 2004-03-29  Benjamin Otte  <otte@gnome.org>
16858
16859         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16860           try harder to check if an event is really a discont
16861
16862 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16863
16864         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16865         * po/az.po:
16866
16867 2004-03-28  Benjamin Otte  <otte@gnome.org>
16868
16869         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16870         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16871         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16872           get rid of non-standard "..." ranges in case statements.
16873
16874 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16875
16876         * gst/mpegstream/gstmpegdemux.c:
16877         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16878         specific functionality split to the new dvddemux element.
16879         * gst/mpegstream/gstdvddemux.c:
16880         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16881         streams, derived from mpegdemux.
16882         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16883         up. SCR based timestamp rewriting can be turned off (will probably
16884         completely disappear soon).
16885         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16886         hacking. General cleanup. All printf statements replaced by
16887         debugging messages. Almost complete libdvdnav support.
16888         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16889         by events. New properties for audio and subpicture languages.
16890         (dvdnavsrc_update_highlight): Now uses events.
16891         (dvdnavsrc_user_op): Cleaned up.
16892         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16893         based). Lots of cleanup, and propper support for most libdvdnav
16894         events.
16895         (dvdnavsrc_make_dvd_event): New function.
16896         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16897         (dvdnavsrc_make_clut_change_event): New function.
16898
16899 2004-03-26  Benjamin Otte  <otte@gnome.org>
16900
16901         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16902           fix bug where typefinding would claim it's theora whenever less then
16903           7 bytes of data were available
16904
16905 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16906
16907         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16908         (gst_alawdec_base_init), (gst_alawdec_class_init),
16909         (gst_alawdec_init), (gst_alawdec_chain):
16910         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16911         (gst_alawenc_base_init), (gst_alawenc_class_init),
16912         (gst_alawenc_init), (gst_alawenc_chain):
16913         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16914         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16915         (gst_mulawdec_init), (gst_mulawdec_chain):
16916         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16917         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16918         (gst_mulawenc_init), (gst_mulawenc_chain):
16919           Fix capsnego in all four, remove the unused property functions and
16920           simplify the chain functions slightly. I guess we could use macros
16921           or something similar for those, since the code is so similar, but
16922           I'm currently too lazy...
16923
16924 2004-03-24  David Schleef  <ds@schleef.org>
16925
16926         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16927         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16928         (gst_osselement_get_format_structure),
16929         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16930         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16931         (gst_osselement_rate_int_compare): Add code to handle rate probing
16932         (bug #120883)
16933         * sys/oss/gstosselement.h: same
16934         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16935         Use rate probing provided by osselement.
16936         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16937
16938 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16941         (gst_xvidenc_get_property):
16942           ulong/int mess-up.
16943
16944 2004-03-24  David Schleef  <ds@schleef.org>
16945
16946         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16947         (gst_speexdec_init):
16948         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16949         (gst_speexenc_init):  Create the pad template correctly (from
16950         the static pad template, not a NULL pointer.)
16951
16952 2004-03-25  Benjamin Otte  <otte@gnome.org>
16953
16954         * gst/debug/Makefile.am:
16955         * gst/debug/breakmydata.c:
16956           add element that quasi-randomly changes bytes in the stream.
16957           Intended use is robustness checking of demuxers and decoders in
16958           media tests.
16959
16960 2004-03-24  Benjamin Otte  <otte@gnome.org>
16961
16962         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16963         (gst_alsa_probe_hw_params):
16964         * ext/alsa/gstalsa.h:
16965           debugging output fixes
16966
16967 2004-03-24  Benjamin Otte  <otte@gnome.org>
16968
16969         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16970           don't g_return_if_fail if element is PLAYING, fail silently as every
16971           other element.
16972         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16973           only fix needed for cast lvalue issues in gst-plugins
16974         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16975           add proxy_getcaps
16976
16977 2004-03-24  Benjamin Otte  <otte@gnome.org>
16978
16979         * gst/level/gstlevel.c: (gst_level_init):
16980           add proxying getcaps function, so level doesn't advertise impossible
16981           caps
16982
16983 2004-03-24  David Schleef  <ds@schleef.org>
16984
16985         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16986         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16987         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16988         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16989         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16990         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16991         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16992         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16993         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16994         messages.  Divide the chunk size by the compression ratio
16995         (needed for MACE audio)
16996
16997 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16998
16999         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17000           Fix buffer overflow read error.
17001
17002 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17003
17004         * ext/alsa/gstalsa.h:
17005           Remove unused entry.
17006         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17007           Add cinepak.
17008         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17009         (gst_videodrop_link), (gst_videodrop_chain):
17010           Fix, sort of. Was horribly broken with new capsnego. Bah...
17011
17012 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17013
17014         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17015         (plugin_init):
17016         Add a monkeysaudio typefind function
17017
17018 2004-03-23  Johan Dahlin  <johan@gnome.org>
17019
17020         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17021         (gst_play_video_fixate): Check so the structure has the field
17022         before trying to fixate them, this makes it possible to have
17023         fakesinks for video and audio output without printing errors on
17024         the output console.
17025
17026 2004-03-22  David Schleef  <ds@schleef.org>
17027
17028         * sys/oss/Makefile.am:
17029         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17030         (check_rate), (add_rate):  Rate probing test app.
17031
17032 2004-03-21  Benjamin Otte  <otte@gnome.org>
17033
17034         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17035         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17036           add a fixation function that pretty much does the right thing (fixes
17037           #137556)
17038
17039 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17040
17041         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17042
17043 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17044
17045         reviewed by: Benjamin Otte  <otte@gnome.org>
17046
17047         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17048           terminate gst_event_new_discontinuous correctly (fixes parts of
17049           #137711)
17050
17051 2004-03-19  David Schleef  <ds@schleef.org>
17052
17053         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17054         since it doesn't depend on X, and it's part of our ABI.
17055
17056 2004-03-19  Iain <iain@prettypeople.org>
17057
17058         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17059         is_int in the structure, not the local variable.
17060
17061 2004-03-19  David Schleef  <ds@schleef.org>
17062
17063         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17064         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17065         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17066         Improvements in caps negotiation.
17067
17068 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17069
17070         * po/LINGUAS:
17071         * po/af.po:
17072           adding Afrikaans (Petri Jooste)
17073
17074 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17075
17076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17077         (gst_ffmpegcolorspace_chain):
17078         throw error instead of g_critical (#137588)
17079
17080 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17081
17082         * Makefile.am:
17083         * configure.ac:
17084           dist common and m4 correctly
17085         * po/sv.po:
17086
17087 2004-03-17  David Schleef  <ds@schleef.org>
17088
17089         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17090         (bug #137348)
17091
17092 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17093
17094         * po/LINGUAS:
17095         * po/sv.po:
17096           adding Swedish translation (Christian Rose)
17097
17098 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17099
17100         * Makefile.am: use release.mak
17101
17102 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17103
17104         * common/ChangeLog:
17105         * common/gst-autogen.sh:
17106           add some explanation about the version detection
17107         * configure.ac:
17108           fix X check
17109
17110 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17111
17112         * configure.ac: bump nano to 1
17113
17114 === release 0.8.0 ===
17115
17116 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17117
17118         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17119
17120 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * configure.ac:
17123           update libtool version
17124         * gst-libs/gst/media-info/Makefile.am:
17125           actually use libtool version
17126
17127 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17130
17131 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17132
17133         * configure.ac:
17134         * gst-plugins.spec.in:
17135         * pkgconfig/Makefile.am:
17136         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17137         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17138         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17139         * pkgconfig/gstreamer-libs.pc.in:
17140         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17141         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17142         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17143         * pkgconfig/gstreamer-plugins.pc.in:
17144           remove @VERSION@ from some of the pc files since core and plugins
17145           are decoupled.
17146           created gstreamer-plugins.pc as it's a better name, but keeping
17147           -libs around for now to get fixes upstream done first.
17148
17149 2004-03-15  Julien MOUTTE <julien@moutte.net>
17150
17151         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17152         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17153         * gst-libs/gst/play/play.h:
17154
17155 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17156
17157         * *.c, *.cc: don't mix tabs and spaces
17158
17159 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17160
17161         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17162           use the new ffmpegcolorspace
17163         * gst-plugins.spec.in:
17164           package new colorspace and media-info
17165         * configure.ac:
17166         * pkgconfig/Makefile.am:
17167           fix some more disting issues
17168         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17169         * pkgconfig/gstreamer-media-info.pc.in:
17170           generate media-info pc files
17171
17172 2004-03-15  Johan Dahlin  <johan@gnome.org>
17173
17174         * *.h: Revert indenting
17175
17176 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17177
17178         * configure.ac:
17179           adding ffmpegcolorspace element
17180         * gst/ffmpegcolorspace/Makefile.am:
17181         * gst/ffmpegcolorspace/avcodec.h:
17182         * gst/ffmpegcolorspace/common.h:
17183         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17184         * gst/ffmpegcolorspace/dsputil.h:
17185         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17186         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17187         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17188         (gst_ffmpeg_caps_to_pix_fmt):
17189         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17190         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17191         (gst_ffmpegcolorspace_caps_remove_format_info),
17192         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17193         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17194         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17195         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17196         (gst_ffmpegcolorspace_set_property),
17197         (gst_ffmpegcolorspace_get_property),
17198         (gst_ffmpegcolorspace_register):
17199         * gst/ffmpegcolorspace/imgconvert.c:
17200         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17201         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17202         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17203         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17204         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17205         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17206         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17207         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17208         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17209         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17210         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17211         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17212         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17213         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17214         (img_get_alpha_info), (deinterlace_line),
17215         (deinterlace_line_inplace), (deinterlace_bottom_field),
17216         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17217         * gst/ffmpegcolorspace/imgconvert_template.h:
17218         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17219         * gst/ffmpegcolorspace/mmx.h:
17220         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17221           adding ffmpegcolorspace element supplied by Ronald after cleaning
17222           up and pulling in the right bits of upstream source.
17223           I'm sure a better C/compiler wizard could do some cleaning up (for
17224           example use GLIB's malloc stuff), but as a first pass this
17225           works very well
17226
17227 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17228
17229         * ext/alsa/gstalsa.h:
17230           I assume Ronald forgot to commit the change to have cardname
17231           as a struct member.  Expect some public spanking at the next
17232           opportunity.
17233
17234 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17235
17236         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17237         (gst_alsa_open_audio), (gst_alsa_close_audio):
17238         * ext/alsa/gstalsa.c:
17239           Don't open the device if we're a mixer (= padless).
17240         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17241         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17242         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17243           Open mixer during state change rather than during object
17244           initialization. Also, get a device name. Currently in a somewhat
17245           hackish fashion, but I didn't really find something better.
17246
17247 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * *.c, *.h: run gst-indent
17250
17251 2004-03-14  Benjamin Otte  <otte@gnome.org>
17252
17253         * gst/modplug/gstmodplug.cc:
17254         * gst/modplug/gstmodplug.h:
17255           set correct timestamps on outgoing buffers
17256
17257 2004-03-14  Benjamin Otte  <otte@gnome.org>
17258
17259         * gst/modplug/gstmodplug.cc:
17260           handle events - don't do crap when a discont arrives that's not
17261           necessary
17262           This allows correct loading and playback of mods in Rhythmbox
17263
17264 2004-03-14  Benjamin Otte  <otte@gnome.org>
17265
17266         * configure.ac:
17267         * gst-libs/gst/gconf/Makefile.am:
17268         * pkgconfig/Makefile.am:
17269           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17270           they get rebuilt properly
17271         * configure.ac:
17272           when checking for vorbis, try pkgconfig first.
17273         * gst/modplug/gstmodplug.cc:
17274           add fixate function
17275
17276 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17277
17278         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17279           Fix for obvious mistake, where we first shift the offset and then
17280           read a samplesize element assuming the old offset. Note that this
17281           part still has something weird, i.e. my movies containing those
17282           don't actually play well, but at least there's something that looks
17283           like sound now.
17284
17285 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17286         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17287         (plugin_init):
17288         Add a typefind function for speex format
17289
17290 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17291
17292         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17293         (gst_asf_demux_setup_pad):
17294           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17295           instead of 0. Reason is simple: some elements have a fps range
17296           of 1-max instead of 0-max. So now ASF video actually works.
17297
17298 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17299
17300         * po/LINGUAS:
17301         * po/sr.po:
17302           adding serbian as a language
17303
17304 2004-03-13  Benjamin Otte  <otte@gnome.org>
17305
17306         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17307           return taglist correctly from _get function, don't gst_pad_push it.
17308           (fixes #137042)
17309
17310 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17311         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17312
17313 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17314
17315         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17316         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17317         (gst_alsa_mixer_track_new):
17318         * ext/alsa/gstalsamixertrack.h:
17319           Fix ancient leftovers... MixerTrack is a GObject.
17320
17321 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17322
17323         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17324         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17325           Don't block during probing...
17326
17327 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17330         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17331         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17332         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17333         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17334         (gst_alsa_open_audio), (gst_alsa_close_audio):
17335         * ext/alsa/gstalsa.h:
17336           Add propertyprobe interface implementation, add some device-name
17337           property, all this so that it looks good in gnome-volume-control.
17338
17339 2004-03-12  David Schleef  <ds@schleef.org>
17340
17341         * configure.ac: the Hermes library controls hermescolorspace, not
17342         colorspace.
17343         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17344         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17345         not /* */
17346         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17347         * ext/sdl/sdlvideosink.h: ditto.
17348         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17349
17350 2004-03-12  Benjamin Otte  <otte@gnome.org>
17351
17352         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17353         (gst_x_overlay_got_xwindow_id):
17354         * gst-libs/gst/xoverlay/xoverlay.h:
17355           replace XID with unsigned long to get rid of the xlibs dependency in
17356           XOverlay (fixes #137004)
17357
17358 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17359         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17360         (gst_agingtv_setup):
17361         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17362         (gst_dicetv_base_init), (gst_dicetv_class_init),
17363         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17364         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17365         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17366         (gst_edgetv_setup), (gst_edgetv_rgb32):
17367         * gst/effectv/gsteffectv.c:
17368         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17369         (gst_quarktv_set_property):
17370         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17371         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17372         (gst_revtv_setup), (gst_revtv_rgb32):
17373         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17374         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17375         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17376         (gst_shagadelictv_rgb32):
17377         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17378         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17379         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17380         * gst/effectv/gstwarp.c:
17381         Port everything that can be ported to videofilter and fix up the caps.
17382         Can someone with a big-endian machine please check these?
17383
17384 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17385
17386         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17387         (gst_osssink_chain), (gst_osssink_change_state):
17388           Latest fixes for A/V sync, audio playback and such. This is about
17389           all... MPEG playback issues are mostly related to the async build-
17390           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17391
17392 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17393
17394         patch from: Stephane Loeuillet
17395
17396         * configure.ac:
17397           use pkg-config for some libraries, falling back to the old .m4 way
17398           (fixes #131270)
17399         * m4/libdv.m4:
17400           removed
17401
17402 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17403
17404         * configure.ac:
17405         * tools/Makefile.am:
17406         * tools/Makefile.in:
17407         * tools/gst-launch-ext-m.m:
17408         * tools/gst-launch-ext.1.in:
17409         * tools/gst-visualise-m.m:
17410         * tools/gst-visualise.1:
17411         * tools/gst-visualise.1.in:
17412           reorganizing generation of script tools
17413
17414 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17415
17416         * ext/divx/gstdivxdec.c:
17417           Downgrade priority. We prefer ffdec_mpeg4.
17418         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17419         (gst_faad_chain), (gst_faad_change_state):
17420           Fix capsnego. Doesn't work for some sounds because we don't have
17421           a 5:1 to stereo element.
17422         * ext/xvid/gstxvid.c: (plugin_init):
17423           Add priority.
17424         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17425         (gst_osssink_change_state):
17426           Add discont handling.
17427
17428 2004-03-09  Colin Walters  <walters@verbum.org>
17429
17430         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17431         conversion.
17432
17433 2004-03-09  Benjamin Otte  <otte@gnome.org>
17434
17435         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17436           the signals take 2 arguments
17437
17438 2004-03-09  David Schleef  <ds@schleef.org>
17439
17440         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17441         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17442         * ext/alsa/gstalsa.h:
17443         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17444
17445 2004-03-09  Benjamin Otte  <otte@gnome.org>
17446
17447         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17448         (gst_mikmod_change_state):
17449         * ext/mikmod/gstmikmod.h:
17450           make mikmod's loop function not loop infinitely and call
17451           gst_element_yield anymore
17452         * gst/modplug/gstmodplug.cc:
17453           fix pad negotiation (fixes #136590)
17454
17455 2004-03-09  David Schleef  <ds@schleef.org>
17456
17457         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17458         doesn't conflict with the internal colorspace plugin.
17459         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17460         satisfy the crappy-ass shell shipped by a certain vendor.
17461         * gst/videofilter/make_filter: same (bug #135299)
17462
17463 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17464
17465         * configure.ac: bump nano to 1
17466
17467 === release 0.7.6 ===
17468
17469 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17470
17471         * configure.in: releasing 0.7.6, "There"
17472
17473 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17474
17475         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17476         * pkgconfig/gstreamer-play.pc.in:
17477           synchronize the two
17478
17479 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17480
17481         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17482         (cdparanoia_open), (cdparanoia_event):
17483           fix/add error handling
17484         * po/POTFILES.in:
17485           add cdparanoia source
17486         * tools/Makefile.am:
17487           make scripts executable
17488
17489 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17490
17491         * configure.ac:
17492         * ext/vorbis/Makefile.am:
17493         * sys/Makefile.am:
17494           remove id3types, vorbisfile and xvideosink from the build (#133783)
17495
17496 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17497
17498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17499           Fix metadata read crash (#136537).
17500
17501 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17502
17503         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17504         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17505           adding mime types, fixing the one-stop function
17506
17507 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17508
17509         * ext/nas/nassink.c and /ext/nas/nassink.h:
17510         More NAS love from Arwed von Merkatz
17511         So lets all sing 'Can you feel the NAS tonight'
17512
17513 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17514
17515         * tools/gst-launch-ext.in:
17516         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17517
17518 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17519
17520         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17521         (gst_mpeg2dec_init):
17522         remove the user_data pad for now, because it is being used in
17523         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17524         If someone knows how to fix this properly, please do.
17525
17526 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17527
17528         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17529         (gst_osssink_get_time):
17530         add a warning, IMO this won't get triggered anymore, remove later
17531
17532 2004-03-07  David Schleef  <ds@schleef.org>
17533
17534         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17535         format (bug #136470)
17536
17537 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17538
17539         * gst-libs/Makefile.am:
17540         * gst-libs/gst/media-info/Makefile.am:
17541         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17542         (error_callback), (gst_media_info_error_create),
17543         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17544         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17545         * gst-libs/gst/media-info/media-info-priv.h:
17546         * gst-libs/gst/media-info/media-info-test.c: (main):
17547         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17548         (gst_media_info_class_init), (gst_media_info_instance_init),
17549         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17550         (gst_media_info_read_idler), (gst_media_info_read):
17551         * gst-libs/gst/media-info/media-info.h:
17552         fixed, should work now
17553
17554 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17555
17556         * ext/nas/nassink.c:
17557         A bunch of NAS fixes from Arwed von Merkatz
17558
17559 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17560
17561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17562         (qtdemux_parse_trak):
17563           Fix crash (j might be greater than n_samples, in which case we're
17564           writing outside the allocated space for the array) and memleak.
17565
17566 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17567
17568         * sys/oss/gstosssink.c: (gst_osssink_chain):
17569           And another caller that couldn't handle delay < 0 (unsigned
17570           integer overflow). Video now continues playing on an audio
17571           buffer underrun, and the clock continues working. Audio still
17572           stalls.
17573
17574 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17575
17576         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17577         (gst_osssink_get_time):
17578           get_delay() may return values lower than 0. In those cases, we
17579           should not actually cast to *unsigned* int64, that will break
17580           stuff horribly. In my case, it screwed up A/V sync in movies
17581           in totem rather badly.
17582
17583 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17584
17585         * ext/faac/gstfaac.c: (gst_faac_chain):
17586         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17587         * ext/libpng/gstpngenc.c: (user_write_data):
17588         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17589         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17590         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17591         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17592         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17593         of any buffer), should fix some leaks. I hope I didn't unref buffers
17594         that shouldn't be...
17595
17596 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17597
17598         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17599         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17600         (error_callback), (gmi_reset), (gmi_seek_to_track),
17601         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17602         (gmip_find_type_post), (gmip_find_stream_post),
17603         (gmip_find_track_streaminfo_post):
17604         * gst-libs/gst/media-info/media-info-priv.h:
17605         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17606         (info_print), (main):
17607         * gst-libs/gst/media-info/media-info.c:
17608         (gst_media_info_error_create), (gst_media_info_error_element),
17609         (gst_media_info_instance_init), (gst_media_info_get_property),
17610         (gst_media_info_new), (gst_media_info_set_source),
17611         (gst_media_info_read_idler), (gst_media_info_read):
17612         * gst-libs/gst/media-info/media-info.h:
17613           first pass at making this work again.  This seems to work on
17614           tagged ogg/vorbis and mp3 files.
17615
17616 2004-03-06  Benjamin Otte  <otte@gnome.org>
17617
17618         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17619           fix huge leak: gst_buffer_merge doesn't unref the first argument
17620           itself.
17621
17622 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17623
17624         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17625           report layer/mode/emphasis
17626
17627 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17628
17629         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17630
17631 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17632
17633         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17634           signal serial
17635
17636 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17637
17638         * ext/vorbis/vorbis.c: (plugin_init):
17639         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17640         (gst_vorbis_dec_init), (vorbis_dec_event):
17641         add debug category
17642         make vorbisdec handle _BYTE and _TIME queries
17643
17644 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17645
17646         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17647           from the xing header
17648
17649 2004-03-06  Benjamin Otte  <otte@gnome.org>
17650
17651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17652         (gst_audio_convert_link), (gst_audio_convert_change_state),
17653         (gst_audio_convert_buffer_from_default_format):
17654           do conversions from/to float correctly, fix some caps nego errors,
17655           export correct supported caps in template and getcaps, use correct
17656           caps in try_set_caps functions
17657
17658 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17659
17660         For some reason, I only committed a ChangeLog entry yesterday and
17661         not the corresponding code...
17662         * ext/mad/gstmad.c: Fix detection of Xing headers
17663         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17664
17665 2004-03-06  Benjamin Otte  <otte@gnome.org>
17666
17667         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17668         (gst_ogg_demux_src_query):
17669           make sure to handle the case where there's no current chain
17670           gracefully.
17671
17672 2004-03-05  David Schleef  <ds@schleef.org>
17673
17674         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17675         Add fixate function. (bug #131128)
17676         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17677         (gst_sdlvideosink_fixate):  Add fixate function.
17678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17679         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17680         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17681         Fix missing break that was causing ulaw to be interpreted as
17682         raw int.
17683
17684 2004-03-05  David Schleef  <ds@schleef.org>
17685
17686         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17687         Fix code that ignores return value of gst_buffer_merge().
17688         (bug #114560)
17689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17690         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17691         * testsuite/gst-lint:  Check for above.
17692
17693 2004-03-05  David Schleef  <ds@schleef.org>
17694
17695         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17696         caps and throw an element error.  (bug #136334)
17697
17698 2004-03-05  David Schleef  <ds@schleef.org>
17699
17700         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17701         (gst_faad_chain): Fix negotiation.
17702         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17703         key and button events.
17704         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17705         dung heap of code.
17706         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17707         depends on gconf
17708         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17709         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17710         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17711         function to encourage better negotiation, particularly between
17712         audioconvert and osssink.
17713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17714         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17715         more important.
17716         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17717         typefinding.
17718         * gst/vbidec/vbiscreen.c:  Add glib header
17719         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17720
17721 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17722
17723         * ext/mad/gstmad.c: Fix detection of Xing headers
17724         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17725
17726 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17729         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17730           debug updates
17731
17732 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17733
17734         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17735         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17736         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17737         files, and report the parsed length as a GST_TAG_DURATION tag.
17738         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17739
17740 2004-03-05  Benjamin Otte  <otte@gnome.org>
17741
17742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17743           convert channels correctly. convert correctly to unsigned.
17744
17745 2004-03-05  Julien MOUTTE <julien@moutte.net>
17746
17747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17748         we have a window before clearing it.
17749
17750 2004-03-05  Julien MOUTTE <julien@moutte.net>
17751
17752         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17753         have a window before clearing it.
17754
17755 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17756
17757         * gconf/gstreamer.schemas.in:
17758         * gst-libs/gst/gconf/Makefile.am:
17759           version installation path the same way as for 0.6
17760         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17761         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17762         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17763           remove comment that was fixed
17764
17765 2004-03-05  David Schleef  <ds@schleef.org>
17766
17767         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17768         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17769         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17770         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17771         Add prototype code for handling seeking and querying.
17772
17773 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17774
17775         * examples/gstplay/player.c: (main):
17776           Initialize variables to NULL. Prevents a segfault because the
17777           (uninitialized) variable is not NULL, resulting in a crash on
17778           trying to reach error->message.
17779
17780 2004-03-05  Benjamin Otte  <otte@gnome.org>
17781
17782         * gst/audioconvert/gstaudioconvert.c:
17783         (gst_audio_convert_buffer_to_default_format):
17784         make float=>int conversion work correctly even in cornercases.
17785
17786 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17787
17788         * debian/README.Debian:
17789         * debian/build-deps:
17790         * debian/changelog:
17791         * debian/control:
17792         * debian/control.in:
17793         * debian/copyright:
17794         * debian/gstreamer-a52dec.files:
17795         * debian/gstreamer-aa.files:
17796         * debian/gstreamer-alsa.files:
17797         * debian/gstreamer-alsa.manpages:
17798         * debian/gstreamer-arts.files:
17799         * debian/gstreamer-artsd.files:
17800         * debian/gstreamer-audiofile.files:
17801         * debian/gstreamer-avifile.files:
17802         * debian/gstreamer-cdparanoia.files:
17803         * debian/gstreamer-colorspace.files:
17804         * debian/gstreamer-doc.files:
17805         * debian/gstreamer-dv.files:
17806         * debian/gstreamer-dvd.files:
17807         * debian/gstreamer-esd.files:
17808         * debian/gstreamer-festival.files:
17809         * debian/gstreamer-flac.files:
17810         * debian/gstreamer-gconf.conffiles:
17811         * debian/gstreamer-gconf.files:
17812         * debian/gstreamer-gconf.postinst:
17813         * debian/gstreamer-gnomevfs.files:
17814         * debian/gstreamer-gsm.files:
17815         * debian/gstreamer-http.files:
17816         * debian/gstreamer-jack.files:
17817         * debian/gstreamer-jpeg.files:
17818         * debian/gstreamer-mad.files:
17819         * debian/gstreamer-mikmod.files:
17820         * debian/gstreamer-misc.files:
17821         * debian/gstreamer-mpeg2dec.files:
17822         * debian/gstreamer-oss.files:
17823         * debian/gstreamer-plugin-apps.files:
17824         * debian/gstreamer-plugin-apps.manpages:
17825         * debian/gstreamer-plugin-libs-dev.files:
17826         * debian/gstreamer-plugin-libs.files:
17827         * debian/gstreamer-plugin-template.postinst:
17828         * debian/gstreamer-plugin-template.postrm:
17829         * debian/gstreamer-sdl.files:
17830         * debian/gstreamer-sid.files:
17831         * debian/gstreamer-vorbis.files:
17832         * debian/gstreamer-x.files:
17833         * debian/mk.control:
17834         * debian/rules:
17835         Debian package info not maintained here.
17836
17837 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17838
17839         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17840         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17841         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17842         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17843         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17844         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17845         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17846         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17847         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17848         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17849         * gst-libs/gst/colorbalance/colorbalance.c:
17850         (gst_color_balance_class_init):
17851         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17852         (gst_color_balance_channel_class_init):
17853         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17854         * gst-libs/gst/play/play.c: (gst_play_class_init):
17855         * gst-libs/gst/propertyprobe/propertyprobe.c:
17856         (gst_property_probe_iface_init):
17857         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17858         * gst-libs/gst/tuner/tunerchannel.c:
17859         (gst_tuner_channel_class_init):
17860         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17861         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17862         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17863         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17864         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17865         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17866         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17869           fix signals to use - instead of _
17870         * ext/libcaca/gstcacasink.h:
17871         * ext/sdl/sdlvideosink.h:
17872           fix header rename
17873
17874 2004-03-04  David Schleef  <ds@schleef.org>
17875
17876         * testsuite/gst-lint:  Add a check for bad signal names.
17877
17878 2004-03-04  <kost@imn.htwk-leipzig.de>
17879
17880         reviewed by David Schleef
17881
17882         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17883         modified the alpha channel and caused a warning. (bug #136192)
17884
17885 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17886
17887         * gst-plugins.spec.in:
17888         Change names of plugins to actually be correct. Try to keep things
17889         alphabetical to avoid getting beat up by Thomas
17890
17891 2004-03-03  Julien MOUTTE <julien@moutte.net>
17892
17893         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17894         Using ximagesink as a default if no gconf key found. We should
17895         probably consider using alsasink instead of osssink for the audio
17896         part.
17897
17898 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17899
17900         * configure.ac:
17901           fix --with-plugins, don't think it ever worked before
17902         * gst-plugins.spec.in:
17903           even more updates
17904
17905 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17906
17907         * ext/sdl/sdlvideosink.h:
17908         * sys/ximage/ximagesink.h:
17909         * sys/xvideo/xvideosink.h:
17910         * sys/xvimage/xvimagesink.h:
17911           Fix for move of gstvideosink.h -> videosink.h.
17912
17913 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17914
17915         * gst-libs/gst/xwindowlistener/Makefile.am:
17916           this is a plugin library, not a library
17917
17918 2004-03-01  David Schleef  <ds@schleef.org>
17919
17920         * AUTHORS:  Added some names.  Add yourself if you're still
17921         missing.
17922
17923 2004-03-01  David Schleef  <ds@schleef.org>
17924
17925         * MAINTAINERS: Add
17926
17927 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17928
17929         * gst-plugins.spec.in: clean up spec file
17930
17931 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17932
17933         * gst-libs/gst/video/Makefile.am:
17934         * gst-libs/gst/video/gstvideosink.c:
17935         * gst-libs/gst/video/gstvideosink.h:
17936           rename gstvideosink.h to videosink.h to match other headers
17937         * gst/mixmatrix/Makefile.am:
17938           fix plugin filename
17939         * gst/tags/Makefile.am: fix plugin filename
17940
17941 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17942
17943         * gst/tags/Makefile.am: fix plugin filename
17944
17945 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17946
17947         * examples/gstplay/player.c: (got_time_tick), (main):
17948           add error handler
17949           display time_tick more readably
17950         * gst/mixmatrix/Makefile.am:
17951           fix plugin file name
17952
17953 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17954
17955         * sys/oss/gstosselement.c: (gst_osselement_probe),
17956         (device_combination_append), (gst_osselement_class_probe_devices):
17957         * sys/oss/gstosselement.h:
17958           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17959           on my system using alsa oss emulation, fixes bug #135597
17960
17961 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17962
17963         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17964         (gst_videodrop_chain), (gst_videodrop_change_state):
17965         * gst/videodrop/gstvideodrop.h:
17966           Work based on timestamp of input data, not based on the expected
17967           framerate from the input. The consequence is that this element now
17968           not only scales framerates, but also functions as a framerate
17969           corrector or framerate stabilizer/constantizer.
17970
17971 2004-02-27  David Schleef  <ds@schleef.org>
17972
17973         patches from jmmv@menta.net (Julio M. Merino Vidal)
17974
17975         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17976         GST_ELEMENT_ERROR call (bug #135634)
17977         * gst/interleave/interleave.c: (interleave_buffered_loop),
17978         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17979         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17980         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17981         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17982         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17983         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17984         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17985         Fix GST_ELEMENT_ERROR call.
17986         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17987         GST_ELEMENT_ERROR call.
17988
17989 2004-02-27  Benjamin Otte  <otte@gnome.org>
17990
17991         * gst-libs/gst/audio/audio.h:
17992           add macro to make sure header isn't included twice
17993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17994           don't use gst_buffer_free
17995         * gst/playondemand/filter.func:
17996           don't use gst_data_free. Free data only once.
17997
17998 2004-02-26  David Schleef  <ds@schleef.org>
17999
18000         * gst-libs/gst/colorbalance/Makefile.am:
18001         * gst-libs/gst/mixer/Makefile.am:
18002         * gst-libs/gst/tuner/Makefile.am:
18003         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18004         should not be disted, -marshal.h files should not be installed,
18005         and -enum.h files _should_ be installed.  Fix to make this the
18006         case.
18007
18008 === release 0.7.5 ===
18009
18010 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18011
18012         * configure.ac: release 0.7.5, "Under The Sea"
18013
18014 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18017         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18018         * gst/videoscale/gstvideoscale.c:
18019         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18020           assorted debug/warning fixes
18021
18022 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18023
18024         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18025         (gst_videoscale_init), (gst_videoscale_chain),
18026         (gst_videoscale_set_property), (plugin_init):
18027         * gst/videoscale/gstvideoscale.h:
18028         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18029         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18030         (gst_videoscale_planar400), (gst_videoscale_packed422),
18031         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18032         (gst_videoscale_24bit), (gst_videoscale_16bit),
18033         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18034         (gst_videoscale_scale_plane_slow),
18035         (gst_videoscale_scale_point_sample),
18036         (gst_videoscale_scale_nearest),
18037         (gst_videoscale_scale_nearest_str2),
18038         (gst_videoscale_scale_nearest_str4),
18039         (gst_videoscale_scale_nearest_32bit),
18040         (gst_videoscale_scale_nearest_24bit),
18041         (gst_videoscale_scale_nearest_16bit):
18042         add debugging category and use it properly
18043         fix use of GST_PTR_FORMAT
18044
18045 2004-02-25  Andy Wingo  <wingo@pobox.com>
18046
18047         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18048         push only when channel->buffer is NULL. Prevents segfaults doing
18049         the state change after a nonlocal exit, like a scheme exception.
18050
18051         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18052         Handle the case where the intersected caps is empty.
18053
18054 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18055
18056         * gst/law/mulaw-decode.c: (mulawdec_link):
18057         * gst/law/mulaw.c: (plugin_init):
18058           fix mulawdec so it actually works again
18059
18060 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18061
18062         reviewed by: David Schleef  <ds@schleef.org>
18063
18064         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18065         (gst_gamma_init), (gst_gamma_set_property),
18066         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18067         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18068         for RGB, with separate r g and b correction factors. (#131167)
18069
18070 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18071
18072         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18073           only signal tags for bitrate if they're > 0 (#134894)
18074
18075 2004-02-24  David Schleef  <ds@schleef.org>
18076
18077         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18078         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18079         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18080         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18081         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18082         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18083         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18084         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18085         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18086         category.  Attempt to fix timestamp calculation.
18087
18088 2004-02-24  Johan Dahlin  <johan@gnome.org>
18089
18090         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18091
18092 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18093
18094         * configure.ac:
18095         * gconf/Makefile.am:
18096         * gconf/gstreamer.schemas:
18097         * gst-libs/gst/gconf/Makefile.am:
18098         * gst-libs/gst/gconf/gconf.c:
18099           version gconf schemas and install locations
18100
18101 2004-02-23  Benjamin Otte  <otte@gnome.org>
18102
18103         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18104         (gst_xine_input_subclass_init):
18105           call parent dispose.
18106           change pad template for CD reader correctly
18107         * ext/xine/Makefile.am:
18108         * ext/xine/gstxine.h:
18109         * ext/xine/xine.c: (plugin_init):
18110         * ext/xine/xineaudiosink.c:
18111           wrap audio sinks, too
18112         * gst-libs/gst/resample/private.h:
18113         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18114         (gst_resample_reinit), (gst_resample_scale),
18115         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18116         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18117         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18118         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18119         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18120         * gst-libs/gst/resample/resample.h:
18121         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18122         (gst_audioscale_class_init), (gst_audioscale_link),
18123         (gst_audioscale_get_buffer), (gst_audioscale_init),
18124         (gst_audioscale_chain), (gst_audioscale_set_property),
18125         (gst_audioscale_get_property):
18126         * gst/audioscale/gstaudioscale.h:
18127           s/resample_*/gst_resample_*/i to not clobber namespaces
18128
18129 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18130
18131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18132         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18133         (gst_riff_create_video_template_caps),
18134         (gst_riff_create_audio_template_caps),
18135         (gst_riff_create_iavs_template_caps):
18136         * gst-libs/gst/riff/riff-media.h:
18137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18138         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18139         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18140         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18142         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18143         (gst_matroska_demux_plugin_init): First batch implementing audio and
18144         video codec tags in demuxers.
18145
18146 2004-02-22  Benjamin Otte  <otte@gnome.org>
18147
18148         * ext/xine/Makefile.am:
18149         * ext/xine/gstxine.h:
18150         * ext/xine/xine.c: (plugin_init):
18151         * ext/xine/xineinput.c:
18152           add input plugin wrapper. Playback from files, http, mms and cdda
18153           works.
18154         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18155           remove leftover G_GNUC_UNUSED
18156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18157         (gst_asf_demux_identify_guid):
18158           improve debugging output
18159
18160 2004-02-22  Benjamin Otte  <otte@gnome.org>
18161
18162         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18163
18164         * autogen.sh:
18165           replace test -e with test -x for mkinstalldirs to be more portable.
18166           (fixes #134816)
18167
18168 2004-02-22  Benjamin Otte  <otte@gnome.org>
18169
18170         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18171
18172         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18173           set rank to PRIMARY
18174         * gst/volume/gstvolume.c: (plugin_init):
18175           set rank to NONE
18176         fixes #134960
18177
18178 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18179
18180         reviewed by Benjamin Otte  <otte@gnome.org>
18181
18182         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18183           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18184
18185 2004-02-22  Benjamin Otte  <otte@gnome.org>
18186
18187         * configure.ac:
18188           export [_]*{gst,Gst,GST}.* symbols from plugins
18189
18190 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18191
18192         reviewed by: Benjamin Otte  <otte@gnome.org>
18193
18194         * ext/lame/gstlame.c: (add_one_tag):
18195         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18197         (gst_vorbisenc_metadata_set1):
18198         * gst/tags/gstid3tag.c:
18199         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18200           apply fixes from bugs #135042 (lame can't write tags) and #133817
18201           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18202
18203 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18204
18205         * configure.ac: Export only gst_plugin_desc from plugins.
18206          Note that this change only makes any effect with Linux using libtool
18207          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18208          fine. And don't try to have several versions of libtool in different
18209          directories.
18210
18211 2004-02-20  Andy Wingo  <wingo@pobox.com>
18212
18213         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18214         interleave respectively.
18215
18216         * gst/interleave/deinterleave.c: New plugin: deinterleave
18217         (replaces on oneton).
18218         * gst/interleave/interleave.c: New plugin: interleave.
18219         * gst/interleave/plugin.h: Support file.
18220         * gst/interleave/plugin.c: Support file.
18221
18222         * configure.ac: Remove intfloat and oneton, add interleave.
18223
18224         * ext/sndfile/gstsf.c: Handle events better.
18225
18226         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18227         and float2int operation. int2float has scheduling problems as
18228         noted in in2float_chain.
18229
18230 2004-02-20  Benjamin Otte  <otte@gnome.org>
18231
18232         * ext/xine/Makefile.am:
18233         * ext/xine/gstxine.h:
18234         * ext/xine/xine.c:
18235         * ext/xine/xineaudiodec.c:
18236         * ext/xine/xinecaps.c:
18237           add first version of xine plugin wrapper. Currently only wraps the
18238           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18239         * configure.ac:
18240         * ext/Makefile.am:
18241           add xine plugin wrapper, disabled by default. Use --enable-xine to
18242           build. Note that it'll segfault on gst-register if you don't remove
18243           the goom and tvtime post plugins from xine.
18244         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18245         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18246           add extradata parsing for QDM2.
18247           change around debugging prints.
18248
18249 2004-02-19  Benjamin Otte  <otte@gnome.org>
18250
18251         * ext/lame/gstlame.c: (gst_lame_chain):
18252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18253           use gst_tag_list_insert when you want to insert tags
18254
18255 2004-02-18  David Schleef  <ds@schleef.org>
18256
18257         * configure.ac:  Move massink to gst-rotten
18258         * ext/Makefile.am:
18259         * ext/mas/Makefile.am:
18260         * ext/mas/massink.c:
18261         * ext/mas/massink.h:
18262
18263 2004-02-18  David Schleef  <ds@schleef.org>
18264
18265         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18266         typefinding, since it seems to be worse than nothing.
18267         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18268         atom to recognize .mp4 and .m4a files as video/quicktime.
18269
18270 2004-02-18  David Schleef  <ds@schleef.org>
18271
18272         * gst/sine/demo-dparams.c: (quit_live),
18273         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18274         Use double dparams, not float.
18275         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18276         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18277         sync'd elements don't really work correctly.
18278         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18279         (volume_update_volume), (volume_get_property):  Change dparam
18280         to double.
18281
18282 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18283
18284         * sys/ximage/ximagesink.c:
18285         (gst_ximagesink_xwindow_update_geometry),
18286         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18287         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18288         (gst_ximagesink_init): Rework the way software video scaling works. So
18289         now we check on each chain call if the video frames are feeling the
18290         window. If not we try to renegotiate caps. On failure we memorize that
18291         and we won't try again for that PLAYING sessions.
18292         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18293         failure.
18294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18295         synchronous flag.
18296
18297 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18298
18299         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18300           break up _link so we can give a better debug message for errors
18301
18302 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18303
18304         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18305           set up debug category
18306
18307 2004-02-18  Julien MOUTTE <julien@moutte.net>
18308
18309         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18310         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18311         the way renegotiation work. The event handling function is not taking
18312         care of external windows and renegotiate method check for pad flags
18313         NEGOTIATING. Should fix : #133209
18314
18315 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18316
18317         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18318         pad is negotiating before trying renegotiation.
18319
18320 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18321
18322         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18323           pass on all possible mime types as typefind hints
18324
18325 2004-02-17  Julien MOUTTE <julien@moutte.net>
18326
18327         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18329         possible SHM leak if we crash. All other apps using XShm are doing
18330         that.
18331
18332 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18333
18334         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18335         (gst_ximagesink_expose): Renegotiate size on expose.
18336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18337         size on expose.
18338
18339 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18340
18341         * testsuite/alsa/sinesrc.c:
18342           cosmetic fix to fix compile issue with gcc 2.95.4
18343
18344 2004-02-16  Julien MOUTTE <julien@moutte.net>
18345
18346         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18347         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18348         failed opening the audio device.
18349         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18350         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18351         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18352         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18353         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18354         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18355         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18356         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18357         Removing some useless g_return_if_fail like wingo suggested.
18358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18359         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18360         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18361         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18362         (gst_xvimagesink_update_colorbalance),
18363         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18364         (gst_xvimagesink_xcontext_clear),
18365         (gst_xvimagesink_get_fourcc_from_caps),
18366         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18367         (gst_xvimagesink_set_xwindow_id),
18368         (gst_xvimagesink_colorbalance_list_channels),
18369         (gst_xvimagesink_colorbalance_set_value),
18370         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18371         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18372
18373 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18374
18375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18376           throw error when not negotiated instead of asserting
18377
18378 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18379
18380         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18381         correct data refcounting.
18382
18383 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18384
18385         * gst/switch/gstswitch.c: (gst_switch_change_state),
18386         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18387         change, mostly the EOS flag.
18388
18389 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18390
18391         * examples/gstplay/player.c: (got_eos), (main): Adding some
18392         output for debugging.
18393         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18394         timeouts if we go to any state different from PLAYING.
18395         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18396         more EOS bugs in riff lib.
18397
18398 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18399
18400         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18401         visualization until i find a way to fix switch correctly.
18402         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18403         EOS arrives.
18404         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18405         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18406         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18407         Reworked switch to get a more correct behaviour with events and refing
18408         of data stored in sinkpads.
18409         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18410         we don't pull from a pad in EOS.
18411
18412 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18413
18414         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18415           remove v1 tag even if we can't read it (makes sure we don't detect
18416           it again)
18417
18418 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18419
18420         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18421         (gst_alsa_xrun_recovery):
18422         * ext/alsa/gstalsa.h:
18423           try xrun recovery when wait failed. Make xrun recovery function
18424           return TRUE/FALSE to indicate success. (might fix #134354)
18425
18426 2004-02-13  David Schleef  <ds@schleef.org>
18427
18428         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18429         (dynparm_value_changed), (main): Convert from float to double.
18430         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18431
18432 2004-02-13  David Schleef  <ds@schleef.org>
18433
18434         * gst/silence/gstsilence.c: (gst_silence_class_init),
18435         (gst_silence_set_clock), (gst_silence_get),
18436         (gst_silence_set_property), (gst_silence_get_property):
18437         * gst/silence/gstsilence.h: Add sync property.
18438         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18439         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18440         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18441         * gst/sine/gstsinesrc.h: Add sync property.
18442
18443 2004-02-13  David Schleef  <ds@schleef.org>
18444
18445         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18446         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18447
18448 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18449
18450         * configure.ac:
18451         * ext/Makefile.am:
18452         * gst-libs/ext/Makefile.am:
18453           move ffmpeg plugin to gst-ffmpeg module
18454
18455 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18456
18457         * configure.ac: use GST_ARCH to detect architecture
18458
18459 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18460
18461         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18462
18463 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18464
18465         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18466           classify LADSPA plugins based on number of src/sink pads
18467           (#133663, Stefan Kost)
18468         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18469           fix dparams registration
18470           (#133528, Stefan Kost)
18471         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18472           fix use of isprint and use g_ascii_isprint instead
18473           (#133316, Stefan Kost)
18474
18475 2004-02-11  David Schleef  <ds@schleef.org>
18476
18477         Convert a few inner loops to use liboil.  This is currently
18478         optional, and is only enabled if liboil is present (duh!).
18479         * configure.ac: Check for liboil-0.1
18480         * gst/intfloat/Makefile.am:
18481         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18482         (gst_int2float_chain_gint16):
18483         * gst/videofilter/Makefile.am:
18484         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18485         (tablelookup_u8), (gst_videobalance_planar411):
18486         * gst/videotestsrc/Makefile.am:
18487         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18488         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18489         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18490         (paint_hline_RGB565), (paint_hline_xRGB1555):
18491
18492 2004-02-11  David Schleef  <ds@schleef.org>
18493
18494         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18495         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18496         (gst_colorspace_getcaps), (gst_colorspace_link),
18497         (gst_colorspace_base_init), (gst_colorspace_init),
18498         (gst_colorspace_chain), (gst_colorspace_change_state),
18499         (plugin_init): Merge Ronald's patch (bug #117897) and update
18500         for new caps and negotiation.  Seems to work, although it
18501         shows off bugs in lcs.
18502
18503 2004-02-11  David Schleef  <ds@schleef.org>
18504
18505         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18506         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18507
18508 2004-02-11  David Schleef  <ds@schleef.org>
18509
18510         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18511         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18512         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18513         Add server and port properties
18514
18515 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18516
18517         * m4/a52.m4:
18518         * m4/aalib.m4:
18519         * m4/as-ffmpeg.m4:
18520         * m4/as-liblame.m4:
18521         * m4/as-slurp-ffmpeg.m4:
18522         * m4/check-libheader.m4:
18523         * m4/esd.m4:
18524         * m4/freetype2.m4:
18525         * m4/gconf-2.m4:
18526         * m4/glib.m4:
18527         * m4/gst-alsa.m4:
18528         * m4/gst-artsc.m4:
18529         * m4/gst-ivorbis.m4:
18530         * m4/gst-matroska.m4:
18531         * m4/gst-sdl.m4:
18532         * m4/gst-shout2.m4:
18533         * m4/gst-sid.m4:
18534         * m4/gtk.m4:
18535         * m4/libdv.m4:
18536         * m4/libfame.m4:
18537         * m4/libmikmod.m4:
18538         * m4/ogg.m4:
18539         * m4/vorbis.m4:
18540           fix underquotedness of macros (#133800)
18541         * m4/as-avifile.m4:
18542         * m4/xmms.m4:
18543           removed because no longer used
18544
18545 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18546
18547         * configure.ac:
18548           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18549           by autopoint (fixes #132996)
18550
18551 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18552
18553         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18554         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18555         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18556         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18557           fix memleaks
18558
18559 2004-02-11  David Schleef  <ds@schleef.org>
18560
18561         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18562         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18563         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18564         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18565         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18566         (gst_jpegenc_class_init), (gst_jpegenc_init),
18567         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18568         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18569         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18570         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18571
18572 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18573
18574         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18575         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18576         * ext/mikmod/gstmikmod.h:
18577           fix caps negotiation in mikmod
18578         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18579           output debug information
18580
18581 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18582
18583         * gst-libs/gst/colorbalance/Makefile.am:
18584         * gst-libs/gst/navigation/Makefile.am:
18585         * gst-libs/gst/xoverlay/Makefile.am:
18586           remove unused GST_OPT_CFLAGS from Makefiles
18587           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18588
18589 2004-02-07  David Schleef  <ds@schleef.org>
18590
18591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18592         push events to pads that haven't been created (#133508)
18593
18594 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18595
18596         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18597         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18598         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18599         (gst_dvdec_loop), (gst_dvdec_change_state):
18600         Second attempt at committing a working dvdec element.
18601
18602 2004-02-06  David Schleef  <ds@schleef.org>
18603
18604         Build fixes for OS X: (see #129600)
18605         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18606         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18607         (gst_riff_read_strf_iavs):
18608         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18609         (gst_avi_demux_stream_odml):
18610         * gst/playondemand/Makefile.am:
18611         * gst/rtp/rtp-packet.c:
18612
18613 2004-02-05  David Schleef  <ds@schleef.org>
18614
18615         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18616         last change, because it Just Doesn't Compile.
18617
18618 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18619
18620         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18621           skip undecodable id3v2 tag instead of keeping it
18622
18623 2004-02-05  David Schleef  <ds@schleef.org>
18624
18625         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18626         Unref leaked buffer.  (Noticed by Ronald)
18627
18628 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18629
18630         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18631         Sync requires with other checks.  >= vs =.
18632
18633 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18634
18635         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18636         (gst_dvdec_video_link), (gst_dvdec_loop):
18637         * ext/dv/gstdvdec.h:
18638           rework the caps negotiation so that dvdec works again instead
18639           of just segfaulting.
18640
18641 === release 0.7.4 ===
18642
18643 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18644
18645         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18646         * configure.ac: changed for release
18647
18648 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18649
18650         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18651         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18652         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18653         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18654           reworked patch by David Lehn to fix libdir and includedir for
18655           uninstalled libraries
18656           removed play and gconf from gstreamer-libs since they have their
18657           own pkgconfig files
18658
18659 2004-02-04  David Schleef  <ds@schleef.org>
18660
18661         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18662         memleak.
18663
18664 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18665
18666         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18667           use correct GST_TAG_ENCODER tag
18668
18669 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18670
18671         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18672           be sure to stop the clock when going to paused
18673         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18674           reset number of transmitted when going to ready.
18675         fixes #132935
18676
18677 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18678
18679         reviewed by Benjamin Otte
18680
18681         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18682           extract track count (fixes #133410)
18683
18684 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18685
18686         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18687           that should be !=, not == (fixes #132519)
18688
18689 2004-02-04  David Schleef  <ds@schleef.org>
18690
18691         Make sure set_explicit_caps() is called before adding pad.
18692         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18693         * gst/id3/gstid3types.c: (gst_id3types_loop):
18694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18695         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18696
18697 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18698
18699         * configure.ac:
18700           bump nano to 2, first prerelease
18701           put back AM_PROG_LIBTOOL
18702
18703 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18704
18705         * testsuite/alsa/Makefile.am:
18706           these are user test apps, not automatic testsuite tests
18707
18708 2004-02-04  David Schleef  <ds@schleef.org>
18709
18710         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18711         * gst/mpeg1videoparse/gstmp1videoparse.c:
18712         (mp1videoparse_parse_seq):
18713         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18714         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18715         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18716         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18717         (gst_xvideosink_getcaps):
18718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18719         * testsuite/gst-lint: more tests
18720
18721 2004-02-04  David Schleef  <ds@schleef.org>
18722
18723         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18724         with the code that they would expand to.
18725         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18726         (gst_flacdec_get_src_query_types),
18727         (gst_flacdec_get_src_event_masks):
18728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18729         (gst_gnomevfssrc_get_query_types),
18730         (gst_gnomevfssrc_get_event_mask):
18731
18732 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18733
18734         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18735         (gst_sinesrc_dispose):
18736           fix memleak by properly disposing sinesrc
18737
18738 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18739
18740         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18741         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18742         an overlay to redraw the image because it has been exposed.
18743         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18744         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18745         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18746         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18747         interface
18748         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18749         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18750         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18751         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18752         interface
18753
18754 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18755
18756         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18757           more memleak fixage
18758
18759 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18760
18761         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18762         * gst/typefind/gsttypefindfunctions.c:
18763           fix memleaks shown by gst-typefind
18764
18765 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18766
18767         * common/glib-gen.mak:
18768           add hack rule to touch .Plo files
18769         * gst-libs/gst/colorbalance/Makefile.am:
18770         * gst-libs/gst/mixer/Makefile.am:
18771         * gst-libs/gst/play/Makefile.am:
18772         * gst-libs/gst/tuner/Makefile.am:
18773           remove glib_root variable
18774
18775 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18776
18777         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18778           set explicit caps before adding the element, so the autopluggers can
18779           plug correctly.
18780         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18781         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18782         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18783         (dv_type_find):
18784           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18785           argument.
18786
18787 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18788
18789         * gst-libs/gst/colorbalance/Makefile.am:
18790         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18791         * gst-libs/gst/colorbalance/colorbalance.c:
18792         * gst-libs/gst/colorbalance/colorbalance.h:
18793         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18794         * gst-libs/gst/mixer/Makefile.am:
18795         * gst-libs/gst/mixer/mixer-marshal.list:
18796         * gst-libs/gst/mixer/mixer.c:
18797         * gst-libs/gst/mixer/mixer.h:
18798         * gst-libs/gst/mixer/mixermarshal.list:
18799         * gst-libs/gst/play/Makefile.am:
18800         * gst-libs/gst/play/play.h:
18801         * gst-libs/gst/tuner/Makefile.am:
18802         * gst-libs/gst/tuner/tuner-marshal.list:
18803         * gst-libs/gst/tuner/tuner.c:
18804         * gst-libs/gst/tuner/tuner.h:
18805         * gst-libs/gst/tuner/tunermarshal.list:
18806           use new glib-gen.mak snippet to clean up Makefile.am
18807           fix various bugs in Makefile.am's
18808
18809 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18810
18811         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18812           handle chain parsing correctly in the multichain case
18813         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18814         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18815         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18816         (theora_dec_chain):
18817           handle events and queries correctly
18818
18819 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18820
18821         * .cvsignore:
18822         Ignore generated file _stdint.h.
18823
18824 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18825
18826         * gst-libs/gst/colorbalance/Makefile.am:
18827         * gst-libs/gst/colorbalance/colorbalance.h:
18828         * gst-libs/gst/mixer/Makefile.am:
18829         * gst-libs/gst/mixer/mixer.h:
18830         * gst-libs/gst/play/Makefile.am:
18831         * gst-libs/gst/play/play.h:
18832         * gst-libs/gst/tuner/Makefile.am:
18833         * gst-libs/gst/tuner/tuner.h:
18834         Generate enum type code with glib-mkenums.
18835         * gst-libs/gst/colorbalance/.cvsignore:
18836         * gst-libs/gst/mixer/.cvsignore:
18837         * gst-libs/gst/play/.cvsignore:
18838         * gst-libs/gst/tuner/.cvsignore:
18839         Ignore generated files.
18840
18841 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18842
18843         * gst-libs/gst/audio/.cvsignore:
18844         Ignore generated file.
18845         * gst-libs/gst/audio/Makefile.am:
18846         Do not install example filter.
18847
18848 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18849
18850         * examples/switch/.cvsignore:
18851         Ignore generated file.
18852
18853 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18854
18855         * common/m4/ax_create_stdint_h.m4:
18856         * configure.ac:
18857           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18858           _stdint.h.
18859         * Makefile.am:
18860           remove generated _stdint.h in DISTCLEANFILES
18861         * ext/a52dec/gsta52dec.c:
18862           include _stdint.h for a52dec. (should fix #133064)
18863
18864 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18865
18866         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18867         (gst_tag_to_vorbis_comments):
18868         Add replaygain support to vorbistag
18869
18870 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18871         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18872         (gst_ffmpeg_caps_to_extradata):
18873           Fix SVQ3 caps flag properties
18874           Use glib macro for bytes swap
18875
18876 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18877
18878         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18879         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18880         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18881         * ext/sndfile/gstsf.c: (plugin_init):
18882         * gst/avi/gstavi.c: (plugin_init):
18883         * sys/dxr3/dxr3init.c: (plugin_init):
18884         * sys/oss/gstossaudio.c: (plugin_init):
18885         * sys/v4l/gstv4l.c: (plugin_init):
18886         * sys/v4l2/gstv4l2.c: (plugin_init):
18887           remove textdomain calls
18888         * po/nl.po:
18889           update Dutch translation
18890
18891 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18892
18893         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18894         (gst_play_set_audio_sink): Moving volume in the audio thread for
18895         instantaneous volume change. Maybe i will add another volume in front
18896         of visualization later, not sure yet though.
18897
18898 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18899
18900         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18901         (gst_ximagesink_handle_xevents): Better X events handling, only take
18902         the latest events for configure and motion.
18903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18904
18905 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18906
18907         reviewed by: David Schleef  <ds@schleef.org>
18908
18909         Fix memory leaks:
18910         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18911         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18912
18913 2004-02-02  David Schleef  <ds@schleef.org>
18914
18915         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18916         of lines.
18917         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18918         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18919         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18920         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18921         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18922         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18923         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18924         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18925         (gst_float2_2_int_link):
18926         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18927         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18928         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18929         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18930         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18931         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18932         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18933         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18934         * testsuite/gst-lint: Add tests for bzero and ;;
18935
18936 2004-02-02  David Schleef  <ds@schleef.org>
18937
18938         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18939
18940 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18941
18942         * ext/aalib/gstaasink.c: (gst_aasink_open):
18943         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18944         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18945         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18946         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18947         (gst_afsink_close_file):
18948         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18949         (gst_afsrc_close_file):
18950         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18951         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18952         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18953         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18954         * ext/esd/esdmon.c: (gst_esdmon_get):
18955         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18956         * ext/faac/gstfaac.c: (gst_faac_chain):
18957         * ext/faad/gstfaad.c: (gst_faad_chain):
18958         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18959         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18960         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18961         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18962         (gst_flacdec_loop):
18963         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18964         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18965         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18966         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18967         (gst_gnomevfssink_close_file):
18968         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18969         (gst_gnomevfssrc_open_file):
18970         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18971         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18972         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18973         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18974         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18975         * ext/mad/gstmad.c: (gst_mad_chain):
18976         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18977         * ext/mpeg2dec/gstmpeg2dec.c:
18978         * ext/mpeg2enc/gstmpeg2enc.cc:
18979         * ext/mplex/gstmplex.cc:
18980         * ext/mplex/gstmplexibitstream.cc:
18981         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18982         (gst_ogg_demux_push):
18983         * ext/raw1394/gstdv1394src.c:
18984         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18985         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18986         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18987         (gst_sf_loop):
18988         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18989         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18990         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18991         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18992         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18993         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18994         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18995         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18996         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18997         (gst_riff_read_element_data), (gst_riff_read_seek),
18998         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18999         * gst/adder/gstadder.c: (gst_adder_loop):
19000         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19001         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19002         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19003         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19004         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19005         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19006         * gst/goom/gstgoom.c: (gst_goom_chain):
19007         * gst/id3/gstid3types.c: (gst_id3types_loop):
19008         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19009         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19010         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19011         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19012         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19013         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19014         (gst_ebml_read_float), (gst_ebml_read_header):
19015         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19016         (gst_matroska_demux_parse_blockgroup):
19017         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19018         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19019         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19020         * gst/silence/gstsilence.c: (gst_silence_get):
19021         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19022         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19023         * gst/speed/gstspeed.c: (speed_loop):
19024         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19025         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19026         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19027         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19028         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19029         (gst_wavparse_loop):
19030         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19031         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19032         (dxr3audiosink_close):
19033         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19034         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19035         (dxr3videosink_close), (dxr3videosink_write_data):
19036         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19037         * sys/oss/gstosssink.c: (gst_osssink_chain):
19038         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19039         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19040         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19042         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19043         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19044         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19045         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19046         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19047         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19048         (gst_v4l_set_audio):
19049         * sys/v4l/v4l_calls.h:
19050         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19051         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19052         (gst_v4lmjpegsink_playback_init),
19053         (gst_v4lmjpegsink_playback_start):
19054         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19055         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19056         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19057         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19058         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19059         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19060         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19061         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19062         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19063         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19064         (gst_v4l2_get_output), (gst_v4l2_set_output),
19065         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19066         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19067         (gst_v4l2_set_attribute):
19068         * sys/v4l2/v4l2_calls.h:
19069         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19070         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19071         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19072         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19073         (gst_v4l2src_capture_stop):
19074         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19075         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19076         (gst_ximagesink_chain):
19077         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19078         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19079         (gst_xvideosink_xwindow_new):
19080         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19081         (gst_xvimagesink_chain):
19082
19083 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19084
19085         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19086         (gst_volume_get_volume), (volume_class_init), (volume_init),
19087         (volume_chain_int16), (volume_update_volume):
19088         * gst/volume/gstvolume.h:
19089           make code more readable by removing magic numbers
19090           make mixer interface export 0-100 range
19091           make it internally map to 0.0-1.0 range so users don't distort
19092           output by putting the sliders at full volume
19093
19094 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19095
19096         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19097         (gst_play_state_change), (gst_play_seek_to_time):
19098         block the tick callback for 0.5 secs after doing a seek
19099
19100 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * gst-libs/gst/play/play.c: (gst_play_new):
19103           check for GError
19104
19105 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19106
19107         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19108         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19109         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19110         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19112         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19113
19114 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19115
19116         * configure.ac:
19117         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19118           check for a function added in vorbis 1.1
19119
19120 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19121
19122         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19123         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19124           really start/stop clock only on PLAYING <=> PAUSED
19125         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19126           remove \n from debugging lines
19127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19128           make it work when seeking does not
19129         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19130           reset on DISCONT
19131
19132 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19133
19134         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19135           start clock on PAUSED=>PLAYING, not later
19136         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19137           extract correct time for different discont formats
19138         (gst_alsa_sink_get_time):
19139           don't segfault when no format is negotiated yet, just return 0
19140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19141         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19142         (gst_ogg_pad_push):
19143           handle flush and discont events correctly
19144         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19145           handle discont events correctly
19146
19147 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19148
19149         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19150         (gst_play_error_create), (gst_play_error_plugin),
19151         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19152         * gst-libs/gst/play/play.h:
19153           add error handling during creation
19154         * examples/gstplay/player.c: (main):
19155           use new gst_play_new
19156
19157
19158 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19159
19160         * ext/theora/theoradec.c: (theora_dec_chain):
19161           make comments work
19162         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19163         (vorbis_dec_src_event), (vorbis_dec_chain):
19164           add encoder tag, fix tag reading to be more error tolerant, change
19165           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19166           gst_pad_event_default.
19167         * gst/tags/gstvorbistag.c:
19168         (gst_tag_list_from_vorbiscomment_buffer):
19169           undefine function specific define at end of function
19170
19171 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19172
19173         * ext/flac/gstflac.c: (plugin_init):
19174         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19175         * ext/flac/gstflacdec.h:
19176         * ext/flac/gstflacenc.h:
19177           Fix typos
19178
19179 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19180
19181         * examples/gstplay/player.c: s/gstplay.h/play.h/
19182
19183 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19184
19185         * gst-libs/gst/play/Makefile.am:
19186         * gst-libs/gst/play/gstplay.c:
19187         * gst-libs/gst/play/gstplay.h:
19188         * gst-libs/gst/play/play.c:
19189           more surgery, operation complete
19190
19191 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19192
19193         * gst-libs/gst/play/play.old.c:
19194         * gst-libs/gst/play/play.old.h:
19195           after CVS surgery by moving, remove
19196         * gst-libs/gst/play/playpipelines.c:
19197           remove
19198
19199         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19200           add negotiation error
19201
19202 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19203
19204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19205         (gst_ogg_demux_push):
19206           add some seeking debug info
19207           send a flush when seeking
19208
19209 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19210
19211         * configure.ac:
19212           use AC_C_INLINE
19213         * configure.ac:
19214         * ext/Makefile.am:
19215         * ext/theora/Makefile.am:
19216         * ext/theora/theoradec.c:
19217           add theora video decoder. Does just do simple decoding for now and
19218           has been tested against Theora cvs only. It only works when theora
19219           is compiled with --enable-static.
19220         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19221           always reset packetno on DISCONT
19222
19223 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19224
19225         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19226           Fix audio.
19227
19228 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * gst/mpegaudioparse/gstmpegaudioparse.c:
19231         (mp3_type_frame_length_from_header):
19232           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19233
19234 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19235
19236         * ext/esd/esdsink.c: (gst_esdsink_init):
19237           Since we have static pad template caps, we don't need to negotiate;
19238           either the core errors out or we know the format.
19239
19240 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19241
19242         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19243         (gst_riff_read_seek):
19244         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19245         (gst_ebml_read_seek):
19246           Fix event handling.
19247
19248 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19249
19250         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19251           removee video/x-theora from vp3 decoder, it doesn't handle raw
19252           theora streams
19253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19254           fix bug with finalizing element that never went to PAUSED
19255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19256           length and position queries were swapped
19257         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19258         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19259         (vorbis_dec_src_event):
19260           implement querying time and bytes
19261
19262 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19263
19264         * just about every source file:
19265           gst_element_error -> GST_ELEMENT_ERROR
19266
19267 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19268
19269         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19270         emiting FLUSH and even before DISCONT.
19271         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19272         get the best instant seeking as possible yay!
19273
19274 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19275
19276         * gst/mpeg1videoparse/gstmp1videoparse.c:
19277         (gst_mp1videoparse_real_chain):
19278           Committed wrong version last week... Grr... Didn't notice until now.
19279
19280 2004-01-29  Julien MOUTTE <julien@moutte.net>
19281
19282         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19284         have_xwindow_id signal in xwindow_create.
19285
19286 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19287
19288         * ext/ogg/gstoggdemux.c:
19289           lots of changes - mainly support for chained bitstreams, seeking,
19290           querying and bugfixes of course
19291         * ext/vorbis/Makefile.am:
19292         * ext/vorbis/vorbisdec.c:
19293         * ext/vorbis/vorbisdec.h:
19294           add vorbisdec raw vorbis decoder
19295         * ext/vorbis/vorbis.c: (plugin_init):
19296           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19297         * gst/intfloat/Makefile.am:
19298         * gst/intfloat/float22int.c:
19299         * gst/intfloat/float22int.h:
19300         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19301           add float2intnew plugin. It converts multichannel interleaved float to
19302           multichannel interleaved int. The name should probably be changed.
19303         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19304         (plugin_init):
19305           add typefinding for raw theora video so oggdemux can detect it.
19306
19307 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19308
19309         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19310         sink element first.
19311         * gst/videoscale/gstvideoscale.c:
19312         (gst_videoscale_handle_src_event): Fixing src event handler.
19313
19314 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19315
19316         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19317         (gst_v4lsrc_open), (gst_v4lsrc_close),
19318         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19319         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19320         * sys/v4l/gstv4lsrc.h:
19321         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19322         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19323           Implement resizing... Hack. But that's why v4l is b0rked...
19324
19325 2004-01-28  Julien MOUTTE <julien@moutte.net>
19326
19327         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19328         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19329         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19330         (gst_ximagesink_xwindow_destroy):
19331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19332         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19333         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19334         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19335         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19336         correctly cleaning the image created to check xshm calls on succes,
19337         added a lot of XSync calls in X11 functions, and fixed a segfault when
19338         no image format was defined before negotiation happened.
19339
19340 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19341
19342         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19343           use gst_element_get_time to get correct time
19344
19345 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19346
19347         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19348         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19349         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19351         (gst_xvimagesink_check_xshm_calls),
19352         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19353         X plugins are now able to detect that XShm calls will fail even if the
19354         server claims that it has XShm support (remote displays most of the
19355         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19356         so that we use non XShm functions. This feature is almost useless for
19357         xvimagesink as Xv is not supported on remote displays anyway, but
19358         it might happen than even on the local display XShm calls fail.
19359
19360 2004-01-27  David Schleef  <ds@schleef.org>
19361
19362         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19363         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19364         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19365         changed esdsink to only use 44100,16,2, since esd sucks at rate
19366         conversion and esdsink has had difficulty negotiating.
19367
19368 2004-01-27  Julien MOUTTE <julien@moutte.net>
19369
19370         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19371         (gst_play_seek_to_time): Fixing the way to get current position.
19372
19373 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19374
19375         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19376           use gst_element_get_time to get correct time
19377
19378 2004-01-27  Julien MOUTTE <julien@moutte.net>
19379
19380         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19381         fix ever... Inverting 2 lines of code make spider autoplug correctly
19382         tagged mp3 !
19383
19384 2004-01-27  David Schleef  <ds@schleef.org>
19385
19386         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19387         Use gst_pad_try_set_caps_nonfixed().
19388
19389 2004-01-27  David Schleef  <ds@schleef.org>
19390
19391         * gst/ac3parse/gstac3parse.c: update to checklist 5
19392         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19393         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19394         * gst/audioscale/gstaudioscale.c: same
19395         * gst/auparse/gstauparse.c: same
19396         * gst/avi/gstavidemux.c: same
19397
19398 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19399
19400         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19401           stop processing after EOS
19402
19403 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19404
19405         * gst/asfdemux/asfheaders.h:
19406         * gst/asfdemux/gstasfdemux.c:
19407         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19408         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19409         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19410           lot's of fixes to make data extraction simpler and get the code
19411           architecture and compiler independant. Add debugging category
19412         * gst/goom/gstgoom.c: (gst_goom_change_state):
19413           reset channel count on PAUSED=>READY, not READY=>PAUSED
19414
19415 2004-01-26  Colin Walters  <walters@verbum.org>
19416
19417         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19418         code to pull a bigger buffer in iradio mode.  This as a side effect
19419         makes typefinding work.
19420
19421 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19422
19423         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19424         Fix SVQ3 decoding on PPC
19425
19426 2004-01-26  Julien MOUTTE <julien@moutte.net>
19427
19428         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19429         that one managed to stay there... Fixed.
19430
19431 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19432
19433         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19434         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19435         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19436         (qtdemux_video_caps):
19437         * gst/qtdemux/qtdemux.h:
19438         Add SVQ3 specific flags to qtdemux and ffmpeg
19439
19440 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19441
19442         * gst-libs/gst/audio/audio.h:
19443           remove buffer-frames from audio caps
19444         * gst/audioconvert/gstaudioconvert.c:
19445           fix plugin to really work.
19446
19447 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19448
19449         * gst-libs/gst/mixer/mixer.c:
19450         * gst-libs/gst/propertyprobe/propertyprobe.c:
19451         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19452         (gst_tuner_find_channel_by_name):
19453         * gst-libs/gst/tuner/tuner.h:
19454           Add gtk-doc style comments. Also fix a function name.
19455
19456 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19459         (gst_divxdec_negotiate):
19460           Fix for new capsnego - also fixes gst-player with divxdec.
19461
19462 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19463
19464         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19465         (gst_play_identity_handoff), (gst_play_set_location),
19466         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19467         try in visualization implementation. Still have an issue with switch
19468         blocking when pulling from video_queue and only audio comes out of
19469         spider.
19470         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19471         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19472         release method. And check if the pad is usable before pulling.
19473
19474 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19477         (gst_videobalance_init),
19478         (gst_videobalance_colorbalance_list_channels),
19479         (gst_videobalance_colorbalance_set_value),
19480         (gst_videobalance_colorbalance_get_value),
19481         (gst_videobalance_update_properties),
19482         (gst_videobalance_update_tables_planar411),
19483         (gst_videobalance_planar411):
19484         * gst/videofilter/gstvideobalance.h:
19485           Implement lookup-tables. +/- 10x faster.
19486
19487 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19488
19489         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19490         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19491           The index reading was broken. The rest worked fine, but the whole
19492           goal of my rewrite was to make avidemux readable, and this was
19493           not at all readable. Please use typed variables.
19494
19495 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19496
19497         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19498           Additional pad usability check.
19499         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19500         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19501         (gst_mp1videoparse_real_chain):
19502           Fix MPEG video stream parsing. The original plugin had several
19503           issues, including not timestamping streams where the source was
19504           not timestamped (this happens with PTS values in mpeg system
19505           streams, but MPEG video is also a valid stream on its own so
19506           that needs timestamps too). We use the display time code for that
19507           for now. Also, if one incoming buffer contains multiple valid
19508           frames, we push them all on correctly now, including proper EOS
19509           handling. Lastly, several potential segfaults were fixed, and we
19510           properly sync on new sequence/gop headers to include them in next,
19511           not previous frames (since they're header for the next frame, not
19512           the previous). Also see #119206.
19513         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19514         (bpf_from_header):
19515           Move caps setting so we only do it after finding several valid
19516           MPEG-1 fraes sequentially, not right after the first one (which
19517           might be coincidental).
19518         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19519         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19520         (plugin_init):
19521           Add unsynced MPEG video stream typefinding, and change some
19522           probability values so we detect streams rightly. The idea is as
19523           follows: I can have an unsynced system stream which contains
19524           video. In the current code, I would randomly get a type for either
19525           system or video stream type found, because the probabilities are
19526           being calculated rather randomly. I now use fixed values, so we
19527           always prefer system stream if that was found (and that is how it
19528           should be). If no system stream was found, we can still identity                the stream as video-only.
19529
19530 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19531
19532         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19533         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19534           don't write to buffer. Extract data without the need of
19535           __attribute__ ((packed))
19536
19537 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19538
19539         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19540         (mpeg1_sys_type_find):
19541           Fix MPEG-1 stream typefinding.
19542
19543 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19544
19545         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19546           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19547
19548 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19549
19550         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19551         * ext/esd/gstesd.c: (plugin_init):
19552           private debugging, better error reporting
19553
19554 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19557         (gst_riff_read_init), (gst_riff_read_change_state):
19558         * gst-libs/gst/riff/riff-read.h:
19559           Remove stuff fromold metadata system.
19560
19561 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * ext/ogg/gstoggdemux.c:
19564           Fix wrong file comment.
19565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19566         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19567           Add metadata reading properly.
19568
19569 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19570
19571         * ext/Makefile.am:
19572           Fix nas DIST_SUBDIRS
19573           Uraeus:
19574           Fix bug where make distcheck doesn't get run on adding stuff to
19575           the build.
19576
19577 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19578
19579         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19580         * ext/divx/gstdivxdec.h:
19581           Fix divx3 ("msmpeg4") playback using divxdec.
19582
19583 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19584
19585         * gst/typefind/gsttypefindfunctions.c:
19586         (mp3_type_frame_length_from_header): fix bug in length computation
19587         (mp3_type_find): improve debugging output
19588
19589 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19590
19591         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19592         (gst_play_set_location), (gst_play_seek_to_time),
19593         (gst_play_set_audio_sink), (gst_play_set_visualization),
19594         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19595         the pipeline from scratch. Visualization is back and switch went out as
19596         i realized it was not possible to use the way i wanted.
19597         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19598         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19599         clearing in state change from READY to NULL. So that one can clean the
19600         X ressources keeping the element.
19601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19602         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19603         (gst_xvimagesink_colorbalance_set_value),
19604         (gst_xvimagesink_colorbalance_get_value),
19605         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19606         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19607         change from READY to NULL and fixed some stupid bugs in colorbalance
19608         get/set values. Also added the following feature : when nobody tries to
19609         set some values to the colorbalance levels before the xcontext is
19610         grabbed, then when creating channels list from Xv attributes we set the
19611         internal values to the Xv defaults. This way we handle buggy Xv drivers
19612         that set default hue values far from the middle of the range (Thanks
19613         to Jon Trowbridge for pointing that issue).
19614         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19615         colorbalance levels have been set before xcontext is grabbed.
19616
19617 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19618
19619         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19620           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19621           it might block operations (which is bad for a mixer).
19622
19623 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19626         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19627         (gmip_find_type_pre):
19628         * gst-libs/gst/media-info/media-info-priv.h:
19629         * gst-libs/gst/media-info/media-info.c:
19630         (gst_media_info_instance_init), (gst_media_info_read_idler):
19631         add fakesink to get caps on decoder src pad again
19632         fix callback prototype to match new have_type signal signature
19633
19634 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19635
19636         * gst/adder/gstadder.c: (gst_adder_link):
19637           fix non-compile and cut-n-paste code
19638
19639 2004-01-21  David Schleef  <ds@schleef.org>
19640
19641         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19642         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19643         (gst_swfdec_init), (gst_swfdec_change_state):
19644         * ext/swfdec/gstswfdec.h:
19645         Fix negotiation.
19646         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19647         (gst_adder_request_new_pad): Fix negotiation.
19648         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19649         Add a fixate function.
19650         * gst/intfloat/gstfloat2int.c:
19651         * gst/intfloat/gstfloat2int.h:
19652         * gst/intfloat/gstint2float.c:
19653         * gst/intfloat/gstint2float.h:
19654         Completely rewrite the negotiation.  Doesn't quite work yet,
19655         due to some buffer-frames problem.
19656
19657 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19658
19659         * ext/gnomevfs/gstgnomevfssrc.c:
19660         * sys/v4l2/v4l2_calls.h:
19661           fix includes for distcheck
19662
19663 2004-01-21  Christian Schaller <uraeus@gnome.org>
19664
19665         * ext/nas/
19666         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19667         based on earlier patch from Laurent Vivier
19668
19669 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19670
19671         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19672         Fix wma caps property
19673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19674         Fix typo (flags1 and flags2)
19675
19676 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19677
19678         * gst-libs/gst/media-info/media-info-priv.c:
19679         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19680         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19681         (gmip_find_stream), (gmip_find_track_metadata),
19682         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19683         (gmip_find_track_format):
19684         * gst-libs/gst/media-info/media-info-priv.h:
19685         * gst-libs/gst/media-info/media-info-test.c: (main):
19686         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19687         (gst_media_info_read_idler), (gst_media_info_read):
19688         * gst-libs/gst/media-info/media-info.h:
19689           register debugging category and use it for debugging
19690
19691 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19692
19693         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19694         (gst_vorbisfile_new_link):
19695           signal streaminfo through tags
19696
19697 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * ext/mplex/gstmplex.cc:
19700         * ext/mplex/gstmplexibitstream.cc:
19701           g++ doesn't like NULL in our i18n/error macros, should be
19702           either (NULL) or ("").
19703
19704 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19705
19706         * sys/dxr3/dxr3audiosink.c:
19707         * sys/dxr3/dxr3init.c:
19708         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19709         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19710           Fix more error error error errors (missing includes here).
19711
19712 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19713
19714         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19715           fix thomas' error errors.
19716
19717 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19718
19719         * ext/mpeg2enc/gstmpeg2enc.cc:
19720           fix error errors.
19721
19722 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19725         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19726           Fix for new error system.
19727
19728 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19731           fix for new error reporting
19732
19733 2004-01-20  David Schleef  <ds@schleef.org>
19734
19735         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19736         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19737         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19738         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19739         and neither is 100+, most likely.
19740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19741         (gst_xvimagesink_getcaps): same
19742
19743 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19744
19745         * configure.ac:
19746           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19747           clashes with ffmpeg.
19748
19749 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19750
19751         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19752         (gst_switch_init): Fixed switch element : proxying link and setting
19753         caps from src to sink on request.
19754
19755 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19756
19757         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19758         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19759         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19760         fix element_error
19761
19762 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19763
19764         * sys/v4l/v4l_calls.h:
19765         * sys/v4l2/v4l2_calls.h:
19766           element_error fixes
19767
19768 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19769
19770         * gst-libs/gst/gst-i18n-plugin.h:
19771           add locale.h
19772           remove config.h inclusion
19773
19774 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19775
19776         * autogen.sh:
19777           adding autopoint invocation
19778         * Makefile.am:
19779         * configure.ac:
19780         * gst-libs/gst/gettext.h:
19781           adding gettext bits
19782         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19783         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19784         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19785         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19786         (gst_gnomevfssink_close_file):
19787         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19788         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19789         * gst-libs/gst/gst-i18n-plugin.h:
19790         * gst/avi/gstavi.c: (plugin_init):
19791         * sys/dxr3/dxr3init.c: (plugin_init):
19792         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19793         * sys/oss/gstossaudio.c: (plugin_init):
19794         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19795         * sys/v4l/gstv4l.c: (plugin_init):
19796         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19797         * sys/v4l2/gstv4l2.c: (plugin_init):
19798         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19799         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19800         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19801         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19802         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19803         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19804           make sure locale and translation domain are set
19805           fix translated strings
19806         * po/.cvsignore:
19807         * po/LINGUAS:
19808         * po/Makevars:
19809         * po/POTFILES.in:
19810         * po/nl.po:
19811           put translation files into place
19812         * sys/xvideo/imagetest.c: (main):
19813         * ext/dv/demo-play.c: (main):
19814           fix unnecessary translations
19815
19816 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19817
19818         * ext/sndfile/gstsf.c:
19819         * gst/avi/gstavimux.c:
19820         * ext/audiofile/gstafsink.c:
19821         * ext/audiofile/gstafsrc.c:
19822         * ext/gnomevfs/gstgnomevfssink.c:
19823         * ext/gnomevfs/gstgnomevfssrc.c:
19824         * sys/oss/gstosselement.c:
19825         * sys/v4l/v4l_calls.h:
19826           fix i18n include
19827
19828 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19829
19830         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19831         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19832         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19833         (gst_v4l2_get_output), (gst_v4l2_set_output),
19834         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19835         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19836         (gst_v4l2_set_attribute):
19837         update to new error handling
19838
19839 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19840
19841         * ext/sidplay/gstsiddec.cc:
19842         * gst/modplug/gstmodplug.cc:
19843           parenthese NULL because C++ seems angry about it
19844
19845 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * gst-libs/gst/gst-i18n-plugin.h:
19848           add skeleton i18n stuff, but needs to be further implemented
19849
19850 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19851
19852         * examples/gstplay/player.c: (main):
19853         * ext/aalib/gstaasink.c: (gst_aasink_open):
19854         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19855         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19856         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19857         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19858         (gst_afsink_close_file):
19859         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19860         (gst_afsrc_close_file):
19861         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19862         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19863         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19864         * ext/esd/esdmon.c: (gst_esdmon_get):
19865         * ext/esd/esdsink.c: (gst_esdsink_chain):
19866         * ext/faac/gstfaac.c: (gst_faac_chain):
19867         * ext/faad/gstfaad.c: (gst_faad_chain):
19868         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19869         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19870         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19871         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19872         (gst_flacdec_loop):
19873         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19874         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19876         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19877         (gst_gnomevfssink_close_file):
19878         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19879         (gst_gnomevfssrc_open_file):
19880         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19881         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19882         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19883         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19884         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19885         * ext/mad/gstmad.c: (gst_mad_chain):
19886         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19887         * ext/mpeg2dec/gstmpeg2dec.c:
19888         * ext/mpeg2enc/gstmpeg2enc.cc:
19889         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19890         * ext/mplex/gstmplex.cc:
19891         * ext/mplex/gstmplexibitstream.cc:
19892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19893         (gst_ogg_demux_push), (gst_ogg_pad_push):
19894         * ext/raw1394/gstdv1394src.c:
19895         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19896         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19897         * ext/sidplay/gstsiddec.cc:
19898         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19899         (gst_sf_loop):
19900         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19901         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19902         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19903         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19904         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19905         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19906         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19907         * gst-libs/gst/Makefile.am:
19908         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19909         (gst_riff_read_element_data), (gst_riff_read_seek),
19910         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19911         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19912         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19913         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19914         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19915         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19916         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19917         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19918         * gst/goom/gstgoom.c: (gst_goom_chain):
19919         * gst/id3/gstid3types.c: (gst_id3types_loop):
19920         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19921         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19922         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19923         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19924         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19925         (gst_ebml_read_float), (gst_ebml_read_header):
19926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19927         (gst_matroska_demux_parse_blockgroup):
19928         * gst/modplug/gstmodplug.cc:
19929         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19931         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19932         * gst/silence/gstsilence.c: (gst_silence_get):
19933         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19934         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19935         * gst/speed/gstspeed.c: (speed_loop):
19936         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19937         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19938         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19939         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19940         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19941         (gst_wavparse_loop):
19942         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19943         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19944         (dxr3audiosink_close):
19945         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19946         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19947         (dxr3videosink_close), (dxr3videosink_write_data):
19948         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19949         * sys/oss/gstosselement.h:
19950         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19951         (gst_osssink_chain):
19952         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19953         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19954         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19956         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19957         (gst_v4l_enable_overlay):
19958         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19959         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19960         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19961         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19962         (gst_v4l_set_audio):
19963         * sys/v4l/v4l_calls.h:
19964         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19965         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19966         (gst_v4lmjpegsink_playback_init),
19967         (gst_v4lmjpegsink_playback_start):
19968         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19969         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19970         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19971         (gst_v4lmjpegsrc_requeue_frame):
19972         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19973         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19974         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19975         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19976         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19977         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19978         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19979         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19980         (gst_v4l2src_capture_stop):
19981         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19982         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19983         (gst_ximagesink_chain):
19984         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19985         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19986         (gst_xvideosink_xwindow_new):
19987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19988         (gst_xvimagesink_chain):
19989         use new error signal, function and categories
19990
19991 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19992
19993         * configure.ac:
19994         * ext/Makefile.am:
19995         * ext/musicbrainz/gsttrm.c:
19996         * ext/musicbrainz/gsttrm.h:
19997         * ext/musicbrainz/Makefile.am:
19998         Add a trm plugin
19999
20000 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20001
20002         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20003         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20004         synchronous property for debugging.
20005         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20006         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20007         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20008         smaller block, fixing indent.
20009
20010 2004-01-16  David Schleef  <ds@schleef.org>
20011
20012         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20013         property affects the video stream.
20014         * sys/xvimage/xvimagesink.c:
20015         * sys/xvimage/xvimagesink.h:
20016         Add synchronous property for debugging.  Should probably be
20017         disabled in non-CVS builds.  Make sure that the Xv attribute
20018         exists before we set it (crash!).  Fix a silly float bug that
20019         caused colorbalance to just not work.
20020
20021 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20022
20023         * tools/gst-launch-ext.in - update for new plugins
20024
20025 2004-01-16  David Schleef  <ds@schleef.org>
20026
20027         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20028         already-freed caps.
20029
20030 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20031
20032         * Update spec for new colorspace plugin and libcaca plugin
20033         * Fix compilation of libcaca plugin (clock -> id)
20034
20035 2004-01-16  Julien MOUTTE <julien@moutte.net>
20036
20037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20038         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20039         (gst_xvimagesink_set_xwindow_id),
20040         (gst_xvimagesink_colorbalance_set_value),
20041         (gst_xvimagesink_colorbalance_get_value),
20042         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20043         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20044         correct colorbalance properties. They can now be set when the element
20045         is still in NULL state. The values will be committed to the Xv Port
20046         when xcontext is initialized.
20047         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20048         brightness int values in the GstXvImagesink structure.
20049
20050 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * gst-libs/gst/Makefile.am:
20053           restructure so having local patches works easier.
20054
20055 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20056
20057         * ext/mpeg2enc/Makefile.am:
20058         * ext/mpeg2enc/gstmpeg2enc.cc:
20059         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20060           Bugfix with respect to EOS handling.
20061
20062 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20063
20064         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20065           Link with right caps (else, it segfaults).
20066         * ext/mplex/gstmplexjob.cc:
20067           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20068
20069 2004-01-15  David Schleef  <ds@schleef.org>
20070
20071         * gst-libs/gst/audio/Makefile.am:
20072         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20073         from the template.
20074         * gst-libs/gst/audio/gstaudiofilter.c:
20075         * gst-libs/gst/audio/gstaudiofilter.h:
20076         Add bytes_per_sample and size and n_samples calculation.
20077         * gst-libs/gst/audio/gstaudiofilterexample.c:
20078         Remove, now autogenerated.
20079         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20080         Moved from gstaudiofilterexample, object name changed, code added
20081         so that it actually works.
20082         * gst-libs/gst/audio/make_filter:
20083         Script to build an audiofilter subclass from the template.
20084         * gst/colorspace/Makefile.am:
20085         * gst/colorspace/yuv2yuv.c:
20086         Remove file, since it's GPL, and we don't use it.
20087
20088 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20089
20090         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20092         them use the buffer free function to test how the buffer was allocated.
20093
20094 2004-01-15  David Schleef  <ds@schleef.org>
20095
20096         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20097         that handles osssink fallback.
20098         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20099         (gst_audio_convert_getcaps):
20100         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20101         Add audio/x-qdm2 for QDM2 audio.
20102         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20103         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20104         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20105         Decrease minimum size to 16x16.
20106         * gst/wavparse/gstwavparse.c:
20107         Convert disabled pad template caps to new caps.
20108         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20110         (gst_xvimagesink_chain): Throw element error when display cannot
20111         be opened.  Increase minimum framerate to 1.0.  Check the data
20112         free function on a buffer to make sure it is the type we expect
20113         before manipulating it.
20114
20115 2004-01-15  Julien MOUTTE <julien@moutte.net>
20116
20117         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20118         (gst_videobalance_colorbalance_set_value): Implement passthru if
20119         settings are in the middle.
20120         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20121
20122 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20123
20124         * gst/videofilter/Makefile.am:
20125         * gst/volume/Makefile.am:
20126           Since we use videofilter symbols, link to it.
20127
20128 2004-01-15  Julien MOUTTE <julien@moutte.net>
20129
20130         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20131         mixer interface type to HARDWARE.
20132         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20133         type to SOFTWARE.
20134         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20135         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20136         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20137         (gst_volume_interface_init), (gst_volume_list_tracks),
20138         (gst_volume_set_volume), (gst_volume_get_volume),
20139         (gst_volume_set_mute), (gst_volume_mixer_init),
20140         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20141         (volume_init): Implementing mixer interface.
20142         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20143         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20144         (gst_osselement_change_state): Removing some trailing commas in
20145         structures.
20146         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20147         interface type to HARDWARE.
20148         * sys/v4l/gstv4lcolorbalance.c:
20149         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20150         type to HARDWARE.
20151         * sys/v4l2/gstv4l2colorbalance.c:
20152         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20153         interface type to HARDWARE.
20154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20155         same code than ximagesink for event handling.
20156
20157 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20158
20159         * ext/snapshot/Makefile.am:
20160         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20161         (gst_snapshot_chain):
20162         * ext/snapshot/gstsnapshot.h:
20163           This has to be a joke... Snapshot should be connected to a tee,
20164           colorspace element before it and EOS after that, where the other
20165           src of the tee receives normal data.
20166           The current way is *wrong*.
20167
20168 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * ext/hermes/gsthermescolorspace.c:
20171           Fix another compile error. Same as below.
20172
20173 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20174
20175         * gst/colorspace/gstcolorspace.c:
20176         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20177         (gst_colorspace_i420_to_yv12):
20178           Fix compiling... Didn't test if it actually works.
20179
20180 2004-01-15  David Schleef  <ds@schleef.org>
20181
20182         * configure.ac:
20183         * gst/colorspace/Makefile.am:
20184         * gst/colorspace/gstcolorspace.c:
20185         * gst/colorspace/gstcolorspace.h:
20186         * gst/colorspace/yuv2rgb.c:
20187         * gst/colorspace/yuv2rgb.h:
20188         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20189         code and GPL code.  Fix for new caps negotiation.  Rewrite
20190         much of the format handling code, and some of the conversion
20191         code.  Basically, rewrote almost everything.  This element
20192         handles I420, YV12 to RGB conversions.
20193         * ext/hermes/Makefile.am:
20194         * ext/hermes/gsthermescolorspace.c:
20195         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20196         Remove non-Hermes related code.  This element handles lots of
20197         RGB to RGB conversions, but no YUV.
20198         * ext/hermes/gstcolorspace.c:
20199         * ext/hermes/gstcolorspace.h:
20200         * ext/hermes/rgb2yuv.c:
20201         * ext/hermes/yuv2rgb.c:
20202         * ext/hermes/yuv2rgb.h:
20203         * ext/hermes/yuv2rgb_mmx16.s:
20204         * ext/hermes/yuv2yuv.c:
20205         * ext/hermes/yuv2yuv.h:
20206         Remove old code.
20207
20208 2004-01-14  Colin Walters  <walters@verbum.org>
20209
20210         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20211         they've already been.
20212
20213 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20214
20215         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20216           assume tag mode when pad is not connected
20217
20218 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20219
20220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20221           Don't update the time of the clock
20222         (gst_alsa_sink_loop):
20223           sync to the clock given to alsasink, not the own clock
20224         * sys/oss/gstosssink.c: (gst_osssink_chain):
20225           sync to the clock
20226         (gst_osssink_change_state):
20227           activate the clock
20228         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20230           remove bogus code that made DISCONT events unhandled
20231         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20232           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20233           #131502)
20234         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20235         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20236         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20237           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20238           2nd warning in bug #131502)
20239
20240 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20241
20242         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20243         (gst_videobalance_colorbalance_set_value),
20244         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20245         for colorbalance interface implementation.
20246         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20247         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20248         (gst_ximagesink_dispose), (gst_ximagesink_init),
20249         (gst_ximagesink_class_init): Adding DISPLAY property.
20250         * sys/ximage/ximagesink.h: Adding display_name to store display.
20251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20252         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20253         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20254         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20255         properties (they still need polishing though for gst-launch use : no
20256         xcontext yet, i ll do that tomorrow).
20257         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20258
20259 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20260
20261         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20262         (gst_play_set_location), (gst_play_set_visualization): Preparing
20263         switch integration, adding videobalance in the pipeline.
20264
20265 2004-01-14  Julien MOUTTE <julien@moutte.net>
20266
20267         * gst-libs/gst/colorbalance/colorbalance.c:
20268         (gst_color_balance_class_init): Adding a default type.
20269         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20270         the type.
20271         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20272         (gst_videobalance_dispose), (gst_videobalance_class_init),
20273         (gst_videobalance_init), (gst_videobalance_interface_supported),
20274         (gst_videobalance_interface_init),
20275         (gst_videobalance_colorbalance_list_channels),
20276         (gst_videobalance_colorbalance_set_value),
20277         (gst_videobalance_colorbalance_get_value),
20278         (gst_videobalance_colorbalance_init): Implementing colorbalance
20279         interface.
20280         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20281         list.
20282         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20283         bug which was triggering a BadAccess X error when setting an overlay
20284         before pad was really negotiated.
20285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20286         Using the colorbalance type macro.
20287
20288 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20289
20290         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20291         (gst_flacenc_chain):
20292           handle tags correctly
20293         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20294           extract ID3v1 tags correctly
20295
20296 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20299         (plugin_init):
20300           Improve matroska typefinding for odd-typed headers...
20301
20302 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20305           Fix for using incremental number on padnames.
20306
20307 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20308
20309         * ext/divx/gstdivxdec.c:
20310         * ext/divx/gstdivxenc.c:
20311           Set category to divx4linux instead of divx (too generic).
20312         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20313         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20314         (gst_wavparse_loop), (gst_wavparse_change_state):
20315         * gst/wavparse/gstwavparse.h:
20316           fix parsing of WAV files with non-standard fmt-tag size and fix
20317           skipping of unrecognized chunks... Someone please fix this thing
20318           to use rifflib so all this is automated.
20319         * sys/v4l/Makefile.am:
20320         * sys/v4l2/Makefile.am:
20321           Add X_CFLAGS because we depend on X (for overlay).
20322
20323 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20324
20325         * ext/mpeg2dec/gstmpeg2dec.c:
20326           Don't issue a timestamp unless we tagged the frame
20327           with a PTS.
20328
20329 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20330
20331         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20332           Query the audio element to get the time, not the clock. We're
20333           interested in the element's time here.
20334
20335 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20336
20337         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20339         * ext/esd/esdsink.c: (gst_esdsink_chain):
20340         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20341         * ext/mas/massink.c: (gst_massink_chain):
20342         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20343         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20344         (gst_matroska_demux_parse_metadata):
20345         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20346         (gst_mpeg_parse_release_locks):
20347         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20348         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20349         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20350         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20351         (gst_osssink_change_state):
20352         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20353         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20354         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20355         (gst_xvideosink_release_locks):
20356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20357           use element time.
20358         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20359         (gst_alsa_clock_stop):
20360         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20361         (gst_audio_clock_get_internal_time):
20362           simplify for use with new clocking code.
20363         * testsuite/alsa/Makefile.am:
20364         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20365           fix testsuite for new caps system
20366
20367 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20368
20369         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20370         * ext/flac/gstflacenc.c: (add_one_tag):
20371           length is already host endian, no need to convert. Fixes playback of
20372           tagged files on PPC. (bug #128384)
20373
20374 2004-01-13  Julien MOUTTE <julien@moutte.net>
20375
20376         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20377         colorbalance interface stating if it is hardware based or software
20378         based.
20379         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20380         Removing a trailing comma.
20381         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20382         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20383         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20384         the documentation seems to be wrong on the -1000 to 1000 interval.
20385
20386 2004-01-12  David Schleef  <ds@schleef.org>
20387
20388         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20389         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20390         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20391         Fix negotiation.  Add a bufferalloc function for the sink pad,
20392         and generally clean up some of the code.
20393
20394 2004-01-12  Julien MOUTTE <julien@moutte.net>
20395
20396         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20397         (gst_color_balance_channel_dispose): Adding safety check in dispose
20398         method.
20399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20400         (gst_xvimagesink_xcontext_clear),
20401         (gst_xvimagesink_interface_supported),
20402         (gst_xvimagesink_colorbalance_list_channels),
20403         (gst_xvimagesink_colorbalance_set_value),
20404         (gst_xvimagesink_colorbalance_get_value),
20405         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20406         Adding colorbalance interface support to set XV parameters such as
20407         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20408         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20409         interface.
20410
20411 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20412
20413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20414         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20415         (gst_audio_convert_init), (gst_audio_convert_set_property),
20416         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20417         (gst_audio_convert_link),
20418         (gst_audio_convert_buffer_to_default_format),
20419         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20420           - implement _getcaps and use it
20421           - improve linking
20422           - remove float caps since no float conversion is actually done
20423           - remove properties and arguments that were to be used for rate
20424             conversion
20425
20426 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20427
20428         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20429         (gst_audio_structure_set_int):
20430         * gst-libs/gst/audio/audio.h:
20431           add helper functions for _getcaps matching the standard audio
20432           templates
20433
20434 2004-01-12  David Schleef  <ds@schleef.org>
20435
20436         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20437         Test that pad is negotiated before getting its caps.
20438
20439 2004-01-12  Julien MOUTTE <julien@moutte.net>
20440
20441         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20442         analyzing the pads of an element the bin is mostly in READY state so
20443         no caps were negotiated. This helper function needs to work with
20444         _get_caps directly then. I was not freeing them though, added that to
20445         fix the mem leak.
20446
20447 2004-01-12  Julien MOUTTE <julien@moutte.net>
20448
20449         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20451         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20452         than the free_func.
20453
20454 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20455
20456         * sys/oss/gstossaudio.c: (plugin_init):
20457         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20458         * sys/oss/gstosselement.h:
20459           make an oss debugging category
20460           make failure more descriptive
20461
20462 2004-01-11  David Schleef  <ds@schleef.org>
20463
20464         * ext/ffmpeg/gstffmpeg.c:
20465         * ext/ffmpeg/gstffmpegcodecmap.c:
20466         * ext/ffmpeg/gstffmpegdec.c:
20467         * ext/ffmpeg/gstffmpegenc.c:
20468         * ext/ffmpeg/gstffmpegprotocol.c:
20469         * ext/gdk_pixbuf/gstgdkanimation.c:
20470         * ext/jpeg/gstjpeg.c:
20471         * ext/libpng/gstpng.c:
20472         * ext/mpeg2dec/perftest.c:
20473         * ext/speex/gstspeex.c:
20474         * gst-libs/gst/resample/dtos.c:
20475         * gst/intfloat/gstintfloatconvert.c:
20476         * gst/oneton/gstoneton.c:
20477         * gst/rtjpeg/RTjpeg.c:
20478         * gst/rtp/gstrtp.c:
20479         * sys/dxr3/dxr3init.c:
20480         * sys/glsink/gstgl_nvimage.c:
20481         * sys/glsink/gstgl_pdrimage.c:
20482         * sys/glsink/gstglsink.c:
20483         * testsuite/gst-lint:
20484         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20485
20486 2004-01-11  David Schleef  <ds@schleef.org>
20487
20488         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20489         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20490         * ext/gdk_pixbuf/gstgdkanimation.c:
20491         (gst_gdk_animation_iter_create_pixbuf):
20492         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20493         (gst_gdk_pixbuf_chain):
20494         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20495         * ext/jack/gstjack.c: (gst_jack_change_state):
20496         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20497         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20498         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20499         * gst/videofilter/gstvideofilter.c:
20500         (gst_videofilter_set_output_size):
20501         Remove all usage of gst_pad_get_caps(), and replace it with
20502         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20503
20504 2004-01-11  David Schleef  <ds@schleef.org>
20505
20506         * configure.ac:
20507         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20508         * ext/divx/gstdivxdec.c:
20509         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20510         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20511         handle images that span multiple buffers.  Now work with both
20512         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20513         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20514         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20515         video/video.h changes
20516         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20518         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20519         of GstData free function.
20520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20521         same.
20522
20523 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20524
20525         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20526         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20527         (gst_v4l2element_get_property):
20528         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20529           add norm, channel and frequency properties.
20530         * sys/v4l2/gstv4l2tuner.c:
20531           fixes for tuner interface changes
20532         * sys/v4l2/gstv4l2element.h:
20533         * sys/v4l2/gstv4l2src.c:
20534         * sys/v4l2/gstv4l2src.h:
20535         * sys/v4l2/v4l2src_calls.c:
20536         * sys/v4l2/v4l2src_calls.h:
20537           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20538
20539 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20540
20541         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20542         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20543         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20544         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20545         * gst-libs/gst/tuner/tuner.h:
20546           GObjects aren't const.
20547           Add find_by_name functions.
20548           Add checks to _changed functions.
20549         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20550         (gst_v4l_tuner_get_norm):
20551           Fixes for above.
20552
20553 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20554
20555         * gst-libs/gst/video/video.h:
20556           Fix caps template names to be understandable.
20557           Prefix everything with GST_VIDEO.
20558         * ext/aalib/gstaasink.c:
20559         * ext/divx/gstdivxdec.c:
20560         * ext/divx/gstdivxenc.c:
20561         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20562         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20563         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20564         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20565         * ext/libcaca/gstcacasink.c:
20566         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20567         * ext/snapshot/gstsnapshot.c:
20568         * ext/swfdec/gstswfdec.c:
20569         * ext/xvid/gstxviddec.c:
20570         * ext/xvid/gstxvidenc.c:
20571         * gst/chart/gstchart.c:
20572         * gst/deinterlace/gstdeinterlace.c:
20573         * gst/effectv/gsteffectv.c:
20574         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20575         * gst/goom/gstgoom.c:
20576         * gst/median/gstmedian.c:
20577         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20578         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20579         * gst/overlay/gstoverlay.c:
20580         * gst/smooth/gstsmooth.c:
20581         * gst/smpte/gstsmpte.c:
20582         * gst/synaesthesia/gstsynaesthesia.c:
20583         * gst/videocrop/gstvideocrop.c:
20584         * gst/videodrop/gstvideodrop.c:
20585         * gst/y4m/gsty4mencode.c:
20586         * sys/qcam/gstqcamsrc.c:
20587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20588           Make them work with new video.h file.
20589         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20590         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20592         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20593           Make it work with new buffer allocation system.
20594
20595 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20596
20597         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20598         pad_alloc_buffer implementation to use ->srcpad
20599         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20600         pad_alloc_buffer implementation to use ->srcpad
20601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20602         pad_alloc_buffer implementation to use ->srcpad
20603         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20604         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20605         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20606         a reference to everything we need.
20607         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20609         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20610         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20611         a reference to everything we need.
20612         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20613
20614 2004-01-11  David Schleef  <ds@schleef.org>
20615
20616         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20617         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20618         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20619         structure members.
20620         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20621         value during a resize/renegotiation.
20622         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20623         gst_pad_alloc_buffer();
20624         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20625         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20626         structure members.
20627         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20628         Fix for rename of buffer private structure members.
20629         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20630         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20631         Fix for rename of buffer private structure members.
20632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20633         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20634         Fix for rename of buffer private structure members.
20635
20636 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20637
20638         reviewed by: David Schleef <ds@schleef.org>
20639
20640         * gst/videofilter/Makefile.am:
20641         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20642         from the patch by ds to fit in with recent make_filter changes.
20643
20644 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20645
20646         * configure.ac: Adding examples/switch/Makefile
20647         * examples/Makefile.am: Adding examples/switch
20648         * examples/switch/Makefile.am: Adding switcher example.
20649         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20650         (switch_timer), (main): Adding an example demonstrating switch usage
20651         with 2 videotestsrc showing different patterns.
20652         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20653         (gst_switch_init): Fixing switch with the new caps system.
20654
20655 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20656
20657         * gst-libs/gst/video/video.h:
20658           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20659           They should probably be like
20660           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20661
20662 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20663
20664         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20665         (qtdemux_parse_trak):
20666           fix audio chunk size/timestamp calculation
20667
20668 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20669
20670         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20671           fix SVQ3 caps
20672
20673 2004-01-11  Steve Baker  <steve@stevebaker.org>
20674
20675         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20676         (gst_agingtv_base_init), (gst_agingtv_class_init),
20677         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20678         (gst_agingtv_set_property), (gst_agingtv_get_property):
20679         Port agingTV to videofilter
20680
20681 2004-01-09  Julien MOUTTE <julien@moutte.net>
20682
20683         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20684         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20685
20686 2004-01-09  Julien MOUTTE <julien@moutte.net>
20687
20688         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20689         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20690         * gst-libs/gst/xoverlay/xoverlay.c:
20691         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20692         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20693         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20694         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20695         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20696         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20697         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20698         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20699         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20700         interface implementation to handle xid being 0 and fix some bugs
20701         triggered by Benjamin's testcase.
20702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20703         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20704         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20705         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20706         interface implementation to handle xid being 0 and fix some bugs
20707         triggered by Benjamin's testcase.
20708
20709 2004-01-09  David Schleef  <ds@schleef.org>
20710
20711         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20712         mouse pointer events.  It works.
20713
20714 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20717           Use explicit caps - fix capsnego.
20718         * ext/xvid/gstxviddec.c:
20719         * ext/xvid/gstxvidenc.c:
20720           Remove macro-inside-macro which caused compile errors.
20721         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20722           Error out if it's not a RIFF file. Else we error out without
20723           gst_element_error() which is not good...
20724
20725 2004-01-08  David Schleef  <ds@schleef.org>
20726
20727         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20728         Fix pad_link function to handle formats that ffmpeg returns
20729         as multiple caps structures.
20730         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20731         Only complain if source buffer is _smaller_ than expected.
20732         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20733         (gst_videoscale_handle_src_event): Resize navigation events
20734         when passing them upstream.
20735         * gst/videotestsrc/gstvideotestsrc.c:
20736         * gst/videotestsrc/gstvideotestsrc.h:
20737         * gst/videotestsrc/videotestsrc.c:
20738         * gst/videotestsrc/videotestsrc.h:
20739         Rewrite many of the buffer painting functions to handle odd
20740         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20741         been verified to work with my video card.
20742         * testsuite/gst-lint:  Add check for elements calling
20743         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20744
20745 2004-01-08  David Schleef  <ds@schleef.org>
20746
20747         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20748         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20749
20750 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20751
20752         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20753         configure event is not emiting the desired size signal. That fixes
20754         aspect ratio issues with gst-player.
20755
20756 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20757
20758         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20759           Fix capsnego.
20760
20761 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20762
20763         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20764         public method to fire size signal.
20765
20766 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20767
20768         * examples/gstplay/Makefile.am: Adding the interface library.
20769         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20770         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20771         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20772         GST_IS_X_OVERLAY before signal connect.
20773         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20774         Removing the have_video_size signal.
20775         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20776         and associated public method.
20777         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20778         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20779         signal.
20780         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20781         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20782         signal.
20783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20784         Using XOverlay public method to fire size signal.
20785
20786 2004-01-07  David Schleef  <ds@schleef.org>
20787
20788         * gst/videofilter/Makefile.am:
20789         * gst/videofilter/gstvideotemplate.c:
20790         * gst/videofilter/make_filter:
20791         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20792         Convert make_filter to /bin/sh script.
20793
20794 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20795
20796         * gst/modplug/gstmodplug.cc: fix element description
20797
20798 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20799
20800         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20801         (got_video_size): Adding some new lines in g_print calls.
20802         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20803         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20804         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20805         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20806         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20807         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20808         Complete code review, reverting some stuff i disagree with, adding
20809         some fixes : time synchronization on invalid timestamps, renegotiation
20810         of private window.
20811         * sys/ximage/ximagesink.h:
20812         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20813         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20814         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20815         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20816         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20817         (gst_xvimagesink_buffer_new),
20818         (gst_xvimagesink_navigation_send_event),
20819         (gst_xvimagesink_set_xwindow_id),
20820         (gst_xvimagesink_get_desired_size),
20821         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20822         stuff i disagree with, adding some fixes : Renegotiation of private
20823         window, implementing get_desired_size.
20824
20825 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20826
20827         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20828         (gst_afsink_handle_event):
20829         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20830         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20831         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20832         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20833         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20834           Fix for instantiate-test (see core). Also remove dead code from
20835           jpegenc (which still needs fixing, but that's lower on my TODO
20836           list...).
20837         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20838           Never return NULL as caps.
20839
20840 2004-01-07  David Schleef  <ds@schleef.org>
20841
20842         * configure.ac:
20843         * ext/Makefile.am:
20844         * ext/librfb/Makefile.am:
20845         * ext/librfb/gstrfbsrc.c:
20846         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20847         is the protocol used by VNC.
20848
20849 2004-01-07  David Schleef  <ds@schleef.org>
20850
20851         * gst/videofilter/gstvideotemplate.c:
20852         * gst/videofilter/gstvideotemplate.h:
20853         * gst/videofilter/make_filter:
20854         Merge videotemplate header into source file.
20855         * gst/effectv/Makefile.am:
20856         * gst/effectv/gsteffectv.c: (plugin_init):
20857         * gst/effectv/gstwarp.c:
20858         Make warpTV a subclass of videofilter.
20859
20860 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20861
20862         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20863           Add guard against invalid utf-8 conversions in mad. Just in case.
20864
20865 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20866
20867         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20868           Fix for bug shown by poisoning
20869
20870 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20871
20872         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20873         (gst_v4lmjpegsrc_buffer_free):
20874         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20875         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20876         (gst_v4lsrc_buffer_free):
20877           Fix for removed bufferpools.
20878
20879 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20880
20881         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20882         Fix caps negotiation.
20883
20884         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20885         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20886         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20887         (dvdnavsrc_event):
20888         * ext/mpeg2dec/gstmpeg2dec.c:
20889         * gst-libs/gst/navigation/navigation.c:
20890         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20891         * gst-libs/gst/navigation/navigation.h:
20892         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20893         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20895         Super-simple first version of mouse and keyboard events. Clicking
20896         on a DVD menu now works, although it may not take you where you
20897         expected.
20898
20899         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20900         * gst/videotestsrc/gstvideotestsrc.c:
20901         (gst_videotestsrc_src_fixate):
20902         These fixate functions were broken - they never actually
20903         fixated :)
20904
20905 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20906
20907         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20908         (gst_icecastsend_init):
20909           fix for new caps system.
20910         * gst-libs/gst/mixer/mixertrack.h:
20911         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20912           Add 'master track' flag (for tools like ACME that only want to
20913           change the main volume).
20914
20915 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20916
20917         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20918         (gst_xvid_csp_to_caps):
20919         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20920         * ext/xvid/gstxvidenc.c:
20921         ifdef out ARGB type when it isn't available
20922         in xvidcore 1.0.0beta2
20923
20924 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20925
20926         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20927           When we have received a new SCR right in the first buffer after
20928           a seek (so in the same cycle that handles the discont), we should
20929           handle the buffer instead of unreffing it, else we lose data.
20930
20931 2004-01-06  Iain <iain@prettypeople.org>
20932
20933         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20934           buffer-frames caps too.
20935
20936         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20937           caps that we need, don't destroy them all and rebuild them. And when
20938           creating src pads, use the src pad template rather than the sink...
20939
20940 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20941
20942         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20943           Add pad to element *after* setting functions such as event handler.
20944           Without this, the scheduler (opt) will link pads, set the event
20945           handler from the default event function (dispatcher in gstpad.c)
20946           and *after* that, we will set our own event function, which will
20947           thus never be used (and thus mpegdemux doesn't handle events).
20948
20949 2004-01-04  David Schleef  <ds@schleef.org>
20950
20951         Fix the fixate functions to handle new prototype:
20952         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20953         * gst/videotestsrc/gstvideotestsrc.c:
20954         (gst_videotestsrc_src_fixate):
20955         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20956         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20958
20959 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20960
20961         * sys/ximage/ximagesink.h:
20962         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20963         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20964         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20965         (gst_ximagesink_xoverlay_init):
20966           assorted fixes to make (re)embedding work
20967         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20968         (gst_ximagesink_get_desired_size):
20969           implement desired size additions to XOverlay
20970
20971 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20972
20973         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20974         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20975         (gst_x_overlay_got_desired_size):
20976         * gst-libs/gst/xoverlay/xoverlay.h:
20977           Add optional "desired size" signal and querying.
20978
20979 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20980
20981         * gst/matroska/matroska-demux.c:
20982         (gst_matroska_demux_parse_blockgroup):
20983           Fix EBML-laced block parsing. Diffs are relative to previous
20984           lace, not the first lace. Thanks to Mosu from the Matroska
20985           team for detecting this.
20986         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20987         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20988         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20989         (gst_wavparse_change_state):
20990         * gst/wavparse/gstwavparse.h:
20991           Quickfix for capsnego.
20992
20993 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20994
20995         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20996           Fix indenting, fix pad creation.
20997
20998 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21001         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21002         (gst_xviddec_sink_link):
21003           Implement src_getcaps() so proper size caps is negotiated.
21004
21005 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21006
21007         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21008           Finish flac decoder on EOS. See #116178.
21009
21010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21013         (gst_matroska_demux_add_stream):
21014         * gst/matroska/matroska-ids.h:
21015           Add getcaps() function to fix capsnego...
21016
21017 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21018
21019         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21020         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21021         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21022           Fix more integer overflows. Again, see #126967.
21023
21024 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21025
21026         * ext/mpeg2dec/gstmpeg2dec.c:
21027           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21028           #130416.
21029
21030 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21031
21032         * configure.ac:
21033         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21034         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21035         * ext/xvid/gstxvid.h:
21036         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21037         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21038         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21039         (gst_xviddec_change_state):
21040         * ext/xvid/gstxviddec.h:
21041         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21042         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21043         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21044         (gst_xvidenc_link), (gst_xvidenc_set_property),
21045         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21046         * ext/xvid/gstxvidenc.h:
21047           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21048
21049 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21050
21051         * gst/rtp/rtp-packet.c:
21052           Add sys/types.h include, since OS X doesn't define in_addr_t
21053           in netinet/in.h, like it does on Linux (see #129600).
21054
21055 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21056
21057         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21060           Correct logic of dispose function (see #129306).
21061
21062 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21065         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21066         (gst_mpeg_parse_init):
21067         * gst/mpegstream/gstmpegparse.h:
21068           Remove clock (which was never provided, i.e. dead code), and
21069           also fix integer overflows at high PTS values (see #126967).
21070
21071 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21072
21073         * ext/flac/gstflacdec.c:
21074         * ext/libpng/gstpngenc.h:
21075         * ext/mikmod/gstmikmod.h:
21076           OS X fixes (see #126628).
21077
21078 2004-01-02  David Schleef  <ds@schleef.org>
21079
21080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21081         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21082         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21083         (gst_mpeg_parse_class_init): Move pad template registration
21084         to class_init, since the derived class (mpegdemux) doesn't
21085         want them.
21086
21087 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21088
21089         * sys/ximage/Makefile.am:
21090         * sys/xvideo/Makefile.am:
21091         * sys/xvimage/Makefile.am:
21092           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21093           after installation (see #127664).
21094
21095 2004-01-02  David Schleef  <ds@schleef.org>
21096
21097         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21098         (gst_ffmpegenc_connect):  Negotiation fixes.
21099         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21100         Remove inappropriate gst_caps_free().
21101         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21102         Reenable Ronald's internal resize code, since the core handles
21103         it correctly now.
21104
21105 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21106
21107         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21108         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21110           Fix pad template stuff.
21111
21112 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21113
21114         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21115         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21116           fix signed integer reading/writing.
21117
21118 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21119
21120         * ext/alsa/README:
21121           Remove outdated document
21122
21123 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21124
21125         * gst/cutter/gstcutter.c: (gst_cutter_init):
21126           src pad was being created twice - oops.
21127
21128 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21129
21130         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21131           Comment out internal resize. It doesn't handle the resulting
21132           XEvent internally, does another try_set_caps() which leads to
21133           a really nice loop.
21134           Real fix will come when Julien and Dave are awake. ;).
21135
21136 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21137
21138         * ext/mpeg2enc/gstmpeg2enc.cc:
21139           fix const/nonconst compile issue.
21140
21141 2004-01-02  David Schleef  <ds@schleef.org>
21142
21143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21144         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21145         Add fixate function and a check for bad formats.
21146
21147 2004-01-01  David Schleef  <ds@schleef.org>
21148
21149         Negotiation fixes:
21150         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21151         (gst_audiofilter_init):
21152         * gst/debug/efence.c: (gst_efence_init):
21153         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21154         (gst_deinterlace_init):
21155         * gst/volume/gstvolume.c: (volume_connect):
21156
21157 2004-01-01  David Schleef  <ds@schleef.org>
21158
21159         Convert elements to use gst_pad_use_explicit_caps() where
21160         appropriate:
21161         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21162         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21163         (gst_afparse_open_file):
21164         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21165         (gst_afsrc_open_file):
21166         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21167         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21168         (gst_ffmpegdec_chain):
21169         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21170         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21171         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21172         (gst_gdk_pixbuf_chain):
21173         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21174         (gst_jpegdec_chain):
21175         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21176         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21177         (gst_mikmod_negotiate):
21178         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21179         (gst_mpeg2dec_negotiate_format):
21180         * ext/mpeg2enc/gstmpeg2enc.cc:
21181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21182         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21183         (gst_speexdec_sinkconnect):
21184         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21185         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21186         (gst_vorbisfile_new_link):
21187         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21188         (gst_ac3parse_chain):
21189         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21190         (gst_asf_demux_setup_pad):
21191         * gst/auparse/gstauparse.c: (gst_auparse_init),
21192         (gst_auparse_chain):
21193         * gst/id3/gstid3types.c: (gst_id3types_loop):
21194         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21195         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21196         (mp1videoparse_parse_seq):
21197         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21198         (bpf_from_header):
21199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21200         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21202         (gst_mpeg_parse_send_data):
21203         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21204         (gst_qtdemux_add_stream):
21205         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21206         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21207         (gst_wavparse_parse_fmt):
21208
21209 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21210
21211         * configure.ac:
21212           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21213           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21214           it therefore uses the wrong include paths. Too bad... Note
21215           that 1.6.1.93 is not release yet. ;).
21216           Also add a check for mplex, which is now using the lib'ified
21217           mplex from mjpegtools, too.
21218         * ext/ffmpeg/gstffmpegcodecmap.c:
21219           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21220           issues. I don't think ffmpeg handles 3ivx correctly, so this
21221           probably won't work. But it won't hurt either.
21222         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21223         (gst_ffmpegdec_chain):
21224         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21225         (gst_ffmpegenc_chain_audio):
21226           Fix memleak in audio encoding. Close codec if open fails, this
21227           calls the cleanup routines so we can re-use the context.
21228         * ext/mpeg2enc/gstmpeg2enc.cc:
21229           Fix pad template names/types, fix memory issue with getcaps().
21230         * ext/mpeg2enc/gstmpeg2encoder.cc:
21231         * ext/mpeg2enc/gstmpeg2encoder.hh:
21232           Fix compile issue with new caps system (const thingy).
21233         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21234         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21235           We read a first frame right on initing, so that we have a caps
21236           when we init the output. This caps is cached in padprivate and
21237           read as first frame.
21238         * ext/mplex/Makefile.am:
21239         * ext/mplex/gstmplex.cc:
21240         * ext/mplex/gstmplex.h:
21241         * ext/mplex/gstmplex.hh:
21242         * ext/mplex/gstmplexibitstream.cc:
21243         * ext/mplex/gstmplexibitstream.hh:
21244         * ext/mplex/gstmplexjob.cc:
21245         * ext/mplex/gstmplexjob.hh:
21246         * ext/mplex/gstmplexoutputstream.cc:
21247         * ext/mplex/gstmplexoutputstream.hh:
21248           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21249           had issues, didn't do capsnego, supported only a subset of the
21250           mplex features and required a mplex fork in our local CVS. Plus
21251           that it worked agaist a very old mplex version. Rewriting was
21252           faster than updating it.
21253         * gst-libs/ext/Makefile.am:
21254         * gst-libs/ext/mplex/INSTRUCT:
21255         * gst-libs/ext/mplex/Makefile.am:
21256         * gst-libs/ext/mplex/README:
21257         * gst-libs/ext/mplex/TODO:
21258         * gst-libs/ext/mplex/ac3strm_in.cc:
21259         * gst-libs/ext/mplex/audiostrm.hh:
21260         * gst-libs/ext/mplex/audiostrm_out.cc:
21261         * gst-libs/ext/mplex/aunit.hh:
21262         * gst-libs/ext/mplex/bits.cc:
21263         * gst-libs/ext/mplex/bits.hh:
21264         * gst-libs/ext/mplex/buffer.cc:
21265         * gst-libs/ext/mplex/buffer.hh:
21266         * gst-libs/ext/mplex/fastintfns.h:
21267         * gst-libs/ext/mplex/format_codes.h:
21268         * gst-libs/ext/mplex/inputstrm.cc:
21269         * gst-libs/ext/mplex/inputstrm.hh:
21270         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21271         * gst-libs/ext/mplex/mjpeg_logging.cc:
21272         * gst-libs/ext/mplex/mjpeg_logging.h:
21273         * gst-libs/ext/mplex/mjpeg_types.h:
21274         * gst-libs/ext/mplex/mpastrm_in.cc:
21275         * gst-libs/ext/mplex/mpegconsts.cc:
21276         * gst-libs/ext/mplex/mpegconsts.h:
21277         * gst-libs/ext/mplex/mplexconsts.hh:
21278         * gst-libs/ext/mplex/multplex.cc:
21279         * gst-libs/ext/mplex/outputstream.hh:
21280         * gst-libs/ext/mplex/padstrm.cc:
21281         * gst-libs/ext/mplex/padstrm.hh:
21282         * gst-libs/ext/mplex/stillsstream.cc:
21283         * gst-libs/ext/mplex/stillsstream.hh:
21284         * gst-libs/ext/mplex/systems.cc:
21285         * gst-libs/ext/mplex/systems.hh:
21286         * gst-libs/ext/mplex/vector.cc:
21287         * gst-libs/ext/mplex/vector.hh:
21288         * gst-libs/ext/mplex/videostrm.hh:
21289         * gst-libs/ext/mplex/videostrm_in.cc:
21290         * gst-libs/ext/mplex/videostrm_out.cc:
21291         * gst-libs/ext/mplex/yuv4mpeg.cc:
21292         * gst-libs/ext/mplex/yuv4mpeg.h:
21293         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21294         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21295           We don't fork mjpegtools' mplex in our CVS anymore.
21296         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21297         (gst_avi_demux_add_stream):
21298         * gst/avi/gstavidemux.h:
21299           Add getcaps() function for proper caps nego. This makes some
21300           parts of AVI playback/reading work.
21301         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21302           Resize window on new capsnego. This is probably wrong, but
21303           I'm still committing it because with current capsnego, the
21304           first successfull capsnego is auto-fixated, therefore rounded
21305           down to the lowest values in the caps. this results in a 16x16
21306           XWindow that is not reized when real capsnego finishes.
21307           Dave, I see more cases of this, do you know a proper solution?
21308         * tools/gst-launch-ext.in:
21309           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21310
21311 2003-12-31  David Schleef  <ds@schleef.org>
21312
21313         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21314         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21315           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21316
21317 2003-12-30  David Schleef  <ds@schleef.org>
21318
21319         * ext/ffmpeg/gstffmpegcolorspace.c:
21320         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21321         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21322         (gst_ffmpegcsp_chain): Negotiation fixes
21323         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21325         (gst_audio_convert_link), (gst_audio_convert_channels):
21326         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21327         (gst_audioscale_link), (gst_audioscale_get_buffer),
21328         (gst_audioscale_chain): Negotiation fixes
21329         * gst/audioscale/gstaudioscale.h:
21330         * gst/videofilter/gstvideofilter.c:
21331         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21332         (gst_videofilter_link), (gst_videofilter_init),
21333         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21334         (gst_videofilter_find_format_by_structure):
21335         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21337         (gst_videoscale_link):
21338         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21339         (videoscale_find_by_structure), (gst_videoscale_setup):
21340         * gst/videoscale/videoscale.h: Negotiation fixes
21341         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21342         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21343         function, restrict resizing to a multiple of 4 (hack until
21344         everyone supports odd sizes correctly).
21345
21346 2003-12-29  Colin Walters  <walters@verbum.org>
21347
21348         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21349         signed.
21350
21351 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21352
21353         * ext/sndfile/gstsf.c: (gst_sf_loop):
21354           Fix warning about discarding const qualifier
21355
21356 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21357
21358         * gst/cutter/gstcutter.c:
21359         * gst/videoscale/gstvideoscale.c:
21360         * gst/volenv/gstvolenv.c:
21361         * gst-libs/gst/audio/audio.c:
21362         * gst-libs/gst/video/video.c:
21363           Fix warnings
21364
21365 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21366
21367         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21368           Don't send ALSA debugging to stderr.
21369         * ext/alsa/gstalsa.h:
21370           Use GST_WARNING instead of g_warning when ALSA functions fail.
21371
21372 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21373
21374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21375           Free XVAdapterInfo correctly.
21376
21377 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21378
21379         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21380         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21381           Make id3tag use correct caps nego.
21382
21383 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21384
21385         * ext/ivorbis/vorbis.c:
21386         * ext/ivorbis/vorbisenc.h:
21387         * ext/ivorbis/vorbisfile.c:
21388           Modify so that it uses the new caps things
21389
21390 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21391
21392         * testsuite/spider/spider1.c: (main):
21393         * testsuite/spider/spider2.c: (main):
21394         * testsuite/spider/spider3.c: (main):
21395           Make tests compile again. They probably don't work.
21396
21397 2003-12-24  Colin Walters  <walters@verbum.org>
21398
21399         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21400         we can't fixate the caps anymore.
21401
21402 2003-12-23  David Schleef  <ds@schleef.org>
21403
21404         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21405         * sys/oss/gstosssink.c: (gst_osssink_init),
21406         (gst_osssink_sink_fixate): Add fixate function.
21407
21408 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21409
21410         * ext/ffmpeg/gstffmpegcodecmap.c:
21411         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21412         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21413         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21414         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21415         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21416         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21417         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21418           fix typo in RGB masks, and move back to "old" colorspace
21419           capsnego code until whoever wrote this new crap has actually
21420           tested it so that it works.
21421           And yes, this works, keep it that way please.
21422
21423 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21424
21425         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21426         (gst_divxdec_init), (gst_divxdec_negotiate):
21427         * ext/divx/gstdivxdec.h:
21428         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21429         (gst_divxenc_init):
21430         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21431         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21432         * ext/mpeg2enc/gstmpeg2enc.cc:
21433         * ext/mpeg2enc/gstmpeg2encoder.cc:
21434         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21435         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21436         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21437         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21438         (dxr3spusink_init):
21439         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21440         (dxr3videosink_init):
21441           Fix caps breakage after Dave's caps branch merge.
21442
21443 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21444
21445         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21446           Fix for 24bpp display.
21447
21448 2003-12-23  Colin Walters  <walters@verbum.org>
21449
21450         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21451         a GnomeVFSHandle directly.
21452
21453 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21454
21455         * gst/volume/Makefile.am:
21456         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21457         (volume_base_init), (volume_init):
21458           Reenable volume element and fix to work with new caps stuff.
21459           Rhythmbox needs this.
21460
21461 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21462
21463         * gst/qtdemux/qtdemux.c: (plugin_init):
21464           qtdemux requires bytestream
21465
21466 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21467
21468         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21469           Fix remaining caps handling errors due to CAPS merge.
21470
21471 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21472
21473         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21474         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21475         (gst_faad_srcconnect):
21476           Port to new caps system.
21477
21478 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21479
21480         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21481         (got_video_size), (main): using g_print instead of g_message.
21482         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21483         signal which was not emitted because of "switch" element added to the
21484         bin but not connected. (Removing from the bin temporarily)
21485
21486 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21487
21488         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21489         find X development files. I don't understand the previous tests and
21490         they fail on my debian/ppc unstable. This one works.
21491         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21492         exiting.
21493         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21494         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21495         (gst_play_set_visualization): Add some safety checks in set_ methods
21496         and state_change. This was throwing some ugly CRITICAL messages when
21497         pipeline was getting disposed and casts were failing.
21498
21499 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21500
21501         * configure.ac:
21502           Improve mpeg2enc detection. This is for distributions that do
21503           ship mjpegtools, but without mpeg2enc. Also does object check
21504           for might there ever be ABI incompatibility.
21505         * ext/mpeg2enc/gstmpeg2enc.cc:
21506           Add Andrew as second maintainer (he's helping me), and also add
21507           an error if no caps was set. This happens if I pull before capsnego
21508           and that's something I should solve sometime else.
21509         * gst/matroska/matroska-demux.c:
21510         (gst_matroska_demux_parse_blockgroup):
21511           Fix time parsing.
21512         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21513         (gst_matroska_mux_track_header):
21514           Add caps to templates.
21515         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21516           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21517         * gst/mpegstream/gstmpegdemux.c:
21518           Remove layer since it causes warnings about unfixed caps.
21519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21520           Fix obvious typo (we error out if caps were set, we should of
21521           course error out if *no* caps were set).
21522         * sys/oss/gstosselement.c: (gst_osselement_convert):
21523           Fix format conversion, we confused bits/bytes.
21524         * sys/oss/gstosselement.h:
21525           Improve documentation for 'bps'.
21526         * sys/v4l/TODO:
21527           Remove stuff about plugins that need removing - this was done
21528           ages ago.
21529         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21530         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21531         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21532         (gst_v4lsrc_src_query):
21533         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21534         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21535           Add get_query_types(), get_formats() and query() functions.
21536
21537 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21538
21539         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21540         * moved CVS to freedesktop.org