gst/playback/gststreamselector.*: Add the active-pad property for playbin to use...
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * gst/playback/gststreamselector.c:
4         (gst_stream_selector_class_init), (gst_stream_selector_init),
5         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
6         (gst_stream_selector_get_property),
7         (gst_stream_selector_get_linked_pad),
8         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9         * gst/playback/gststreamselector.h:
10         Add the active-pad property for playbin to use shortly. Ignore buffers
11         from any other pad, returning GST_FLOW_NOT_LINKED
12
13 2005-11-29  Julien MOUTTE  <julien@moutte.net>
14
15         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
16         patch from bug #322704 (Alessandro Decina).
17
18 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19
20         * gst-libs/gst/audio/Makefile.am:
21           folded audiofilter into the audio library
22
23 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
24
25         * gst/videoscale/gstvideoscale.h:
26         * gst/videoscale/gstvideoscale.c:
27           remove unimplemented scale methods
28
29 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
30
31         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
32           Don't leak caps.
33
34 2005-11-28  Julien MOUTTE  <julien@moutte.net>
35
36         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
37         (gst_ximagesink_setcaps):
38         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
39         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
40         happens (only visible on ximagesink but bug is in xv too) set_caps was
41         destroying the internal x[v]image used to memcpy non locally alloced
42         buffers so that it got renewed on next _chain. The issue is that 
43         _expose will try to put that image as it reffed it in _put.
44         Using gst_buffer_unref instead of destroy fixes it !
45
46 2005-11-28  Edward Hervey  <edward@fluendo.com>
47
48         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
49         (try_to_link_1), (queue_filled_cb):
50         Better use of the queues. Start with a small size queue and only increase
51         the size of the queues when the other queues are empty.
52
53 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
54
55         * gst-libs/gst/video/Makefile.am:
56           compile in copied-over videofilter into the video library
57         * gst-libs/gst/video/videosink.h:
58           rename the header to gstvideosink.h since it's a base GstObject class
59         * sys/ximage/ximagesink.h:
60         * sys/xvimage/xvimagesink.h:
61           use the new header
62
63 2005-11-28  Wim Taymans  <wim@fluendo.com>
64
65         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
66         * gst/playback/gstplaybasebin.h:
67         Prepare to handle errors betters.
68
69         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
70         Set sinks to PAUSED first before adding and linking them so that
71         we don't interrupt dataflow.
72
73 2005-11-28  Wim Taymans  <wim@fluendo.com>
74
75         * gst-libs/gst/audio/TODO:
76         Updated TODO
77
78         * gst-libs/gst/audio/gstaudiosink.c:
79         (gst_audioringbuffer_open_device),
80         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
81         (gst_audioringbuffer_release):
82         Small cleanups.
83
84         * gst-libs/gst/audio/gstbaseaudiosink.c:
85         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
86         (gst_base_audio_sink_change_state):
87         Slave to the master clock when going to PLAYING and unslave when
88         going to PAUSED.
89
90         * gst-libs/gst/audio/gstringbuffer.c:
91         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
92         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
93         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
94         (gst_ring_buffer_clear_all), (wait_segment),
95         (gst_ring_buffer_commit), (gst_ring_buffer_read),
96         (gst_ring_buffer_advance):
97         * gst-libs/gst/audio/gstringbuffer.h:
98         Add some docs and cleanups.
99
100 2005-11-28  Julien MOUTTE  <julien@moutte.net>
101
102         * sys/xvimage/xvimagesink.c:
103         (gst_xvimagesink_navigation_send_event): Fix navigation events
104         coordinates translation with pixel aspect ratios.
105
106 2005-11-28  Julien MOUTTE  <julien@moutte.net>
107
108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
109         Use calculated video geometry from _setcaps instead of buffer
110         caps to respect pixel aspect ratio. (fixes #322388)
111
112 2005-11-28  Julien MOUTTE  <julien@moutte.net>
113
114         * docs/libs/tmpl/gstcolorbalance.sgml:
115         * docs/libs/tmpl/gstmixer.sgml:
116         * docs/libs/tmpl/gstxoverlay.sgml:
117         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
118         interface.
119
120 2005-11-28  Julien MOUTTE  <julien@moutte.net>
121
122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
123         Refuse to create an XvImage if we can't find the format.
124
125 2005-11-28  Edward Hervey  <edward@fluendo.com>
126
127         * gst-libs/gst/riff/riff-media.c:
128         (gst_riff_create_audio_template_caps):
129         Add ATRAC3 to the list of riff-possible audio caps.
130         I know we still don't have a plugin for atrac3, but it's saner to output
131         that than a cryptic mimetype.
132
133 2005-11-27  Edward Hervey  <edward@fluendo.com>
134
135         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
136         Don't try to create a zero-sized subbuffer.
137
138 2005-11-27  Julien MOUTTE  <julien@moutte.net>
139
140         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
141         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
142         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
143         (gst_ximagesink_expose): Fixed a tricky race.
144         * sys/ximage/ximagesink.h:
145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
146         (gst_xvimagesink_expose): Fixed a tricky race.
147         * sys/xvimage/xvimagesink.h:
148
149 2005-11-27  Edward Hervey  <edward@fluendo.com>
150
151         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
152         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
153         Remove unused properties, and add queues between demuxers and decoders
154         so that a lot more files can preroll properly.
155
156 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
157
158         * gst-libs/gst/net/Makefile.am:
159         * gst-libs/gst/rtp/Makefile.am:
160         * gst-libs/gst/tag/Makefile.am:
161           remove silly include
162         * gst/tags/Makefile.am:
163         * gst/tags/gsttagediting.c:
164         * gst/tags/gsttageditingprivate.h:
165         * gst/tags/tagedit.vcproj:
166           remove directory, is as good as empty
167
168 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
169
170         * configure.ac:
171           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
172         * gst-libs/Makefile.am:
173         * gst-libs/gst/audio/Makefile.am:
174         * gst-libs/gst/interfaces/Makefile.am:
175         * gst-libs/gst/net/Makefile.am:
176         * gst-libs/gst/riff/Makefile.am:
177         * gst-libs/gst/rtp/Makefile.am:
178         * gst-libs/gst/tag/Makefile.am:
179         * gst-libs/gst/video/Makefile.am:
180           and use them
181
182 2005-11-27  Julien MOUTTE  <julien@moutte.net>
183
184         * docs/libs/tmpl/gstcolorbalance.sgml:
185         * docs/libs/tmpl/gstmixer.sgml:
186         * docs/libs/tmpl/gstxoverlay.sgml:
187         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
188         * sys/ximage/ximagesink.h:
189         * sys/xvimage/xvimagesink.h: More and more documentation.
190
191 2005-11-26  Julien MOUTTE  <julien@moutte.net>
192
193         * docs/libs/gst-plugins-base-libs-docs.sgml:
194         * docs/libs/gst-plugins-base-libs-sections.txt:
195         * docs/libs/tmpl/gstcolorbalance.sgml:
196         * docs/libs/tmpl/gstmixer.sgml:
197         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
198         to documentation.
199
200 2005-11-26  Julien MOUTTE  <julien@moutte.net>
201
202         * docs/plugins/Makefile.am:
203         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
204         * docs/plugins/gst-plugins-base-plugins-sections.txt:
205         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
206
207 2005-11-26  Julien MOUTTE  <julien@moutte.net>
208
209         * docs/plugins/Makefile.am:
210         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
211         * docs/plugins/gst-plugins-base-plugins-sections.txt:
212         * docs/plugins/inspect/plugin-adder.xml:
213         * docs/plugins/inspect/plugin-alsa.xml:
214         * docs/plugins/inspect/plugin-audioconvert.xml:
215         * docs/plugins/inspect/plugin-audiorate.xml:
216         * docs/plugins/inspect/plugin-audioresample.xml:
217         * docs/plugins/inspect/plugin-audiotestsrc.xml:
218         * docs/plugins/inspect/plugin-decodebin.xml:
219         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
220         * docs/plugins/inspect/plugin-gnomevfs.xml:
221         * docs/plugins/inspect/plugin-ogg.xml:
222         * docs/plugins/inspect/plugin-playbin.xml:
223         * docs/plugins/inspect/plugin-subparse.xml:
224         * docs/plugins/inspect/plugin-tcp.xml:
225         * docs/plugins/inspect/plugin-theora.xml:
226         * docs/plugins/inspect/plugin-typefindfunctions.xml:
227         * docs/plugins/inspect/plugin-video4linux.xml:
228         * docs/plugins/inspect/plugin-videorate.xml:
229         * docs/plugins/inspect/plugin-videoscale.xml:
230         * docs/plugins/inspect/plugin-videotestsrc.xml:
231         * docs/plugins/inspect/plugin-volume.xml:
232         * docs/plugins/inspect/plugin-vorbis.xml:
233         * docs/plugins/inspect/plugin-ximagesink.xml:
234         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
235         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
236
237 2005-11-26  Edward Hervey  <edward@fluendo.com>
238
239         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
240         Properly return GstFlowReturn from gst_pad_push in chain functions.
241
242 2005-11-25  Michael Smith  <msmith@fluendo.com>
243
244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
245         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
246         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
247         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
248           Handle various conditions better when we don't understand a stream.
249           Removes a heap of CRITICALs on ogg streams containing unknown data.
250
251 2005-11-24  Andy Wingo  <wingo@pobox.com>
252
253         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
254         Be threadsafe.
255
256 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
257
258         * configure.ac: back to HEAD
259
260 === release 0.9.6 ===
261
262 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
263
264         * configure.ac:
265           releasing 0.9.6, "White Eight"
266
267 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
268
269         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
270         * docs/plugins/inspect/plugin-sine.xml:
271           remove sinesrc some more
272
273 2005-11-23  Wim Taymans  <wim@fluendo.com>
274
275         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
276         If we are reading too slowly, jump forward in the ringbuffer
277         instead of blocking.
278
279 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
280
281         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
282         (gst_visual_chain):
283         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
284         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
285         (gst_videorate_chain):
286         * gst/videotestsrc/gstvideotestsrc.c:
287         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
288         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
289         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
290         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
291         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
292         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
293           Updates for API changes
294
295 2005-11-23  Wim Taymans  <wim@fluendo.com>
296
297         * gst-libs/gst/audio/gstbaseaudiosink.c:
298         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
299         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
300         Fix for calibration API change.
301
302 2005-11-23  Michael Smith <msmith@fluendo.com>
303
304         * gst-libs/gst/audio/multichannel.c:
305         (gst_audio_get_channel_positions),
306         (gst_audio_set_channel_positions),
307         (gst_audio_set_structure_channel_positions_list),
308         (gst_audio_fixate_channel_positions):
309           Use gst_value_array_*() functions on value arrays, not
310           gst_value_list_*().
311
312 2005-11-23  Edward Hervey  <edward@fluendo.com>
313
314         * autogen.sh:
315         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
316         Fixes autogen
317
318 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
319
320         * check/Makefile.am:
321         * check/elements/videotestsrc.c: (setup_videotestsrc),
322         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
323         (main):
324           add a test for videotestsrc
325
326 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
327
328         * gst/sine/.cvsignore:
329         * gst/sine/Makefile.am:
330         * gst/sine/gstsinesrc.c:
331         * gst/sine/gstsinesrc.h:
332         * gst/sine/sinesrc.vcproj:
333           and remove sinesrc from the repository.  Closes #321446
334
335 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
336
337         * configure.ac:
338         * gst-plugins-base.spec.in:
339           remove sinesrc from the build
340
341 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
342
343         * check/Makefile.am:
344         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
345         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
346         (main):
347           add a test for audiotestsrc, testing all waves.  Even seems
348           leak-free at first glance, nice job Stefan
349
350 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
351
352         * po/af.po:
353         * po/az.po:
354         * po/cs.po:
355         * po/en_GB.po:
356         * po/hu.po:
357         * po/it.po:
358         * po/nb.po:
359         * po/nl.po:
360         * po/or.po:
361         * po/sq.po:
362         * po/sr.po:
363         * po/sv.po:
364         * po/uk.po:
365         * po/vi.po:
366           Translation string updates
367
368         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
369         (gst_v4lsrc_set_caps):
370         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
371         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
372         * sys/v4l/v4lsrc_calls.h:
373           Improve v4lsrc, by making it work again.
374
375 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
376
377         * ext/libvisual/visual.c: (gst_visual_chain):
378           Fix the fps calculations.
379
380         * gst/ffmpegcolorspace/avcodec.h:
381           Move structure element for clarity
382
383         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
384         * gst-libs/gst/interfaces/tunernorm.h:
385         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
386         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
387         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
388         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
389         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
390         (gst_v4lmjpegsrc_getcaps):
391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
392         (gst_v4lsrc_set_caps):
393         * sys/v4l/gstv4lsrc.h:
394         * sys/v4l/v4l_calls.c: (gst_v4l_open):
395         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
396         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
397         * sys/v4l/v4lsrc_calls.h:
398           Fractional framerates...
399
400 2005-11-22  Wim Taymans  <wim@fluendo.com>
401
402         * gst-libs/gst/audio/gstbaseaudiosink.c:
403         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
404         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
405         And we provide a clock by default, of course...
406
407 2005-11-22  Wim Taymans  <wim@fluendo.com>
408
409         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
410         This clock can be slaved to a master clock now.
411
412         * gst-libs/gst/audio/gstbaseaudiosink.c:
413         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
414         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
415         (gst_base_audio_sink_set_clock),
416         (gst_base_audio_sink_set_property),
417         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
418         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
419         * gst-libs/gst/audio/gstbaseaudiosink.h:
420         Handle slaving the internal clock to the clock selected in the
421         pipeline.
422         Add property to make the basesink not provide a clock.
423
424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
425         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
426         (gst_base_rtp_depayload_wait):
427         * gst-libs/gst/rtp/gstbasertpdepayload.h:
428         We can use the clock in GstElement, no need to store it ourselves.
429
430 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
431
432         * docs/libs/tmpl/gstaudio.sgml:
433           update
434         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
435         (gst_paranoia_endian_get_type):
436         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
437         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
438         * gst/audiotestsrc/gstaudiotestsrc.c:
439         (gst_audiostestsrc_wave_get_type):
440         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
441         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
442         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
443         (gst_sync_method_get_type), (gst_unit_type_get_type),
444         (gst_client_status_get_type), (gst_multifdsink_class_init),
445         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
446         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
447         (gst_multifdsink_get_property):
448         * gst/tcp/gstmultifdsink.h:
449         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
450         * gst/videotestsrc/gstvideotestsrc.c:
451         (gst_videotestsrc_pattern_get_type):
452           remove deprecated properties
453           fix up enums to correctly have short lowercase dashed nicks
454
455 2005-11-22  Michael Smith <msmith@fluendo.com>
456
457         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
458         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
459           Add underscore.
460
461 2005-11-22  Michael Smith <msmith@fluendo.com>
462
463         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
464         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
465           Use utility method for scaling clocktime for fractional framerates.
466
467 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
468
469         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
470         (gst_visual_chain):
471         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
472         * ext/theora/theoradec.c: (theora_handle_type_packet):
473         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
474         (theora_enc_chain):
475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
476         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
477         * gst-libs/gst/video/video.h:
478         * gst/ffmpegcolorspace/avcodec.h:
479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
480         (gst_ffmpeg_caps_to_pixfmt):
481         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
482         (gst_ffmpegcsp_set_caps):
483         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
484         (gst_videorate_setcaps), (gst_videorate_blank_data),
485         (gst_videorate_chain):
486         * gst/videotestsrc/gstvideotestsrc.c:
487         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
488         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
489         (gst_videotestsrc_event), (gst_videotestsrc_create):
490         * gst/videotestsrc/gstvideotestsrc.h:
491         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
492         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
493         (gst_ximagesink_get_times), (gst_ximagesink_init):
494         * sys/ximage/ximagesink.h:
495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
496         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
497         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
498         * sys/xvimage/xvimagesink.h:
499           Convert elements to use fractions for their framerate.
500           V4L elements to come later tonight.
501
502 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
503
504         * gst-libs/gst/audio/audio.c:
505         * gst-libs/gst/audio/audio.h:
506           remove some deprecated functions
507
508 2005-11-22  Andy Wingo  <wingo@pobox.com>
509
510         * Update for gst_tag_setter API changes.
511
512 2005-11-22  Andy Wingo  <wingo@pobox.com>
513
514         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
515         (gst_ogg_demux_perform_seek):
516         * ext/theora/theoradec.c (theora_dec_sink_event):
517         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
518         update-funcnames.
519
520 2005-11-22  Wim Taymans  <wim@fluendo.com>
521
522         * examples/seeking/seek.c: (main):
523         Give higher priority to bus signals than the gtk events
524         to fix a race condition in the segment looping.
525
526 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
527
528         * ext/theora/Makefile.am:
529         * ext/vorbis/Makefile.am:
530         * gst-libs/gst/tag/Makefile.am:
531         * gst-plugins-base.spec.in:
532           Rename libgsttagedit to libgsttag (#322117).
533
534 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
538           Call gst_x_overlay_prepare_xwindow_id() to give applications
539           a final chance to set their own xwindow id before the video
540           sink creates its own window.
541
542 2005-11-22  Julien MOUTTE  <julien@moutte.net>
543
544         * sys/xvimage/xvimagesink.c:
545         (gst_xvimagesink_navigation_send_event): Handle navigation
546         events correcly with borders if applicable.
547
548 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
549
550         Patch by: Luca Ognibene
551
552         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
553         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
555         (gst_ffmpegcsp_caps_remove_format_info):
556         * gst/ffmpegcolorspace/imgconvert.c:
557         * gst/ffmpegcolorspace/imgconvert_template.h:
558           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
559           #318353); use gst_structure_has_name().
560
561 2005-11-22  Julien MOUTTE  <julien@moutte.net>
562
563         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
564         (gst_ximagesink_class_init): Add debug macros on functions.
565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
566         (gst_xvimagesink_xwindow_draw_borders),
567         (gst_xvimagesink_xvimage_put),
568         (gst_xvimagesink_xwindow_update_geometry),
569         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
570         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
571         (gst_xvimagesink_xcontext_clear),
572         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
573         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
574         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
575         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
576         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
577         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
578         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
579         expose while being PAUSED, out of data flow navigation events, etc..
580
581 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
582
583         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
584         * gst-libs/gst/audio/audio.h:
585           fix prototype - wondering why the test worked regardless
586
587 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
588
589         * check/Makefile.am:
590         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
591         * gst-libs/gst/audio/audio.h:
592           add a method that returns a proper GstClockTime
593
594 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
595
596         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
597         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
598         * gst-libs/gst/interfaces/xoverlay.h:
599           Remove everything having to do with the desired size; add 
600           gst_x_overlay_prepare_xwindow_id() function; remove the
601           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
602           post a message on the bus instead (#321816).
603
604         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
606         (gst_xvimagesink_xoverlay_init):
607           Remove desired size stuff (#321816).
608
609 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
610
611         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
612         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
613         (mpeg_video_type_find), (mpeg_video_stream_type_find):
614           Terminate vararg functions with NULL instead of 0 to 
615           make gcc4 happy.
616
617 2005-11-21  Andy Wingo  <wingo@pobox.com>
618
619         patch by: Sebastien Cote <sebas642@yahoo.ca>
620         
621         * gst-libs/gst/rtp/gstrtpbuffer.h: 
622         * gst-libs/gst/rtp/gstrtpbuffer.c
623         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
624
625 2005-11-21  Andy Wingo  <wingo@pobox.com>
626
627         * gst/playback/gstplaybin.c (gen_audio_element) 
628         (gen_video_element): Use the new MISSING_PLUGIN core error
629         category. Closes #320060.
630
631         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
632         * gst/videorate/gstvideorate.c (gst_videorate_event):
633         * ext/theora/theoradec.c (theora_dec_sink_event): 
634         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
635         stream lock.
636
637         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
638         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
639         stream lock changes.
640
641 2005-11-21  Wim Taymans  <wim@fluendo.com>
642
643         * gst-libs/gst/audio/gstbaseaudiosink.c:
644         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
645         (gst_base_audio_sink_provide_clock),
646         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
647         (gst_base_audio_sink_change_state):
648         * gst/audioresample/gstaudioresample.c:
649         Segment update fix.
650
651 2005-11-21  Andy Wingo  <wingo@pobox.com>
652
653         * *.h:
654         * *.c: Ran scripts/update-macros. Oh yes.
655
656 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * sys/ximage/Makefile.am:
659         * sys/ximage/ximage.c:
660           Rename ximage plugin to ximagesink (#321426) (Don't forget to
661           remove your old libgstximage.* manually if necessary).
662
663 2005-11-21  Michael Smith <msmith@fluendo.com>
664
665         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
666           Minimal fix for bug #320200: set the min/max bitrate in the correct
667           units. A better fix would be to upgrade to the RATEMANAGE2
668           interface, rather than using the deprecated interface used here, but
669           that would require an update in our libvorbis dependency (to 1.1),
670           which is probably undesirable.
671
672 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
673
674         * ext/libvisual/visual.c: (get_buffer):
675         * gst-libs/gst/audio/gstbaseaudiosrc.c:
676         (gst_base_audio_src_fixate):
677         * gst/audioconvert/gstaudioconvert.c:
678         (gst_audio_convert_fixate_caps):
679         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
680         * gst/audiotestsrc/gstaudiotestsrc.c:
681         (gst_audiotestsrc_src_fixate):
682         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
683         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
684         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
685         * gst/videotestsrc/gstvideotestsrc.c:
686         (gst_videotestsrc_src_fixate):
687         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
689           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
690           (#322027)
691
692
693 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
694
695         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
696         (gst_riff_create_iavs_caps):
697         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
698         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
699         (gst_riff_parse_info):
700         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
703           Fixes for GST_FOURCC_FORMAT API change.
704
705 2005-11-21  Andy Wingo  <wingo@pobox.com>
706
707         patch by: Alessandro Dessina <alessandro nnva org>
708
709         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
710         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
711         (gst_ogg_parse_chain):
712         * ext/theora/theoraenc.c (theora_set_header_on_caps):
713         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
714         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
715         gst_value_list calls on arrays. Fixes #321962.
716
717 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
718
719         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
720         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
721         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
722         * gst/adder/gstadder.c: (gst_adder_init),
723         (gst_adder_request_new_pad), (gst_adder_collected),
724         (gst_adder_change_state):
725           Update for gst_collectpads_foo() to gst_collect_pads_foo()
726           API change.
727
728 2005-11-21  Michael Smith <msmith@fluendo.com>
729
730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
731         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
732           Properly handle pad_push return values.
733
734 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
735
736         * gst-libs/gst/tag/Makefile.am:
737         * gst-libs/gst/tag/gstvorbistag.c:
738         (gst_tag_list_to_vorbiscomment_buffer):
739           Remove obsolete vorbistag element and debug category.
740
741         * gst/playback/gstplaybasebin.c: (check_queue):
742           Don't divide by 0 when queue-threshold is 0.
743
744         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
745           Don't modify an existing pixel-aspect-ratio if we fail to read
746           a new one.
747
748 2005-11-20  Wim Taymans  <wim@fluendo.com>
749
750         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
751         (gst_vorbisenc_push_packet):
752         GST_PAD_IS_USABLE is gone, use the return value of
753         the push or pad_alloc_buffer instead.
754
755 2005-11-18  Julien MOUTTE  <julien@moutte.net>
756
757         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
758         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
759         (gst_ximagesink_ximage_destroy),
760         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
761         (gst_ximagesink_xwindow_new),
762         (gst_ximagesink_xwindow_update_geometry),
763         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
764         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
765         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
766         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
767         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
768         (gst_ximagesink_navigation_send_event),
769         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
770         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
771         (gst_ximagesink_finalize), (gst_ximagesink_init),
772         (gst_ximagesink_class_init):
773         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
774         This new version brings correct software scaling, non flickering
775         window while resizing, pixel aspect ratio handling, usage of
776         hardware buffer pools, out of data flow event thread for 
777         navigation and handling of expose events even when being PAUSED,
778         a new property to keep video aspect ratio when resizing, etc...
779
780 2005-11-18  Julien MOUTTE  <julien@moutte.net>
781
782         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
783         (gst_videoscale_fixate_caps): Introduce back caps fixate with
784         handling of PAR.
785
786 2005-11-18    <bilboed@dvdsrc.fluendo.com>
787
788         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
789         Unsetting IS_SINK flag from the fakesink, so decodebin
790         never behaves as a sink.
791
792 2005-11-17  Wim Taymans  <wim@fluendo.com>
793
794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
795         (gst_base_audio_src_change_state):
796         Fix the audiosrc base class again, we did not unflush.
797
798 2005-11-17  Julien MOUTTE  <julien@moutte.net>
799
800         * examples/seeking/seek.c: (make_dv_pipeline),
801         (make_vorbis_theora_pipeline), (make_avi_pipeline),
802         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
803         to ogg/vorbis/theora pipeline.
804
805 2005-11-17  Wim Taymans  <wim@fluendo.com>
806
807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
808         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
809         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
810         Fix EOS on multiple streams.
811         More debugging.
812
813 2005-11-16  Wim Taymans  <wim@fluendo.com>
814
815         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
816         (gst_ogg_demux_perform_seek):
817         Segment done must include stream time.
818
819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
820         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
821         (gst_ogg_mux_change_state):
822         Fix ogg muxer again.
823
824 2005-11-16  Wim Taymans  <wim@fluendo.com>
825
826         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
827         Fix compile again.
828
829 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
830
831         * ext/libvisual/visual.c: (gst_visual_init):
832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
833         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
834         (gst_ogg_parse_chain):
835         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
836         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
837         * ext/theora/theoradec.c: (gst_theora_dec_init):
838         * ext/theora/theoraenc.c: (gst_theora_enc_init):
839         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
840         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
841         * gst/adder/gstadder.c: (gst_adder_class_init),
842         (gst_adder_dispose):
843         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
844         * gst/subparse/gstsubparse.c: (gst_subparse_init):
845         * gst/videorate/gstvideorate.c: (gst_videorate_init):
846           Fix a whole set of pad template leaks
847
848 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
849
850         * check/generic/states.c: (GST_START_TEST):
851           fix the test so that it only checks for elements that are part of
852           this source module
853
854 2005-11-16  Michael Smith <msmith@fluendo.com>
855
856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
857         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
858         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
859         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
860         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
861         (gst_ogg_mux_change_state):
862           Fix leaking collectpads.
863
864 2005-11-16  Edward Hervey  <edward@fluendo.com>
865
866         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
867         (gst_videorate_event), (gst_videorate_chain):
868         Handle segment seeks
869
870 2005-11-16  Wim Taymans  <wim@fluendo.com>
871
872         * gst-libs/gst/audio/gstbaseaudiosink.c:
873         (gst_base_audio_sink_provide_clock),
874         (gst_base_audio_sink_change_state):
875         Set ringbuffer to non-flushing when going to PAUSED, set to
876         flushing again when going to READY.
877
878         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
879         (gst_ring_buffer_stop):
880         Start in flushing mode by default.
881         Don't set flushing in the _stop method, let the app call
882         this explicitly.
883
884 2005-11-16  Julien MOUTTE  <julien@moutte.net>
885
886         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
887         * gst-libs/gst/video/videosink.h: Add helper function needed
888         for video sinks.
889
890 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * gst/videoscale/gstvideoscale.c:
893         (gst_videoscale_handle_src_event):
894           Don't leak reference to pad parent.
895
896 2005-11-16  Wim Taymans  <wim@fluendo.com>
897
898         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
899         Set ringbuffer to flushing when stopping so that we don't
900         block on wait_segment anymore and livelock.
901
902 2005-11-16  Wim Taymans  <wim@fluendo.com>
903
904         * examples/seeking/seek.c: (send_event), (do_seek),
905         (loop_toggle_cb), (segment_done), (main):
906         Added looping checkbox.
907
908 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
909
910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
911         (gst_ogg_demux_init):
912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
913         (gst_vorbis_dec_init):
914           revert unrefs, they don't pass make check
915
916 2005-11-15  Johan Dahlin  <johan@gnome.org>
917
918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
919         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
920         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
921         (gst_vorbis_dec_init):
922         Fix pad template leaks. 
923
924 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
925
926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
927           Make state change function thread safe.
928
929 2005-11-15  Edward Hervey  <edward@fluendo.com>
930
931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
932         (gst_ogg_demux_class_init):
933         Implement GstElement::send_event, so we can send seek events
934         in GST_STATE_READY
935
936 2005-11-14  Julien MOUTTE  <julien@moutte.net>
937
938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
939         Discovered how to take away flickering while resizing the
940         window. Please don't put that in ximagesink, refactoring in
941         progress.
942
943 2005-11-14  Michael Smith <msmith@fluendo.com>
944
945         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
946         (gst_multifdsink_render):
947           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
948
949 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
950
951         * gst/playback/gstplaybin.c: (gen_audio_element):
952           Use autoaudiosink, it tends to be more widely available than
953           autoaudiiosink.
954           
955 2005-11-14  Andy Wingo  <wingo@pobox.com>
956
957         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
958         as well if it is available. Fixes #316442.
959
960 2005-11-14  Michael Smith <msmith@fluendo.com>
961
962         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
963         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
964         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
965         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
966         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
967         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
968         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
969         (gst_vorbisenc_change_state):
970           Fix a small memory leak in vorbisenc.
971           Fix large memory leaks in oggmux, also fix lots of state change
972           bugs in oggmux.
973
974 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
975
976         * gst/videotestsrc/gstvideotestsrc.c:
977         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
978         (gst_videotestsrc_src_fixate):
979           move fixation to a fixate function
980           remove negotiate function, basesrc's is good enough
981           fixes a bug for check when using the element alone
982
983 2005-11-13  Edward Hervey  <edward@fluendo.com>
984
985         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
986         (key_toggle_cb), (main):
987         Added checkboxes for adding/removing the accurate and key_unit seek
988         flags.
989
990 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
991
992         * configure.ac: back to HEAD
993
994 === release 0.9.5 ===
995
996 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
997
998         * configure.ac:
999           releasing 0.9.5, "No No Kia"
1000
1001 2005-11-11  Edward Hervey  <edward@fluendo.com>
1002
1003         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1004         Added parse-launch syntax seeking mode for the seeking example.
1005         This should help stress-test even more cases.
1006         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1007
1008 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * sys/xvimage/xvimagesink.c:
1011         (gst_xvimagesink_navigation_send_event):
1012           Check whether peer pad exists before sending navigation events
1013           to it.
1014
1015 2005-11-11  Michael Smith <msmith@fluendo.com>
1016
1017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1018         (gst_vorbisenc_buffer_from_packet):
1019         * ext/vorbis/vorbisenc.h:
1020           Set duration on encoded buffers. This allows oggmux's
1021           max_page_delay parameter to actually work.
1022
1023 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1024
1025         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1026         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1027         (gst_ffmpegcsp_avpicture_fill):
1028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1029         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1030           Make palettes work again (see #132341). Use our own macros
1031           for rounding up.
1032
1033 2005-11-10  Andy Wingo  <wingo@pobox.com>
1034
1035         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1036         string doober.
1037
1038 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1039
1040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1041         (gst_ffmpegcsp_transform_caps):
1042           Prefer passthrough in transform_caps
1043
1044 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1045
1046         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1047           check for ALSA errors properly, instead of relying on ALSA's
1048           error strings to serve to the user.
1049
1050 2005-11-10  Wim Taymans  <wim@fluendo.com>
1051
1052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1053         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1054         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1055         Modernise the seek code.
1056
1057 2005-11-10  Michael Smith <msmith@fluendo.com>
1058         
1059         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1060         (setup_substreams), (set_active_source):
1061           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1062           trying to go to NULL if we failed to read a file.
1063
1064 2005-11-10  Wim Taymans  <wim@fluendo.com>
1065
1066         * gst/audiotestsrc/gstaudiotestsrc.c:
1067         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1068         (gst_audiotestsrc_create):
1069         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1070         (gst_sinesrc_get_times), (gst_sinesrc_create):
1071         * gst/videotestsrc/gstvideotestsrc.c:
1072         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1073         (gst_videotestsrc_create):
1074         The base class can now sync for us.
1075
1076 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1077
1078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1079           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1080           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1081           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1082           format=(fourcc)I420" ! xvimagesink
1083
1084 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1087         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1088         (gst_sinesrc_newsegment):
1089           Send newsegment event in TIME format, set duration if
1090           num-buffers is set, fix duration querying.
1091
1092 2005-11-10  Michael Smith <msmith@fluendo.com>
1093
1094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1095         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1096         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1097         (gst_ogg_mux_collected):
1098          Fix EOS handling, partially. Now forwarding an EOS event once we have
1099          EOS on all pads works correctly. However, we still don't properly set
1100          EOS on the actual ogg stream pages.
1101
1102 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1103
1104         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1105           Set elements to NULL state before disposing of them.
1106
1107 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1108
1109         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1110
1111         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1112         (gst_base_rtp_depayload_init),
1113         (gst_base_rtp_depayload_set_gst_timestamp):
1114         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1115           We need to send a newsegment event for each instance, not
1116           just for the first instance of this class (get rid of
1117           static variable in function). (#321011).
1118           
1119 2005-11-08  Michael Smith <msmith@fluendo.com>
1120
1121         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1122         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1123         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1124         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1125           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1126           This makes us mux things correctly according to the ogg muxing
1127           rules. Still not handling EOS correctly right now, though.
1128
1129 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1130
1131         * gst/audioconvert/gstaudioconvert.c:
1132           Fix typo in docs. 
1133
1134 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1135
1136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1137         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1138           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1139           creating a new chain; should fix live streaming. Also
1140           add more debug output and fix a typo.
1141
1142 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1143
1144         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * gst/volume/gstvolume.c: (volume_set_caps):
1147           Fix compilation on Solaris with Forte. (#320923)
1148
1149 2005-11-08  Wim Taymans  <wim@fluendo.com>
1150
1151         * gst-libs/gst/audio/gstbaseaudiosink.c:
1152         (gst_base_audio_sink_render):
1153         No need to do a typecheck.
1154
1155 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1156
1157         * ext/alsa/gstalsa.h:
1158           We register a debug category, so let's use it.
1159
1160 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1161
1162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1163         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1164         Fixed a small problem.
1165
1166 2005-11-04  Wim Taymans  <wim@fluendo.com>
1167
1168         * examples/seeking/Makefile.am:
1169         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1170         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1171         (make_playerbin_pipeline), (format_value), (update_scale),
1172         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1173         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1174         (print_usage), (main):
1175         Added app for playback speed testing.
1176
1177         * examples/seeking/seek.c: (dynamic_link),
1178         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1179         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1180         (message_received), (main):
1181         Updated seek example.
1182
1183 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1184
1185         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1186         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1187         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1188         (gst_base_rtp_depayload_set_clock):
1189         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1190         Don't sleep on the bench (system clock) when you have a nice 
1191         comfortable bed (Gstreamer clock) to sleep on.
1192
1193 2005-11-03  Wim Taymans  <wim@fluendo.com>
1194
1195         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1196         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1197         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1198         Handle the case where a pad_block failed.
1199
1200 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1201
1202         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1203
1204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1205         (gst_base_rtp_depayload_add_to_queue),
1206         (gst_base_rtp_depayload_push),
1207         (gst_base_rtp_depayload_set_gst_timestamp),
1208         (gst_base_rtp_depayload_queue_release):
1209           Fixes some bugs in the depayloader's queuing/de-queueing code.
1210
1211 2005-10-31  Michael Smith <msmith@fluendo.com>
1212
1213         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1214         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1215         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1216           Patch from Alessandro Decina <alessandro@nnva.org>.
1217           Make oggdemux only find the final time in a chain, not per-pad,
1218           since the per-pad information can be very expensive to locate, and
1219           it isn't used anywhere. This makes reading a file containing
1220           OggSkeleton reasonably fast.
1221           Also, make chain finding work when there are logical bitstreams that
1222           can't be decoded. Fixes #319110.
1223
1224 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1225
1226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1227         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1228         (gst_base_rtp_depayload_chain),
1229         (gst_base_rtp_depayload_add_to_queue),
1230         (gst_base_rtp_depayload_push),
1231         (gst_base_rtp_depayload_set_gst_timestamp),
1232         (gst_base_rtp_depayload_queue_release),
1233         (gst_base_rtp_depayload_start_thread),
1234         (gst_base_rtp_depayload_set_property),
1235         (gst_base_rtp_depayload_get_property):
1236         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1237         Some random fixes, to fullfill the desires of thomas.
1238
1239 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1240
1241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1242         (gst_base_rtp_depayload_add_to_queue),
1243         (gst_base_rtp_depayload_push):
1244         Fixed the queueing algorithm.
1245
1246 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1247
1248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1249         (gst_base_rtp_depayload_push):
1250         A small fix
1251
1252 2005-10-31  Wim Taymans  <wim@fluendo.com>
1253
1254         * gst-libs/gst/audio/gstringbuffer.h:
1255         Don't break ABI.
1256
1257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1258         (gst_ffmpeg_caps_to_pixfmt):
1259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1260         (gst_ffmpegcsp_set_caps):
1261         Some more comments.
1262         Handle missing required caps fields better.
1263
1264 2005-10-31  Wim Taymans  <wim@fluendo.com>
1265
1266         * gst-libs/gst/audio/gstbaseaudiosink.c:
1267         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1268         (gst_base_audio_sink_render):
1269         * gst-libs/gst/audio/gstringbuffer.c:
1270         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1271         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1272         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1273         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1274         (gst_ring_buffer_read):
1275         * gst-libs/gst/audio/gstringbuffer.h:
1276         Add flushing mode to the ringbuffer so that it in all cases does
1277         not try to handle more audio. This makes sure it does not try to
1278         block anymore when flushing and fixes a livelock.
1279
1280 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1281
1282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1283         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1284         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1285           Explicitly check for -1 values before doing a conversion
1286           and always map them to -1. (#315545)
1287
1288 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1289
1290         * gst/playback/gstplaybin.c: (gen_video_element):
1291           first try autovideosink, then xvimagesink, then error out
1292         * po/POTFILES.in:
1293           add translatable file
1294         * po/af.po:
1295         * po/az.po:
1296         * po/cs.po:
1297         * po/en_GB.po:
1298         * po/hu.po:
1299         * po/it.po:
1300         * po/nb.po:
1301         * po/nl.po:
1302         * po/or.po:
1303         * po/sq.po:
1304         * po/sr.po:
1305         * po/sv.po:
1306         * po/uk.po:
1307         * po/vi.po:
1308           update translations
1309
1310 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1311
1312         * gst-libs/gst/rtp/gstbasedepayload.c:
1313         * gst-libs/gst/rtp/gstbasedepayload.h:
1314           Minor cleanups
1315
1316 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1317
1318         * gst/playback/.cvsignore:
1319         * gst/playback/decodetest.c:
1320         * gst/playback/test3.c:
1321           Port these two tests as well.
1322
1323 2005-10-27  Wim Taymans  <wim@fluendo.com>
1324
1325         * ext/theora/theoradec.c: (theora_dec_src_query),
1326         (theora_dec_sink_event):
1327         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1328         (theora_enc_change_state):
1329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1330         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1331         Take proper locks when handling events.
1332
1333 2005-10-27  Wim Taymans  <wim@fluendo.com>
1334
1335         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1336         (gst_adder_change_state):
1337         Fix timestamps and fix deadlock when stopping the collectpads.
1338
1339 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1340
1341         * gst-libs/gst/rtp/gstrtpbuffer.h:
1342         Declaring the payload types as strings too so that they can be used
1343         in the padtemplate inialization.
1344
1345 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1346
1347         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1348
1349         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1350         (gst_base_rtp_depayload_class_init):
1351         Fixes a small but nasty bug. The derived elements no longer segfaults
1352         on finalization.
1353
1354 2005-10-26  Michael Smith <msmith@fluendo.com>
1355
1356         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1357           When clearing an audioconvert context, set tmpbufsize to zero, so
1358           we'll allocate it again later if required.
1359           This fixes audioconvert re-negotiating formats, which previously
1360           segfaulted with a NULL destination buffer.
1361
1362 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1363
1364         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1365         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1366         (gst_base_rtp_depayload_set_gst_timestamp),
1367         (gst_base_rtp_depayload_queue_release):
1368         Fixed a smalll memleak.
1369
1370 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1371         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1372         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1373         (gst_base_rtp_depayload_finalize),
1374         (gst_base_rtp_depayload_setcaps),
1375         (gst_base_rtp_depayload_add_to_queue),
1376         (gst_base_rtp_depayload_push),
1377         (gst_base_rtp_depayload_set_gst_timestamp),
1378         (gst_base_rtp_depayload_queue_release),
1379         (gst_base_rtp_depayload_thread),
1380         (gst_base_rtp_depayload_change_state):
1381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1382         Changed the C++ comments to C comments
1383
1384 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1385
1386         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1387         * gst/tcp/gsttcpclientsrc.h:
1388         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1389         * gst/tcp/gsttcpserversrc.h:
1390           Remove unused 'curoffset' structure member.
1391
1392 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1393
1394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1395         (gst_base_rtp_depayload_base_init),
1396         (gst_base_rtp_depayload_finalize):
1397         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1398         * gst-libs/gst/rtp/gstbasertppayload.h:
1399           The pad-template on the sinkpad should be set by the derived classes.
1400           Also added some useful macros.
1401
1402 2005-10-24  Wim Taymans  <wim@fluendo.com>
1403
1404         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1405         Correctly flush decoder samples even if we could not
1406         copy them to an output buffer. Fixes #319618.
1407
1408 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1409
1410         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1412         the caps against our xcontext caps.
1413
1414 2005-10-24  Wim Taymans  <wim@fluendo.com>
1415
1416         * gst-libs/gst/audio/gstbaseaudiosink.c:
1417         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1418         Remove g_print
1419         Use sync property from baseclass to disable sync.
1420
1421 2005-10-24  Wim Taymans  <wim@fluendo.com>
1422
1423         * gst-libs/gst/audio/gstbaseaudiosink.c:
1424         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1425         Buffers with no timestamps get aligned with previous buffers or
1426         on underrun, played ASAP.
1427
1428 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1429
1430         * gst-libs/gst/video/video.h:
1431         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1432         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1434         here comes my change on caps for framerate and geometry range.
1435         We are now accepting 1 to MAXINT for width and height, and from
1436         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1437         to be blended correctly in videomixer.
1438
1439 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1440
1441         * configure.ac:
1442           back to HEAD
1443
1444 === release 0.9.4 ===
1445
1446 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1447
1448         * NEWS:
1449         * RELEASE:
1450         * configure.ac:
1451           releasing 0.9.4, "Velociraptor"
1452
1453 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1454
1455         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1456         * po/POTFILES.in:
1457           STOPPED -> FAILED
1458
1459 2005-10-21  Wim Taymans  <wim@fluendo.com>
1460
1461         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1462         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1463         (pad_blocked), (close_pad_link), (new_pad):
1464         Don't try to remove elements twice.
1465
1466 2005-10-21  Wim Taymans  <wim@fluendo.com>
1467
1468         * ext/theora/theoradec.c: (theora_dec_src_query),
1469         (theora_dec_sink_event):
1470         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1471         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1472         (vorbis_handle_data_packet):
1473         * ext/vorbis/vorbisdec.h:
1474         Fix old naming.
1475
1476         * gst-libs/gst/audio/gstbaseaudiosink.c:
1477         (gst_base_audio_sink_render):
1478         Don't try to sync on buffers without a timestamp.
1479
1480 2005-10-21  Wim Taymans  <wim@fluendo.com>
1481
1482         * ext/theora/theoradec.c: (theora_dec_src_query),
1483         (theora_dec_sink_event):
1484         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1485         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1486         (vorbis_handle_data_packet):
1487         * ext/vorbis/vorbisdec.h:
1488         Fix old naming.
1489
1490 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1491
1492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1493         (gst_vorbisenc_src_query):
1494           Implement position and duration queries.
1495
1496         * gst/playback/test3.c: (update_scale), (main):
1497           Fix for async state changes and print nicer output.
1498
1499 2005-10-20  Wim Taymans  <wim@fluendo.com>
1500
1501         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1502         (dump_element_stats), (main):
1503         * gst/playback/test6.c: (main):
1504         Fix tests again
1505
1506 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1507
1508         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1509         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1510           Don't use functions for position queries when handling
1511           duration queries.
1512
1513 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1514
1515         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1516         (vorbis_handle_data_packet), (vorbis_dec_chain),
1517         (vorbis_dec_change_state):
1518         * ext/vorbis/vorbisdec.h:
1519           Vorbis streams can be embedded in other container formats
1520           than ogg, container formats where the demuxer might set 
1521           timestamps on encoded vorbis buffers instead of those silly 
1522           granulepos thingies. In short: make vorbisdec handle 
1523           timestamps on incoming buffers as well.
1524
1525 2005-10-20  Wim Taymans  <wim@fluendo.com>
1526
1527         * gst/playback/gstplaybasebin.c: (group_destroy),
1528         (gst_play_base_bin_change_state):
1529         Fix leak.
1530         Handle case where playbasebin is now ASYNC because
1531         decodebin is.
1532
1533 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * gst/audioconvert/Makefile.am:
1536         * gst/audioconvert/bufferframesconvert.c:
1537         * gst/audioconvert/plugin.c: (plugin_init):
1538         * gst/audioconvert/plugin.h:
1539           And bye bye buffer-frames-convert
1540
1541 2005-10-19  Wim Taymans  <wim@fluendo.com>
1542
1543         * check/elements/audioconvert.c:
1544         * docs/libs/tmpl/gstaudio.sgml:
1545         * docs/libs/tmpl/gstcolorbalance.sgml:
1546         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1547         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1548         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1549         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1550         * gst-libs/gst/audio/audio.h:
1551         * gst/audioconvert/audioconvert.h:
1552         * gst/audioconvert/gstaudioconvert.c:
1553         (gst_audio_convert_parse_caps):
1554         * gst/volume/gstvolume.c:
1555         Bye bye buffer-frames.
1556
1557 2005-10-19  Wim Taymans  <wim@fluendo.com>
1558
1559         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1560         (query_positions_elems), (query_positions_pads), (update_scale),
1561         (do_seek), (set_update_scale), (message_received), (main):
1562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1563         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1564         (gst_ogg_demux_loop):
1565         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1566         * ext/theora/theoradec.c: (theora_dec_src_query),
1567         (theora_dec_sink_event):
1568         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1569         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1570         * gst/adder/gstadder.c: (gst_adder_query):
1571         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1572         * gst/playback/test3.c: (update_scale):
1573         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1574         (dump_element_stats), (main):
1575         * gst/playback/test6.c: (main):
1576         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1577         Query API update.
1578
1579 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1580
1581         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1582         (xml_check_first_element), (xml_type_find), (smil_type_find),
1583         (plugin_init):
1584           Add typefinding for SMIL and for generic XML. Based on patch by
1585           Akos Maroy (#308663).
1586
1587 2005-10-18  Wim Taymans  <wim@fluendo.com>
1588
1589         * gst/playback/Makefile.am:
1590         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1591         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1592         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1593         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1594         (gst_decode_bin_change_state):
1595         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1596         (gst_play_bin_send_event_to_sink):
1597         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1598         (dump_element_stats), (main):
1599         * gst/playback/test6.c: (main):
1600         Make playbin async, it'll commit state to paused when all streams
1601         are detected.
1602         Remove ugly hack.
1603         Added test6.c to show async behaviour.
1604
1605 2005-10-18  Wim Taymans  <wim@fluendo.com>
1606
1607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1608         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1609         Fix for segment-start/stop API change.
1610
1611 2005-10-18  Wim Taymans  <wim@fluendo.com>
1612
1613         * check/Makefile.am:
1614         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1615         (main):
1616         Add future test for clock selection.
1617
1618 2005-10-18  Wim Taymans  <wim@fluendo.com>
1619
1620         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1621         (gst_alsasink_close):
1622         Set handle to NULL.
1623
1624         * gst-libs/gst/audio/gstringbuffer.c:
1625         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1626         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1627         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1628         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1629         (gst_ring_buffer_read):
1630         More debug info.
1631
1632 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1633
1634         * gst/audiotestsrc/Makefile.am:
1635         * gst/sine/Makefile.am:
1636         * gst/volume/Makefile.am:
1637           fix broken build of controllerized plugins
1638
1639 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1640
1641         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1642
1643         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1644         (gst_riff_create_video_template_caps):
1645           Add support for Indeo-3 (IV32).
1646
1647 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1648
1649         * configure.ac:
1650           rewrite
1651
1652 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1653
1654         * gst-libs/gst/video/video.c: (gst_video_get_size):
1655         * gst/audiotestsrc/gstaudiotestsrc.c:
1656           doc updates
1657
1658 2005-10-17  Andy Wingo  <wingo@pobox.com>
1659
1660         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1661         with the collectpads change.
1662         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1663
1664         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1665
1666         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1667
1668         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1669         alloc_buffer flow return to callers.
1670         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1671         change. Fix some memleaks in theoraenc.
1672
1673         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1674         in strange circumstance.
1675
1676 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1677
1678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1679         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1680         from caps, let's use the caps...
1681
1682 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1683
1684         * configure.ac:
1685           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1686
1687 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1688
1689         * gst-libs/gst/interfaces/Makefile.am:
1690           fix silly typo
1691
1692 2005-10-16  Andy Wingo  <wingo@pobox.com>
1693
1694         * gst/playback/gstdecodebin.c
1695         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1696         function!
1697         (try_to_link_1): Increase kraziness level.
1698
1699 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1700
1701         * configure.ac:
1702           restructure like the core one
1703         * gst-libs/gst/audio/Makefile.am:
1704         * gst-libs/gst/interfaces/Makefile.am:
1705         * gst-libs/gst/net/Makefile.am:
1706         * gst-libs/gst/riff/Makefile.am:
1707         * gst-libs/gst/rtp/Makefile.am:
1708         * gst-libs/gst/tag/Makefile.am:
1709         * gst-libs/gst/video/Makefile.am:
1710           use correct linker flags, now the libs are properly versioned
1711         * check/elements/audioconvert.c: (verify_convert):
1712         * ext/alsa/gstalsaplugin.c:
1713         * ext/cdparanoia/gstcdparanoia.c:
1714         * ext/gnomevfs/gstgnomevfs.c:
1715         * ext/libvisual/visual.c:
1716         * ext/ogg/gstogg.c:
1717         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1718         * ext/theora/theora.c:
1719         * ext/vorbis/vorbis.c:
1720         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1721         * gst-libs/gst/tag/gsttagediting.c:
1722         * gst-libs/gst/video/video.c:
1723         * gst/adder/gstadder.c:
1724         * gst/audioconvert/plugin.c:
1725         * gst/audiorate/gstaudiorate.c:
1726         * gst/audioresample/gstaudioresample.c:
1727         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1728         * gst/audioscale/gstaudioscale.c:
1729         * gst/audioscale/resample.c:
1730         * gst/audiotestsrc/gstaudiotestsrc.c:
1731         * gst/ffmpegcolorspace/gstffmpeg.c:
1732         * gst/playback/gstdecodebin.c: (close_pad_link):
1733         * gst/playback/gstplaybin.c: (gen_video_element),
1734         (gen_audio_element):
1735         * gst/sine/gstsinesrc.c:
1736         * gst/subparse/gstsubparse.c:
1737         * gst/tags/gsttagediting.c:
1738         * gst/tcp/gsttcpplugin.c:
1739         * gst/typefind/gsttypefindfunctions.c:
1740         * gst/videorate/gstvideorate.c:
1741         * gst/videoscale/gstvideoscale.c:
1742         * gst/videotestsrc/gstvideotestsrc.c:
1743         * gst/volume/gstvolume.c:
1744         * sys/v4l/gstv4l.c:
1745         * sys/ximage/ximage.c:
1746         * sys/xvimage/xvimagesink.c:
1747           fix up defines
1748
1749 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1750
1751         * ext/vorbis/vorbisenc.c:
1752         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1753         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1754         (gst_tag_to_vorbis_comments):
1755           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1756
1757 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1758
1759         * examples/stats/mp2ogg.c:
1760         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1761           typo fixes
1762
1763 2005-10-13  Michael Smith <msmith@fluendo.com>
1764
1765         * ext/ogg/gstoggmux.c:
1766           Use magic glib macros to define constants as 64 bit, to ensure
1767           appropriate vararg passing.
1768
1769 2005-10-13  Michael Smith <msmith@fluendo.com>
1770
1771         * ext/ogg/gstoggmux.c:
1772         * gst/audioconvert/audioconvert.c: (float):
1773           Don't use LL suffix, as it's not portable, and neither of these
1774           uses required it anyway.
1775
1776 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1777
1778         * examples/indexing/indexmpeg.c: (main):
1779         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1780         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1781         (cdparanoia_convert), (cdparanoia_query):
1782         * ext/cdparanoia/gstcdparanoia.h:
1783         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1784         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1785         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1787         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1788         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1789         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1790         (gst_multifdsink_render), (gst_multifdsink_start),
1791         (gst_multifdsink_stop):
1792         * gst/tcp/gstmultifdsink.h:
1793         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1794         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1795         (gst_tcpclientsink_stop):
1796         * gst/tcp/gsttcpclientsink.h:
1797         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1798         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1799         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1800         * gst/tcp/gsttcpclientsrc.h:
1801         * gst/tcp/gsttcpserversink.h:
1802         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1803         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1804         (gst_tcpserversrc_stop):
1805         * gst/tcp/gsttcpserversrc.h:
1806         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1807         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1808         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1809           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1810           moved bitshift from macro to enum definition
1811
1812 2005-10-12  Wim Taymans  <wim@fluendo.com>
1813
1814         * examples/seeking/Makefile.am:
1815         Oops.
1816
1817 2005-10-12  Wim Taymans  <wim@fluendo.com>
1818
1819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1820         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1821         Don't assert on normal stuff.
1822
1823         * gst/playback/gstplaybin.c: (do_playbin_seek):
1824         API fix.
1825
1826 2005-10-12  Wim Taymans  <wim@fluendo.com>
1827
1828         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1829         * examples/seeking/Makefile.am:
1830         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1831         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1832         (do_seek), (set_update_scale), (message_received), (main):
1833         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1834         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1835         Update for _get_state() API change.
1836
1837 2005-10-11  Wim Taymans  <wim@fluendo.com>
1838
1839         * gst-libs/gst/audio/gstbaseaudiosink.c:
1840         (gst_base_audio_sink_render):
1841         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1842         (gst_base_audio_src_create):
1843         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1844         (gst_ring_buffer_read):
1845         Cleanups.
1846         Commit and read from ringbuffer in samples rather than bytes.
1847
1848 2005-10-11  Wim Taymans  <wim@fluendo.com>
1849
1850         * gst-libs/gst/audio/gstbaseaudiosink.c:
1851         (gst_base_audio_sink_render):
1852         Respect segment rate and accum when scheduling samples.
1853
1854 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1855
1856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1857         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1858         EOS correctly, that needs more work.
1859
1860 2005-10-11  Wim Taymans  <wim@fluendo.com>
1861
1862         * check/generic/states.c: (GST_START_TEST):
1863         remove old property.
1864
1865         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1866         (gst_ogg_demux_perform_seek):
1867         * ext/theora/theoradec.c: (theora_dec_sink_event):
1868         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1869         (vorbis_handle_data_packet):
1870         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1871         (gst_base_rtp_depayload_set_gst_timestamp):
1872         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1873         Update for newsegment API change.
1874
1875 2005-10-11  Michael Smith <msmith@fluendo.com>
1876
1877         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1878         (do_playbin_seek), (gst_play_bin_send_event):
1879           Override send_event differently, so that we can takes bits of
1880           functionality from GstPipeline (special handling for seeks,
1881           including pausing/resuming, and resetting stream time) and still get
1882           the appropriate behaviour of only forwarding event to a single sink,
1883           rather than all of them.
1884           Unfortunately requires a lot of code duplication, but the
1885           alternatives are equally ugly in the end.
1886
1887 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1888
1889         * check/elements/audioconvert.c: (setup_audioconvert),
1890         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1891         (GST_START_TEST), (audioconvert_suite):
1892           clean up tests a little, fix some leaks.
1893
1894 2005-10-10  Wim Taymans  <wim@fluendo.com>
1895
1896         * ext/alsa/gstalsasink.c:
1897         Also allow unsigned int.
1898
1899         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1900         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1901         Small cleanup
1902
1903 2005-10-10  Wim Taymans  <wim@fluendo.com>
1904
1905         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1906         Small update, use API as stated in design docs.
1907
1908         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1909         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1910         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1911         (message_received), (main):
1912         Updated seek example for GOption. Some usability improvements.
1913
1914 2005-10-10  Wim Taymans  <wim@fluendo.com>
1915
1916         * gst/audioconvert/audioconvert.h:
1917         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1918         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1919         Alloc temp storage somewhere else where we can do it more
1920         portable.
1921
1922 2005-10-10  Wim Taymans  <wim@fluendo.com>
1923
1924         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1925         (gst_tcpserversrc_start):
1926         Don't block in accept while doing the state change, move
1927         to poll and make cancellable.
1928
1929 2005-10-09  Philippe Khalaf <burger@speedy.org>
1930
1931         * gst-libs/gst/rtp/rtpbasedepayload.c:
1932         Set timestamp and add queue delay to timestamp
1933         * gst-libs/gst/rtp/rtpbuffer.h:
1934         Set correct payload type for h263
1935
1936 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1937
1938         * gst/audiotestsrc/gstaudiotestsrc.c:
1939         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1940         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1941         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1942         (gst_audiotestsrc_create_triangle),
1943         (gst_audiotestsrc_create_silence),
1944         (gst_audiotestsrc_create_white_noise),
1945         (gst_audiotestsrc_init_pink_noise),
1946         (gst_audiotestsrc_generate_pink_noise_value),
1947         (gst_audiotestsrc_create_pink_noise),
1948         (gst_audiotestsrc_change_wave):
1949         * gst/audiotestsrc/gstaudiotestsrc.h:
1950           fixed typo, added pink noise
1951
1952 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1953
1954         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1955         (plugin_init):
1956           Add wavpack and spc typefind functions from 0.8 branch.
1957
1958 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1959
1960         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1961         (ar_type_find), (msdos_type_find), (plugin_init):
1962           Add typefind functions for tar archives, ar archives,
1963           RAR archives, and msdos-executables (dlls, exe, etc.).
1964           Some of those would be wrongly identified as mpeg
1965           streams of some sort before (#315550).
1966
1967 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1968
1969         * configure.ac:
1970         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1971         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1972         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1973         * gst/audiotestsrc/Makefile.am:
1974         * gst/audiotestsrc/gstaudiotestsrc.c:
1975         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1976         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1977         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1978         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1979         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1980         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1981         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1982         (gst_audiotestsrc_create_silence),
1983         (gst_audiotestsrc_create_white_noise),
1984         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1985         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1986         (gst_audiotestsrc_start), (plugin_init):
1987         * gst/audiotestsrc/gstaudiotestsrc.h:
1988           add new plugin and element
1989         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1990           use gobject_class
1991
1992 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1993
1994         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1995         (gst_adder_init), (gst_adder_request_new_pad),
1996         (gst_adder_change_state):
1997           Add query function to source pad, so adder reports the correct
1998           time/sample position when queried (#315457); fix state change
1999           function; use GST_DEBUG_FUNCPTR() for pad functions.
2000
2001 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2002
2003         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2004           Fix leaks in typefind registration
2005           Clean up the gratuitous commenting and whitespacing a little
2006
2007 2005-10-08  Wim Taymans  <wim@fluendo.com>
2008
2009         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2010         Only actually wait for the thread to be stopped if it's 
2011         running.
2012
2013 2005-10-08  Wim Taymans  <wim@fluendo.com>
2014
2015         * gst-libs/gst/audio/gstbaseaudiosink.c:
2016         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2017         If we receive EOS we can start playback of what we had.
2018
2019 2005-10-08  Wim Taymans  <wim@fluendo.com>
2020
2021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2022         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2023         (gst_multifdsink_stop):
2024         Fix crasher when going to NULL multiple times.
2025
2026 2005-10-06  Wim Taymans  <wim@fluendo.com>
2027
2028         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2029         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2030         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2031         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2032         patch from Edgard Lima <edgard.lima@indt.org.br>
2033         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2034
2035 2005-10-06  Wim Taymans  <wim@fluendo.com>
2036
2037         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2038         Report the FLOW_RETURN as string in the error message.
2039
2040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2041         Don't assert when clearing an unnegotiated buffer.
2042
2043 2005-10-04  Michael Smith <msmith@fluendo.com>
2044
2045         * gst/playback/gstplaybasebin.c: (group_destroy),
2046         (gen_preroll_element), (remove_groups), (setup_source):
2047         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2048         (setup_sinks), (gst_play_bin_send_event),
2049         (gst_play_bin_change_state):
2050           Set state to NULL before removing from bin. Fix refcounting.
2051
2052 2005-10-04  Michael Smith <msmith@fluendo.com>
2053
2054         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2055           Correct refcounting in send_event() function. Previously was wrong
2056           if the first sink was unable to handle the event.
2057
2058 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2059
2060         * configure.ac:
2061           back to development
2062
2063 === release 0.9.3 ===
2064
2065 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2066
2067         * configure.ac:
2068           Releasing 0.9.3, "De Facto"
2069
2070 2005-10-03  Andy Wingo  <wingo@pobox.com>
2071
2072         * gst/playback/gstdecodebin.c (try_to_link_1)
2073         (remove_element_chain): set element to NULL before removing it.
2074
2075 2005-10-02  Johan Dahlin  <johan@gnome.org>
2076
2077         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2078         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2079         MT safe.
2080
2081 2005-10-02  Andy Wingo  <wingo@pobox.com>
2082
2083         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2084         (gst_ring_buffer_prepare_read): 
2085         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2086         Demote to LOG.
2087
2088 2005-09-29  Wim Taymans  <wim@fluendo.com>
2089
2090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2091         * ext/theora/theoradec.c: (theora_handle_data_packet):
2092         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2093         Propagate error codes from alloc_buffer too.
2094
2095 2005-09-29  Wim Taymans  <wim@fluendo.com>
2096
2097         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2098         We use fixed caps.
2099
2100         * gst/playback/Makefile.am:
2101         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2102         (dump_element_stats), (main):
2103         Added example stream introspection code.
2104
2105 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2106
2107         * gst/adder/gstadder.c: (gst_adder_collected):
2108           fix adder for float elements
2109
2110 2005-09-28  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst-libs/gst/audio/gstbaseaudiosink.c:
2113         (gst_base_audio_sink_class_init),
2114         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2116         (gst_base_audio_src_class_init),
2117         (gst_base_audio_src_provide_clock):
2118         get_clock -> provide_clock
2119
2120 2005-09-28  Andy Wingo  <wingo@pobox.com>
2121
2122         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2123         and unlocking.
2124
2125         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2126         unlocking.
2127
2128         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2129         Actually add the pad template.
2130         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2131
2132         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2133         I'm at it...
2134
2135         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2136         from fdsrc. Get caps in create() instead of start() so it can be
2137         interrupted. Interruption somewhat untested.
2138
2139         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2140         Proper EOS handling.
2141
2142 2005-09-27  Andy Wingo  <wingo@pobox.com>
2143
2144         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2145
2146         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2147
2148         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2149
2150         * gst/tcp/gsttcp.h: 
2151         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2152         out of tcpclientsrc.c. Cancellable.
2153         (gst_tcp_socket_read): Made private, cancellable, with better
2154         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2155         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2156         whole buffer, and better diagnostics.
2157         (gst_tcp_gdp_read_caps): Same.
2158
2159         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2160
2161 2005-09-26  Andy Wingo  <wingo@pobox.com>
2162
2163         * gst/sine/gstsinesrc.h:
2164         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2165         change the 'sync' property to 'is-live' and implement it halfway,
2166         update for controller api change.
2167
2168         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2169         controller api change.
2170
2171 2005-09-24  Wim Taymans  <wim@fluendo.com>
2172
2173         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2174         * gst-libs/gst/audio/gstaudiosink.c:
2175         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2176         (gst_audioringbuffer_stop):
2177         * gst-libs/gst/audio/gstbaseaudiosink.c:
2178         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2179         (gst_base_audio_sink_change_state):
2180         * gst-libs/gst/audio/gstbaseaudiosink.h:
2181         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2182         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2183         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2184         * gst-libs/gst/audio/gstringbuffer.h:
2185         Fix sync again. Moved sample alignment to basesink.
2186
2187 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2188
2189         * docs/plugins/Makefile.am:
2190         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2191         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2192         * gst/volume/gstvolume.c:
2193           add/fix docs
2194         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2195         * gst-libs/gst/audio/audio.h:
2196           add conversion macros for frames <-> clocktime
2197
2198 2005-09-23  David Schleef  <ds@schleef.org>
2199
2200         * gst/audioresample/Makefile.am:
2201         * gst/audioresample/debug.h:
2202         * gst/audioresample/gstaudioresample.c:
2203         * gst/audioresample/resample.c: Convert to using gst debugging
2204
2205 2005-09-22  Wim Taymans  <wim@fluendo.com>
2206
2207         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2208         (gst_play_bin_send_event):
2209         Only seek on one sink, the first one that succeeds.
2210
2211 2005-09-22  Michael Smith <msmith@fluendo.com>
2212
2213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2214         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2215         Don't flush encoder state unless we have an initialised encoder.
2216         Clear out encoder state on PAUSED_TO_READY.
2217
2218 2005-09-22  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst-libs/gst/rtp/gstbasertppayload.c:
2221         (gst_basertppayload_class_init), (gst_basertppayload_init),
2222         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2223         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2224         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2225         (gst_basertppayload_set_property),
2226         (gst_basertppayload_get_property),
2227         (gst_basertppayload_change_state):
2228         * gst-libs/gst/rtp/gstbasertppayload.h:
2229         Added max-ptime to control amount of data in the rtp packets.
2230
2231 2005-09-21  Andy Wingo  <wingo@pobox.com>
2232
2233         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2234         thingies.
2235
2236         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2237         can be called multiple times, dogs.
2238
2239 2005-09-21  Wim Taymans  <wim@fluendo.com>
2240
2241         * gst-libs/gst/rtp/gstbasertppayload.c:
2242         (gst_basertppayload_class_init), (gst_basertppayload_init),
2243         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2244         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2245         (gst_basertppayload_push), (gst_basertppayload_get_property),
2246         (gst_basertppayload_change_state):
2247         Allow 0 ssrc too.
2248
2249 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2250
2251         * docs/libs/compiling.sgml:
2252           fixing typos
2253
2254 2005-09-20  Wim Taymans  <wim@fluendo.com>
2255
2256         * gst-libs/gst/rtp/gstbasertppayload.c:
2257         (gst_basertppayload_class_init), (gst_basertppayload_init),
2258         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2259         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2260         (gst_basertppayload_push), (gst_basertppayload_set_property),
2261         (gst_basertppayload_get_property),
2262         (gst_basertppayload_change_state):
2263         * gst-libs/gst/rtp/gstbasertppayload.h:
2264         Added property to configure sequence number offsets.
2265
2266 2005-09-20  Wim Taymans  <wim@fluendo.com>
2267
2268         * gst-libs/gst/rtp/gstbasertppayload.c:
2269         (gst_basertppayload_class_init), (gst_basertppayload_init),
2270         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2271         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2272         (gst_basertppayload_push), (gst_basertppayload_set_property),
2273         (gst_basertppayload_get_property),
2274         (gst_basertppayload_change_state):
2275         * gst-libs/gst/rtp/gstbasertppayload.h:
2276         Make timestamp offset configurable.
2277
2278 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2279
2280         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2281           fix wrong pop/unref
2282
2283 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2284
2285         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2286
2287         * gst-libs/gst/interfaces/propertyprobe.c:
2288         (gst_property_probe_probe_property_name),
2289         (gst_property_probe_needs_probe_name),
2290         (gst_property_probe_get_values_name),
2291         (gst_property_probe_probe_and_get_values_name):
2292           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2293           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2294
2295 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2296
2297         * check/Makefile.am:
2298           have some tests be disabled for valgrinding
2299         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2300         (GST_START_TEST):
2301         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2302           Fix A Leak.  Chain To Parent Finalize.
2303
2304 2005-09-19  Wim Taymans  <wim@fluendo.com>
2305
2306         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2307         Fixed wav pipeline.
2308
2309 2005-09-19  Wim Taymans  <wim@fluendo.com>
2310
2311         * gst-libs/gst/rtp/gstbasertppayload.c:
2312         (gst_basertppayload_class_init), (gst_basertppayload_init),
2313         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2314         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2315         (gst_basertppayload_push), (gst_basertppayload_get_property),
2316         (gst_basertppayload_change_state):
2317         Posting ERROR and WARNING messages is good.
2318
2319 2005-09-19  Wim Taymans  <wim@fluendo.com>
2320
2321         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2322         (gst_base_rtp_depayload_add_to_queue),
2323         (gst_base_rtp_depayload_push),
2324         (gst_base_rtp_depayload_set_gst_timestamp),
2325         (gst_base_rtp_depayload_queue_release):
2326         This one was not supposed to go in.
2327
2328 2005-09-19  Wim Taymans  <wim@fluendo.com>
2329
2330         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2331         Fix for bus API.
2332
2333         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2334         (gst_base_rtp_depayload_chain),
2335         (gst_base_rtp_depayload_add_to_queue),
2336         (gst_base_rtp_depayload_push),
2337         (gst_base_rtp_depayload_set_gst_timestamp),
2338         (gst_base_rtp_depayload_queue_release):
2339         Some cleanups.
2340
2341         * gst-libs/gst/rtp/gstbasertppayload.c:
2342         (gst_basertppayload_class_init), (gst_basertppayload_init),
2343         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2344         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2345         (gst_basertppayload_get_property),
2346         (gst_basertppayload_change_state):
2347         Added debugging category.
2348
2349 2005-09-18  David Schleef  <ds@schleef.org>
2350
2351         * gst/playback/gstdecodebin.c: free plugin list correctly
2352         * gst/playback/gstplaybin.c: emit warning if autovideosink
2353           and autoaudiosink can't be found (instead of segfaulting)
2354
2355 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2356
2357         * check/elements/audioconvert.c: (GST_START_TEST):
2358           try out 24 bit conversion
2359
2360 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2361
2362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2363         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2364         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2365         * ext/vorbis/vorbisenc.h:
2366           Fix EOS handling.  Still needs a fix in the ogg muxer to
2367           mark the last page as eos.
2368
2369 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2370
2371         * common/gtk-doc-plugins.mak:
2372         * docs/plugins/Makefile.am:
2373         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2374         * gst/ffmpegcolorspace/Makefile.am:
2375         * gst/ffmpegcolorspace/avcodec.h:
2376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2377         * gst/tcp/gstmultifdsink.c:
2378           fix up ffmpegcolorspace docs; extract header
2379
2380 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2381
2382         * common/gtk-doc-plugins.mak:
2383         * docs/plugins/Makefile.am:
2384         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2385         * ext/theora/Makefile.am:
2386         * ext/theora/gsttheoraenc.h:
2387         * ext/theora/theoraenc.c:
2388         * ext/vorbis/vorbisenc.c:
2389           pick up signals and args for vorbis; add some docs for vorbis
2390
2391 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2392
2393         * common/gstdoc-scangobj:
2394         * common/gtk-doc-plugins.mak:
2395         * docs/libs/Makefile.am:
2396         * docs/plugins/gst-plugins-base-plugins.args:
2397         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2398         * docs/plugins/gst-plugins-base-plugins.interfaces:
2399         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2400         * docs/plugins/gst-plugins-base-plugins.signals:
2401           only scanobj stuff from our source module.  Not sure yet
2402           if that's correct, given the hierarchy stuff :)
2403
2404 2005-09-15  Wim Taymans  <wim@fluendo.com>
2405
2406         * gst/audioconvert/gstaudioconvert.c:
2407         And enable 24 bits mode as well..
2408
2409 2005-09-15  Wim Taymans  <wim@fluendo.com>
2410
2411         * gst-libs/gst/rtp/Makefile.am:
2412         * gst-libs/gst/rtp/gstbasertppayload.c:
2413         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2414         (gst_basertppayload_class_init), (gst_basertppayload_init),
2415         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2416         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2417         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2418         (gst_basertppayload_set_property),
2419         (gst_basertppayload_get_property),
2420         (gst_basertppayload_change_state):
2421         * gst-libs/gst/rtp/gstbasertppayload.h:
2422         Added rtp payloader base class.
2423
2424 2005-09-15  Andy Wingo  <wingo@pobox.com>
2425
2426         * configure.ac (plugindir): Remove the EOL matcher from the
2427         regexp, as it causes me problems. Libtool? Make? Who knows?
2428
2429 2005-09-14  David Schleef  <ds@schleef.org>
2430
2431         * check/generic/states.c: 
2432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2433         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2434           Fixes for changes in registry API.
2435
2436         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2437           to GST_PLUGIN_LDFLAGS.
2438         * ext/libvisual/visual.c: Make the library shut up.
2439         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2440         * gst-libs/gst/audio/gstaudiofilter.c: same
2441
2442 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2443
2444         * docs/plugins/Makefile.am:
2445         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2446         * docs/plugins/inspect/plugin-libvisual.xml:
2447         * docs/plugins/tmpl/element-tcpserversink.sgml:
2448         * ext/theora/theoraenc.c:
2449           add libvisual plugin and theoraenc element to docs
2450
2451 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2452
2453         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2454         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2455         * ext/theora/theoraenc.c:
2456           add theoraenc
2457
2458 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2459
2460         * gst/audioconvert/Makefile.am:
2461           Audioconvert derives from GstBaseTransform and should
2462           link to the library with our base elements to avoid
2463           unresolved symbols. Makes things work with MinGW (#316160)
2464
2465         * gst/playback/test4.c: (main):
2466           Fix MinGW build problem and use g_usleep() instead of 
2467           sleep() (#316162)
2468
2469 2005-09-12  Wim Taymans  <wim@fluendo.com>
2470
2471         * gst/audioconvert/audioconvert.c: (float),
2472         (audio_convert_prepare_context), (audio_convert_convert):
2473         * gst/audioconvert/audioconvert.h:
2474         Cleanups, speedups, simplifications, added back support
2475         for 24 bits.
2476
2477 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2478
2479         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2480         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2481         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2482         * docs/plugins/tmpl/element-tcpserversink.sgml:
2483         * gst/ffmpegcolorspace/gstffmpeg.c:
2484         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2485         * gst/videotestsrc/gstvideotestsrc.c:
2486         * gst/volume/gstvolume.c:
2487           add more elements to the docs
2488
2489 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2490
2491         * check/Makefile.am:
2492         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2493         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2494           Add extra tests for basetransform based components. 
2495           Comment out the test_element_negotiation test until we decide
2496           if it's testing correct behaviour.
2497         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2498         (gst_visual_chain), (gst_visual_change_state):
2499           Slightly more correct but still bogus timestamping.
2500           Fix state change function.
2501         * gst/audioconvert/gstaudioconvert.c:
2502         (gst_audio_convert_class_init):
2503         * gst/audioresample/gstaudioresample.c:
2504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2505         (gst_ffmpegcsp_class_init):
2506         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2507         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2508         (gst_videoscale_prepare_image):
2509         * gst/volume/gstvolume.c: (gst_volume_class_init),
2510         (volume_transform_ip):
2511           Basetransform updates. Enable passthrough modes.
2512         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2513         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2514         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2515           Negotiation fix that allows the window to return to the original
2516           size and renegotiate passthrough upstream. Extra debug output.
2517
2518 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2519
2520         * gst/sine/gstsinesrc.c:
2521         * gst/volume/gstvolume.c:
2522           fix up header include
2523
2524 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2525
2526         * gst-libs/gst/audio/gstbaseaudiosink.c:
2527         (gst_base_audio_sink_render):
2528         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2529         * gst/volume/gstvolume.c: (gst_volume_class_init),
2530         (volume_transform):
2531           fixing lost sync, some more debugging
2532
2533 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2534
2535         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2536         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2537         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2538         (gst_xvimagesink_check_xshm_calls):
2539           Fix compilation when XShm is not available.
2540
2541 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2542
2543         * ext/libvisual/visual.c: (gst_visual_dispose),
2544         (gst_visual_getcaps), (gst_visual_src_setcaps),
2545         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2546         (gst_visual_change_state):
2547           Finish fixing up libvisual plugin so that it runs. 
2548
2549 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2550
2551         * ext/vorbis/vorbisenc.c:
2552         * gst-libs/gst/tag/gstvorbistag.c:
2553           gsttaginterface.h -> gsttagsetter.h
2554
2555 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2556
2557         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2558           added another test that failes for me (test is not active by default)
2559
2560 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2561
2562         * configure.ac:
2563           v4l2 is no longer in gst-plugins-base
2564
2565 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2566
2567         * configure.ac:
2568           In the output at the end, don't show the first plugin on the same
2569           line as "Core plug-ins, always built:".
2570           Indent the output as for other plugin categories
2571         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2572           #define that can be used to not use peer buffer_alloc functions for
2573           test purposes.
2574         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2575         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2576         (gst_ximagesink_show_frame):
2577         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2578         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2579         (gst_xvimagesink_show_frame):
2580           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2581           fails gracefully instead of XError aborting or deadlocking.
2582
2583 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2584
2585         * ext/libvisual/Makefile.am:
2586           link against gst-base-libs
2587
2588 2005-09-06  David Schleef  <ds@schleef.org>
2589
2590         * configure.ac: Enable libvisual plugin.
2591         * ext/libvisual/Makefile.am:
2592         * ext/libvisual/visual.c: Fixes to make it compile.
2593
2594 === release 0.9.2 ===
2595
2596 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2597
2598         * NEWS:
2599         * RELEASE:
2600         * configure.ac:
2601         * docs/random/ChangeLog-0.8:
2602           releasing 0.9.2, "Spoon"
2603
2604 2005-09-05  Michael Smith <msmith@fluendo.com>
2605
2606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2607           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2608           that in the vorbisenc element.
2609
2610 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2611
2612         * common/gtk-doc-plugins.mak:
2613         * docs/plugins/Makefile.am:
2614           fix distcheck
2615         * gst/audioresample/resample.c:
2616           fix wrong docstring
2617
2618 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2619
2620         * common/gst-xmlinspect.py:
2621         * common/gtk-doc-plugins.mak:
2622           only inspect plugins for this given package
2623           require gst-python 0.9
2624
2625 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2626
2627         * Makefile.am:
2628         * autogen.sh:
2629         * common/gst-xmlinspect.py:
2630         * configure.ac:
2631         * docs/Makefile.am:
2632         * docs/plugins/inspect/plugin-alsa.xml:
2633         * docs/plugins/inspect/plugin-audioresample.xml:
2634         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2635         * docs/plugins/inspect/plugin-ogg.xml:
2636         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2637         * docs/plugins/tmpl/element-multifdsink.sgml:
2638         * docs/plugins/tmpl/element-tcpserversink.sgml:
2639         * docs/plugins/tmpl/element-vorbisenc.sgml:
2640         * gst-plugins-base.spec.in:
2641           various doc-related updates
2642
2643 2005-08-31  Wim Taymans  <wim@fluendo.com>
2644
2645         * gst-libs/gst/audio/gstbaseaudiosink.c:
2646         (gst_base_audio_sink_render):
2647         Resync if the buffer timestamps drift more than a 10th 
2648         of a second.
2649
2650 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2651
2652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2653         (gst_v4lsrc_get_property):
2654           The 'timestamp-offset' property is registered as an int64, so
2655           let's use g_value_{set|get}_int64() in our setter and getter
2656           functions (makes it work and fixes warnings with gst-inspect).
2657
2658 2005-08-30  Wim Taymans  <wim@fluendo.com>
2659
2660         * check/elements/audioconvert.c: (setup_audioconvert):
2661         * check/elements/audioresample.c: (setup_audioresample):
2662         * check/elements/volume.c: (setup_volume):
2663         Fix checks.
2664
2665 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2666
2667         * common/gtk-doc-plugins.mak:
2668         * common/plugins.xsl:
2669         * docs/plugins/Makefile.am:
2670           make module a param
2671
2672 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * examples/seeking/seek.c: (make_mp3_pipeline),
2675         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2676         (play_cb), (pause_cb), (stop_cb):
2677           update the example
2678
2679 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2680
2681         * gst/volume/gstvolume.c: (gst_volume_class_init),
2682         (volume_transform):
2683           do not update controlled params, if buffer has no timestamp
2684
2685 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2686
2687         * configure.ac:
2688         * gst/sine/Makefile.am:
2689         * gst/volume/Makefile.am:
2690           controllerized elements also need to link against controller-libs ;)
2691
2692 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2693
2694         * docs/libs/tmpl/gstcolorbalance.sgml:
2695         * docs/libs/tmpl/gstgconf.sgml:
2696         * docs/libs/tmpl/gstmixer.sgml:
2697         * docs/libs/tmpl/gstringbuffer.sgml:
2698         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2699         (gst_sinesrc_create):
2700         * gst/volume/gstvolume.c: (gst_volume_class_init),
2701         (volume_transform):
2702           controllerized two audio plugins
2703
2704 2005-08-29  Andy Wingo  <wingo@pobox.com>
2705
2706         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2707         (vorbis_handle_data_packet): Fix some int overflow errors.
2708
2709         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2710         -1.
2711         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2712         valid.
2713         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2714         if it's valid. Fixed streaming-mode playback.
2715
2716         * check/elements/volume.c (cleanup_volume): Fix for running
2717         CK_FORK=no.
2718
2719         * check/elements/audioconvert.c: Convert from native endian, not
2720         little endian.
2721
2722 2005-08-29  Michael Smith <msmith@fluendo.com>
2723
2724         * ext/ogg/Makefile.am:
2725         * ext/ogg/gstogg.c: (plugin_init):
2726         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2727         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2728         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2729         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2730         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2731         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2732         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2733         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2734         Add an ogg parser element.
2735
2736 2005-08-28  Andy Wingo  <wingo@pobox.com>
2737
2738         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2739
2740 2005-08-26  Wim Taymans  <wim@fluendo.com>
2741
2742         * gst/audioconvert/audioconvert.c: (if), (float),
2743         (audio_convert_get_func_index), (check_default),
2744         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2745         (audio_convert_clean_context), (audio_convert_get_sizes),
2746         (audio_convert_convert):
2747         Cleanups.
2748
2749 2005-08-26  Wim Taymans  <wim@fluendo.com>
2750
2751         * gst/audioconvert/audioconvert.c: (if), (float),
2752         (audio_convert_get_func_index), (check_default),
2753         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2754         (audio_convert_clean_context), (audio_convert_get_sizes),
2755         (audio_convert_convert):
2756         More elegant and working temp buffer selection algo.
2757
2758 2005-08-26  Wim Taymans  <wim@fluendo.com>
2759
2760         * gst/audioconvert/audioconvert.c: (if), (float),
2761         (audio_convert_get_func_index), (check_default),
2762         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2763         (audio_convert_clean_context), (audio_convert_get_sizes),
2764         (get_temp_buffer), (audio_convert_convert):
2765         Use realloc else we lose our original data.
2766
2767 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2768
2769         * gst/audioresample/gstaudioresample.c:
2770           use base class' newsegment to properly timestamp
2771
2772 2005-08-26  Wim Taymans  <wim@fluendo.com>
2773
2774         * gst/audioconvert/audioconvert.c: (if), (float),
2775         (audio_convert_get_func_index), (check_default),
2776         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2777         (audio_convert_clean_context), (audio_convert_get_sizes),
2778         (get_temp_buffer), (audio_convert_convert):
2779         * gst/audioconvert/gstaudioconvert.c:
2780         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2781         (gst_audio_convert_transform_caps),
2782         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2783         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2784         Oops, allocate enough space to perform the channel mix.
2785
2786 2005-08-26  Wim Taymans  <wim@fluendo.com>
2787
2788         * gst/audioconvert/Makefile.am:
2789         * gst/audioconvert/audioconvert.c: (if), (float),
2790         (audio_convert_get_func_index), (check_default),
2791         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2792         (audio_convert_clean_context), (audio_convert_get_sizes),
2793         (get_temp_buffer), (audio_convert_convert):
2794         * gst/audioconvert/audioconvert.h:
2795         * gst/audioconvert/gstaudioconvert.c:
2796         (gst_audio_convert_class_init), (gst_audio_convert_init),
2797         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2798         (gst_audio_convert_get_unit_size),
2799         (gst_audio_convert_transform_caps),
2800         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2801         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2802         * gst/audioconvert/gstaudioconvert.h:
2803         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2804         (gst_channel_mix_fill_identical),
2805         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2806         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2807         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2808         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2809         (gst_channel_mix_mix):
2810         * gst/audioconvert/gstchannelmix.h:
2811         Cleanups, librarify a bit, optimize, better negotiation and more.
2812
2813 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2814
2815         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2816         Another from MikeS:
2817         During typefinding, don't support negative offsets
2818         (offsets from the end of the stream) in our typefind->peek() function
2819         - nothing embedded in ogg ever needs them. However, we need to recognise
2820         those requests and reject them, otherwise we return invalid pointers.
2821
2822 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2823
2824         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2825         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2826         (vorbisdec_finalize), (vorbis_handle_type_packet):
2827           Big shout-out to MikeS for fixing this giant memory leak.
2828           Huzzah!
2829
2830 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2831
2832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2833         (audio_convert_get_unit_size):
2834           plug some leaks
2835
2836 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2837
2838         * check/Makefile.am:
2839         * check/elements/audioconvert.c: (setup_audioconvert),
2840         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2841         (GST_START_TEST), (audioconvert_suite), (main):
2842           add a test for audioconvert
2843         * gst/audioresample/gstaudioresample.c:
2844         * gst/audioresample/gstaudioresample.h:
2845           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2846           note that for buffers of 1/3 sec this means DURATION(c) is 
2847           one nanosecond more than for a and b
2848
2849 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2850
2851         * check/Makefile.am:
2852         * check/elements/audioresample.c: (setup_audioresample),
2853         (cleanup_audioresample), (fail_unless_perfect_stream),
2854         (test_perfect_stream_instance), (GST_START_TEST),
2855           add a check for audioresample
2856         (audioresample_suite), (main):
2857         * check/elements/volume.c: (GST_START_TEST):
2858           remove unused method
2859         * gst/audioresample/gstaudioresample.c:
2860           set correct buffer parameters since we're changing them
2861         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2862           add some debug
2863
2864 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2865
2866         * gst/audioresample/debug.c:
2867         * gst/audioresample/gstaudioresample.c:
2868           add room for extra overlap samples when asked to transform size
2869           protect against possible mem corruption and check for discrepancies
2870           between written size and outbuffer's size so we can warn for
2871           potential problems
2872         * gst/audioresample/resample.c: (resample_init),
2873         (resample_get_output_size_for_input), (resample_get_output_size),
2874         (resample_set_n_channels), (resample_set_format):
2875           set debug level based on RESAMPLE_DEBUG env var
2876           make sure that get_output_size* returns a whole number of
2877           sample_size
2878           set sample_size each time either channel or format is set
2879         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2880         * gst/audioresample/resample_functable.c:
2881         (resample_scale_functable):
2882         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2883           remove r->sample_size, it's done in resample.c now
2884           add some debugging to the ref implementation
2885           make sure we only give back bytes that are wholes of the sample
2886           size
2887
2888 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2889         * gst/playback/gstplaybasebin.c: (fill_buffer):
2890         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2891
2892 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2893
2894         * gst/volume/gstvolume.c:
2895           made set_caps function static
2896
2897 2005-08-24  Wim Taymans  <wim@fluendo.com>
2898
2899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2900         (gst_vorbisenc_change_state):
2901         Stop leaking taglists.
2902
2903 2005-08-24  Wim Taymans  <wim@fluendo.com>
2904
2905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2906         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2907         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2908         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2909         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2910         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2911         Parse seeking events better.
2912         Unref static caps.
2913         Generate correct newsegment events, fixes seeking in live oggs.
2914
2915         * ext/theora/theoradec.c: (theora_dec_src_query),
2916         (theora_dec_src_event), (theora_dec_src_getcaps),
2917         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2918         Use newsegment values to report correct play time.
2919
2920         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2921         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2922         * ext/vorbis/vorbisdec.h:
2923         Parse and use newsegment values to report correct play time.
2924
2925         * gst-libs/gst/audio/gstbaseaudiosink.c:
2926         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2927         Clear ringbuffer on flush.
2928         Use newsegment values to calculate playback time.
2929
2930         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2932         Basesink does newsegment calculations for us now.
2933
2934 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2935
2936         * check/Makefile.am:
2937         * configure.ac:
2938           add core's plugins to the mix so that playbin works
2939         * check/generic/states.c: (GST_START_TEST):
2940           set a 0 timeout on pipelines, so they don't force the next
2941           state change
2942         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2943         (gst_play_base_bin_change_state):
2944           remove the crappy error handling and do GST error handling
2945
2946 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2947
2948         * check/Makefile.am:
2949         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2950           add same test as to core, it bitches out on playbin atm.
2951
2952 2005-08-24  Wim Taymans  <wim@fluendo.com>
2953
2954         * configure.ac:
2955         Remove audioscale.
2956
2957 2005-08-24  Wim Taymans  <wim@fluendo.com>
2958
2959         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2960         (gst_videoscale_prepare_size), (parse_caps),
2961         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2962         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2963         (gst_videoscale_transform):
2964         * gst/videoscale/gstvideoscale.h:
2965         Refactor, make use of BaseTranform really well.
2966
2967 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2968
2969         * configure.ac:
2970           compile audioresample
2971         * gst/audioresample/Makefile.am:
2972         * gst/audioresample/buffer.c:
2973         * gst/audioresample/functable.c:
2974         * gst/audioresample/gstaudioresample.c:
2975         * gst/audioresample/gstaudioresample.h:
2976         * gst/audioresample/resample.c:
2977         (resample_get_output_size_for_input):
2978         * gst/audioresample/resample.h:
2979         * gst/audioresample/resample_chunk.c:
2980         * gst/audioresample/resample_functable.c:
2981         * gst/audioresample/resample_ref.c:
2982           port to use basetransform; doesn't work in all cases yet
2983
2984 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2985
2986         * gst/audioconvert/gstaudioconvert.c:
2987         (gst_audio_convert_class_init), (gst_audio_convert_init),
2988         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2989         (audio_convert_fixate_caps), (audio_convert_set_caps),
2990         (audio_convert_transform),
2991         (gst_audio_convert_buffer_to_default_format),
2992         (gst_audio_convert_buffer_from_default_format),
2993         (gst_audio_convert_channels):
2994         * gst/audioconvert/gstchannelmix.c:
2995         * gst/audioconvert/gstchannelmix.h:
2996           port to basetransform
2997         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2998         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2999         (gst_ffmpegcsp_get_unit_size):
3000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3001         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3002           fix for basetransform changes
3003
3004 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3005
3006         * check/Makefile.am:
3007           Add CHECK_CFLAGS and LDFLAGS
3008
3009         * gst/playback/gstplaybasebin.c: (fill_buffer):
3010           GST_MESSAGE_SRC became a GObject
3011
3012 2005-08-24  Wim Taymans  <wim@fluendo.com>
3013
3014         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3015         (gst_ring_buffer_clear_all):
3016         * gst-libs/gst/audio/gstringbuffer.h:
3017         Added function to clear the ringbuffer.
3018
3019 2005-08-24  Andy Wingo  <wingo@pobox.com>
3020
3021         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3022         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3023         of _open and _close.
3024
3025         * sys/v4l/gstv4lxoverlay.h:
3026         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3027         an Xv connection here, instead of all the time. Make Xv only be
3028         loaded if you axe for it. Kindof a workaround for buggy behaviour
3029         of Xv when using remote xservers (XvQueryExtension would block).
3030         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3031         replace the _open and _close public API. Only start the xv
3032         connection if necessary.
3033         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3034
3035 2005-08-23  David Schleef  <ds@schleef.org>
3036
3037         * gst/audioresample/Makefile.am: Leet audioresampling code
3038         * gst/audioresample/buffer.c:
3039         * gst/audioresample/buffer.h:
3040         * gst/audioresample/debug.c:
3041         * gst/audioresample/debug.h:
3042         * gst/audioresample/functable.c:
3043         * gst/audioresample/functable.h:
3044         * gst/audioresample/gstaudioresample.c:
3045         * gst/audioresample/gstaudioresample.h:
3046         * gst/audioresample/resample.c:
3047         * gst/audioresample/resample.h:
3048         * gst/audioresample/resample_chunk.c:
3049         * gst/audioresample/resample_functable.c:
3050         * gst/audioresample/resample_ref.c:
3051
3052 2005-08-23  Wim Taymans  <wim@fluendo.com>
3053
3054         * examples/seeking/seek.c: (make_vorbis_pipeline),
3055         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3056         Small seek updates.
3057
3058 2005-08-23  Andy Wingo  <wingo@pobox.com>
3059
3060         * gst-libs/gst/audio/gstbaseaudiosrc.c
3061         (gst_base_audio_src_fixate): Only fixate endianness if it is
3062         present in the caps.
3063
3064 2005-08-22  Andy Wingo  <wingo@pobox.com>
3065
3066         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3067         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3068         device-name property.
3069
3070         * gst-libs/gst/audio/gstaudiosrc.h:
3071         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3072         close_device in the ring buffer, like gstaudiosink.
3073
3074         * ext/alsa/gstalsamixer.h:
3075         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3076         macro to implement the interface without much code. Cleanups. 
3077
3078         * ext/alsa/gstalsasrc.h:
3079         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3080         READY.
3081
3082         * ext/alsa/Makefile.am: Add new files.
3083         * ext/alsa/gstalsamixerelement.c: 
3084         * ext/alsa/gstalsamixerelement.c: Split element code out from
3085         mixer code so that alsasrc can be a mixer too.
3086
3087 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3088
3089         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3090         (GST_START_TEST):
3091         * check/elements/vorbisdec.c: (setup_vorbisdec),
3092         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3093         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3094         (vorbis_handle_identification_packet),
3095         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3096         (vorbis_handle_header_packet), (vorbis_dec_push),
3097         (vorbis_dec_chain):
3098           use the setup/teardown methods to save code.  save code is good.
3099
3100 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3101
3102         * check/Makefile.am:
3103           add ext dir for plugins
3104           add vorbisdec test conditionally
3105         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3106         (GST_START_TEST), (volume_suite):
3107           add a test with wrong caps
3108         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3109         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3110           add a vorbisdec test
3111         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3112         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3113           clean up debug output
3114         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3115           yay, fix a segfault/security issue in vorbisdec
3116           gst-launch fakesrc ! vorbisdec wasn't happy
3117         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3118         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3119         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3120         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3121         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3122         (gst_vorbisenc_set_metadata), (get_constraints_string),
3123         (update_start_message), (gst_vorbisenc_setup),
3124         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3125         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3126         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3127         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3128         * ext/vorbis/vorbisenc.h:
3129           march in line
3130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3131         (gst_ffmpegcsp_transform):
3132           have the kow come home
3133         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3134           debug my func ptr
3135         * gst/volume/gstvolume.c: (volume_set_caps):
3136           add a debug
3137
3138 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3139
3140         * Makefile.am:
3141         * check/.cvsignore:
3142         * check/Makefile.am:
3143         * check/elements/.cvsignore:
3144         * check/elements/volume.c: (chain_func), (event_func),
3145         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3146         (main):
3147         * configure.ac:
3148           add unit test structure for gst-plugins-base
3149           add a test for volume
3150         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3151         (gst_volume_set_volume), (gst_volume_get_volume),
3152         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3153         (volume_funcfind), (volume_process_float), (volume_process_int16),
3154         (volume_set_caps), (volume_transform), (volume_update_mute),
3155         (volume_update_volume), (volume_set_property),
3156         (volume_get_property):
3157           document a little; use basetransform vmethod _set_caps
3158
3159 2005-08-19  Andy Wingo  <wingo@pobox.com>
3160
3161         * ext/alsa/gstalsamixertrack.h:
3162         * ext/alsa/gstalsamixertrack.c:
3163         * ext/alsa/gstalsamixeroptions.h:
3164         * ext/alsa/gstalsamixeroptions.c:
3165         * ext/alsa/gstalsamixer.h:
3166         * ext/alsa/gstalsamixer.c: Port to 0.9.
3167
3168         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3169         Remove gstalsa.c and alsaclock. No more cruft here.
3170         
3171 2005-08-18  Wim Taymans  <wim@fluendo.com>
3172
3173         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3174         (gst_base_rtp_depayload_chain),
3175         (gst_base_rtp_depayload_add_to_queue),
3176         (gst_base_rtp_depayload_push),
3177         (gst_base_rtp_depayload_queue_release):
3178         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3179         Fix for RTPBuffer changes.
3180
3181         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3182         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3183         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3184         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3185         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3186         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3187         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3188         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3189         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3190         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3191         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3192         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3193         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3194         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3195         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3196         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3197         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3198         (gst_rtpbuffer_get_payload):
3199         * gst-libs/gst/rtp/gstrtpbuffer.h:
3200         Don't subclass GstBuffer but add methods and helper functions
3201         to construct and manipulate RTP packets in regular GstBuffers.
3202
3203 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3204
3205         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3206           moved statement below switch
3207         * gst/volume/gstvolume.c: (gst_volume_class_init):
3208           added debug ptr
3209
3210 2005-08-16  Wim Taymans  <wim@fluendo.com>
3211
3212         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3213         (gst_base_audio_src_change_state):
3214         Open and close device in READY<->NULL state change.
3215
3216 2005-08-16  Andy Wingo  <wingo@pobox.com>
3217
3218         * examples/seeking/Makefile.am: Don't compile non-compiling
3219         compiled objects with the compiler.
3220
3221         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3222         elements.
3223
3224 2005-08-12  Philippe Khalaf <burger@speedy.org>
3225         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3226         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3227           Made a thread to release the queue.
3228           Removed timestamp conversion for now.
3229
3230 2005-08-10  Philippe Khalaf <burger@speedy.org>
3231         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3232         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3233           Added rtp timestamp -> gst timestamp conversion.
3234           Fixed several problems with queue.
3235
3236 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3237
3238         * gst-libs/gst/audio/gstaudioclock.h:
3239         * gst-libs/gst/audio/gstaudiofilter.h:
3240         * gst-libs/gst/audio/gstaudiosink.h:
3241         * gst-libs/gst/audio/gstaudiosrc.h:
3242         * gst-libs/gst/audio/gstbaseaudiosink.h:
3243         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3244         * gst-libs/gst/audio/gstringbuffer.h:
3245         * gst-libs/gst/net/gstnetbuffer.h:
3246         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3247         * gst-libs/gst/rtp/gstrtpbuffer.h:
3248           Add padding (you will need to rebuild gst-plugins-base,
3249           gst-plugins and all applications afterwards!)
3250
3251 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3252
3253         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3254         (gst_riff_parse_chunk):
3255           Fix bug in debug message and add some more debug messages.
3256
3257 2005-08-08  Edward Hervey  <edward@fluendo.com>
3258
3259         * gst-libs/gst/riff/riff-media.c:
3260         backported updates since branch
3261
3262 2005-08-08  Andy Wingo  <wingo@pobox.com>
3263
3264         * gst-libs/gst/audio/gstbaseaudiosink.c
3265         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3266         like good elements should. Close on READY->NULL too.
3267
3268         * gst-libs/gst/audio/gstaudiosink.c
3269         (gst_audioringbuffer_open_device,
3270         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3271         (gst_audioringbuffer_release): Updates for new ring buffer API,
3272         hook into the new audio sink api.
3273
3274         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3275         (GstAudioSinkClass.close): Just open and close the device -- no
3276         resource allocation or configuration.
3277         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3278         vmethods, handle device setup and resource allocation.
3279
3280         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3281         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3282         base class API.
3283
3284         * gst-libs/gst/audio/gstringbuffer.h
3285         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3286         New vmethods.
3287
3288         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3289         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3290         New API functions. The device should be opened before acquiring
3291         and closed after releasing.
3292
3293 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3294
3295         * gst-libs/gst/interfaces/mixer.h:
3296           Reset padding to GST_PADDING.
3297
3298 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3299
3300         * gst/playback/gstplaybin.c: (remove_sinks):
3301           Remove visualization from parent explicitely; works around some
3302           apparent refcount issue that I haven't tracked down yet.
3303
3304 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3305
3306         * ext/alsa/gstalsasink.c: (set_hwparams):
3307           Assign debug category, add negotiation debug msgs.
3308
3309 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3310
3311         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3312           Fix error code for file-not-found to NOT_FOUND.
3313
3314 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3315
3316         * common/gtk-doc-plugins.mak:
3317         * docs/plugins/Makefile.am:
3318         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3319         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3320           renamed to actual element names, so much nicer to look at
3321         * docs/plugins/tmpl/gstmultifdsink.sgml:
3322           remove
3323         * docs/plugins/tmpl/multifdsink.sgml:
3324         * docs/plugins/tmpl/tcpserversink.sgml:
3325           add
3326         * ext/alsa/gstalsa.c:
3327         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3328         * ext/ogg/gstoggmux.c:
3329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3330         * gst/playback/gstdecodebin.c:
3331         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3332         * gst/tcp/gsttcpserversink.c:
3333           various fixes and documentation additions
3334
3335 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3336
3337         * common/Makefile.am:
3338         * common/gstdoc-scangobj:
3339         * common/gtk-doc-plugins.mak:
3340         * common/gtk-doc.mak:
3341           add a custom scangobj that uses the registry
3342           add a custom gtk-doc-plugins.mak that uses it
3343           some doc build fixes
3344         * configure.ac:
3345         * docs/Makefile.am:
3346         * docs/plugins/Makefile.am:
3347         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3348         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3349         * docs/plugins/gst-plugins-base-plugins.types:
3350         * docs/plugins/tmpl/gstmultifdsink.sgml:
3351           add docs for one element, multifdsink
3352         * gst/adder/gstadder.h:
3353         * gst/volume/gstvolume.h:
3354           don't privatize enum
3355         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3356         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3357         (gst_sync_method_get_type), (gst_client_status_get_type),
3358         (gst_multifdsink_class_init),
3359         (gst_multifdsink_client_queue_buffer),
3360         (gst_multifdsink_handle_client_write):
3361         * gst/tcp/gstmultifdsink.h:
3362         * gst/tcp/gsttcp.h:
3363         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3364         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3365         (gst_tcpclientsink_render):
3366         * gst/tcp/gsttcpclientsink.h:
3367         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3368         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3369         (gst_tcpclientsrc_start):
3370         * gst/tcp/gsttcpclientsrc.h:
3371         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3372         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3373         * gst/tcp/gsttcpserversrc.h:
3374         * gst/typefind/gsttypefindfunctions.c:
3375           remove superfluous Type stuff
3376
3377 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3378
3379         * gst/playback/gstplaybin.c: (gen_video_element):
3380           Enable videoscale.
3381
3382 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3383
3384         * gst-libs/gst/gconf/gconf.c:
3385         * gst-libs/gst/gconf/gconf.h:
3386           Fix some Andy Problem [tm].
3387
3388 2005-08-04  Andy Wingo  <wingo@pobox.com>
3389
3390         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3392         (gst_ffmpegcsp_get_size): Adapt to API changes.
3393
3394         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3395         Implement an in-place do-nothing transform.
3396
3397 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3398
3399         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3400         (gst_ximagesink_renegotiate_size):
3401           Do not set new window sizes yet if we prepare a new buffer size
3402           for upstream renegotiation (software scaling) at some point in the
3403           future, because this new size waqs not actually accepted yet. Once
3404           accepted, renegotiation later on will set the new sizes just fine.
3405           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3406           embedding testcase.
3407
3408 2005-08-03  Andy Wingo  <wingo@pobox.com>
3409
3410         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3411         (gst_ximagesink_buffer_alloc): 
3412         Protect the height, width, and desired_caps with the pool_lock.
3413         Fixes videotestsrc ! queue ! ximagesink.
3414
3415 2005-08-02  Edward Hervey  <edward@fluendo.com>
3416
3417         * gst/volume/gstvolume.c:
3418         include left from controller cleanup
3419
3420 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3421         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3422           Stop collectpads before calling the parent state
3423           change function on PAUSED->READY.
3424
3425 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3426         * configure.ac:
3427           When testing for X libs, use the X CFlags 
3428         * gst/adder/gstadder.c: (gst_adder_change_state):
3429           Stop the collectpads before calling parent state change function
3430           on PAUSED->READY, otherwise we deadlock deactivating pads.
3431
3432 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3433
3434         * configure.ac:
3435         * docs/libs/tmpl/gstcolorbalance.sgml:
3436         * docs/libs/tmpl/gstmixer.sgml:
3437         * examples/Makefile.am:
3438         * gst/sine/Makefile.am:
3439         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3440         (gst_sinesrc_set_property), (plugin_init):
3441         * gst/sine/gstsinesrc.h:
3442         * gst/volume/Makefile.am:
3443         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3444         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3445         (volume_process_float), (volume_process_int16),
3446         (volume_set_property), (plugin_init):
3447         * gst/volume/gstvolume.h:
3448           deactivate and remove dparams (libgstcontrol)
3449
3450 2005-07-29  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3453         Convert me to BaseTransform!! help..
3454
3455 2005-07-29  Andy Wingo  <wingo@pobox.com>
3456
3457         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3458         sinks.
3459
3460         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3461         support of both endiannesses.
3462
3463 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3464
3465         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3466           Fix confusing debug message (s/event/query/)
3467
3468 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3469
3470         * gst/videotestsrc/videotestsrc.h:
3471           Use "_stdint.h" instead of <stdint.h>
3472
3473 2005-07-27  Wim Taymans  <wim@fluendo.com>
3474
3475         * ext/vorbis/Makefile.am:
3476         Revert wrong commit.
3477
3478 2005-07-27  Wim Taymans  <wim@fluendo.com>
3479
3480         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3481         More compilation fixen.
3482
3483 2005-07-27  Wim Taymans  <wim@fluendo.com>
3484
3485         * gst-libs/gst/audio/gstbaseaudiosink.c:
3486         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3487         (gst_base_audio_sink_create_ringbuffer),
3488         (gst_base_audio_sink_change_state):
3489         Fix compilation.
3490
3491 2005-07-27  Wim Taymans  <wim@fluendo.com>
3492
3493         * examples/seeking/seek.c: (setup_dynamic_link),
3494         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3495         (query_positions_elems), (query_positions_pads), (do_seek):
3496         Update seek example.
3497
3498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3499         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3500         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3501         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3502         (gst_ogg_demux_handle_event),
3503         (gst_ogg_demux_deactivate_current_chain),
3504         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3505         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3506         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3507         (gst_ogg_demux_loop):
3508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3509         * ext/theora/theoradec.c: (theora_dec_src_event),
3510         (theora_dec_src_getcaps), (theora_dec_sink_event),
3511         (theora_dec_push), (theora_dec_chain):
3512         * ext/vorbis/Makefile.am:
3513         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3514         (vorbis_dec_sink_event), (vorbis_dec_push),
3515         (vorbis_handle_data_packet):
3516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3517         (gst_vorbisenc_chain):
3518         * gst/playback/gststreaminfo.c: (cb_probe):
3519         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3520         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3521         * gst/videoscale/gstvideoscale.c:
3522         (gst_videoscale_handle_src_event):
3523         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3524         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3525         (gst_ximagesink_navigation_send_event):
3526         * sys/xvimage/xvimagesink.c:
3527         (gst_xvimagesink_navigation_send_event):
3528         Various event updates and cleanups
3529
3530 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3531
3532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3533           Fix segfault for I420/YV12.
3534
3535 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3536
3537         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3538           Report bitrate.
3539
3540 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3541
3542         * gst/playback/gstplaybin.c: (gen_video_element),
3543         (gen_audio_element):
3544           Switch to auto*sink elements as default sinks; add volume element
3545           so that volume control in totem works.
3546
3547 2005-07-21  Wim Taymans  <wim@fluendo.com>
3548
3549         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3550         * gst/playback/gstplaybin.c: (setup_sinks),
3551         (gst_play_bin_change_state):
3552         Refcount fix and more comments.
3553
3554 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3555
3556         * sys/ximage/Makefile.am:
3557         * sys/ximage/ximage.c: (plugin_init):
3558         * sys/ximage/ximagesink.c:
3559         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3560         
3561
3562 2005-07-21  Wim Taymans  <wim@fluendo.com>
3563
3564         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3565         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3566         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3567         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3568         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3569         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3570         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3571         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3572         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3573         Generate correct disconts for live chained oggs.
3574
3575         * gst-libs/gst/audio/gstbaseaudiosink.c:
3576         (gst_base_audio_sink_render),
3577         (gst_base_audio_sink_create_ringbuffer),
3578         (gst_base_audio_sink_change_state):
3579         Handle discont math correctly.
3580
3581         * gst/playback/gstplaybin.c: (add_sink):
3582         Some small debug cleanup.
3583
3584 2005-07-21  Wim Taymans  <wim@fluendo.com>
3585
3586         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3587         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3588         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3589         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3590         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3591         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3592         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3593         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3594         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3595         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3596         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3597         (gst_ogg_demux_change_state), (gst_ogg_print):
3598         Reorganize code to send the right disconts when in streaming
3599         mode.
3600
3601 2005-07-20  Andy Wingo  <wingo@pobox.com>
3602
3603         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3604         fix (?), fixes a seggie mcfalterson (#310894).
3605
3606 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3607
3608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3609         (gst_ogg_mux_set_header_on_caps):
3610         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3611         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3612         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3613         * gst-libs/gst/audio/multichannel.c:
3614         (gst_audio_set_channel_positions),
3615         (gst_audio_set_structure_channel_positions_list):
3616         * gst/playback/gstdecodebin.c: (dynamic_create):
3617         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3618         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3619           Fixes for API changes in core.
3620
3621 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3622
3623         * gst/playback/gstplaybasebin.c: (fill_buffer):
3624           Use _new_custom() so we can set custom message types for buffering
3625           messages.
3626
3627 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3628
3629         * configure.ac:
3630         * gst-libs/gst/Makefile.am:
3631         * gst-libs/gst/gconf/.cvsignore:
3632         * gst-libs/gst/gconf/Makefile.am:
3633         * gst-libs/gst/gconf/test-gconf.c:
3634         * pkgconfig/Makefile.am:
3635         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3636         * pkgconfig/gstreamer-gconf.pc.in:
3637           Remove gconf stuff, use gconf elements instead from now on.
3638
3639 2005-07-20  Wim Taymans  <wim@fluendo.com>
3640
3641         * gst-libs/gst/audio/TODO:
3642         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3643         (gst_audio_clock_get_internal_time):
3644         * gst-libs/gst/audio/gstaudioclock.h:
3645         * gst-libs/gst/audio/gstbaseaudiosink.c:
3646         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3647         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3648         (gst_base_audio_sink_render),
3649         (gst_base_audio_sink_create_ringbuffer),
3650         (gst_base_audio_sink_change_state):
3651         Make sure the audio clock always returns an increasing value.
3652
3653 2005-07-19  Andy Wingo  <wingo@pobox.com>
3654
3655         * gst/videotestsrc/: Cleanups.
3656
3657 2005-07-19  Wim Taymans  <wim@fluendo.com>
3658
3659         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3660         Better debugging.
3661
3662 2005-07-19  Wim Taymans  <wim@fluendo.com>
3663
3664         * examples/seeking/seek.c: (make_dv_pipeline),
3665         (make_vorbis_theora_pipeline), (query_rates),
3666         (query_positions_elems), (query_positions_pads), (do_seek):
3667         Make correct DV pipeline.
3668
3669 2005-07-18  Andy Wingo  <wingo@pobox.com>
3670
3671         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3672         default. Also because it's the only thing that really works. (This
3673         is used in the GConf elements).
3674         Use AS_LIBTOOL_TAGS.
3675
3676 2005-07-18  Wim Taymans  <wim@fluendo.com>
3677
3678         * gst/playback/gstdecodebin.c: (remove_element_chain):
3679         * gst/playback/gstplaybin.c: (add_sink):
3680         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3681         (gst_stream_info_set_mute):
3682         * gst/playback/gststreamselector.c:
3683         (gst_stream_selector_get_linked_pad),
3684         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3685         More leak and compile fixes.
3686
3687 2005-07-18  Wim Taymans  <wim@fluendo.com>
3688
3689         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3690         (query_rates), (query_positions_elems), (query_positions_pads),
3691         (do_seek), (seek_cb), (stop_seek):
3692         Updated seek example. 
3693
3694         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3695         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3696         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3697         * gst/playback/gstplaybin.c: (add_sink):
3698         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3699         (gst_stream_info_set_mute):
3700         Some refcount leak fixes.
3701
3702 2005-07-16  Wim Taymans  <wim@fluendo.com>
3703
3704         * gst-libs/gst/audio/gstbaseaudiosink.c:
3705         (gst_base_audio_sink_render):
3706         Align samples even if we have roundoff errors in the 
3707         timestamp conversion.
3708
3709 2005-07-16  Wim Taymans  <wim@fluendo.com>
3710
3711         * docs/libs/tmpl/gstringbuffer.sgml:
3712         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3713         (query_rates), (query_positions_elems), (query_positions_pads),
3714         (update_scale), (do_seek):
3715         Updated seek example.
3716
3717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3718         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3719         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3720         (gst_ogg_demux_loop):
3721         Push out correct discont values.
3722
3723         * ext/theora/theoradec.c: (theora_dec_src_convert),
3724         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3725         (theora_dec_sink_event), (theora_handle_type_packet),
3726         (theora_handle_header_packet), (theora_dec_push),
3727         (theora_handle_data_packet), (theora_dec_chain),
3728         (theora_dec_change_state):
3729         Better timestamping.
3730
3731         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3732         (vorbis_dec_sink_event), (vorbis_dec_push),
3733         (vorbis_handle_data_packet), (vorbis_dec_chain):
3734         * ext/vorbis/vorbisdec.h:
3735         Better timestamping.
3736
3737         * gst-libs/gst/audio/gstbaseaudiosink.c:
3738         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3739         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3740         Handle syncing on timestamps instead of sample offsets. Make
3741         use of DISCONT values as described in design docs.
3742
3743         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3744         (gst_base_audio_src_get_time):
3745         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3746         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3747         (gst_ring_buffer_read):
3748         * gst-libs/gst/audio/gstringbuffer.h:
3749         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3750         (gst_ximagesink_show_frame):
3751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3752         Correcly convert buffer timestamp to stream time.
3753
3754 2005-07-16  Wim Taymans  <wim@fluendo.com>
3755
3756         * gst/audioconvert/gstaudioconvert.c:
3757         (gst_audio_convert_get_buffer):
3758         Timestamp buffers correctly.
3759
3760         * gst/playback/gstplaybin.c: (gen_video_element):
3761         Make internal fakesink silent.
3762
3763 2005-07-15  Wim Taymans  <wim@fluendo.com>
3764
3765         * gst/ffmpegcolorspace/Makefile.am:
3766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3767         (gst_ffmpegcsp_caps_remove_format_info),
3768         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3769         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3770         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3771         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3772         Ported ffmpegcolorspace to basetransform.
3773
3774         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3775         * gst/volume/gstvolume.c: (volume_transform):
3776         Ported to new API.
3777
3778 2005-07-14  Wim Taymans  <wim@fluendo.com>
3779
3780         * gst/videotestsrc/Makefile.am:
3781         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3782         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3783         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3784         (gst_videotestsrc_init), (gst_videotestsrc_event),
3785         (gst_videotestsrc_create), (gst_videotestsrc_start),
3786         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3787         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3788         (gst_videotestsrc_get_property):
3789         * gst/videotestsrc/gstvideotestsrc.h:
3790         Make videotestsrc a pushsrc.
3791
3792 2005-07-14  Wim Taymans  <wim@fluendo.com>
3793
3794         * gst/tcp/gstfdset.c: (gst_fdset_free):
3795         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3796         (gst_multifdsink_add), (gst_multifdsink_remove),
3797         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3798         (gst_multifdsink_remove_client_link),
3799         (gst_multifdsink_client_queue_data),
3800         (gst_multifdsink_client_queue_caps),
3801         (gst_multifdsink_client_queue_buffer),
3802         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3803         (gst_multifdsink_stop):
3804         * gst/tcp/gstmultifdsink.h:
3805         0.8 backporting.
3806
3807         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3808         Also draw image when not from a pool.
3809
3810 2005-07-14  Wim Taymans  <wim@fluendo.com>
3811
3812         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3813         (mute_stream), (silence_stream):
3814         Small debug additions.
3815
3816 2005-07-14  Wim Taymans  <wim@fluendo.com>
3817
3818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3819         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3820         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3821         Better error recovery, ignore unconnected pads and
3822         non-fatal errors.
3823
3824 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3825
3826         * docs/libs/tmpl/gstaudio.sgml:
3827         * docs/libs/tmpl/gstcolorbalance.sgml:
3828         * docs/libs/tmpl/gstgconf.sgml:
3829         * docs/libs/tmpl/gstmixer.sgml:
3830         * docs/libs/tmpl/gstringbuffer.sgml:
3831         * docs/libs/tmpl/gsttuner.sgml:
3832         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3833         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3834         (gst_tcpclientsrc_class_init):
3835         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3836         (gst_tcpserversrc_class_init):
3837         * sys/v4l/gstv4lelement.c:
3838           more autistic cleanliness in functions/names/defines
3839
3840 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3841
3842         * configure.ac:
3843           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3844           added manually to each Makefile.am so we are sure it goes
3845           *last* and doesn't add -L flags before linking in libs of our
3846           own, like, say, internal .la libs, that then accidentally pick
3847           up the installed copy.
3848         * docs/libs/Makefile.am:
3849         * ext/alsa/Makefile.am:
3850         * ext/cdparanoia/Makefile.am:
3851         * ext/gnomevfs/Makefile.am:
3852         * ext/libvisual/Makefile.am:
3853         * ext/ogg/Makefile.am:
3854         * ext/theora/Makefile.am:
3855         * ext/vorbis/Makefile.am:
3856         * gst-libs/gst/video/Makefile.am:
3857         * gst/adder/Makefile.am:
3858         * gst/audioconvert/Makefile.am:
3859         * gst/audiorate/Makefile.am:
3860         * gst/audioscale/Makefile.am:
3861         * gst/ffmpegcolorspace/Makefile.am:
3862         * gst/playback/Makefile.am:
3863         * gst/sine/Makefile.am:
3864         * gst/subparse/Makefile.am:
3865         * gst/tags/Makefile.am:
3866         * gst/tcp/Makefile.am:
3867         * gst/typefind/Makefile.am:
3868         * gst/videorate/Makefile.am:
3869         * gst/videoscale/Makefile.am:
3870         * gst/videotestsrc/Makefile.am:
3871         * gst/volume/Makefile.am:
3872         * sys/v4l/Makefile.am:
3873         * sys/ximage/Makefile.am:
3874         * sys/xvimage/Makefile.am:
3875           adapt properly to this change. This should make sure that
3876           plugins and libs properly link to the as-yet-uninstalled
3877           copies of stuff like libgstinterfaces and libgstvideo
3878
3879 2005-07-13  Andy Wingo  <wingo@pobox.com>
3880
3881         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3882         (gst_v4lsrc_fixate): Fixate on format as well.
3883
3884         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3885         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3886         buffer points to it.
3887         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3888         rather just doing X calls ourselves. Also fixes a memleak.
3889
3890 2005-07-12  Andy Wingo  <wingo@pobox.com>
3891
3892         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3893         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3894         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3895         TRUE to avoid deadlocks if an element holds on to our buffers.
3896
3897 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3898
3899         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3900         (gst_sinesrc_init), (gst_sinesrc_create),
3901         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3902         (gst_sinesrc_start):
3903         * gst/sine/gstsinesrc.h:
3904           removing num-buffers property before moving it
3905
3906 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3907
3908         * configure.ac:
3909           use overridable ERROR_CFLAGS
3910         * docs/libs/gst-plugins-base-libs.types:
3911         * docs/libs/tmpl/gstringbuffer.sgml:
3912         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3913         (gst_alsasink_class_init):
3914         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3915         (gst_alsasrc_class_init):
3916         * gst-libs/gst/audio/audio.h:
3917         * gst-libs/gst/audio/gstaudioclock.h:
3918         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3919         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3920         (gst_audio_filter_link), (gst_audio_filter_init),
3921         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3922         (gst_audio_filter_get_property),
3923         (gst_audio_filter_class_add_pad_templates):
3924         * gst-libs/gst/audio/gstaudiofilter.h:
3925         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3926         (gst_audio_filter_template_get_type),
3927         (gst_audio_filter_template_base_init),
3928         (gst_audio_filter_template_class_init),
3929         (gst_audio_filter_template_init),
3930         (gst_audio_filter_template_set_property),
3931         (gst_audio_filter_template_get_property), (plugin_init),
3932         (gst_audio_filter_template_setup),
3933         (gst_audio_filter_template_filter),
3934         (gst_audio_filter_template_filter_inplace):
3935         * gst-libs/gst/audio/gstaudiosink.c:
3936         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3937         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3938         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3939         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3940         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3941         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3942         * gst-libs/gst/audio/gstaudiosink.h:
3943         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3944         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3945         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3946         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3947         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3948         (gst_audio_src_class_init), (gst_audio_src_init),
3949         (gst_audio_src_create_ringbuffer):
3950         * gst-libs/gst/audio/gstaudiosrc.h:
3951         * gst-libs/gst/audio/gstbaseaudiosink.c:
3952         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3953         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3954         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3955         (gst_base_audio_sink_set_property),
3956         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3957         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3958         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3959         (gst_base_audio_sink_create_ringbuffer),
3960         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3961         * gst-libs/gst/audio/gstbaseaudiosink.h:
3962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3963         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3964         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3965         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3966         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3967         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3968         (gst_base_audio_src_event), (gst_base_audio_src_create),
3969         (gst_base_audio_src_create_ringbuffer),
3970         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3971         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3972         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3973         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3974         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3975         (gst_ring_buffer_debug_spec_caps),
3976         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3977         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3978         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3979         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3980         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3981         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3982         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3983         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3984         (gst_ring_buffer_clear):
3985         * gst-libs/gst/audio/gstringbuffer.h:
3986         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3987         (gst_video_sink_class_init), (gst_video_sink_get_type):
3988         * gst-libs/gst/video/videosink.h:
3989         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3990         (gst_multifdsink_class_init),
3991         (gst_multifdsink_handle_client_write),
3992         (gst_multifdsink_change_state):
3993         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3994         (gst_tcpclientsink_setcaps):
3995         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3996         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3997         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3998         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3999         (gst_ximagesink_send_pending_navigation),
4000         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4001         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4003         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4004         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4005         (gst_xvimagesink_send_pending_navigation),
4006         (gst_xvimagesink_navigation_send_event),
4007         (gst_xvimagesink_set_xwindow_id),
4008         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4009         (gst_xvimagesink_get_type):
4010         more macro splitting
4011
4012 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4013
4014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4015           plug a memleak, allows me to import 1479 albums in one go
4016           in jamboree
4017         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4018         (vorbis_handle_type_packet), (vorbis_dec_chain),
4019         (vorbis_dec_change_state):
4020           fix some format strings
4021
4022 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4023
4024         * docs/libs/tmpl/gstcolorbalance.sgml:
4025         * docs/libs/tmpl/gstmixer.sgml:
4026         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4027         (gst_alsasink_set_property), (gst_alsasink_get_property):
4028         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4029         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4030           add device property
4031
4032 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4033
4034         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4035         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4036         (audiocast_register_listener), (audiocast_thread_run),
4037         (gst_gnomevfssrc_send_additional_headers_callback),
4038         (gst_gnomevfssrc_received_headers_callback),
4039         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4040         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4041         (gst_gnomevfssrc_get_size):
4042           add/clean up debugging
4043         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4044           cleanups
4045
4046 2005-07-07  Andy Wingo  <wingo@pobox.com>
4047
4048         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4049         framerate. Need to get a handle on when exactly this function is
4050         called, tho.
4051
4052         * sys/v4l/v4lsrc_calls.h:
4053         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4054         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4055         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4056
4057         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4058         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4059         v4lelements are sources.
4060
4061         * sys/v4l/gstv4lxoverlay.h:
4062         * sys/v4l/gstv4lxoverlay.c:
4063         * sys/v4l/gstv4ltuner.h:
4064         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4065         
4066         * sys/v4l/gstv4lsrc.h:
4067         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4068         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4069         or something should handle that. Made a live source.
4070
4071         * sys/v4l/gstv4lelement.h:
4072         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4073         signals. Some cleanups.
4074
4075         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4076
4077         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4078         stuff.
4079
4080         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4081         stuff.
4082
4083         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4084
4085 2005-07-07  Wim Taymans  <wim@fluendo.com>
4086
4087         * ext/theora/theoradec.c: (theora_get_query_types),
4088         (theora_dec_src_getcaps), (theora_dec_push):
4089         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4091         Remove deprecated/unused query types.
4092
4093 2005-07-06  Wim Taymans  <wim@fluendo.com>
4094
4095         * ext/alsa/Makefile.am:
4096         * ext/alsa/gstalsaplugin.c: (plugin_init):
4097         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4098         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4099         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4100         (gst_alsasrc_class_init), (gst_alsasrc_init),
4101         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4102         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4103         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4104         (gst_alsasrc_reset):
4105         * ext/alsa/gstalsasrc.h:
4106         * gst-libs/gst/audio/Makefile.am:
4107         * gst-libs/gst/audio/gstaudiosink.c:
4108         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4109         (gst_audioringbuffer_start):
4110         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4111         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4112         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4113         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4114         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4115         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4116         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4117         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4118         * gst-libs/gst/audio/gstaudiosrc.h:
4119         * gst-libs/gst/audio/gstbaseaudiosink.c:
4120         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4121         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4122         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4123         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4124         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4125         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4126         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4127         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4128         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4129         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4130         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4131         (gst_baseaudiosrc_change_state):
4132         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4133         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4134         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4135         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4136         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4137         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4138         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4139         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4140         * gst-libs/gst/audio/gstringbuffer.h:
4141         Added audiosource base classes.
4142         Ported alsasrc, still very basic.
4143
4144 2005-07-06  Wim Taymans  <wim@fluendo.com>
4145
4146         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4147         (theora_dec_push), (theora_handle_data_packet):
4148         Prepare for better timestamp fix later.
4149
4150         * gst/audioconvert/gstaudioconvert.c:
4151         List most accurate caps first
4152
4153         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4154         Use proper pad task function.
4155
4156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4157         (gst_xvimagesink_show_frame):
4158         Fix deadlock when alloc failed.
4159
4160 2005-07-05  Andy Wingo  <wingo@pobox.com>
4161
4162         * ext/gnomevfs/gstgnomevfssrc.c:
4163         * gst/sine/gstsinesrc.c:
4164         * gst/tcp/gsttcpserversrc.c:
4165         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4166
4167         * sys/v4l/: Port from 0.8.
4168
4169         * Many files: Null if we got it....
4170
4171 2005-07-05  Andy Wingo  <wingo@pobox.com>
4172
4173         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4174         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4175         Signedness fixes.
4176
4177 2005-07-05  Wim Taymans  <wim@fluendo.com>
4178
4179         * configure.ac:
4180         * gst/tcp/Makefile.am:
4181         * gst/tcp/README:
4182         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4183         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4184         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4185         (is_sync_frame), (gst_multifdsink_handle_client_write),
4186         (gst_multifdsink_render), (gst_multifdsink_start),
4187         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4188         * gst/tcp/gstmultifdsink.h:
4189         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4190         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4191         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4192         * gst/tcp/gsttcp.h:
4193         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4194         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4195         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4196         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4197         * gst/tcp/gsttcpclientsink.h:
4198         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4199         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4200         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4201         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4202         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4203         * gst/tcp/gsttcpclientsrc.h:
4204         * gst/tcp/gsttcpplugin.c: (plugin_init):
4205         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4206         * gst/tcp/gsttcpserversink.h:
4207         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4208         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4209         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4210         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4211         (gst_tcpserversrc_stop):
4212         * gst/tcp/gsttcpserversrc.h:
4213         * gst/tcp/gsttcpsink.c:
4214         * gst/tcp/gsttcpsink.h:
4215         * gst/tcp/gsttcpsrc.c:
4216         * gst/tcp/gsttcpsrc.h:
4217         Ported tcp plugins to 0.9. 
4218         
4219
4220 2005-07-05  Andy Wingo  <wingo@pobox.com>
4221
4222         * gst/playback/gstplaybasebin.c (fill_buffer):
4223         message_new_application fixen.
4224
4225         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4226         Style fix.
4227
4228 2005-07-04  Wim Taymans  <wim@fluendo.com>
4229
4230         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4231         Set caps on output buffer.
4232
4233 2005-07-04  Andy Wingo  <wingo@pobox.com>
4234
4235         * ext/gnomevfs/gstgnomevfssrc.c
4236         (gst_gnomevfssrc_received_headers_callback) 
4237         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4238         hopefully.
4239
4240         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4241         No refcount leakage.
4242
4243         * configure.ac: Enable -Werror.
4244         
4245         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4246         * gst/audioconvert/bufferframesconvert.c
4247         (buffer_frames_convert_fixate):
4248         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4249         (gst_audio_convert_fixate):
4250         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4251         (gst_sinesrc_create): Fixate func changes.
4252         
4253         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4254         (gst_ximagesink_buffer_alloc): Unused var.
4255
4256 2005-07-01  Andy Wingo  <wingo@pobox.com>
4257
4258         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4259         getcaps to do explicit caps. Needs to be done in all decoders,
4260         possibly via a base class.
4261
4262         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4263
4264         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4265         caps on the sink pad, just rely on the pad template. Also, setting
4266         ANY caps on a pad is not valid because the caps are not fixed.
4267
4268         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4269         caps on the buffer, and get the width from the desired_caps if
4270         they're set.
4271         (gst_ximagesink_renegotiate_size): Implement via setting the
4272         desired_caps on the ximagesink.
4273         (gst_ximagesink_setcaps): Only reset the width of the player if it
4274         wasn't already set. Not sure if this is right.
4275         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4276
4277         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4278         that the user wants. NULL unless the window has been resized.
4279
4280         * gst/volume/gstvolume.c (volume_transform): Adapt to
4281         basetransform refcount changes.
4282         
4283 2005-07-01  Andy Wingo  <wingo@pobox.com>
4284
4285         * gst/videoscale/gstvideoscale.c:
4286         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4287         from BaseTransform, implements a transform_caps. Removed dead code
4288         including some PAR stuff that was never reached -- should probably
4289         be added back somehow.
4290
4291 2005-07-01  Andy Wingo  <wingo@pobox.com>
4292
4293         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4294         come later.
4295
4296 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4297
4298         * configure.ac:
4299         * docs/libs/Makefile.am:
4300         * docs/libs/gst-plugins-libs.types:
4301         * ext/alsa/Makefile.am:
4302         * ext/alsa/gstalsamixer.h:
4303         * ext/alsa/gstalsamixeroptions.h:
4304         * ext/alsa/gstalsamixertrack.h:
4305         * gst-libs/gst/Makefile.am:
4306         * gst-libs/gst/colorbalance/.cvsignore:
4307         * gst-libs/gst/colorbalance/Makefile.am:
4308         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4309         * gst-libs/gst/colorbalance/colorbalance.c:
4310         * gst-libs/gst/colorbalance/colorbalance.h:
4311         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4312         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4313         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4314         * gst-libs/gst/interfaces/Makefile.am:
4315         * gst-libs/gst/interfaces/colorbalance.c:
4316         (gst_color_balance_class_init):
4317         * gst-libs/gst/interfaces/colorbalance.h:
4318         * gst-libs/gst/interfaces/interfaces-marshal.list:
4319         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4320         * gst-libs/gst/interfaces/mixer.h:
4321         * gst-libs/gst/interfaces/mixeroptions.h:
4322         * gst-libs/gst/interfaces/navigation.c:
4323         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4324         * gst-libs/gst/interfaces/tuner.h:
4325         * gst/volume/Makefile.am:
4326         * gst/volume/gstvolume.c:
4327         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4328         * sys/ximage/Makefile.am:
4329         * sys/ximage/ximagesink.c:
4330         * sys/xvimage/Makefile.am:
4331         * sys/xvimage/xvimagesink.c:
4332           fold in all interfaces into an interfaces dir, preserving CVS
4333           history
4334
4335 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4336
4337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4338           Fix build after riff changes.
4339
4340 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4341
4342         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4343         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4344         (gst_riff_create_video_template_caps),
4345         (gst_riff_create_audio_template_caps),
4346         (gst_riff_create_iavs_template_caps):
4347         * gst-libs/gst/riff/riff-media.h:
4348         * gst-libs/gst/riff/riff-read.h:
4349         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4350           Add gst_riff_init() to initialize the debug category, instead
4351           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4352
4353 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4354
4355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4356           Oops, I shouldn't apply hacks.
4357
4358 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4359
4360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4361           Remove pad_loop function which doesn't work.
4362
4363 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4364
4365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4366           Send EOS when deactivating.
4367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4368         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4369         (gen_preroll_element), (probe_triggered), (mute_stream),
4370         (silence_stream), (new_decoded_pad), (setup_substreams),
4371         (set_active_source):
4372         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4373         (remove_sinks), (add_sink):
4374         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4375           Change for new probe API.
4376
4377 2005-06-29  Wim Taymans  <wim@fluendo.com>
4378
4379         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4380         * gst-libs/gst/audio/gstbaseaudiosink.c:
4381         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4382         (gst_baseaudiosink_change_state):
4383         * gst-libs/gst/audio/gstbaseaudiosink.h:
4384         * gst-libs/gst/audio/gstringbuffer.c:
4385         (gst_ringbuffer_set_callback):
4386         Fix compilation error.
4387         Ringbuffer starts out as not running.
4388         Free our clock in dispose.
4389         When releasing the ringbuffer we need to renegotiate so
4390         clear the pad caps.
4391
4392 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4393
4394         * autogen.sh:
4395         * configure.ac:
4396         * docs/Makefile.am:
4397         * docs/libs/Makefile.am:
4398         * docs/libs/gst-plugins-libs-docs.sgml:
4399         * docs/libs/gst-plugins-libs-sections.txt:
4400         * docs/libs/gst-plugins-libs.types:
4401         * docs/libs/tmpl/gstaudio.sgml:
4402         * docs/libs/tmpl/gstcolorbalance.sgml:
4403         * docs/libs/tmpl/gstringbuffer.sgml:
4404         * gst-libs/gst/audio/gstringbuffer.c:
4405         (gst_ringbuffer_set_callback):
4406           reinstate gtk-doc docs for plugin libs
4407
4408 2005-06-28  Wim Taymans  <wim@fluendo.com>
4409
4410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4411         (gst_ogg_demux_init):
4412         Removed pad loop function.
4413
4414 2005-06-28  Wim Taymans  <wim@fluendo.com>
4415
4416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4417         If we're building a chain we are not in an error case
4418         when we queue a buffer.
4419
4420 2005-06-28  Andy Wingo  <wingo@pobox.com>
4421
4422         * *.c: Don't cast to GstObject before reffing/unreffing.
4423
4424 2005-06-27  Andy Wingo  <wingo@pobox.com>
4425
4426         * gst/videotestsrc/gstvideotestsrc.c
4427         (gst_videotestsrc_activate_push): Activation API changes.
4428
4429         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4430         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4431         they have refs on the decodebin.
4432
4433         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4434         parent class.
4435         (gst_ogg_pad_typefind): Don't leak a pad ref.
4436         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4437         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4438         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4439
4440 2005-06-27  Edward Hervey  <edward@fluendo.com>
4441
4442         * ext/theora/theoradec.c: (theora_dec_change_state): 
4443         re-arranged call to parent's state change in order to avoid locks (or
4444         worse).
4445
4446 2005-06-26  Edward Hervey  <edward@fluendo.com>
4447
4448         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4449         2nd argument of 'unknow-type' signal is a GstCaps and not a
4450         GstMiniObject
4451
4452 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4453         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4454           Set the worker thread's running flag to TRUE before starting the
4455           thread.
4456         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4457           Catch a failure to add typefind to the bin.
4458
4459 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4460
4461         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4462         (gst_sinesrc_init), (gst_sinesrc_create),
4463         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4464         (gst_sinesrc_start):
4465         * gst/sine/gstsinesrc.h:
4466           add num-buffers and timestamp-offset properties
4467         * gst/videotestsrc/gstvideotestsrc.c:
4468         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4469         (gst_videotestsrc_get_property):
4470           add timestamp-offset property
4471
4472 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4473
4474         * configure.ac: add videorate
4475         * gst-plugins-base.spec.in: add videorate
4476
4477 2005-06-23  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4480         (gst_videorate_getcaps), (gst_videorate_setcaps),
4481         (gst_videorate_event), (gst_videorate_chain):
4482         Fixed videorate, fixating an already fixated caps is not
4483         an error.
4484
4485 2005-06-23  Wim Taymans  <wim@fluendo.com>
4486
4487         * ext/ogg/README:
4488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4489         Buffer on caps is not boxed anymore.
4490
4491 2005-06-22  Wim Taymans  <wim@fluendo.com>
4492
4493         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4494         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4495         Set buffers on caps as miniobjects and not as boxed.
4496
4497 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4498
4499         * configure.ac:
4500           back to HEAD
4501
4502 === release 0.9.1 ===
4503
4504 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4505
4506         * .cvsignore:
4507         * NEWS:
4508         * README:
4509         * RELEASE:
4510         * configure.ac:
4511         * po/af.po:
4512         * po/az.po:
4513         * po/cs.po:
4514         * po/en_GB.po:
4515         * po/hu.po:
4516         * po/it.po:
4517         * po/nb.po:
4518         * po/nl.po:
4519         * po/or.po:
4520         * po/sq.po:
4521         * po/sr.po:
4522         * po/sv.po:
4523         * po/uk.po:
4524         * po/vi.po:
4525           updates for release
4526
4527 2005-06-09  Andy Wingo  <wingo@pobox.com>
4528
4529         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4530         
4531 2005-06-09  Andy Wingo  <wingo@pobox.com>
4532
4533         * configure.ac:
4534         * gst-libs/gst/Makefile.am:
4535         * gst-libs/gst/net/Makefile.am:
4536         Add gstnet to build.
4537
4538 2005-06-09  Andy Wingo  <wingo@pobox.com>
4539
4540         * gst-libs/gst/gconf/gconf.c:
4541         * gst/playback/test.c:
4542         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4543         fixes.
4544
4545         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4546
4547         * ext/theora/theoraenc.c (theora_enc_chain): 
4548         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4549
4550         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4551         RealPad.
4552
4553 2005-06-02  Wim Taymans  <wim@fluendo.com>
4554
4555         * gst-libs/gst/net/Makefile.am:
4556         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4557         * pkgconfig/gstreamer-libs.pc.in:
4558         Added net stuff, version net lib.
4559
4560 2005-06-02  Wim Taymans  <wim@fluendo.com>
4561
4562         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4563         (query_rates), (query_positions_elems), (query_positions_pads),
4564         (do_seek):
4565         Updated seek example.
4566
4567 2005-06-02  Andy Wingo  <wingo@pobox.com>
4568
4569         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4570         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4571         list.
4572
4573         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4574         remove the typefind, the bin dispose will do it for us. When it's
4575         removed and unreffed, the signal handler will be disconnected,
4576         too.
4577         (unlinked): It's too difficult to disconnect from unlinked
4578         handlers, as they are on pads not elements. Just punt if the pads
4579         aren't grandkids of the bin.
4580
4581 2005-06-02  Wim Taymans  <wim@fluendo.com>
4582
4583         * ext/ogg/README:
4584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4585         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4587         * ext/theora/theoradec.c: (theora_dec_src_query),
4588         (theora_handle_data_packet):
4589         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4590         (theora_enc_chain):
4591         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4592         (vorbis_handle_data_packet):
4593         * gst/audioconvert/bufferframesconvert.c:
4594         (buffer_frames_convert_chain):
4595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4596         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4597         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4598         (gst_ffmpegcsp_chain):
4599         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4600         (gst_videorate_getcaps), (gst_videorate_setcaps),
4601         (gst_videorate_event), (gst_videorate_chain):
4602         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4603         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4604         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4605         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4606         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4607         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4608         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4609         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4610         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4611         Cleanups and buffer alloc.
4612
4613 2005-05-31  Wim Taymans  <wim@fluendo.com>
4614
4615         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4616         Don't try to call the delay method when the device is not
4617         opened.
4618
4619 2005-05-31  Wim Taymans  <wim@fluendo.com>
4620
4621         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4622         Get actual segment size and buffer size after opening
4623         the device.
4624
4625 2005-05-30  Wim Taymans  <wim@fluendo.com>
4626
4627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4628         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4629         Also FLUSH upstream, makes the loop function exit faster.
4630         
4631         * ext/theora/theoradec.c: (theora_dec_src_query):
4632         Some more debug info in the query.
4633         
4634         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4635         (gst_ximagesink_setcaps):
4636         Release lock on par error, better error reporting.
4637
4638 2005-05-26  Wim Taymans  <wim@fluendo.com>
4639
4640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4641         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4642         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4643         Clear chains in READY
4644         Queue packets until the chain is activated.
4645
4646 2005-05-25  Wim Taymans  <wim@fluendo.com>
4647
4648         * gst-libs/gst/audio/gstaudiosink.c:
4649         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4650         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4651         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4652         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4653         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4654         (gst_audiosink_create_ringbuffer):
4655         * gst-libs/gst/audio/gstbaseaudiosink.c:
4656         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4657         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4658         (gst_baseaudiosink_set_property), (build_linear_format),
4659         (debug_spec_caps), (debug_spec_buffer),
4660         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4661         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4662         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4663         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4664         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4665         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4666         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4667         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4668         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4669         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4670         (wait_segment), (gst_ringbuffer_commit),
4671         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4672         (gst_ringbuffer_clear):
4673         Various small cleanups.
4674
4675         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4676         (gst_audio_convert_change_state):
4677         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4678         No need to take the locks anymore.
4679
4680 2005-05-25  Wim Taymans  <wim@fluendo.com>
4681
4682         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4683         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4684         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4685         (type_found):
4686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4687         (group_destroy), (group_commit), (queue_overrun),
4688         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4689         (mute_stream), (new_decoded_pad), (setup_substreams),
4690         (setup_source), (mute_group_type), (set_active_source),
4691         (gst_play_base_bin_change_state):
4692         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4693         (gen_video_element), (gen_text_element), (gen_audio_element),
4694         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4695         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4696         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4697         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4698         Some playbin cleanups mostly refcounting sloppyness.
4699
4700 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4701
4702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4703           Work with streaming input.
4704
4705 2005-05-25  Wim Taymans  <wim@fluendo.com>
4706
4707         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4708         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4709         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4710         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4711         No need to take the STREAM lock anymore.
4712
4713 2005-05-25  Wim Taymans  <wim@fluendo.com>
4714
4715         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4716         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4717         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4718         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4719         (gst_ogg_demux_sink_activate):
4720         * ext/theora/theoradec.c: (theora_dec_src_event),
4721         (theora_handle_comment_packet), (theora_dec_chain),
4722         (theora_dec_change_state):
4723         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4724         (vorbis_handle_data_packet), (vorbis_dec_chain),
4725         (vorbis_dec_change_state):
4726         Remove STREAM locks as they are taken in core now.
4727         Never set bogus granulepos on vorbis/theora.
4728         Fix leaks in theoradec tag parsing.
4729
4730 2005-05-25  Wim Taymans  <wim@fluendo.com>
4731
4732         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4733         Fix memleaks, GST_BUFFER_DATA() is not freed.
4734
4735 2005-05-25  Wim Taymans  <wim@fluendo.com>
4736
4737         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4738         Open non-blocking, set to blocking mode afterwards to avoid
4739         lockups when audio device is busy.
4740
4741 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4742
4743         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4744           This can't be good.
4745
4746 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4747
4748         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4749         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4750         (gst_audio_convert_setcaps):
4751           Implement instant setup switching.
4752
4753 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4754
4755         * gst/playback/gstplaybasebin.c: (probe_triggered):
4756           Fix missing unlock.
4757         * gst/playback/gstplaybin.c: (add_sink):
4758           First add, then link (otherwise pad link fails).
4759
4760 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4761
4762         * examples/Makefile.am:
4763         fix buildbot (make distcheck)
4764
4765 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4766
4767         * gst/playback/gstplaybin.c: (gen_vis_element):
4768           Remove some wrong code. Doesn't work yet.
4769
4770 2005-05-19  Wim Taymans  <wim@fluendo.com>
4771
4772         * gst-libs/gst/net/Makefile.am:
4773         * gst-libs/gst/net/README:
4774         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4775         (gst_netbuffer_class_init), (gst_netbuffer_init),
4776         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4777         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4778         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4779         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4780         * gst-libs/gst/net/gstnetbuffer.h:
4781         Added buffer subclass to store extra to/from addresses for
4782         network sources/sinks.
4783
4784 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4785
4786         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4787           Don't lock an unassigned variable.
4788
4789 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4790
4791         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4792           Increase buffer for video, decrease buffer for other media types.
4793         * gst/playback/gstplaybin.c: (gen_video_element),
4794         (gen_audio_element):
4795           Change names for debugging purposes.
4796
4797 2005-05-18  Wim Taymans  <wim@fluendo.com>
4798
4799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4800         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4801         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4802         (gst_ffmpegcsp_chain):
4803         Enable buffer alloc passthrough if the source and dest
4804         formats are the same.
4805
4806 2005-05-17  Wim Taymans  <wim@fluendo.com>
4807
4808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4809         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4810         (gst_ogg_demux_chain_unlocked):
4811         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4812         (gst_audio_convert_caps_remove_format_info),
4813         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4814         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4815         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4816         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4817         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4818         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4819         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4820         (gst_ffmpegcsp_get_property):
4821         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4822         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4823         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4824         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4825         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4826         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4827         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4828         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4829         Leak fixes in oggdemux.
4830         Some cleanups in audioconvert.
4831         Make passthrough work along with buffer_alloc etc.
4832         Make buffer_alloc and buffer recycling actually work in
4833         xvimagesink.
4834
4835 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4836
4837         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4838           make the compiler happy
4839
4840 2005-05-17  Wim Taymans  <wim@fluendo.com>
4841
4842         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4843         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4844         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4845         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4846         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4847         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4848         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4849         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4850         (gst_xvimagesink_set_xwindow_id):
4851         * sys/xvimage/xvimagesink.h:
4852         Port xvimagesink to new MiniObject.
4853
4854 2005-05-17  Wim Taymans  <wim@fluendo.com>
4855
4856         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4857         (gst_audiofilter_chain):
4858         * gst-libs/gst/audio/gstaudiosink.c:
4859         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4860         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4861         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4862         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4863         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4864         (gst_audiosink_create_ringbuffer):
4865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4866         (gst_audio_convert_caps_remove_format_info),
4867         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4868         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4869         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4870         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4871         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4872         Fix passthrough in ffmpegcolorspace.
4873         Fix memset in audiosink on wrong memory.
4874
4875 2005-05-16  David Schleef  <ds@schleef.org>
4876
4877         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4878         to GstMiniObject.
4879
4880 2005-05-16  David Schleef  <ds@schleef.org>
4881
4882         Port from GstData to GstMiniObject.
4883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4885         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4886         (gst_ogg_mux_collected):
4887         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4888         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4889         (theora_handle_data_packet):
4890         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4891         (theora_set_header_on_caps), (theora_enc_chain):
4892         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4893         (vorbis_handle_comment_packet):
4894         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4895         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4896         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4897         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4898         * gst/audioconvert/gstaudioconvert.c:
4899         (gst_audio_convert_get_buffer):
4900         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4901         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4902         (mute_stream), (silence_stream):
4903         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4904         * gst/volume/gstvolume.c: (volume_transform):
4905         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4906         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4907         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4908         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4909         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4910         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4911         (gst_ximagesink_buffer_alloc):
4912         * sys/ximage/ximagesink.h:
4913
4914 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4915
4916         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4917         (fill_buffer), (check_queue), (queue_threshold_reached),
4918         (queue_out_of_data):
4919         * gst/playback/gstplaybasebin.h:
4920           Post buffer-fullness on the bus.
4921
4922 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4923
4924         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4925         (try_to_link_1):
4926         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4927         (group_commit), (probe_triggered), (setup_source),
4928         (gst_play_base_bin_change_state):
4929         * gst/playback/gstplaybasebin.h:
4930         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4931         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4932         (gst_play_bin_change_state):
4933           Move setup_output_pads into a virtual function, remove
4934           group-switch (no longer needed) and redirect (handled by bus
4935           now) signals.
4936
4937 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4938
4939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4940         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4941         (get_active_group), (get_building_group), (group_destroy),
4942         (group_commit), (check_queue), (queue_overrun),
4943         (queue_threshold_reached), (queue_out_of_data),
4944         (gen_preroll_element), (remove_groups), (unknown_type),
4945         (add_element_stream), (no_more_pads), (probe_triggered),
4946         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4947         (setup_substreams), (setup_source), (finish_source),
4948         (prepare_output), (muted_group_change_state),
4949         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4950         (gst_play_base_bin_change_state):
4951         * gst/playback/gstplaybasebin.h:
4952         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4953         (gst_play_bin_init), (gst_play_bin_set_property),
4954         (gen_video_element), (gen_text_element), (gen_audio_element),
4955         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4956         (gst_play_bin_change_state):
4957         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4958         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4959         (stream_info_change_state), (gst_stream_info_set_mute),
4960         (gst_stream_info_get_property):
4961         * gst/playback/gststreaminfo.h:
4962         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4963         (gst_stream_selector_get_linked_pad),
4964         (gst_stream_selector_getcaps),
4965         (gst_stream_selector_get_linked_pads),
4966         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4967         * gst/playback/gststreamselector.h:
4968           Rough port of playbin. Needs some more work, but is mostly done,
4969           and uses a few locks in important places, which should make stuff
4970           like chain-switches clean. Still uses GST_STATE() in a few places,
4971           which isn't all that good an idea, subtitles/elements disabled
4972           because no elements to test with and thus probably broken, query
4973           and event handling moved to GstBin, internal thread removed
4974           alltogether because the pipeline does that for us now. Can play
4975           Ogg/Vorbis files. Haven't tested anything else yet.
4976
4977 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4978
4979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4980           Do no-more-pads (needed for autoplugging).
4981
4982 2005-05-10  Andy Wingo  <wingo@pobox.com>
4983
4984         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4985         message to the bus with the tags. Still not sent downstream tho.
4986
4987         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4988         get_parent.
4989         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4990         avoid refcounting hassles.
4991
4992 2005-05-09  Andy Wingo  <wingo@pobox.com>
4993
4994         * gst/volume/Makefile.am:
4995         * gst/volume/demo.c
4996         * gst/volume/gstvolume.h
4997         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4998         basetransform. Probably need an audio filter base class.
4999
5000 2005-05-09  Wim Taymans  <wim@fluendo.com>
5001
5002         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5003         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5004         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5005         (gst_vorbisenc_chain):
5006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5007         (gst_audio_convert_caps_remove_format_info),
5008         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5009         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5010         Make caps writable before writing to it.
5011         Fix negotiation in audioconvert some more.
5012
5013 2005-05-09  Wim Taymans  <wim@fluendo.com>
5014
5015         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5016         (gst_videorate_getcaps), (gst_videorate_setcaps),
5017         (gst_videorate_event), (gst_videorate_chain):
5018         Better negotiation.
5019
5020 2005-05-09  Wim Taymans  <wim@fluendo.com>
5021
5022         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5023         (gst_videorate_getcaps), (gst_videorate_setcaps),
5024         (gst_videorate_blank_data), (gst_videorate_init),
5025         (gst_videorate_event), (gst_videorate_chain),
5026         (gst_videorate_change_state):
5027         Port videorate, do a better job at negotiation while we're at
5028         it.
5029
5030 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5031
5032         * configure.ac:
5033           Disable libvisual
5034
5035         * examples/Makefile.am:
5036         * gst-libs/gst/audio/Makefile.am:
5037         * gst-libs/gst/riff/Makefile.am:
5038         * gst-libs/gst/tag/Makefile.am:
5039         * gst-libs/gst/video/Makefile.am:
5040           Fixups for missing variables.
5041
5042 2005-05-09  Wim Taymans  <wim@fluendo.com>
5043
5044         * examples/seeking/seek.c: (make_theora_pipeline),
5045         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5046         (query_rates), (query_positions_elems), (query_positions_pads),
5047         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5048         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5049         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5050         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5051         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5052         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5054         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5055         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5056         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5057         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5058         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5059         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5060         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5061         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5062         (theora_dec_src_convert), (theora_dec_sink_convert),
5063         (theora_dec_src_query), (theora_dec_sink_query),
5064         (theora_dec_src_event), (theora_dec_sink_event),
5065         (theora_handle_comment_packet), (theora_handle_type_packet),
5066         (theora_handle_header_packet), (theora_handle_data_packet),
5067         (theora_dec_chain):
5068         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5069         (vorbis_dec_convert), (vorbis_dec_src_query),
5070         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5071         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5072         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5073         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5075         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5076         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5077         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5078         (gst_play_bin_query):
5079         * gst/playback/test3.c: (update_scale):
5080         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5081         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5082         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5083         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5084         (gst_videotestsrc_src_query):
5085         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5086         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5087         (paint_hline_YUV9):
5088         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5089         Port to new query API.
5090         Updated seek.
5091         Cleanups in x[v]imagesink
5092
5093 2005-05-09  Andy Wingo  <wingo@pobox.com>
5094
5095         * ext/alsa/gstalsasink.h:
5096         * ext/gnomevfs/gstgnomevfssrc.c:
5097         (gst_gnomevfssrc_get_icy_metadata):
5098         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5099         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5100         * ext/theora/theoradec.c (theora_dec_src_query)
5101         (theora_dec_src_event, theora_dec_sink_event)
5102         (theora_handle_comment_packet, theora_handle_data_packet):
5103         * ext/theora/theoraenc.c (theora_enc_chain):
5104         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5105         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5106         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5107         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5108         (qt_type_find):
5109         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5110         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5111         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5112         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5113         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5114         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5115         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5116         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5117         (paint_setup_RGB565, paint_setup_xRGB1555):
5118         * gst/videotestsrc/videotestsrc.h:
5119         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5120         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5121         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5122         GCC4 fixes.
5123         
5124         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5125         gst_pad_query_position. Fixes oggdemux.
5126
5127 2005-05-08  David Schleef  <ds@schleef.org>
5128
5129         * configure.ac: Require liboil.
5130         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5131         a few more.
5132         * gst/videotestsrc/videotestsrc.c:
5133         * gst/videotestsrc/videotestsrc.h:
5134
5135 2005-05-06  Wim Taymans  <wim@fluendo.com>
5136
5137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5138         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5139         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5140         Well, unreffing a buffer right before pushing it is asking
5141         for trouble..
5142
5143 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5144
5145         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5146
5147 2005-05-06  Wim Taymans  <wim@fluendo.com>
5148
5149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5150         (gst_audio_convert_caps_remove_format_info),
5151         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5152         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5154         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5155         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5156         * gst/sine/Makefile.am:
5157         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5158         (gst_sinesrc_class_init), (gst_sinesrc_init),
5159         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5160         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5161         (gst_sinesrc_update_freq):
5162         * gst/sine/gstsinesrc.h:
5163         * gst/tcp/gstmultifdsink.c:
5164         * sys/xvimage/xvimagesink.c:
5165         Fixed negotiation wrt _peer_get_caps()
5166         Some cleanups.
5167
5168
5169 2005-05-06  Wim Taymans  <wim@fluendo.com>
5170
5171         * gst-libs/gst/audio/gstaudiosink.c:
5172         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5173         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5174         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5175         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5176         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5177         (gst_audiosink_create_ringbuffer):
5178         * gst-libs/gst/audio/gstbaseaudiosink.c:
5179         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5180         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5181         (gst_baseaudiosink_set_property), (build_linear_format),
5182         (debug_spec_caps), (debug_spec_buffer),
5183         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5184         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5185         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5186         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5187         * gst-libs/gst/audio/gstbaseaudiosink.h:
5188         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5189         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5190         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5191         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5192         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5193         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5194         (wait_segment), (gst_ringbuffer_commit),
5195         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5196         (gst_ringbuffer_clear):
5197         * gst-libs/gst/audio/gstringbuffer.h:
5198         Make the base audiosink return an error when there is no
5199         audiobuffer negotiated.
5200
5201 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5202
5203         * ext/Makefile.am:
5204         Disable cdparanoia until someone ports it!
5205
5206 2005-05-06  Wim Taymans  <wim@fluendo.com>
5207
5208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5209         (gst_ogg_demux_sink_activate):
5210         And revert after wingo's revert.. sigh..
5211
5212 2005-05-05  Andy Wingo  <wingo@pobox.com>
5213
5214         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5215         GObject.
5216         * configure.ac: Return audiorate and subparse from the ghetto.
5217         Re-enable -Wall -Werror.
5218         * gst/subparse/gstsubparse.c:
5219         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5220         or chain-based. Cleaned up a bit. Not tested.
5221         
5222 2005-05-05  Christian Schaller <christian@fluendo.com> 
5223
5224         * Makefile.am: remove stuff that is not building
5225         * configure.ac: remove stuff that is not building
5226         * examples/Makefile.am: remove stuff that is not building
5227         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5228         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5229         * sys/Makefile.am: remove stuff that is not building
5230         * testsuite/Makefile.am: remove stuff that is not building
5231
5232 2005-05-05  Andy Wingo  <wingo@pobox.com>
5233
5234         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5235         * gst-libs/gst/tag/gstvorbistag.c:
5236         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5237         * gst/adder/gstadder.h:
5238         * gst/audioconvert/gstchannelmix.c:
5239         (gst_audio_convert_fill_one_other):
5240         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5241         (gst_audiorate_init), (gst_audiorate_chain):
5242         * gst/playback/gstplaybasebin.c: (setup_source):
5243         * gst/playback/test3.c: (update_scale):
5244         Some GCC4 fixes
5245         
5246         * po/af.po:
5247         * po/az.po:
5248         * po/cs.po:
5249         * po/en_GB.po:
5250         * po/hu.po:
5251         * po/it.po:
5252         * po/nb.po:
5253         * po/nl.po:
5254         * po/or.po:
5255         * po/sq.po:
5256         * po/sr.po:
5257         * po/sv.po:
5258         * po/uk.po:
5259         * po/vi.po: Foo
5260
5261 2005-05-05  Wim Taymans  <wim@fluendo.com>
5262
5263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5264         (gst_audio_convert_caps_remove_format_info),
5265         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5266         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5267         * gst/videotestsrc/gstvideotestsrc.c:
5268         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5269         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5270         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5271         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5272         Don't ignore _push() return values.
5273         Make sure no processing is done when shutting down.
5274         Videotestsrc pad activation fix.
5275
5276 2005-05-05  Wim Taymans  <wim@fluendo.com>
5277
5278         * gst/adder/Makefile.am:
5279         * gst/adder/gstadder.c: (gst_adder_setcaps),
5280         (gst_adder_class_init), (gst_adder_init),
5281         (gst_adder_request_new_pad), (gst_adder_collected),
5282         (gst_adder_change_state):
5283         * gst/adder/gstadder.h:
5284         Ported adder as an example of a mixer element using
5285         collect pads. Needs more negotiation work.
5286
5287 2005-05-05  Wim Taymans  <wim@fluendo.com>
5288
5289         * ext/theora/theoradec.c: (_inc_granulepos),
5290         (theora_dec_src_event), (theora_dec_sink_event),
5291         (theora_handle_comment_packet), (theora_handle_type_packet),
5292         (theora_handle_header_packet), (theora_handle_data_packet),
5293         (theora_dec_chain):
5294         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5295         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5296         (theora_push_buffer), (theora_push_packet),
5297         (theora_enc_sink_event), (theora_enc_chain),
5298         (theora_enc_change_state), (theora_enc_set_property),
5299         (theora_enc_get_property):
5300         Added stream lock to decoder so that we can serialize
5301         the discont event.
5302         More theoraenc porting, recover from errors, do clean
5303         shutdown.
5304
5305 2005-05-05  Wim Taymans  <wim@fluendo.com>
5306
5307         * ext/ogg/Makefile.am:
5308         * ext/ogg/README:
5309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5310         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5311         (gst_ogg_print):
5312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5313         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5314         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5315         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5316         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5317         (gst_ogg_mux_change_state):
5318         Ported ogg muxer.
5319
5320 2005-05-05  Wim Taymans  <wim@fluendo.com>
5321
5322         * docs/design-audiosinks.txt:
5323         * gst-libs/gst/audio/TODO:
5324         * gst-libs/gst/audio/gstaudiosink.c:
5325         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5326         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5327         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5328         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5329         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5330         (gst_audiosink_create_ringbuffer):
5331         * gst-libs/gst/audio/gstbaseaudiosink.c:
5332         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5333         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5334         (gst_baseaudiosink_set_property), (build_linear_format),
5335         (debug_spec_caps), (debug_spec_buffer),
5336         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5337         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5338         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5339         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5340         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5341         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5342         (gst_ringbuffer_release), (gst_ringbuffer_play),
5343         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5344         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5345         (gst_ringbuffer_set_sample), (wait_segment),
5346         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5347         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5348         More work on the audiosink, mostly debugging and a race in
5349         shutdown.
5350
5351 2005-04-28  Wim Taymans  <wim@fluendo.com>
5352
5353         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5354         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5355         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5356         (vorbis_dec_src_query), (vorbis_dec_src_event),
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         Don't crap out when seeking back to position 0.
5361
5362 2005-04-28  Wim Taymans  <wim@fluendo.com>
5363
5364         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5365         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5366         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5367         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5368         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5369         Make audio sink configurable, use alsasink as default.
5370
5371 2005-04-28  Wim Taymans  <wim@fluendo.com>
5372
5373         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5374         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5375         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5376         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5377         (vorbis_dec_change_state):
5378         * ext/vorbis/vorbisdec.h:
5379         Refactor, use STREAM_LOCK.
5380
5381 2005-04-28  Wim Taymans  <wim@fluendo.com>
5382
5383         * ext/theora/theoradec.c: (_inc_granulepos),
5384         (theora_dec_sink_event), (theora_handle_comment_packet),
5385         (theora_handle_type_packet), (theora_handle_header_packet),
5386         (theora_handle_data_packet), (theora_dec_chain),
5387         (theora_dec_change_state):
5388         Refactor a bit, use STREAM_LOCK.
5389
5390 2005-04-28  Wim Taymans  <wim@fluendo.com>
5391
5392         * ext/alsa/Makefile.am:
5393         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5394         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5395         (gst_alsa_link), (gst_alsa_close_audio):
5396         * ext/alsa/gstalsaplugin.c: (plugin_init):
5397         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5398         (gst_alsasink_dispose), (gst_alsasink_base_init),
5399         (gst_alsasink_class_init), (gst_alsasink_init),
5400         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5401         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5402         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5403         (gst_alsasink_reset):
5404         * ext/alsa/gstalsasink.h:
5405         Implement alsasink with simple open/write/close API. 
5406         Make alsa dir build by disabling compilation of code.
5407
5408 2005-04-28  Wim Taymans  <wim@fluendo.com>
5409
5410         * gst-libs/gst/audio/Makefile.am:
5411         * gst-libs/gst/audio/audio.h:
5412         * gst-libs/gst/audio/audioclock.c:
5413         * gst-libs/gst/audio/audioclock.h:
5414         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5415         (gst_audio_clock_class_init), (gst_audio_clock_init),
5416         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5417         * gst-libs/gst/audio/gstaudioclock.h:
5418         * gst-libs/gst/audio/gstaudiosink.c:
5419         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5420         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5421         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5422         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5423         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5424         (gst_audiosink_create_ringbuffer):
5425         * gst-libs/gst/audio/gstbaseaudiosink.c:
5426         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5427         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5428         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5429         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5430         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5431         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5432         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5433         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5434         * gst-libs/gst/audio/gstbaseaudiosink.h:
5435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5436         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5437         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5438         (gst_ringbuffer_release), (gst_ringbuffer_play),
5439         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5440         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5441         (gst_ringbuffer_set_sample), (wait_segment),
5442         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5443         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5444         * gst-libs/gst/audio/gstringbuffer.h:
5445         Make ringbuffer faster and more simple by removing the locks
5446         in the playback thread.
5447         Add sample accurate playback based on buffer sample offsets.
5448         Make the baseaudiosink provide a clock.
5449         Parse caps in the base class.
5450         Correctly handle seeking, flushing and state changes.
5451
5452 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5453
5454         * configure.ac:
5455         * gst/audioconvert/Makefile.am:
5456         * gst/audioscale/Makefile.am:
5457           Fix part of the build.  Come on guys, autogen didn't even work :)
5458
5459 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5460
5461         * configure.ac:
5462         * gst-libs/gst/Makefile.am:
5463         * gst-libs/gst/media-info/.cvsignore:
5464         * gst-libs/gst/media-info/Makefile.am:
5465         * gst-libs/gst/media-info/README:
5466         * gst-libs/gst/media-info/media-info-priv.c:
5467         * gst-libs/gst/media-info/media-info-priv.h:
5468         * gst-libs/gst/media-info/media-info-test.c:
5469         * gst-libs/gst/media-info/media-info.c:
5470         * gst-libs/gst/media-info/media-info.h:
5471         * gst-libs/gst/media-info/media-info.vcproj:
5472         * pkgconfig/Makefile.am:
5473         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5474         * pkgconfig/gstreamer-media-info.pc.in:
5475           Remove media-info, which is also successed by playbin (see Totem
5476           implementation).
5477
5478 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5479
5480         * configure.ac:
5481         * examples/Makefile.am:
5482         * examples/gstplay/.cvsignore:
5483         * examples/gstplay/Makefile.am:
5484         * examples/gstplay/player.c:
5485         * gst-libs/gst/Makefile.am:
5486         * gst-libs/gst/play/.cvsignore:
5487         * gst-libs/gst/play/Makefile.am:
5488         * gst-libs/gst/play/play.c:
5489         * gst-libs/gst/play/play.h:
5490         * gst-libs/gst/play/play.vcproj:
5491         * pkgconfig/Makefile.am:
5492         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5493         * pkgconfig/gstreamer-play.pc.in:
5494           Remove libgstplay, playbin is now the official successor.
5495
5496 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5497
5498         * configure.ac:
5499         * gst-libs/gst/Makefile.am:
5500         * gst-libs/gst/xwindowlistener/Makefile.am:
5501         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5502         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5503           Remove deprecated xwindowlistener (I've moved xwindowlistening
5504           in the v4l/v4l2 plugins over to serverside).
5505
5506 2005-04-25  David Schleef  <ds@schleef.org>
5507
5508         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5509         to examples/dynparams.  Examples do not belong interspersed with
5510         source code.
5511         * examples/dynparams/demo-dparams.c:
5512         * gst/sine/Makefile.am:
5513         * gst/sine/demo-dparams.c:
5514
5515 2005-04-25  David Schleef  <ds@schleef.org>
5516
5517         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5518         * gst-libs/gst/audio/Makefile.am:
5519         * gst-libs/gst/riff/Makefile.am:
5520         * gst-libs/gst/tag/Makefile.am:
5521         * gst-libs/gst/video/Makefile.am:
5522         * gst-libs/gst/xwindowlistener/Makefile.am:
5523
5524         Convert to 0.9 API, seems to work:
5525         * sys/ximage/Makefile.am:
5526         * sys/ximage/ximagesink.c:
5527
5528 2005-04-24  David Schleef  <ds@schleef.org>
5529
5530         Link plugins against libraries:
5531         * ext/alsa/Makefile.am:
5532         * gst/tcp/Makefile.am:
5533
5534         Remove asm code that should be in liboil
5535         * gst/videoscale/Makefile.am:
5536         * gst/videoscale/videoscale_x86_asm.s:
5537
5538         gettext wants these checked in:
5539         * po/af.po:
5540         * po/az.po:
5541         * po/cs.po:
5542         * po/en_GB.po:
5543         * po/hu.po:
5544         * po/it.po:
5545         * po/nb.po:
5546         * po/nl.po:
5547         * po/or.po:
5548         * po/sq.po:
5549         * po/sr.po:
5550         * po/sv.po:
5551         * po/uk.po:
5552         * po/vi.po:
5553
5554 2005-04-24  David Schleef  <ds@schleef.org>
5555
5556         Convert gst_main() to g_main_loop_run()
5557         * gst/playback/decodetest.c: (main):
5558         * gst/playback/test2.c: (main):
5559         * gst/playback/test3.c: (main):
5560         * gst/playback/test4.c: (main):
5561
5562         Link plugins against libraries:
5563         * ext/libvisual/Makefile.am:
5564         * sys/xvimage/Makefile.am:
5565
5566 2005-04-24  David Schleef  <ds@schleef.org>
5567
5568         * configure.ac: Remove idct and resample libs
5569         * gst-libs/gst/Makefile.am: same
5570
5571         Remove usage of gst_library_load():
5572         * ext/alsa/gstalsaplugin.c: (plugin_init):
5573         * ext/libvisual/visual.c: (plugin_init):
5574         * ext/ogg/gstogg.c: (plugin_init):
5575         * ext/theora/theora.c: (plugin_init):
5576         * ext/vorbis/vorbis.c: (plugin_init):
5577         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5578         * gst/audioscale/gstaudioscale.c:
5579         * gst/adder/gstadder.c: (plugin_init):
5580         * gst/audioconvert/plugin.c: (plugin_init):
5581         * sys/ximage/ximagesink.c: (plugin_init):
5582         * sys/xvimage/xvimagesink.c: (plugin_init):
5583         * gst/tcp/gsttcpplugin.c: (plugin_init):
5584
5585         Link plugins against libraries:
5586         * ext/ogg/Makefile.am:
5587         * ext/theora/Makefile.am:
5588         * ext/vorbis/Makefile.am:
5589         * gst/audioconvert/Makefile.am:
5590
5591         Create proper libraries:
5592         * gst-libs/gst/riff/Makefile.am:
5593         * gst-libs/gst/audio/Makefile.am:
5594         * gst-libs/gst/video/Makefile.am:
5595
5596         Move resample library to audioscale plugin directory:
5597         * gst-libs/gst/resample/Makefile.am:
5598         * gst-libs/gst/resample/README:
5599         * gst-libs/gst/resample/dtof.c:
5600         * gst-libs/gst/resample/dtos.c:
5601         * gst-libs/gst/resample/functable.c:
5602         * gst-libs/gst/resample/private.h:
5603         * gst-libs/gst/resample/resample.c:
5604         * gst-libs/gst/resample/resample.h:
5605         * gst-libs/gst/resample/resample.vcproj:
5606         * gst-libs/gst/resample/test.c:
5607         * gst/audioscale/Makefile.am:
5608         * gst/audioscale/README:
5609         * gst/audioscale/dtof.c:
5610         * gst/audioscale/dtos.c:
5611         * gst/audioscale/functable.c:
5612         * gst/audioscale/private.h:
5613         * gst/audioscale/resample.c:
5614         * gst/audioscale/resample.h:
5615         * gst/audioscale/test.c:
5616
5617         Move tagedit library to gst-libs:
5618         * gst-libs/gst/tag/Makefile.am:
5619         * gst-libs/gst/tag/gstid3tag.c:
5620         * gst-libs/gst/tag/gsttagediting.c:
5621         * gst-libs/gst/tag/gsttageditingprivate.h:
5622         * gst-libs/gst/tag/gstvorbistag.c:
5623         * gst/tags/Makefile.am:
5624         * gst/tags/gstid3tag.c:
5625         * gst/tags/gstvorbistag.c:
5626
5627         Fix for core changes:
5628         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5629         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5630         (gst_sinesrc_getrange):
5631
5632 2005-04-23  David Schleef  <ds@schleef.org>
5633
5634         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5635         in gst-plugins in a long time, and properly belongs in liboil.
5636         * gst-libs/gst/idct/Makefile.am:
5637         * gst-libs/gst/idct/README:
5638         * gst-libs/gst/idct/dct.h:
5639         * gst-libs/gst/idct/doieee:
5640         * gst-libs/gst/idct/fastintidct.c:
5641         * gst-libs/gst/idct/floatidct.c:
5642         * gst-libs/gst/idct/idct.c:
5643         * gst-libs/gst/idct/idct.h:
5644         * gst-libs/gst/idct/idtc.vcproj:
5645         * gst-libs/gst/idct/ieeetest.c:
5646         * gst-libs/gst/idct/intidct.c:
5647
5648 2005-04-20  Wim Taymans  <wim@fluendo.com>
5649
5650         * docs/design-audiosinks.txt:
5651         * gst-libs/gst/audio/Makefile.am:
5652         * gst-libs/gst/audio/TODO:
5653         * gst-libs/gst/audio/gstaudiosink.c:
5654         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5655         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5656         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5657         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5658         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5659         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5660         (gst_audiosink_class_init), (gst_audiosink_init),
5661         (gst_audiosink_create_ringbuffer):
5662         * gst-libs/gst/audio/gstaudiosink.h:
5663         * gst-libs/gst/audio/gstbaseaudiosink.c:
5664         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5665         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5666         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5667         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5668         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5669         (gst_baseaudiosink_create_ringbuffer),
5670         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5671         * gst-libs/gst/audio/gstbaseaudiosink.h:
5672         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5673         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5674         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5675         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5676         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5677         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5678         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5679         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5680         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5681         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5682         * gst-libs/gst/audio/gstringbuffer.h:
5683         An attempt at a set of audio base classes together with some
5684         design docs.
5685
5686 2005-04-20  Wim Taymans  <wim@fluendo.com>
5687
5688         * gst/audioconvert/Makefile.am:
5689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5690         (gst_audio_convert_caps_remove_format_info),
5691         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5692         (gst_audio_convert_channels):
5693         Link against audio libs.
5694         Fix audio convert plugin.
5695
5696 2005-04-20  Wim Taymans  <wim@fluendo.com>
5697
5698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5699         (gst_ogg_demux_sink_activate):
5700         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5701         (theora_set_header_on_caps), (theora_enc_sink_event),
5702         (theora_enc_chain):
5703         Fix theora encoder.
5704
5705 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5706
5707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5708         * gst/playback/gstdecodebin.c: (find_compatibles):
5709           Work with staticpadtemplates in elementfactories.
5710
5711 2005-04-12  Wim Taymans  <wim@fluendo.com>
5712
5713         * gst/playback/README:
5714         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5715         (compare_ranks), (print_feature), (gst_decode_bin_init),
5716         (dynamic_create), (dynamic_free), (find_compatibles),
5717         (mimetype_is_raw), (close_pad_link), (got_redirect),
5718         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5719         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5720         (gst_decode_bin_change_state):
5721         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5722         (gst_play_base_bin_init), (group_destroy), (group_commit),
5723         (check_queue), (queue_overrun), (queue_threshold_reached),
5724         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5725         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5726         (got_redirect), (setup_source), (play_base_eos),
5727         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5728         (gst_play_base_bin_remove_element):
5729         * gst/playback/gstplaybasebin.h:
5730         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5731         (gst_play_bin_init), (gst_play_bin_dispose),
5732         (gst_play_bin_set_property), (gen_video_element),
5733         (gen_text_element), (gen_audio_element), (remove_sinks),
5734         (gst_play_bin_send_event):
5735         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5736         (stream_info_change_state), (gst_stream_info_set_mute):
5737         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5738         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5739         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5740         (gst_stream_selector_chain):
5741         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5742         (main):
5743         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5744         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5745         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5746         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5747         Raw and crude port of decodebin. 
5748         Make playbin compile.
5749
5750 2005-04-06  Wim Taymans  <wim@fluendo.com>
5751
5752         * ext/gnomevfs/Makefile.am:
5753         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5754         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5755         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5756         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5757         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5758         (gst_gnomevfssrc_stop):
5759         * ext/ogg/Makefile.am:
5760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5761         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5762         * ext/theora/Makefile.am:
5763         * ext/theora/theoradec.c: (_inc_granulepos),
5764         (theora_dec_sink_event), (theora_dec_chain):
5765         * ext/vorbis/Makefile.am:
5766         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5767         (vorbis_dec_sink_event), (vorbis_dec_chain):
5768         * gst-libs/gst/audio/Makefile.am:
5769         * sys/xvimage/Makefile.am:
5770         Make gnomevfssrc extend the source base class.
5771         Fix linking against libs in various plugins.
5772
5773 2005-04-06  Andy Wingo  <wingo@pobox.com>
5774
5775         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5776         GST_BASE_LIBS.
5777
5778         * configure.ac: Add check and AC_SUBST for libgstbase.
5779
5780 2005-03-31  Wim Taymans  <wim@fluendo.com>
5781
5782         * examples/seeking/Makefile.am:
5783         * examples/seeking/cdparanoia.c: (main):
5784         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5785         (play_cb), (pause_cb), (stop_cb), (main):
5786         * examples/seeking/playbin.c:
5787         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5788         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5789         (make_sid_pipeline), (make_vorbis_pipeline),
5790         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5791         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5792         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5793         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5794         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5795         (stop_cb), (main):
5796         * examples/seeking/spider_seek.c:
5797         * examples/seeking/vorbisfile.c:
5798         * ext/gnomevfs/Makefile.am:
5799         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5800         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5801         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5802         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5803         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5804         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5805         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5806         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5807         * ext/ogg/README:
5808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5809         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5810         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5811         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5812         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5813         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5814         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5815         (gst_ogg_demux_factory_filter), (compare_ranks),
5816         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5817         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5818         (gst_ogg_chain_new), (gst_ogg_chain_free),
5819         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5820         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5821         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5822         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5823         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5824         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5825         (gst_ogg_demux_get_prev_page),
5826         (gst_ogg_demux_deactivate_current_chain),
5827         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5828         (gst_ogg_demux_bisect_forward_serialno),
5829         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5830         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5831         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5832         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5833         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5834         (gst_ogg_demux_change_state), (gst_ogg_print):
5835         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5836         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5837         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5838         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5839         (gst_ogg_mux_loop):
5840         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5841         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5842         (theora_dec_src_convert), (theora_dec_sink_convert),
5843         (theora_dec_src_query), (theora_dec_src_event),
5844         (theora_dec_sink_event), (theora_dec_chain),
5845         (theora_dec_change_state):
5846         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5847         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5848         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5849         (theora_enc_change_state):
5850         * ext/vorbis/Makefile.am:
5851         * ext/vorbis/oggvorbisenc.c:
5852         * ext/vorbis/oggvorbisenc.h:
5853         * ext/vorbis/vorbis.c: (plugin_init):
5854         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5855         (vorbis_dec_src_query), (vorbis_dec_src_event),
5856         (vorbis_dec_sink_event), (vorbis_dec_chain),
5857         (vorbis_dec_change_state):
5858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5859         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5860         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5861         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5862         (gst_vorbisenc_change_state):
5863         * ext/vorbis/vorbisenc.h:
5864         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5865         * gst-libs/gst/audio/audioclock.c:
5866         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5867         (gst_audiofilter_init), (gst_audiofilter_chain):
5868         * gst-libs/gst/audio/testchannels.c: (main):
5869         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5870         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5871         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5872         (gmip_find_track_streaminfo), (gmip_find_track_format):
5873         * gst-libs/gst/media-info/media-info.c:
5874         (gst_media_info_read_idler):
5875         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5876         (gst_play_get_all_by_interface):
5877         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5878         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5879         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5880         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5881         (gst_riff_parse_info):
5882         * gst-libs/gst/riff/riff-read.h:
5883         * gst-libs/gst/riff/riff.c: (plugin_init):
5884         * gst-libs/gst/video/Makefile.am:
5885         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5886         (gst_videosink_class_init), (gst_videosink_get_type):
5887         * gst-libs/gst/video/videosink.h:
5888         * gst/audioconvert/bufferframesconvert.c:
5889         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5890         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5891         * gst/audioconvert/channelmixtest.c: (main):
5892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5893         (gst_audio_convert_chain),
5894         (gst_audio_convert_caps_remove_format_info),
5895         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5896         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5897         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5898         (gst_audio_convert_buffer_to_default_format),
5899         (gst_audio_convert_buffer_from_default_format),
5900         (gst_audio_convert_channels):
5901         * gst/audioconvert/gstchannelmix.h:
5902         * gst/ffmpegcolorspace/avcodec.h:
5903         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5904         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5905         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5906         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5907         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5908         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5909         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5910         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5911         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5912         (dv_type_find):
5913         * gst/videotestsrc/gstvideotestsrc.c:
5914         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5915         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5916         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5917         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5918         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5919         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5920         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5922         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5923         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5924         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5925         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5926         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5927         (gst_xvimagesink_navigation_send_event),
5928         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5929         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5930         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5931         * sys/xvimage/xvimagesink.h:
5932         Plugin port to 0.9, ogg/theora playback should work in the seek
5933         example now.
5934         Removed old examples.
5935         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5936         explained in 0.9 TODO doc.
5937
5938
5939 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5940
5941         * autogen.sh:
5942         * configure.ac:
5943         * ext/Makefile.am:
5944         * gst/Makefile.am:
5945         * po/POTFILES.in:
5946         * po/af.po:
5947         * po/az.po:
5948         * po/cs.po:
5949         * po/en_GB.po:
5950         * po/hu.po:
5951         * po/it.po:
5952         * po/nb.po:
5953         * po/nl.po:
5954         * po/or.po:
5955         * po/sq.po:
5956         * po/sr.po:
5957         * po/sv.po:
5958         * po/uk.po:
5959         * po/vi.po:
5960         * sys/Makefile.am:
5961         * testsuite/Makefile.am:
5962           remove a whole bunch of plugins.  This module now contains a set
5963           of free reference plugins/elements as agreed.
5964
5965 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5966
5967         * configure.ac:
5968           hunting season on 0.9 is now OPEN
5969
5970 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5971
5972         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5973           Kick the hell out of gcc for not warning me about a symbol conflict.
5974
5975 2005-02-22  Luca Ognibene  <luogni@tin.it>
5976
5977         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5978
5979         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5980           Don't leak caps string (fixes #168134)
5981
5982         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5983         (gst_jpegenc_init), (gst_jpegenc_finalize),
5984         (gst_jpegenc_change_state):
5985           Don't leak line buffers and context struct (fixes #168133).
5986
5987 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5988
5989         * configure.ac:
5990         * ext/dirac/gstdiracdec.cc:
5991         (gst_diracdec_chain):
5992           Since dirac 0.5.0 the framerate in dirac is expressed as a
5993           rational number. Fix build and up requirement to 0.5.0, and
5994           also pass parameters to gst_diracdec_link in the right order
5995           (fixes #167959).
5996
5997 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5998
5999         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6000         * ext/faad/gstfaad.h:
6001         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6002         certain invalid muxed streams, where some packets will contain 
6003         junk after decoder data. Partially fixes #149158.
6004
6005 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6006         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6007           Make sure we only write to writable buffers
6008
6009 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6010
6011         * gst-libs/gst/riff/riff-media.c:
6012         (gst_riff_create_audio_caps_with_data):
6013           Do actually fix invalid RIFF fmt header values for alaw
6014           and mulaw audio instead of just saying so.
6015
6016         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6017           Give gst_riff_create_audio_caps_with_data() a chance to
6018           fix up broken format header fields before extracting any
6019           parameters from the header. (fixes #167633)
6020
6021 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6022
6023         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6024
6025         * gst/audioconvert/bufferframesconvert.c:
6026         (buffer_frames_convert_link):
6027           Don't leak othercaps. (fixes #167878)
6028
6029 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6030
6031         * configure.ac:
6032         * ext/libvisual/visual.c: (gst_visual_srclink),
6033         (gst_visual_change_state):
6034           Support libvisual 0.2.0.
6035
6036 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6037
6038         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6039         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6040           Use same rowstrides for I420 as used everywhere else.
6041
6042 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6043
6044         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6045           Declare variables at beginning of block and make gcc-2.95 happy
6046           (fixes # 167482, patch by Gergely Nagy).
6047           
6048         * gst/tcp/gsttcpclientsrc.c:
6049         * gst/tcp/gsttcpclientsrc.h:
6050           Move some includes into the header, so that struct sockaddr_in is
6051           defined when it should be defined on FreeBSD as well (fixes
6052           #167483).
6053           
6054         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6055           Don't pass uninitialised values to setsockopt() here either.
6056
6057 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6058
6059         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6060
6061         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6062           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6063
6064 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6065
6066         * gst/playback/gstplaybin.c: (add_sink):
6067           Invert bin_add/link order to workaround deadlock in opt.
6068
6069 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6070
6071         * gst/modplug/gstmodplug.cc:
6072           Add missing break causing position queries to fail.
6073
6074 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6075
6076         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6077           Granpos can apparently be -1, which screws up calculations...
6078
6079 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6080
6081         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6082         (gst_ximagesink_send_pending_navigation),
6083         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6084         (gst_ximagesink_init):
6085         * sys/ximage/ximagesink.h:
6086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6087         (gst_xvimagesink_send_pending_navigation),
6088         (gst_xvimagesink_navigation_send_event),
6089         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6090         * sys/xvimage/xvimagesink.h:
6091           Use a mutex protected list to marshal navigation
6092           events into the stream thread from whichever thread
6093           sends them.
6094
6095 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6096
6097         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6098           Display current position and track length; misc. clean-ups.
6099           
6100         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6101         (speed_init), (speed_chain):
6102           Add query function, so that the stream length and current position
6103           get adjusted when queried (note that current position queries may
6104           still be wrong if the audio sink returns values based on buffer
6105           timestamps instead of passing on the query).
6106
6107 2005-02-13  Benjamin Otte  <otte@gnome.org>
6108
6109         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6110         (gst_audio_convert_channels):
6111           create channel conversion matrix when linking
6112         * gst/audioconvert/.cvsignore:
6113         * gst/audioconvert/Makefile.am:
6114         * gst/audioconvert/channelmixtest.c: (main):
6115           add (ugly) test that ensures stereo <=> mono conversion works
6116           correctly
6117
6118 2005-02-13  Benjamin Otte  <otte@gnome.org>
6119
6120         * gst/audioconvert/gstchannelmix.h:
6121           include missing header file
6122         * gst/audioconvert/gstchannelmix.c:
6123         (gst_audio_convert_fill_compatible):
6124           use same sign for both channels when converting to/from compatible
6125           channel. Previously used different signs made the signals cancel
6126           each other out and appear like silence. (fixes #167269)
6127
6128 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6129
6130         * gst/ffmpegcolorspace/avcodec.h:
6131         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6132         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6133         (gst_ffmpegcsp_avpicture_fill):
6134         * gst/ffmpegcolorspace/imgconvert.c:
6135           Convert to and from YV12 (fixes #156379).
6136
6137 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6138
6139         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6140         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6141         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6142         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6143         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6144         methods from chain and negotiation and vice versa (Fixes #166142).
6145         * sys/ximage/ximagesink.h: Add stream_lock.
6146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6147         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6148         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6149         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6150
6151 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6152
6153         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6154           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6155           error message when we can't open the DVD device (when dvdnav_open()
6156           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6157           the above). Send something more useful instead (fixes #167117).
6158
6159 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6160
6161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6162         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6163         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6164         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6165         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6166         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6167         methods from chain and negotiation and vice versa (Fixes #166142).
6168         Fix a possible bug of images in the buffer pool being discarded because
6169         we are looking at the wrong geometry.
6170         * sys/xvimage/xvimagesink.h: Add stream_lock.
6171
6172 2005-02-11  David Schleef  <ds@schleef.org>
6173
6174         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6175         unsigned int. (fixes #167128)
6176
6177 2005-02-11  David Schleef  <ds@schleef.org>
6178
6179         * gst/librfb/Makefile.am: Testing stuff before committing is
6180           for wimps... and people with fast machines.  Fix stupid
6181           mistake.
6182
6183 2005-02-11  David Schleef  <ds@schleef.org>
6184
6185         * configure.ac: Pull in librfb from my CVS tree, because it is
6186           too small and annoying to be separate.  Move rfbsrc plugin
6187           to gst/.
6188         * ext/Makefile.am:
6189         * ext/librfb/Makefile.am:
6190         * ext/librfb/gstrfbsrc.c:
6191         * gst/librfb/Makefile.am:
6192         * gst/librfb/gstrfbsrc.c:
6193         * gst/librfb/rfb.c:
6194         * gst/librfb/rfb.h:
6195         * gst/librfb/rfbbuffer.c:
6196         * gst/librfb/rfbbuffer.h:
6197         * gst/librfb/rfbbytestream.c:
6198         * gst/librfb/rfbbytestream.h:
6199         * gst/librfb/rfbcontext.h:
6200         * gst/librfb/rfbdecoder.c:
6201         * gst/librfb/rfbdecoder.h:
6202         * gst/librfb/rfbutil.h:
6203
6204 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6205
6206         * gst/speed/Makefile.am:
6207         * gst/speed/demo-mp3.c: (main):
6208         * gst/speed/filter.func:
6209         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6210         (speed_class_init), (speed_init), (speed_chain_int16),
6211         (speed_chain_float32), (speed_chain), (speed_set_property),
6212         (speed_get_property), (speed_change_state):
6213         * gst/speed/gstspeed.h:
6214           Fix speed element and make it chain-based (fixes #156467),
6215           and make it handle more than one channel.
6216
6217 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6218
6219         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6220         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6221         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6222         * ext/dts/gstdtsdec.h:
6223           Don't clobber the stack constructing the channels array.
6224           Make the element chain-based. DTS tracks can now be played.
6225           
6226 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6227
6228         * gst-libs/gst/audio/multichannel.h:
6229         * gst-libs/gst/gconf/gconf.h:
6230         * gst-libs/gst/idct/idct.h:
6231         * gst-libs/gst/media-info/media-info-priv.h:
6232         * gst-libs/gst/play/play.h:
6233         * gst-libs/gst/resample/private.h:
6234         * gst-libs/gst/resample/resample.h:
6235         * gst-libs/gst/riff/riff-ids.h:
6236         * gst-libs/gst/video/video.h:
6237         * gst-libs/gst/video/videosink.h:
6238           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6239           missing, so that they work when included from C++ code.
6240
6241 2005-02-09  David Schleef  <ds@schleef.org>
6242
6243         * testsuite/gst-lint: Check for non-statically scoped
6244           parent_class variables.  This won't be a problem once
6245           plugins are loaded with RTLD_LOCAL.
6246
6247 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6248
6249         * ext/mplex/gstmplexibitstream.cc:
6250           gcc madness.
6251
6252 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6253
6254         * ext/ogg/gstogmparse.c:
6255         * gst/debug/gstnavigationtest.c:
6256           Die, thou faulty symbol pollutors (non-static parent_class).
6257
6258 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6259
6260         * ext/mplex/gstmplexibitstream.cc:
6261           Fix event handling (#165525).
6262
6263 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6264
6265         * ext/mikmod/gstmikmod.c:
6266         * gst/modplug/gstmodplug.cc:
6267           Add missing endianness to template (fixes #165509).
6268
6269 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6270
6271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6272           Fix wrong order of reading of optional bytes (#165290).
6273
6274 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6275
6276         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6277           Implement FILLER event awareness.
6278
6279 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6280
6281         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6282           Fix track calculations (#166208).
6283
6284 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6285
6286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6287
6288         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6289         * ext/libpng/gstpngenc.c:
6290           Fix byte-order, use proper fixed caps. Fixes #164197.
6291
6292 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6293
6294         * configure.ac:
6295           Add dvdlpcmdec 
6296
6297         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6298         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6299           Don't push buffers if the src pad isn't negotiated yet.
6300           
6301         * gst/audioconvert/gstaudioconvert.c:
6302         (gst_audio_convert_buffer_to_default_format),
6303         (gst_audio_convert_buffer_from_default_format):
6304           Add support for 24-bit width.
6305
6306         * gst/dvdlpcmdec/.cvsignore:
6307         * gst/dvdlpcmdec/Makefile.am:
6308         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6309         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6310         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6311         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6312         (plugin_init):
6313         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6314           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6315           format. Needs support for the channels maps if someone can find 
6316           a DVD LPCM track with > 2 channels.
6317
6318         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6319         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6320         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6321         * gst/mpegstream/gstdvddemux.h:
6322         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6323         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6324         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6325         * gst/mpegstream/gstmpegdemux.h:
6326         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6327         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6328         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6329         (gst_mpeg_parse_handle_src_query),
6330         (gst_mpeg_parse_handle_src_event):
6331           Use audio/x-dvd-lpcm for LPCM output.
6332           Add DTS output.
6333
6334 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6335
6336         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6339         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6340           Add BGRA handling (#165736).
6341
6342 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6343
6344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6345
6346         * gst/law/alaw-decode.c: (alawdec_link):
6347         * gst/law/alaw-encode.c: (alawenc_link):
6348         * gst/law/mulaw-decode.c: (mulawdec_link):
6349         * gst/law/mulaw-encode.c: (mulawenc_link):
6350           Fix caps memleaks (#166600).
6351
6352 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6353
6354         * ext/tarkin/mem.h:
6355         * ext/tarkin/wavelet.h:
6356         * ext/tarkin/yuv.h:
6357         * gst/ffmpegcolorspace/avcodec.h:
6358           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6359           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6360
6361 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6362
6363         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6365         (gst_xvimagesink_change_state):
6366           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6367           Xv video (and thereby regenerate Xv colourkey) in clear() so
6368           that PLAY -> READY -> PLAY works (fixes #162504).
6369
6370 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6373           Switch to list instead of range, since MJPEG-devices really just
6374           support decimations, not any size.
6375
6376 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6377         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6378         (gst_mpeg2dec_reset), (free_all_buffers),
6379         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6380         * ext/mpeg2dec/gstmpeg2dec.h:
6381           The libmpeg2 user-allocated buffer management is awkward, 
6382           to say the least. Hopefully this fixes things.
6383
6384 2005-02-04  Andy Wingo  <wingo@pobox.com>
6385
6386         * gst/audioconvert/bufferframesconvert.c
6387         (buffer_frames_convert_fixate): New function, fixates to 256
6388         frames per buffer by default. (Much better than 1.)
6389         (buffer_frames_convert_init): Set the fixate function for both src
6390         and sink pad.
6391         (buffer_frames_convert_link): After success setting nonfixed caps,
6392         get the negotiated caps so we can know how many buffer-frames it
6393         will be. No idea how this worked at all before.
6394
6395 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6396
6397         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6398         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6399         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6400         (handle_sequence), (handle_picture):
6401         * ext/mpeg2dec/gstmpeg2dec.h:
6402           Rearrange buffer tracking and refcounting and refactor
6403           a little for readability. 
6404
6405 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6406         * sys/v4l/gstv4l.c: (plugin_init):
6407         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6408         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6409         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6410         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6411         * sys/v4l/gstv4ljpegsrc.h:
6412         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6413         * sys/v4l/v4l_calls.h:
6414         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6415         (gst_v4lsrc_get_fps):
6416         * sys/v4l/v4lsrc_calls.h:
6417           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6418           you jpeg inside rgb frames" driver.
6419           Don't error in the v4lsrc link function, just return 
6420           REFUSED.
6421
6422 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6423
6424         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6425         (gst_qcamsrc_open):
6426           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6427
6428 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6429
6430         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6431           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6432
6433 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6434
6435         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6436           Reset negotiated state on PAUSED->READY.
6437
6438 2005-02-02  David Schleef  <ds@schleef.org>
6439
6440         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6441         whereever possible.  (Fixes #165997)
6442         * examples/capsfilter/capsfilter1.c: (main):
6443         * examples/dynparams/filter.c: (create_ui):
6444         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6445         * examples/seeking/chained.c: (main):
6446         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6447         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6448         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6449         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6450         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6451         * examples/switch/switcher.c: (main):
6452         * ext/dv/demo-play.c: (main):
6453         * ext/faad/gstfaad.c: (gst_faad_change_state):
6454         * ext/mad/gstmad.c: (gst_mad_chain):
6455         * ext/smoothwave/demo-osssrc.c: (main):
6456         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6457         (gst_gconf_render_bin_from_description),
6458         (gst_gconf_get_default_audio_sink),
6459         (gst_gconf_get_default_video_sink),
6460         (gst_gconf_get_default_audio_src),
6461         (gst_gconf_get_default_video_src),
6462         (gst_gconf_get_default_visualization_element):
6463         * gst/level/demo.c: (main):
6464         * gst/level/plot.c: (main):
6465         * gst/playback/gstplaybin.c: (gen_video_element),
6466         (gen_audio_element):
6467         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6468         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6469         * gst/sine/demo-dparams.c: (main):
6470         * gst/spectrum/demo-osssrc.c: (main):
6471         * gst/speed/demo-mp3.c: (main):
6472         * gst/volume/demo.c: (main):
6473         * testsuite/embed/embed.c: (main):
6474
6475 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6476
6477         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6478         (gst_tcpclientsink_finalize):
6479         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6480         (gst_tcpclientsrc_finalize):
6481         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6482         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6483         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6484         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6485           Don't leak the hostname when shutting down.
6486           In tcpserversrc, take a copy of the default hostname.
6487
6488 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6489
6490         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6491           Set caps to systemstream=TRUE.
6492
6493 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6494
6495         * testsuite/Makefile.am:
6496           Fix more OSX buildbots.
6497
6498 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6499
6500         * ext/mpeg2dec/gstmpeg2dec.c:
6501           Don't send things to NULL PAD_PEERs
6502
6503         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6504           Copy-on-write the incoming buffer.
6505
6506         * gst/mpegstream/gstdvddemux.h:
6507         * gst/mpegstream/gstmpegclock.h:
6508         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6509         (normal_seek), (gst_mpeg_demux_handle_src_event):
6510         * gst/mpegstream/gstmpegdemux.h:
6511         * gst/mpegstream/gstmpegpacketize.h:
6512         * gst/mpegstream/gstmpegparse.c:
6513         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6514         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6515         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6516         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6517         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6518         * gst/mpegstream/gstmpegparse.h:
6519         * gst/mpegstream/gstrfc2250enc.h:
6520           Various changes to the way time is computed that make seeking and
6521           total time estimation much better here.
6522           Use G_BEGIN/END_DECLS instead of __cplusplus
6523
6524         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6525           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6526
6527 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6528
6529         * gst/subparse/gstsubparse.c:
6530           Fix OSX buildbot.
6531
6532 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6533
6534         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6535         (theora_enc_chain), (theora_enc_change_state):
6536         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6537         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6538         (gst_vorbisenc_change_state):
6539         * ext/vorbis/vorbisenc.h:
6540           Set granulepos and timestamp correctly for streams not
6541           starting at 0, taking into account the initial delay.
6542
6543 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6544
6545         * gst/mpegstream/gstdvddemux.c:
6546           Add audio/x-dts to audio pad template caps
6547
6548 2005-01-30  David Schleef  <ds@schleef.org>
6549
6550         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6551         (create_context), (gst_polypsink_link): Fix silly endianness
6552         bug.  Add some debugging.  Remove float from caps; it doesn't
6553         work.  Attempt to get remote audio working.
6554
6555 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6556
6557         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6558           Add 3IV2 fourcc.
6559
6560 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6561
6562         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6563         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6564         (gst_avi_demux_stream_data):
6565         * gst/avi/gstavidemux.h:
6566           Invert DIB images. Fixes #132341.
6567
6568 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6569
6570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6571         (gst_ffmpegcsp_chain):
6572           D'oh, reference the palette data, not the palette structure.
6573           Fixes color distortion in #132341.
6574
6575 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6576
6577         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6578           PAR can be non-fixed when not provided as argument (#162626).
6579
6580 2005-01-29  David Moore  <dcm@acm.org>
6581
6582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6583
6584         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6585         (gst_qtdemux_loop_header):
6586           Re-apply patch from #142272 that allows non-seekable sources,
6587           re-proposed by Daniel Drake <dsd@gentoo.org>.
6588
6589 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6590
6591         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6592           Use the src template for creating the src pad (#162330).
6593
6594 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6595
6596         * configure.ac:
6597         * ext/musepack/Makefile.am:
6598         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6599         (gst_musepackdec_init), (gst_musepackdec_dispose),
6600         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6601         (gst_musepack_stream_init), (gst_musepackdec_loop),
6602         (gst_musepackdec_change_state):
6603         * ext/musepack/gstmusepackdec.cpp:
6604         * ext/musepack/gstmusepackdec.h:
6605         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6606         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6607         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6608         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6609         * ext/musepack/gstmusepackreader.cpp:
6610         * ext/musepack/gstmusepackreader.h:
6611           Update to 1.1 API (#165446).
6612
6613 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6614
6615         * ext/Makefile.am:
6616           Unbreak buildbot.
6617
6618 2005-01-28  Andy Wingo  <wingo@pobox.com>
6619
6620         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6621         to reflect a different dubious internet source. Add a reference
6622         and some commentary.
6623
6624 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6625
6626         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6627         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6628         * gst/playback/gststreamselector.h:
6629           Be more selective when we're redoing caps negotiation from
6630           within the chain function on a stream change.
6631
6632 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * configure.ac:
6635         * ext/Makefile.am:
6636         * ext/amrnb/Makefile.am:
6637         * ext/amrnb/amrnb.c: (plugin_init):
6638         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6639         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6640         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6641         (gst_amrnbdec_state_change):
6642         * ext/amrnb/amrnbdec.h:
6643         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6644         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6645         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6646         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6647         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6648         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6649         * ext/amrnb/amrnbparse.h:
6650           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6651         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6652           Add AMR-NB/-WB raw formats.
6653         * ext/alsa/gstalsa.c: (gst_alsa_link):
6654           Keep valid time when changing format.
6655         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6656         (qtdemux_parse_trak):
6657           Add some more format-specific options (#140141, #143555, #155163).
6658
6659 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6660
6661         * gst/matroska/matroska-demux.c:
6662         (gst_matroska_demux_parse_blockgroup):
6663           Fix logic error in timing of subtitle stream synchronization.
6664         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6665           Add skip-chunk, which is found in kodak-camera streams.
6666
6667 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6668
6669         * po/LINGUAS:
6670         * po/vi.po:
6671           Adding Vietnamese translation (submitted by Clytie Siddall)
6672
6673 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6674
6675         * gst/playback/gstdecodebin.c: (try_to_link_1):
6676           Use realpad for signal.
6677
6678 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6679
6680         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6681           Fix category so decodebin picks it up.
6682
6683 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6684
6685         * ext/mad/Makefile.am:
6686         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6687         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6688         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6689         (found_type), (gst_id3demux_bin_change_state):
6690         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6691         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6692         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6693         (gst_id3_tag_change_state), (plugin_init):
6694         * ext/mad/gstmad.h:
6695           Add id3demuxbin (which is a simple bin consisting of id3demux
6696           and typefind), take over rank from id3demux, remove typefind
6697           code from id3demux. Makes all broken mp3s that I know of work,
6698           and thereby fixes #152688.
6699
6700 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6701
6702         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6703
6704         * ext/mad/gstmad.c: (gst_mad_src_event):
6705         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6706           Allow seeks on audio pad, make mad forward those (#164826).
6707         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6708           Set duration (#165335).
6709
6710 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6711
6712         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6713         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6714         (gst_asf_demux_process_ext_content_desc),
6715         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6716         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6717         * gst/asfdemux/gstasfdemux.h:
6718           Improve metadata display, e.g. if the metadata comes before the
6719           streams are loaded (which is perfectly valid).
6720
6721 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6722
6723         * tools/gst-launch-ext-m.m:
6724           Fix AVI/ASF pipelines (#165340).
6725
6726 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6727         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6728         build failure on amd64
6729
6730 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6731
6732         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6733         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6734           Check environment variables GST_ID3V2_TAG_ENCODING,
6735           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6736           list of character encodings to force interpretation of non-unicode
6737           strings stored in an ID3v2 tag to a particular encoding. If none
6738           is specified, try to use current locale's encoding, then fall back
6739           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6740         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6741         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6742           Check environment variables GST_ID3V1_TAG_ENCODING,
6743           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6744           list of character encodings to use in case a string encountered
6745           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6746           specified, try to use the current locale's encoding, then fall
6747           back to ISO-8859-1 (which will always succeed).
6748
6749 2005-01-25  Benjamin Otte  <otte@gnome.org>
6750
6751         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6752           - on half framerate, compute the rate in advance so the comparisons
6753             don't compare wrong values
6754           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6755             behaviour
6756           - don't use mad_header_decode anymore, mad_frame_decode does that
6757             automatically
6758           - when getting rid of consumed bytes, reset the stream's skiplen
6759           (fixes #163867)
6760
6761 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6762
6763         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6764           Use 1/2 a second for default max_discont, as PES streams from DVB
6765           seem to have larger spacings in the SCR. 
6766           Fix a typo.
6767
6768 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6769
6770         * gst/playback/gstplaybasebin.c: (group_commit):
6771           Notify delayed stream-info availability.
6772
6773 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6774         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6775         (gst_a52dec_handle_event), (gst_a52dec_chain):
6776         Add some debug output. Check that a discont has a valid
6777         time associated.
6778         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6779         (gst_alsa_sink_loop):
6780         Ignore TAG events. A little extra debug for broken timestamps.
6781         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6782         (dvdnavsrc_change_state):
6783         Ensure we send a discont to engage the link before we send any
6784         other events.
6785         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6786         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6787         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6788         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6789         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6790         dvd://title works in totem because typefinding sends a seek that ends
6791         up going back to chapter 1 regardless.
6792         * ext/mpeg2dec/gstmpeg2dec.c:
6793         * ext/mpeg2dec/gstmpeg2dec.h:
6794         Output correct timestamps and handle disconts.
6795         * ext/ogg/gstoggdemux.c: (get_relative):
6796         Small guard against a null dereference.
6797         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6798         (gst_textoverlay_set_property):
6799         Free memory when done. Don't call gst_event_filler_get_duration on
6800         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6801         g_warning.
6802         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6803         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6804         (gst_sw_srclink), (gst_smoothwave_chain):
6805         Draw solid lines, prettier colours.
6806         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6807         Add a default palette that'll work for some movies.
6808         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6809         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6810         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6811         * gst/mpegstream/gstdvddemux.h:
6812         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6813         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6814         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6815         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6816         * gst/mpegstream/gstmpegparse.h:
6817         Use PTM/NAV events when for timestamp adjustment when connected to 
6818         dvdnavsrc. Don't use many discont events where one suffices.
6819         * gst/playback/gstplaybasebin.c: (group_destroy),
6820         (gen_preroll_element), (gst_play_base_bin_add_element):
6821         * gst/playback/gstplaybasebin.h:
6822         Make sure we remove subtitles from the same bin we put them in.
6823         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6824         (gst_subparse_buffer_format_autodetect),
6825         (gst_subparse_change_state):
6826         Fix some memleaks and invalid accesses.
6827         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6828         (oggskel_type_find), (cmml_type_find), (plugin_init):
6829         Some typefind functions for Annodex v3.0 files
6830         * gst/wavparse/gstwavparse.h:
6831         GstRiffReadClass is the correct parent class.
6832
6833 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6834
6835         * gst-libs/gst/riff/riff-media.c:
6836         (gst_riff_create_video_caps_with_data):
6837           Add extradata to huffyuv (fixes #165013).
6838         * gst-libs/gst/riff/riff-read.c:
6839         (gst_riff_read_strf_vids_with_data):
6840           Fix extradata extraction if it is in the chunk size.
6841
6842 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6843
6844         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6845
6846         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6847         (gst_quarktv_change_state), (gst_quarktv_dispose):
6848           Memory free'ing location fix (#164708).
6849
6850 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6851
6852         * gst/playback/gstplaybasebin.c: (group_commit),
6853         (gen_preroll_element), (probe_triggered), (gen_source_element),
6854         (setup_source), (gst_play_base_bin_change_state),
6855         (gst_play_base_bin_add_element):
6856           Don't block for streams.
6857         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6858         (gst_stream_info_set_mute):
6859           Use gst_pad_set_active_recursive.
6860
6861 2005-01-25  Andy Wingo  <wingo@pobox.com>
6862
6863         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6864         for #ifndef HAVE_XVIDEO.
6865
6866 2005-01-24  Jeffrey C. Ollie
6867
6868         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6869
6870         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6871         * ext/gsm/gstgsmdec.h:
6872         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6873         * ext/gsm/gstgsmenc.h:
6874         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6875         was given by property. Add proper buffer timestamps and offsets.
6876
6877 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6878
6879         * gst-libs/gst/riff/riff-media.c:
6880         (gst_riff_create_audio_caps_with_data):
6881           Audio can be <8000Hz.
6882
6883 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6884
6885         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6886           Explicit state change to workaround refcount bugs.
6887
6888 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6889
6890         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6891         (gst_avimux_riff_get_avi_header):
6892           Fix...
6893
6894 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6895
6896         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6897         (gst_riff_read_element_data):
6898         * gst-libs/gst/riff/riff-read.h:
6899           Add _peek version (req'ed in CDXA).
6900         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6901         (gst_cdxaparse_loop):
6902           Fix parsing in playbin.
6903         * gst/playback/gstdecodebin.c: (close_pad_link):
6904           Ignore current_ pads, they cause major annoyance.
6905
6906 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6907
6908         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6909           Safety guard.
6910
6911 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6912
6913         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6914           Fix padding...
6915
6916 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6917
6918         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6919           Allow for 0-sized buffers. Fixes length query problems in
6920           starwars.mkv from the testsuite.
6921
6922 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6923
6924         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6925         (gst_video_box_i420), (gst_video_box_chain):
6926           Fix row strides for I420 (fixes #163159)
6927           
6928 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6929
6930         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6931           MPEG2 has a useful rate property, so we can actually use that.
6932           For MPEG-1, continue using the bytes/time properties.
6933
6934 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6935
6936         * gst-libs/gst/riff/riff-media.c:
6937         (gst_riff_create_video_caps_with_data),
6938         (gst_riff_create_video_template_caps):
6939           Add intel-h263.
6940
6941 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6942
6943         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6944           Fail if caps negotiation fails. Should fix #162184, and should
6945           definately be in there regardless of it fixing the actual bug.
6946         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6947         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6948         (gst_avimux_riff_get_avix_header),
6949         (gst_avimux_riff_get_video_header),
6950         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6951         (gst_avimux_start_file), (gst_avimux_handle_event),
6952         (gst_avimux_change_state):
6953         * gst/avi/gstavimux.h:
6954           Refactor structure writing to use GST_WRITE_UINT macros, add
6955           metadata writing support.
6956
6957 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6958
6959         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6960           Elements may already be destroyed when this function is called.
6961
6962 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6963
6964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6965         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6966           More memory leak fixes (#149162).
6967
6968 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6969
6970         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6971         (gst_qtdemux_add_stream):
6972           Fix two memleaks.
6973
6974 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6975
6976         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6977           Argh...
6978
6979 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6980
6981         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6982           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6983           when fixating to six channels in Totem.
6984
6985 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6986
6987         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6988           Fix compile warnings on Solaris 10 buildbot
6989
6990 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6991
6992         * ext/dvdread/dvdreadsrc.c: (_read):
6993           Don't read beyond the last cell in a chapter (fixes 
6994           invalid memory access)
6995
6996 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6997
6998         * ext/dvdread/stream_labels.c:
6999         (dvdreadsrc_get_audio_stream_labels):
7000           Use NULL for an empty GList instead of g_list_alloc(); fix 
7001           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7002           of GString (easier to bulk free later)
7003
7004 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7005
7006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7007
7008         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7009         (gst_ffmpeg_pixfmt_to_caps):
7010           Fix BGRA32 caps (#164209).
7011
7012 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7013
7014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7015
7016         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7017         (gst_ffmpeg_caps_to_pixfmt):
7018           alpha_mask can be RGBA/ABGR. Fixes #164265.
7019
7020 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7021
7022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7023
7024         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7025         (gst_mpeg2dec_alloc_buffer):
7026         * ext/mpeg2dec/gstmpeg2dec.h:
7027           Crop if decoding size is not the actual image size (#163676).
7028
7029 2005-01-17  Steve Baker  <steve@stevebaker.org>
7030
7031         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7032
7033         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7034         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7035           Add libsndfile typefind functions (#163309).
7036
7037 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7038
7039         * tools/gst-launch-ext-m.m:
7040           Add .aac, fix .m1v/.m2v (#163891).
7041
7042 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7043
7044         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7045           Sanity check, don't wait endlessly since the clock might not
7046           actually run at this point (which is a deadlock). Fixes #164069.
7047
7048 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7049
7050         * gst/playback/gstplaybasebin.c: (probe_triggered):
7051           Of course, only pause if group is done...
7052
7053 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * gst/playback/gstplaybasebin.c: (probe_triggered):
7056           Thread safety.
7057
7058 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7059
7060         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7061           Don't return state change success when the parent
7062           failed.
7063
7064 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7065
7066         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7067           Free events (fix memleak in #162905).
7068
7069 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7070
7071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7072
7073         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7074         (gst_ffmpeg_caps_to_pixfmt):
7075           Fix for depth = 15. Fixes #161675.
7076
7077 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7078
7079         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7080           Set FPS correctly, even for webcams and the like.
7081         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7082           Don error on setting while capturing.
7083
7084 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7085
7086         * ext/dv/gstdvdec.c:
7087         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7088         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7089           I'm a bad boy. using /1001. to force C to do float division
7090           and not integer division (as it did in my last commit)
7091           Thanks to David I. Lehn for pointing this mistake.
7092
7093 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7094
7095         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7096           Revert Johan??s 1.35->1.36 since it breaks compat.
7097
7098 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7099
7100         * ext/dv/gstdvdec.c:
7101         * ext/libfame/gstlibfame.c:
7102         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7103         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7104           replace framerate aproximations by their real value
7105           (24000/1001, 30000/1001, 60000/1001)
7106           Finish fixing bug #164049
7107
7108 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7109
7110         * ext/ogg/gstoggmux.c:
7111           eos/bos debugging
7112         * gst/tcp/gstmultifdsink.c:
7113         * gst/tcp/gstmultifdsink.h:
7114         * gst/tcp/gsttcp.c:
7115         * gst/tcp/gsttcp.h:
7116         * gst/tcp/gsttcpclientsink.c:
7117         * gst/tcp/gsttcpclientsrc.c:
7118         * gst/tcp/gsttcpserversink.c:
7119         * gst/tcp/gsttcpserversrc.c:
7120           improve reusability of elements after state changes and errors
7121           make multifdsink throw away streamheaders when receiving new ones
7122
7123 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7124
7125         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7126           Fix for if items are already in list...
7127
7128 2005-01-12  Benjamin Otte  <otte@gnome.org>
7129
7130         * gst/adder/gstadder.c: (gst_adder_loop):
7131           fix adder a bit so it doesn't screw up with events as much anymore
7132
7133 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7134
7135         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7136         (pixbufscale_scale), (gst_pixbufscale_chain):
7137         * ext/gdk_pixbuf/pixbufscale.h:
7138           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7139           to ensure rowstrides are calculated the same way as 
7140           ffmpegcolorspace
7141           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7142           that we pick up duration and offset also.
7143
7144 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7145
7146         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7147         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7148           Reusability fixes.
7149
7150 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7151
7152         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7153         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7154         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7155         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7156           Update flags when requested.
7157
7158 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7161           Fix dmix.
7162
7163 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7164
7165         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7166         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7167         (probe_triggered), (new_decoded_pad), (gen_source_element),
7168         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7169         * gst/playback/gstplaybasebin.h:
7170         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7171         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7172         (gst_play_bin_change_state):
7173           Implement group-switch signal for use in apps to clear metadata
7174           cache, clean up subtitle, add suburi property instead of # hack,
7175           some error-out fixes.
7176
7177 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7178
7179         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7180           Debug.
7181         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7182           If we got a state change in the _get handler, don't return success.
7183
7184 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7185
7186         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7187         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7188           Make jpegdec quiet on MJPEG decoding
7189         * gst/asfdemux/README:
7190           Fix mimetypes for MJPEG and H263
7191
7192 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7193
7194         * ext/theora/theoradec.c: (theora_dec_chain):
7195           Fix broken code generation by gcc by swapping arguments.
7196         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7197           Fix \n in debug.
7198
7199 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7200
7201         * TODO:
7202           delete this file, it is by far outdated
7203         * ext/alsa/gstalsa.1: remove
7204         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7205         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7206         (gst_alsa_get_caps):
7207           Add HW probing for supported sample rates. Fixes #161704
7208
7209 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7210
7211         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7212           Don't crash, biatch! :).
7213
7214 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7215
7216         * ext/musepack/gstmusepackreader.cpp:
7217         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7218           Some work on tags - still doesn't work in playbin...
7219         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7220           Handle events...
7221
7222 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7223
7224         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7225           Also shove tags on kid pads.
7226
7227 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7228
7229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7230           Don't bail on unknown events.
7231         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7232           Don't crash on events before negotiation.
7233         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7234           Send tags on pads, too.
7235         * gst/playback/gststreamselector.c:
7236         (gst_stream_selector_request_new_pad):
7237           Forward events on first pad if no input was selected yet.
7238
7239 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7240
7241         * gst/playback/gstplaybasebin.c: (setup_substreams):
7242           Don't disable streamtype if the stream doesn't exist, since
7243           then playing a video after audio will disable both and nothing
7244           will happen. Fixes the testsuite.
7245
7246 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7247
7248         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7249         (gst_v4l_xoverlay_set_xwindow_id):
7250         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7251         (gst_v4l2_xoverlay_set_xwindow_id):
7252           Add debug categories, fix overlay disabling.
7253
7254 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7255
7256         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7257         * ext/alsa/gstalsa.h:
7258           Add HW probing for period_count/size and buffer_size MIX/MAX
7259           Adjust default/user defined value if out of bounds
7260           Should fix bug #162024
7261
7262 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7263
7264         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7265           Fix warning (#161191).
7266
7267 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7268
7269         * ext/dvdread/stream_labels.c:
7270         (dvdreadsrc_get_audio_stream_labels):
7271           Fix warning (init the good variable in switch default)
7272
7273 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7274
7275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7276
7277         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7278           Fix gcc-2.95 compile (#163485).
7279
7280 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7281
7282         * configure.ac:
7283         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7284         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7285         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7286         (gst_flacenc_change_state):
7287         * ext/flac/gstflacenc.h:
7288           Update for API change in flac-1.1.1. Update requirement in
7289           configure.ac. Fixes #162974.
7290
7291 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7292
7293         * gst/playback/gstplaybasebin.c: (group_destroy):
7294           Remove hack to get rid of assert and get rid of unlinked
7295           signals properly.
7296
7297 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7298
7299         * gst/playback/gstplaybasebin.c: (setup_source):
7300           Set source to NULL so that resources are free'ed. Fixes issues
7301           with playback of CDDA and similar device-accessing things.
7302
7303 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7304
7305         * testsuite/embed/Makefile.am:
7306           test->noinst, fix make test in buildbot.
7307
7308 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7309
7310         * ext/dvdread/stream_labels.c: new file
7311         * ext/dvdread/stream_labels.h: new file
7312         * ext/dvdread/Makefile.am:
7313         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7314           Extract audio stream label from DVD IFO files.
7315           It only dump them on the console for now, still have to
7316           make playbin aware of them.
7317
7318 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7319
7320         * gst/playback/gstplaybasebin.c: (setup_source):
7321           Fix hanging subs.
7322
7323 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7326         (gen_preroll_element), (remove_groups), (setup_subtitle),
7327         (gen_source_element), (setup_source):
7328         * gst/playback/gstplaybasebin.h:
7329           Multiple .sub files is just a stupid idea... Fix some threading
7330           mistakes. Interestingly, external .sub files cause playbin to
7331           hang, I don't know why... Parsing fixes contributed by Fran??ois
7332           Kooman <fkooman@tuxed.net>.
7333
7334 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7335
7336         * testsuite/embed/Makefile.am:
7337           Fix buildbot.
7338
7339 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7340
7341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7342
7343         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7344         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7345         (gst_pngenc_set_property):
7346         * ext/libpng/gstpngenc.h:
7347           Add compression level property (#163323).
7348
7349 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7350
7351         * configure.ac:
7352         * examples/capsfilter/capsfilter1.c: (main):
7353         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7354         * ext/dvdread/Makefile.am:
7355         * ext/dvdread/demo-play:
7356         * ext/dvdread/demo-play.c:
7357         * gconf/gstreamer.schemas.in:
7358         * gst-libs/gst/gconf/gconf.c:
7359         * sys/v4l/TODO:
7360         * testsuite/Makefile.am:
7361         * testsuite/embed/Makefile.am:
7362         * testsuite/embed/embed.c: (cb_expose), (main):
7363           Remove all references to xvideosink, fix examples (#140845).
7364         * gst/playback/gstplaybasebin.c: (group_destroy):
7365           Apparently, disposal does not unlink - so do explicitely.
7366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7367           Add debug.
7368
7369 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7370
7371         * README: fix PKG_CONFIG_PATH instructions, what was there
7372         previously was breaking default search path, not nice. 
7373         Fixes #163358
7374
7375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7376
7377         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7378         (gst_audioscale_chain):
7379           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7380           when resampling - how the ^@$^!@^! is this possible?!?
7381
7382 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7383
7384         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7385           Reset variables on READY.
7386         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7387         (gst_matroska_mux_loop):
7388           Require data before writing header.
7389
7390 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7391
7392         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7393
7394         * ext/mad/gstmad.c: (gst_mad_chain):
7395           Don't call mad_stream_sync() directly after recovering sync.
7396           Fixes #151661.
7397
7398 2005-01-09  Martin Eikermann  <meiker@upb.de>
7399
7400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7401
7402         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7403         (snapshot_handler), (gst_snapshot_sinkconnect),
7404         (gst_snapshot_chain):
7405           Allocate resources when required, fix recursive signal emission
7406           and fix caps. Fixes #161667.
7407
7408 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7409
7410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7411
7412         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7413         (gst_pngdec_chain):
7414           Handle only 8-bppc (bits-per-pixel-component) images, better
7415           error handling and correct strides. Fixes #163177.
7416         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7417         (gst_pngenc_chain):
7418           Better error handling. Fixes #163348.
7419
7420 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7421
7422         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7423         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7424         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7425         (dvdnavsrc_uri_handler_init):
7426           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7427         * gst/playback/gstplaybasebin.c: (gen_source_element):
7428           Add MMS to streaming URIs.
7429
7430 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7431
7432         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7433         * sys/xvimage/xvimagesink.c:
7434         (gst_xvimagesink_navigation_send_event):
7435           Check for pad availability before sending event.
7436
7437 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7438
7439         * gst-plugins.spec.in:
7440           Add subparse.
7441
7442 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7443
7444         * configure.ac:
7445           Since we use functions from CVS, up requirement.
7446
7447 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7448
7449         * gst/playback/Makefile.am:
7450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7451         (group_destroy), (group_commit), (group_is_muted),
7452         (gen_preroll_element), (add_stream), (unknown_type),
7453         (probe_triggered), (preroll_unlinked), (mute_stream),
7454         (silence_stream), (new_decoded_pad), (setup_substreams),
7455         (setup_source), (get_active_source), (mute_group_type),
7456         (muted_group_change_state), (set_active_source),
7457         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7458         (play_base_eos), (gst_play_base_bin_change_state):
7459         * gst/playback/gstplaybasebin.h:
7460         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7461         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7462         (gst_stream_info_dispose), (stream_info_mute_pad),
7463         (stream_info_change_state), (gst_stream_info_set_mute):
7464         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7465         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7466         (gst_stream_selector_init), (gst_stream_selector_dispose),
7467         (gst_stream_selector_get_linked_pad),
7468         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7469         (gst_stream_selector_get_linked_pads),
7470         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7471         * gst/playback/gststreamselector.h:
7472           Adding stream selection support plus required properties for
7473           applications to use this. Fully fixes #100931.
7474
7475 2005-01-08  Benjamin Otte  <otte@gnome.org>
7476
7477         * gst/games/gstpuzzle.c: (nav_event_handler):
7478           - handle nav events differently: forward every event no matter if it
7479             was handled or not.
7480           - translate events
7481           You can now cheat by using navigationtest ! puzzle and moving the
7482           mouse close to the edge of a tile. ;)
7483
7484 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7485
7486         * configure.ac:
7487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7488         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7489         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7490         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7491         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7492         (gst_ogm_parse_plugin_init):
7493         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7494         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7495         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7496         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7497         * ext/pango/gsttextoverlay.h:
7498         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7499         (gst_matroska_demux_handle_seek_event),
7500         (gst_matroska_demux_sync_streams),
7501         (gst_matroska_demux_parse_blockgroup),
7502         (gst_matroska_demux_subtitle_caps),
7503         (gst_matroska_demux_plugin_init):
7504         * gst/matroska/matroska-ids.h:
7505         * gst/playback/gstdecodebin.c: (close_pad_link):
7506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7507         (gen_preroll_element), (remove_groups), (add_stream),
7508         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7509         (setup_source):
7510         * gst/playback/gstplaybasebin.h:
7511         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7512         * gst/subparse/Makefile.am:
7513         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7514         (gst_subparse_base_init), (gst_subparse_class_init),
7515         (gst_subparse_init), (gst_subparse_formats),
7516         (gst_subparse_eventmask), (gst_subparse_event),
7517         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7518         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7519         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7520         (parse_mpsub_deinit), (parse_mpsub_init),
7521         (gst_subparse_buffer_format_autodetect),
7522         (gst_subparse_format_autodetect), (gst_subparse_loop),
7523         (gst_subparse_change_state), (gst_subparse_type_find),
7524         (plugin_init):
7525         * gst/subparse/gstsubparse.h:
7526         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7527         (plugin_init):
7528           Add subtitle support, .sub parser (supports SRT and MPsub),
7529           OGM text support, Matroska UTF-8 text support, deadlock fixes
7530           all over the place, subtitle awareness in decodebin/playbin
7531           and some fixes to textoverlay to handle subtitles in a stream
7532           correctly. Fixes #100931.
7533
7534 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7535
7536         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7537           Check for pad availability before doing a query on it.
7538
7539 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7540
7541         * ext/dv/gstdvdec.c:
7542           really fix bpp24/32 dvdec caps (classic rgba indeed)
7543         * gst/asfdemux/gstasfdemux.c:
7544         (gst_asf_demux_process_ext_content_desc):
7545           don't send text tags if they are empty (bis repetita)
7546
7547 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7548
7549         * ext/dv/gstdvdec.c:
7550          remove unneeded comment from dvdec
7551           (related to DV 4CC codes in AVI files)
7552           moved them in gstreamer/docs/random/mimetypes
7553         * gst/asfdemux/gstasfdemux.c:
7554         (gst_asf_demux_process_ext_content_desc):
7555          don't send text tags if they are empty
7556          fix mem leak on error path
7557         * gst/ffmpegcolorspace/avcodec.h:
7558         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7559         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7560         (gst_ffmpegcsp_avpicture_fill):
7561         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7562         * gst/ffmpegcolorspace/imgconvert_template.h:
7563          adds BGR32 and BGRA32 to ffmpegcolorspace
7564           (still bad colors, fixing it on next commit)
7565           helps with dvdec outputing BGR32
7566
7567 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7568
7569         * ext/dv/gstdvdec.c:
7570          Fix audio caps i just broke (missing ',')
7571         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7572         (gst_matroska_mux_reset):
7573          Fix typo + add FIXME about old "x-gst-metadata" crap
7574
7575 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7576
7577         * ext/dv/demo-play.c: (main):
7578          xvideosink -> xvimagesink
7579         * ext/dv/gstdvdec.c:
7580          change rgb 32/32 caps to 24/32 (no alpha)
7581          change nb of channels to be a list (2 or 4, not 2)
7582          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7583         * gst/asfdemux/gstasfdemux.c:
7584         (gst_asf_demux_process_ext_content_desc):
7585          Add 'date/year' to extracted metadata list
7586
7587 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7588
7589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7590           The return value of fixate_to does not imply that the requested
7591           value was set, so don't assume.
7592
7593 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7594
7595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7596
7597         * ext/libpng/gstpngdec.c:
7598         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7599         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7600         * ext/libpng/gstpngenc.h:
7601           Alpha support (encoder; #163161), mime fixage.
7602
7603 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7604
7605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7606
7607         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7608         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7609         (gst_faac_set_property), (gst_faac_get_property):
7610         * ext/faac/gstfaac.h:
7611           Allow for ADTS output (#153434).
7612
7613 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7614
7615         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7616           Fix against template (#150576).
7617
7618 2005-01-06  Benjamin Otte  <otte@gnome.org>
7619
7620         * gst/games/gstpuzzle.c: (draw_puzzle):
7621           don't draw a puzzle if either width or height of tiles would be 0.
7622
7623 2005-01-06  Benjamin Otte  <otte@gnome.org>
7624
7625         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7626         (gst_puzzle_class_init), (gst_puzzle_finalize):
7627           no memleaks, please
7628         (gst_puzzle_create), (gst_puzzle_init),
7629         (gst_puzzle_set_property), (gst_puzzle_setup):
7630           change initialization code around so we don't reshuffle on resize
7631         (draw_puzzle):
7632           fix another stupid typo
7633
7634 2005-01-06  Benjamin Otte  <otte@gnome.org>
7635
7636         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7637           fix stupid typo that borked copying on YUY2
7638
7639 2005-01-06  Benjamin Otte  <otte@gnome.org>
7640
7641         * gst/games/gstpuzzle.c: (draw_puzzle):
7642           fix edges when image sizes aren't multiples of tile sizes
7643
7644 2005-01-06  Benjamin Otte  <otte@gnome.org>
7645
7646         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7647           make RGB endianness work correctly
7648         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7649           refactor and fix race with initial shuffling
7650         (nav_event_handler):
7651           allow using the mouse to puzzle
7652         (draw_puzzle):
7653           insist on tiles having width and height as multiples of 4 to get
7654           clean YUV image handling
7655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7656         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7657           s/DEBUG/LOG/ for common messages
7658         (gst_xvimagesink_navigation_send_event):
7659           fix mouse event translation to not include screen PAR
7660         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7661           fix mouse event translation to actually work
7662
7663 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7664
7665         * gst/asfdemux/gstasfdemux.c:
7666         (gst_asf_demux_process_ext_content_desc):
7667          Extract TrackNumber metadata + clean up code
7668         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7669          Hope this is the good fix (var used unitialised)
7670
7671 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7672
7673         * ext/faad/gstfaad.c: (gst_faad_chain):
7674           Only increment timestamp if it's valid. Fixes raw AAC streams.
7675
7676 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7677
7678         * configure.ac:
7679         * gst/games/Makefile.am:
7680         * gst/games/gstpuzzle.c:
7681           add a puzzle game with...
7682         * gst/games/gstvideoimage.c:
7683         * gst/games/gstvideoimage.h:
7684           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7685           from videotestsrc and made into something that would be a nice
7686           library for a lot of other plugins.
7687
7688 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7689
7690         * configure.ac:
7691          don't compile faad plugin if a RC of 2.0 is found
7692          Fixes #155346 (and FC1 buildbot)
7693         * gst/asfdemux/gstasfdemux.c:
7694         (gst_asf_demux_process_ext_content_desc):
7695          try to make Solaris compiler happier
7696
7697 2005-01-06  Paul Jack  <pjack@sfaf.org>
7698
7699         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7700
7701         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7702           Fix segfault (#161667).
7703
7704 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7705
7706         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7707           Fix framerate reporting.
7708
7709 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7710
7711         * gst-libs/gst/riff/riff-ids.h:
7712         * gst/wavenc/riff.h:
7713          Add AMR (VBR and CBR) ids to riff.h audio codec list
7714         * gst/asfdemux/gstasfdemux.c:
7715         (gst_asf_demux_process_ext_content_desc),
7716         (gst_asf_demux_process_object):
7717           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7718
7719 2005-01-05  Martin Eikermann  <meiker@upb.de>
7720
7721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7724         (gst_dvd_demux_handle_discont):
7725         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7726         (gst_mpeg_demux_handle_discont):
7727           Recreate pads on new-media (#160730).
7728         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7729           Send discont even if manager changes timestamps (#161929).
7730
7731 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7732
7733         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7734
7735         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7736           Fix invalid memory access (#159211).
7737
7738 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7739
7740         * examples/gstplay/player.c: (main):
7741           Don't iterate.
7742         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7743           Add visualizations.
7744         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7745         (gst_a52dec_handle_frame):
7746           Set duration.
7747         * ext/dvdnav/gst-dvd:
7748           Add audioconvert. Fixes #161325.
7749         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7750           Explicitely case to gint64. Possible valgrind error.
7751         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7752         (gst_play_tick_callback), (gst_play_change_state),
7753         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7754         (gst_play_set_location), (gst_play_get_location),
7755         (gst_play_seek_to_time), (gst_play_set_data_src),
7756         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7757         (gst_play_set_visualization), (gst_play_connect_visualization),
7758         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7759         (gst_play_new):
7760           Use playbin. Fixes #139749 and #147744.
7761         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7762           Add genre tag.
7763         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7764         (audioscale_get_type), (gst_audioscale_base_init),
7765         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7766         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7767         (gst_audioscale_link), (gst_audioscale_get_buffer),
7768         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7769         (gst_audioscale_init), (gst_audioscale_dispose),
7770         (gst_audioscale_chain), (gst_audioscale_set_property),
7771         (gst_audioscale_get_property), (plugin_init):
7772           Indent properly.
7773         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7774           Fix LPCM.
7775         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7776         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7777         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7778           Add more metadata (fixes #162656).
7779
7780 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7781
7782         * configure.ac:
7783           back to cvs
7784
7785 === release 0.8.7 ===
7786
7787 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7788
7789         * NEWS:
7790         * RELEASE:
7791         * configure.ac:
7792           releasing 0.8.7, "Hyperspace"
7793
7794 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7795
7796         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7797
7798         * gst/playback/gstplaybasebin.c:
7799          Fix for #162924 - free caps after use, not before
7800
7801 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7802
7803         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7804
7805         * gst/playback/gstplaybasebin.c:
7806         * gst/wavparse/gstwavparse.c:
7807           Fix for #154773 - fixes playback of small .wav files
7808
7809 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7810
7811         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7812
7813         * gst/audioscale/gstaudioscale.c:
7814           Fix for #162819 - make audioscale reusable
7815           Fixes playback of more than one file with playbin/totem
7816
7817 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7818
7819         * gst/ffmpegcolorspace/avcodec.h:
7820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7821         * gst/ffmpegcolorspace/imgconvert.c:
7822           clean up the mess that made me cry and avoid needless duplication
7823
7824 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7825
7826         * gst/ffmpegcolorspace/imgconvert.c:
7827           give some indication of why we're segfaulting
7828
7829 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7830
7831         * configure.ac:
7832           Fix indentation, fix v4l2 plugin detection.
7833         * ext/Makefile.am:
7834           Fix libmms location (Maciej, use diff -u!).
7835         * ext/alsa/gstalsa.c: (gst_alsa_init):
7836           Initialize caps cache to NULL.
7837         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7838           Only change state on audiosink if it exists.
7839
7840 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7841
7842         * gst/matroska/matroska-demux.c:
7843         * gst/matroska/matroska-ids.h:
7844         * gst/matroska/matroska-demux.h:
7845         Fix Vorbis streams failing to decode in some files, where cluster_time
7846         isn't 0, because then it doesn't send codec_priv before actual data.
7847         Remove time-based test and replace it with marker set on beginning of
7848         new stream
7849
7850 2004-12-28  David Schleef  <ds@schleef.org>
7851
7852         Merge patch from Ronald fixing problems with streaming
7853         text.
7854         * ext/cairo/gstcairo.c: (plugin_init):
7855         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7856         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7857         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7858         (gst_textoverlay_font_init), (gst_textoverlay_init),
7859         (gst_textoverlay_set_property):
7860         * ext/cairo/gsttextoverlay.h:
7861
7862 2004-12-27  David Schleef  <ds@schleef.org>
7863
7864         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7865         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7866         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7867         (gst_textoverlay_font_init), (gst_textoverlay_init),
7868         (gst_textoverlay_set_property): Improvements to actually
7869         render text as white on black outline on video, including
7870         font selection and horizontal/vertical alignment.  (Ronald's
7871         christmas present)
7872         * ext/cairo/gsttextoverlay.h:
7873
7874 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7875
7876         * ext/ogg/gstogg.c:
7877         * ext/ogg/gstogmparse.c:
7878           fix ogm[audio/video]parse plugin registration
7879           (riff won't load if bytestream is already loaded)
7880
7881 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7882
7883         * gst/audioconvert/gstchannelmix.c:
7884           fix for GLIB < 2.4
7885
7886 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7887
7888         * Makefile.am:
7889         * configure.ac:
7890           disable docs again until it actually passes make distcheck.
7891
7892 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7893
7894         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7895         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7896         (plugin_init):
7897           Add 3GP (variables name Q3GP because they can't start with a
7898           number). Add samr audio fourcc (used in .3gp files), decoder
7899           is work in progress. Also do a GST_WARNING instead of ERROR
7900           in case of unknown nodes, to decrease output.
7901
7902 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7903
7904         * Makefile.am:
7905           really fix dist
7906
7907 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7908
7909         * configure.ac:
7910         * ext/speex/gstspeexdec.h:
7911         * ext/speex/gstspeexenc.h:
7912           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7913           Fix detection code in configure.ac
7914
7915 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7916
7917         * gst/matroska/matroska-demux.c:
7918         (gst_matroska_demux_parse_blockgroup):
7919           Save position, so that queries give proper return values. Don't
7920           know how this could ever have worked before...
7921
7922 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7923
7924         * configure.ac:
7925           Put additional LAME check inside the conditional.  Fixes #152339
7926
7927 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7930         (gst_avi_demux_stream_scan):
7931           Add some more debug. Fix logic error when setting movi offset
7932           while reading index.
7933
7934 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7935
7936         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7937         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7938         (gst_avi_demux_process_next_entry):
7939           Add some debugging. Better detection of broken indexes and the
7940           accompanying index recovery. No infinite loops on state changes
7941           when we're still in our loopfunction.
7942
7943 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7944
7945         * configure.ac:
7946           Fix up.
7947
7948 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7949
7950         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7951
7952         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7953           Normalizing the value before setting
7954         (gst_sunaudiomixer_get_volume):
7955           Normalizing the value after getting. Fixes bug# 161980
7956
7957 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7958
7959         * Makefile.am: Make sure docs gets disted
7960         * docs/Makefile.am: Make sure all needed files get disted
7961         * gst-plugins.spec.in: latest updates
7962
7963 2004-12-22  Wim Taymans  <wim@fluendo.com>
7964
7965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7966         Revert patch 1.38 as clock distribution over schedulers does
7967         not work correcly in the core yet.
7968
7969 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7970
7971         * sys/oss/README: remove this file, which predates my birth
7972           (and which content is by far outdated)
7973
7974 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7975
7976         * Makefile.am:
7977         * configure.ac:
7978         * docs/Makefile.am:
7979         * docs/libs/Makefile.am:
7980         * docs/libs/gst-plugins-libs-docs.sgml:
7981         * docs/libs/gst-plugins-libs-sections.txt:
7982         * docs/libs/tmpl/gstgconf.sgml:
7983         * docs/upload.mak:
7984         * docs/version.entities.in:
7985           Added boilerplate gtk-doc files for plugin-libs documentation.
7986
7987 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7988
7989         * gst/auparse/gstauparse.c: fix int and float audio caps
7990
7991 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7992
7993         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7994         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7995           g_assert() can be a macro, don't use #ifdef inside it.
7996
7997 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7998
7999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8000
8001         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8002         (gst_videorate_init), (gst_videorate_chain),
8003         (gst_videorate_change_state):
8004           Event handling (fixes #159986).
8005
8006 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8007
8008         * gst-libs/gst/riff/riff-media.c:
8009         (gst_riff_create_video_caps_with_data):
8010           Add BLZ0 (Blizzard's version of DivX) fourcc.
8011
8012 2004-12-18  David Schleef  <ds@schleef.org>
8013
8014         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8015         portability fix.
8016
8017 2004-12-18  David Schleef  <ds@schleef.org>
8018
8019         * gst/tta/ttadec.h: Disable some header code that isn't used
8020         and clearly isn't portable.
8021
8022 2004-12-18  David Schleef  <ds@schleef.org>
8023
8024         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8025         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8026         (avcodec_get_pix_fmt), (avpicture_layout),
8027         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8028         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8029         Fix code to not use GCC extensions (and c99 extensions that
8030         Forte does not like.)
8031
8032 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8033
8034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8035
8036         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8037         (gst_deinterlace_chain):
8038           Rowstride fixes. Fixes #161039.
8039         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8040         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8041         (gst_video_crop_getcaps), (gst_video_crop_link),
8042         (gst_video_crop_i420), (gst_video_crop_chain),
8043         (gst_video_crop_change_state):
8044           Rework of negotiation. Actually works now. Fixes #158650.
8045
8046 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8047
8048         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8049           That was very stupid.
8050
8051 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8052
8053         * gst/matroska/matroska-demux.c:
8054         (gst_matroska_demux_parse_blockgroup):
8055           Fix possible crasher.
8056
8057 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8058
8059         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8060         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8061           Lace sizes can be zero.
8062
8063 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8064
8065         * ext/musepack/gstmusepackdec.cpp:
8066           Fetch error return values. Fixes #161624.
8067         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8068           Really EOS.
8069
8070 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8071
8072         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8073           Work for truncated (unfinished download etc.) files. Fixes #160514.
8074
8075 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8078           Fix for integer overflow. Makes #156001 not crash. Probably masks
8079           the real bug.
8080
8081 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8082
8083         * gst/ac3parse/gstac3parse.c: (plugin_init):
8084           Parsers never have ranks. Fixes #159651.
8085
8086 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8087
8088         * gst/playback/gstdecodebin.c: (compare_ranks):
8089           make sure the facotries are ordered the same every time even if they
8090           have the same rank by using the name
8091         * gst/playback/gstdecodebin.c: (find_compatibles):
8092           make sure we don't add factories to the list twice
8093
8094 2004-12-16  David Schleef  <ds@schleef.org>
8095
8096         * configure.ac: look for musepack headers as musepack/*.h
8097         (fixes #159847)
8098         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8099         * ext/musepack/gstmusepackreader.h: same
8100
8101 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8102
8103         * gst-libs/gst/riff/riff-read.c:
8104         (gst_riff_read_strf_auds_with_data):
8105           Read extradata correctly (fixes #155879).
8106
8107 2004-12-16  David Schleef  <ds@schleef.org>
8108
8109         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8110         audio.  does _not_ attempt or allow conversion unless channels
8111         is 1 or 2.
8112
8113 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8114
8115         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8116
8117 2004-12-16  David Schleef  <ds@schleef.org>
8118
8119         * gst/audioscale/gstaudioscale.c: the resample library only
8120         handles 1 or 2 channels.  Change caps to compensate.
8121
8122 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8123
8124         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8125         (gst_matroska_demux_audio_caps):
8126           Some MPEG-AAC hacks, because else it doesn't work...
8127
8128 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8129
8130         * gst-libs/gst/riff/riff-media.c:
8131         (gst_riff_create_video_caps_with_data),
8132         (gst_riff_create_video_template_caps):
8133           Add h264.
8134
8135 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * gst-libs/gst/audio/Makefile.am:
8138           Try to fix buildbot.
8139
8140 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8141
8142         * gst/tcp/gstmultifdsink.c:
8143           Clean up and uniformize debugging.
8144
8145 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8146
8147         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8148
8149         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8150         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8151         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8152         (gst_mpeg_demux_change_state):
8153           Reset on ready. Fixes 160276.
8154
8155 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8156
8157         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8158
8159         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8160         (gst_ffmpegcsp_pad_link):
8161           Fix memleak (#154815).
8162
8163 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8164
8165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8166
8167         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8168         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8169         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8170         * ext/musicbrainz/gsttrm.h:
8171           Add support for using a proxy server when getting a trm id from
8172           the MusicBrainz database (#149613).
8173
8174 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8175
8176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8177
8178         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8179         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8180           Fix memleaks (#157233).
8181
8182 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8183
8184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8185
8186         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8187         * gst-libs/gst/resample/resample.h:
8188         * gst/audioscale/gstaudioscale.c:
8189           Fix memleak (#159215).
8190
8191 2004-12-16  Toni Willberg  <toniw@iki.fi>
8192
8193         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8194
8195         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8196         * sys/oss/oss_probe.c: (main):
8197           Check for mono/stereo support (similar to samplerate probing),
8198           fixes #159433. Also add missing copyright header to oss_probe.c.
8199
8200 2004-12-15  David Schleef  <ds@schleef.org>
8201
8202         * configure.ac: add audioresample and cairo plugins.  Remove
8203         HAVE_MMX stuff, because it's not used.
8204         * ext/Makefile.am: same
8205         * ext/audioresample/Makefile.am: You are not ready for an
8206         audio resampling element based on audioresample.
8207         * ext/audioresample/gstaudioresample.c:
8208         * ext/audioresample/gstaudioresample.h:
8209         * ext/cairo/Makefile.am: You are not ready for overlay elements
8210         based on cairo.  Don't look too closely, these elements kinda
8211         suck right now.
8212         * ext/cairo/gstcairo.c: new
8213         * ext/cairo/gsttextoverlay.c: new
8214         * ext/cairo/gsttextoverlay.h: new
8215         * ext/cairo/gsttimeoverlay.c: new
8216         * ext/cairo/gsttimeoverlay.h: new
8217         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8218         problem with compilers that don't support variadic macros.
8219
8220 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8221
8222         Reviewed by:  David Schleef  <ds@schleef.org>
8223
8224         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8225         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8226         bit.  Also ran indent-gst.
8227         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8228         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8229         (gst_sunaudiosrc_setparams):
8230
8231 2004-12-14  David Schleef  <ds@schleef.org>
8232
8233         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8234         output rate to 16000.  Should fix #160235.
8235
8236 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8237
8238         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8239         Add typefinding for mpeg2 pes streams
8240
8241 2004-12-13  David Schleef  <ds@schleef.org>
8242
8243         * configure.ac:  Applied patch from bug #143659, making default
8244         sources and sinks OS-dependent (for Solaris), and added code
8245         for OS/X.
8246         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8247
8248 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8249
8250         * gst-libs/gst/riff/riff-media.c:
8251           forgot to add h2.64 to avidemux template caps
8252
8253 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8254
8255         * gst/wavenc/riff.h:
8256         * gst-libs/gst/riff/riff-media.c:
8257         * gst-libs/gst/riff/riff-ids.h:
8258         * gst/avi/gstavimux.c
8259         add 4CC code for VideoSoft h264 in AVI (VSSH)
8260           fixes bug #160655
8261         remove s323 from riff, it's quicktime specific :(
8262
8263 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8264
8265         * gst/asfdemux/README
8266         * gst/wavenc/riff.h
8267         * gst-libs/gst/riff/riff-ids.h
8268         * gst-libs/gst/riff/riff-media.c
8269         * gst/qtdemux/qtdemux.c:
8270           add new 4CC codes for h263 related codecs
8271           fixes partially bug #155163
8272
8273 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8274
8275         * configure.ac: Update polyaudio requirement to 0.7
8276         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8277
8278 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8279
8280         * gst/interleave/deinterleave.c:
8281         fix my name's spelling! :)
8282
8283 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8284
8285         * AUTHORS ChangeLog
8286         * gst/auparse/gstauparse.c
8287         * gst/interleave/deinterleave.c
8288         * gst/law/:
8289                 alaw-decode.c alaw-encode.c
8290                 mulaw-decode.c mulaw-encode.c
8291         * gst/oneton/gstoneton.c
8292         * sys/osxaudio/:
8293                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8294         * sys/osxvideo/:
8295                 cocoawindow.h cocoawindow.m
8296                 osxvideosink.h osxvideosink.m
8297
8298         put the same mail address for Zaheer Abbas Merali everywhere
8299
8300 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8301
8302         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8303           Align by packetsize, and assert that we a packet available before
8304           playing. The first makes webstreams work (they often include
8305           trailing padding data in a packet), the second allows pausing a
8306           ASF stream in totem without getting demux errors afterwards.
8307
8308 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8309
8310         * ext/ogg/gstoggdemux.c: (get_relative):
8311           Check for non-NULL before accessing member (end-of-chain).
8312
8313 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8314
8315         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8316         (cdparanoia_set_property), (cdparanoia_get_property):
8317         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8318         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8319         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8320         (dvdreadsrc_init), (dvdreadsrc_set_property),
8321         (dvdreadsrc_get_property):
8322         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8323         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8324           Synchronize property names where not yet the case. Devices are
8325           now device=X, other versions are deprecated (but still exist).
8326           Also use g_free() unconditionally.
8327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8328         (setup_source), (gst_play_base_bin_get_property):
8329           Expose source.
8330
8331 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8332
8333         * configure.ac: move GCONF macro outside conditional for the am
8334           conditional. Fixes #160439
8335
8336 2004-12-08  David Schleef  <ds@schleef.org>
8337
8338         * tools/gst-visualise-m.m: Switch to elements that currently
8339         exist.
8340
8341 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8342
8343         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8344           We love wrong commas.
8345
8346 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8347
8348         * gst/matroska/matroska-demux.c:
8349         (gst_matroska_demux_handle_src_query):
8350           Don't set DEFAULT, unsupported - makes length display incorrectly
8351           in some cases.
8352
8353 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8354
8355         * gst/monoscope/README: remove blurb about files being GPL
8356         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8357         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8358           monoscope is now effectively LGPL licensed
8359
8360 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8361
8362         * gst/monoscope/README: Update information to be more correct
8363         * gst/monoscope/convolve.c: Relicense to LGPL
8364         * gst/monoscope/convolve.h: Relicense to LGPL
8365
8366 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8367
8368         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8369           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8370         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8371           set default_duration for mpeg1 audio
8372
8373 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8374
8375         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8376         * ext/alsa/gstalsa.h:
8377           refactor big chunks of the core caps negotiation code to make it
8378           a lot faster, because people claim it's really slow
8379           (actually, just cache the getcaps when the device is opened)
8380
8381 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8384         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8385         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8386         (gst_a52dec_change_state), (plugin_init):
8387         * ext/a52dec/gsta52dec.h:
8388           Do something useful with timestamps. Make chain-based (since
8389           there's really no reason to be loopbased).
8390         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8391           Update current_byte/frame correctly.
8392
8393 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8394
8395         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8396         (gst_ape_demux_stream_init):
8397           Forward tags, too.
8398
8399 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8400
8401         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8402           Let's make sure we're done typefinding when detecting tags.
8403
8404 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8405
8406         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8407         (gst_ebml_read_init), (gst_ebml_read_use_event),
8408         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8409         (gst_ebml_read_seek), (gst_ebml_read_skip),
8410         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8411         (gst_ebml_read_master):
8412         * gst/matroska/ebml-read.h:
8413         * gst/matroska/matroska-demux.c:
8414         (gst_matroska_demux_parse_contents),
8415         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8416           Disgustingly evil hack for working around INTERRUPT events and
8417           their extremely annoying habit of being a pain in the ass. We
8418           simply peek a cluster before reading any of it.
8419
8420 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8421
8422         * ext/musepack/gstmusepackdec.cpp:
8423           There's also floating point libmusepacks.
8424
8425 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8426
8427         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8428         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8429           Set DURATION even if source buffer didn't. Also use increasing
8430           timestamps.
8431         * gst-libs/gst/riff/riff-media.c:
8432         (gst_riff_create_audio_caps_with_data):
8433           Block_align can have larger values than 8192.
8434
8435 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8436
8437         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8438         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8439         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8440         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8441           Fix caps.
8442
8443 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8444
8445         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8446           Fix logic bug.
8447
8448 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8449
8450         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8451           Yay, another one.
8452
8453 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8454
8455         * ext/esd/esdsink.c: (gst_esdsink_chain):
8456           Make error actually say something useful (fixes #156798).
8457         * gst-libs/gst/riff/riff-media.c:
8458         (gst_riff_create_video_caps_with_data),
8459         (gst_riff_create_video_template_caps):
8460           Add Intel Video 5.0 fourcc (IV50).
8461
8462 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8463
8464         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8465         detection on mono and stereo mp3 files.
8466
8467 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8468
8469         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8470           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8471           the contained stream).
8472
8473 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8474
8475         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8476           Oops, remove debug.
8477
8478 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8479
8480         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8481
8482         * gst/law/alaw-decode.c: (alawdec_getcaps):
8483         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8484           Prevent warnings when negotiating caps (fixes #159338).
8485
8486 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8487
8488         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8489         (gst_ffmpegcsp_chain):
8490           Remove old leftover that shouldn't be there...
8491
8492 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8493
8494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8495
8496         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8497           Don't forward DISCONT events (fixes #159684).
8498
8499 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8500
8501         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8502           Unlink manually since sometimes bin disposal (and therefore
8503           pad unlinking) is delayed, which will cause a new media file
8504           to not be able to start playing instantly.
8505
8506 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8507
8508         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8509           On mute of an unlinked stream, check for pad availability so
8510           we don't crash on unlinked pad.
8511
8512 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8513
8514         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8515         (gst_avi_demux_massage_index):
8516           Fix quite humiliating bug in omitting 0-sized index chunks but
8517           forgetting to count them for timestamps.
8518
8519 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8520
8521         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8522           Actually leave the loop if we failed to sync. Don't crash.
8523
8524 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8525
8526         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8527         (gst_dvd_demux_process_private):
8528         * gst/mpegstream/gstdvddemux.h:
8529           Fix crash (#159759). Doesn't work, though. :-(.
8530
8531 2004-11-28  Benjamin Otte  <otte@gnome.org>
8532
8533         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8534           more overwriting protection due to modifying channels one by one
8535           instead of all at once
8536
8537 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8538
8539         * gst/audioconvert/gstchannelmix.c:
8540         (gst_audio_convert_fill_normalize):
8541           Normalize using absolute values.
8542
8543 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8544
8545         * configure.ac:
8546         * ext/Makefile.am:
8547         * ext/directfb/Makefile.am:
8548         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8549         (gst_directfbvideosink_get_pixel_format),
8550         (gst_directfbvideosink_get_format_from_fourcc),
8551         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8552         (gst_directfbvideosink_sink_link),
8553         (gst_directfbvideosink_change_state),
8554         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8555         (gst_directfbvideosink_buffer_alloc),
8556         (gst_directfbvideosink_interface_supported),
8557         (gst_directfbvideosink_interface_init),
8558         (gst_directfbvideosink_navigation_send_event),
8559         (gst_directfbvideosink_navigation_init),
8560         (gst_directfbvideosink_set_property),
8561         (gst_directfbvideosink_get_property),
8562         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8563         (gst_directfbvideosink_base_init),
8564         (gst_directfbvideosink_class_init),
8565         (gst_directfbvideosink_get_type), (plugin_init):
8566         * ext/directfb/directfbvideosink.h: Adding a first version of
8567         directfbvideosink.
8568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8569         more.
8570
8571 2004-11-28  Benjamin Otte  <otte@gnome.org>
8572
8573         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8574           walk the samples backwards if out_channels > in_channels so we don't
8575           overwrite data
8576
8577 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8578
8579         * gst/audioconvert/Makefile.am:
8580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8581         (gst_audio_convert_link), (gst_audio_convert_change_state),
8582         (gst_audio_convert_channels):
8583         * gst/audioconvert/gstchannelmix.c:
8584         (gst_audio_convert_unset_matrix),
8585         (gst_audio_convert_fill_identical),
8586         (gst_audio_convert_fill_compatible),
8587         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8588         (gst_audio_convert_fill_others),
8589         (gst_audio_convert_fill_normalize),
8590         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8591         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8592         * gst/audioconvert/gstchannelmix.h:
8593           Implement a channel mixer.
8594
8595 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8596
8597         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8598         * ext/alsa/gstalsa.h:
8599         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8600         Make alsasink actually honor gst_element_set_clock and use that
8601         clock instead of its internal one.
8602
8603 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8604
8605         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8606         (gst_play_base_bin_change_state): nullify source and decoder when
8607         going from READY to NULL so that we don't try to do weird stuff with
8608         them when going from NULL to READY
8609         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8610         instead of g_object_unref
8611         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8612         it should be correct
8613         (gst_play_bin_change_state): don't call remove_sinks if we are
8614         currently disposing the object
8615
8616 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8617
8618         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8619           Don't forget bass if it's there. Else left channel is silent...
8620
8621 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8622
8623         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8624         (gst_a52dec_change_state):
8625           Don't do sample adjusting anymore, we use float audio now.
8626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8627           Don't fixate to non-existing properties.
8628
8629 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8630
8631         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8632         (gst_a52dec_change_state):
8633           Advertise that we can do surround sound.
8634
8635 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8636
8637         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8638           Add buffer-frames=0.
8639         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8640         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8641         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8642         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8643         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8644         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8645         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8646         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8647         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8648         * ext/dvdread/dvdreadsrc.h:
8649           Add seeking, querying for bytes, sectors, title, angle and
8650           chapter. Handle multiple chapters. Relicense to LGPL because
8651           Billy agreed on that (thanks Billy!).
8652
8653 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8654
8655         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8656         call parent dispose method
8657
8658 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8659
8660         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8661         (gst_audio_clock_get_internal_time):
8662         Fix active <-> inactive transitions: ensure time value always
8663         grows and avoid abrupt value changes.
8664
8665 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8666
8667         * configure.ac:
8668         * gst/tta/Makefile.am:
8669         * gst/tta/crc32.h:
8670         * gst/tta/filters.h:
8671         * gst/tta/gsttta.c:
8672         * gst/tta/gstttadec.c:
8673         * gst/tta/gstttadec.h:
8674         * gst/tta/gstttaparse.c:
8675         * gst/tta/gstttaparse.h:
8676         * gst/tta/ttadec.h:
8677           added TTA parser and decoder
8678
8679 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8680
8681         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8682         (probe_triggered), (check_queue), (buffer_underrun),
8683         (buffer_running), (buffer_overrun), (gen_source_element),
8684         (setup_source):
8685         * gst/playback/gstplaybasebin.h:
8686           Implement buffering. Needs some more work.
8687
8688 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8689
8690         * ext/theora/theoradec.c: (theora_dec_chain):
8691           Fix ilog mask range overflow.
8692
8693 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8694
8695         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8696           Don't omit the last (which in case of dmix is the only :) )
8697           channel count. Don't set channels if <= 2.
8698
8699 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8700
8701         * gst/playback/gstplaybin.c: (gen_video_element),
8702         (gen_audio_element): Removed 2 obsolete comments
8703
8704 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8705
8706         * ext/vorbis/oggvorbisenc.c
8707         * ext/vorbis/vorbisenc.c :
8708           change description fields of those plugins to differentiate them
8709           (pitivi show Encoders by description, they had the same one)
8710
8711 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8712
8713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8716         (gst_play_bin_set_property), (gen_video_element),
8717         (gen_audio_element):
8718           Refcounting fixes for provided audio-/videosinks.
8719
8720 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8721
8722         * gst/playback/gstplaybin.c: (gen_video_element),
8723         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8724           Don't reference all sinks, but only the video- and audiosinks.
8725           The vis. element should be disposed when we're done with it.
8726           We don't have any reason to keep it around. This fixes warnings
8727           when reusing playbin for playing multiple audio files with
8728           vis. enabled. Also release audio device on pause - idea stolen
8729           from Rhythmbox.
8730
8731 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8732
8733         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8734         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8735         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8736         * ext/alsa/gstalsaplugin.c: (plugin_init):
8737         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8738         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8739         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8740         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8741         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8742         (gst_faad_change_state), (plugin_init):
8743         * ext/faad/gstfaad.h:
8744         * ext/vorbis/vorbis.c: (plugin_init):
8745         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8746         * gst-libs/gst/audio/Makefile.am:
8747         * gst-libs/gst/audio/audio.c: (plugin_init):
8748         * gst-libs/gst/audio/multichannel.c:
8749         (gst_audio_check_channel_positions),
8750         (gst_audio_get_channel_positions),
8751         (gst_audio_set_channel_positions),
8752         (gst_audio_set_structure_channel_positions_list),
8753         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8754         (gst_audio_fixate_channel_positions):
8755         * gst-libs/gst/audio/multichannel.h:
8756         * gst-libs/gst/audio/testchannels.c: (main):
8757         * gst/audioconvert/gstaudioconvert.c:
8758         (gst_audio_convert_class_init), (gst_audio_convert_init),
8759         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8760         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8761         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8762         * gst/audioconvert/plugin.c: (plugin_init):
8763           Surround sound support.
8764
8765 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8766
8767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8768           Fix position for discont if we're close as well. Nitpicking, but
8769           saves a few milliseconds of extra waiting or skipping.
8770
8771 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8772
8773         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8774           We sometimes need parsers for playback, so add those too.
8775
8776 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8777
8778         * configure.ac:
8779         * gst/apetag/Makefile.am:
8780         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8781         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8782         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8783         (gst_ape_demux_get_src_query_types),
8784         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8785         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8786         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8787         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8788         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8789         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8790         (gst_ape_demux_change_state):
8791         * gst/apetag/apedemux.h:
8792         * gst/apetag/apetag.c: (plugin_init):
8793         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8794         (plugin_init):
8795           APE v1/2 tag reader plus typefind function.
8796
8797 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8798
8799         * configure.ac:
8800         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8801         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8802           Remove hacks for older core. Require newer core version
8803           accordingly.
8804
8805 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8806
8807         * gst/cdxaparse/Makefile.am:
8808         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8809         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8810         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8811         * gst/cdxaparse/gstcdxaparse.h:
8812         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8813         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8814         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8815         (gst_cdxastrip_get_src_query_types),
8816         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8817         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8818         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8819         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8820         * gst/cdxaparse/gstcdxastrip.h:
8821           SVCD/VCD header stripping separated from CDXA image parsing.
8822         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8823         (plugin_init):
8824           Add VCD/SVCD header typefinding for VCD/SVCD.
8825         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8826         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8827         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8828         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8829         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8830         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8831         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8832         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8833         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8834         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8835         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8836         * sys/vcd/vcdsrc.h:
8837           Fix up, add seeking, querying, URI interface. Works in totem now.
8838
8839 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8840
8841         * configure.ac:
8842           back to CVS
8843
8844 === release 0.8.6 ===
8845
8846 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8847
8848         * NEWS:
8849         * RELEASE:
8850         * configure.ac:
8851         * po/af.po:
8852         * po/az.po:
8853         * po/cs.po:
8854         * po/en_GB.po:
8855         * po/hu.po:
8856         * po/it.po:
8857         * po/nb.po:
8858         * po/nl.po:
8859         * po/or.po:
8860         * po/sq.po:
8861         * po/sr.po:
8862         * po/sv.po:
8863         * po/uk.po:
8864           releasing 0.8.6, "IOU Love"
8865
8866 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8867
8868         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8869
8870         * gst/playback/gstplaybasebin.c:
8871           Fix unplayable files error handling.  Fixes #158365
8872
8873 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8874
8875         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8876
8877         * gst/typefind/gsttypefindfunctions.c:
8878           Fix broken mp3 typefinding.  Fixes #158375
8879
8880 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8881
8882         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8883
8884         * ext/ogg/gstoggdemux.c:
8885           Fix sync on broken files.  Fixes #158976
8886
8887 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8888
8889         patch by: Edward Hervey <bilboed@bilboed.com>
8890
8891         * ext/libpng/gstpngenc.c:
8892           Copy over buffer properties.  Fixes #158832
8893
8894 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8895
8896         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8897
8898         * ext/dvdread/dvdreadsrc.c:
8899           Fixes invalid reads (#158462)
8900
8901 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8902
8903         * sys/v4l/gstv4lsrc.c:
8904         * sys/v4l/gstv4lsrc.h:
8905         * sys/v4l/v4lsrc_calls.c:
8906           Probe less and cache it.  Fixes #159187.
8907
8908 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8909
8910         * gst/videorate/gstvideorate.c:
8911           Handle all video formats. Fixes #159186.
8912
8913 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8914         * gst/synaesthesia/gstsynaesthesia.c:
8915         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8916         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8917         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8918         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8919         (gst_synaesthesia_change_state), (plugin_init):
8920         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8921         Force 320x200 output, as that's the only thing the underlying
8922         synaesthesia implementation supports. Still needs to be made
8923         re-entrant.
8924
8925 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8926
8927         * configure.ac:
8928           Fix mpeg2enc configure check (similar to mplex check below).
8929
8930 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8931
8932         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8933
8934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8935           Fix for gcc-2.95 (fixes #158221).
8936
8937 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8938
8939         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8940           Re-add clock distribution hack (until new core is released).
8941           Fixes #158125.
8942
8943 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8944         * configure.ac:
8945           fix mplex configure check segfaulting on some systems (bug #140994)
8946
8947 2004-11-13  Benjamin Otte  <otte@gnome.org>
8948
8949         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8950           add debugging
8951         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8952           do a wait when we enter the loop func with no data available to
8953           write instead of getting into an 100% CPU loop by just returning and
8954           being called again by the scheduler
8955
8956 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8957
8958         * configure.ac:
8959         * ext/libvisual/visual.c: (gst_visual_get_type),
8960         (libvisual_log_handler), (gst_visual_getcaps),
8961         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8962         (plugin_init):
8963           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8964         * ext/smoothwave/Makefile.am:
8965         * ext/smoothwave/demo-osssrc.c: (main):
8966         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8967         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8968         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8969         (plugin_init):
8970         * ext/smoothwave/gstsmoothwave.h:
8971           Make gstsmoothwave a working element in the 20th century.
8972
8973         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8974           Fix incorrect link function
8975
8976 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8977
8978         * gst/volume/gstvolume.c:
8979           Allow buffer-frames=0.
8980
8981 2004-11-12 Iain <iaingnome@gmail.com>
8982
8983         * configure.ac: Check for polypaudio
8984
8985         * ext/Makefile.am: Build the polyp dir
8986
8987         * ext/polyp: The polypsink sources.
8988
8989 2004-10-30 Iain <iaingnome@gmail.com>
8990
8991         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8992         caps to reflect the new number of channels.
8993
8994 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8995
8996         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8997           Fix for negotiation order problem. This would show when the
8998           ALSA loopfuction was called before any other function. ALSA
8999           wouldn't do anything because we're not negotiated yet, leading
9000           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9001
9002 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9003
9004         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9005
9006         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9007           No warnings (#157986).
9008
9009 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9010
9011         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9012           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9013
9014 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9015
9016         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9017           Signal no-more-pads (so it works in playbin).
9018
9019 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9020
9021         * ext/musepack/gstmusepackreader.cpp:
9022           Workaround for older core.
9023
9024 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9025
9026         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9027           Actually test for odd width/height rather than testing whether
9028           a temporary variable that was 0 before we subtracted 1 is now
9029           not equal to zero (which it always is).
9030
9031 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9032
9033         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9034         Fix compilation if HAVE_XVIDEO is not defined
9035
9036 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9037
9038         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9039         Fix compilation if HAVE_XVIDEO is not defined
9040
9041 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9042
9043         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9044         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9045         (gst_goom_change_state), (plugin_init):
9046         Use the bytestream adapter so goom doesn't depend on the input
9047         buffer size.
9048         Add a debug category
9049
9050 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9051
9052         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9053           Only set hardware parameters *after* negotiation. Before
9054           negotiation, it will set ANY and that seems to cause crashes
9055           (see e.g. #151288, #153227).
9056
9057 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9058
9059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9060           This seems to be antique leftover. It needs to pass error
9061           checking.
9062         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9063         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9064         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9065         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9066           Fix GstXOverlay implementation (#151059).
9067
9068 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9069
9070         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9071           Don't assert (#157853).
9072
9073 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9074
9075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9076           Fix bytes/samples confustion.
9077         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9078           Fix for underrun (#144389).
9079
9080 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9081
9082         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9083           Disable halfway-seek for pending release (since it needs a new
9084           core release).
9085
9086 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9087
9088         * sys/v4l/gstv4lsrc.c:
9089         * sys/v4l/gstv4lsrc.h:
9090         * sys/v4l/v4lsrc_calls.c:
9091           add autoprobe-fps property so we can separate autoprobing parts
9092
9093 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9094
9095         * sys/v4l/gstv4lsrc.c:
9096         * sys/v4l/v4lsrc_calls.c:
9097         initialise fourcc to catch unset fourcc's, and debug
9098
9099 2004-11-09  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/playback/README:
9102         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9103         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9104         (gst_play_bin_dispose), (gst_play_bin_set_property),
9105         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9106         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9107         (gst_play_bin_get_formats), (gst_play_bin_convert),
9108         (gst_play_bin_get_query_types), (gst_play_bin_query):
9109         Cleanups and some more documentation.
9110
9111 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9112
9113         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9114         (gst_cacasink_init), (gst_cacasink_chain):
9115         * ext/libcaca/gstcacasink.h:
9116         Cacasink inherits from VideoSink, so let that store the clock.
9117
9118 2004-11-09  Wim Taymans  <wim@fluendo.com>
9119
9120         * gst/playback/README:
9121         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9122         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9123         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9124         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9125         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9126         (setup_sinks):
9127         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9128         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9129         * gst/playback/gststreaminfo.h:
9130         Updated README.
9131         Only switch groups if all streams have muted (EOSed).
9132         Send Tags in sync with the stream playback instead of in
9133         the playback/preroll phase.
9134         Some cleanups, free the fakesrc elements.
9135
9136 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9137
9138         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9139           buffer-frames property was missing
9140         * ext/arts/gst_arts.c:
9141           rate missing from sinkcaps
9142         * ext/audiofile/gstafparse.c:
9143         * ext/audiofile/gstafsink.c:
9144         * ext/audiofile/gstafsrc.c:
9145         * ext/swfdec/gstswfdec.c:
9146           int audio doesn't know buffer-frames
9147         * ext/cdparanoia/gstcdparanoia.c:
9148           int audio doesn't know chunksize either
9149         * ext/nas/nassink.c:
9150           it's endianness, not endianess
9151         * gst-libs/gst/audio/audio.h:
9152           make float standard pad template caps really describe float
9153         * gst/law/mulaw.c: (linear_factory):
9154           signed only, please
9155         * gst/mpegstream/gstdvddemux.c:
9156           widths of 20 are not valid
9157
9158 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9159
9160         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9161
9162         * po/LINGUAS:
9163         * po/it.po:
9164           Add Italian
9165
9166 2004-11-08  Wim Taymans  <wim@fluendo.com>
9167
9168         * gst/playback/README:
9169         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9170         * gst/playback/gstplaybasebin.c: (probe_triggered),
9171         (gst_play_base_bin_change_state):
9172         Updated README, added more comments for fixmes etc..
9173
9174 2004-11-08  Wim Taymans  <wim@fluendo.com>
9175
9176         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9177         We can remove this hack now.
9178
9179 2004-11-08  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9182         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9183         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9184         Only mix AYUV for maximum quality.
9185
9186 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9187
9188         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9189         (gst_ogg_demux_push), (gst_ogg_pad_push):
9190           Let's act as if we're synchronized now! :).
9191         * ext/theora/theoradec.c: (theora_dec_chain):
9192           Add some debug.
9193
9194 2004-11-08  Wim Taymans  <wim@fluendo.com>
9195
9196         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9197         (gst_alpha_set_property), (gst_alpha_sink_link),
9198         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9199         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9200         (gst_alpha_init_params), (gst_alpha_chain):
9201         Implement alpha functions for AYUV too, this increases
9202         accuracy quite a bit.
9203
9204 2004-11-08  Wim Taymans  <wim@fluendo.com>
9205
9206         * gst/ffmpegcolorspace/avcodec.h:
9207         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9208         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9209         (gst_ffmpegcsp_avpicture_fill):
9210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9211         (gst_ffmpegcsp_caps_remove_format_info):
9212         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9213         (shrink12), (img_get_alpha_info), (deinterlace_line),
9214         (deinterlace_line_inplace):
9215         * gst/ffmpegcolorspace/imgconvert_template.h:
9216         Added AYUV colorspace and handle RGBA a bit more respectful.
9217
9218 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9219
9220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9221           Actually always send a discont (cornercase when resending the
9222           same serial-tagged chain twice).
9223
9224 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9225
9226         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9227         (gst_ximagesink_finalize):
9228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9229         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9230
9231 2004-11-08  Wim Taymans  <wim@fluendo.com>
9232
9233         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9234         Don't segfault on NULL data.
9235
9236 2004-11-08  Wim Taymans  <wim@fluendo.com>
9237
9238         * gst/playback/gstdecodebin.c: (unlinked):
9239         * gst/playback/gstplay-marshal.list:
9240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9241         (gst_play_base_bin_init), (group_create), (get_active_group),
9242         (get_building_group), (group_destroy), (group_commit),
9243         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9244         (add_element_stream), (no_more_pads), (probe_triggered),
9245         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9246         (state_change), (setup_source), (gst_play_base_bin_get_property),
9247         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9248         (gst_play_base_bin_link_stream),
9249         (gst_play_base_bin_get_streaminfo):
9250         * gst/playback/gstplaybasebin.h:
9251         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9252         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9253         Add support for chained ogg files. Prepare for playlist
9254         support. This patch introduces the concept of pad groups, which
9255         together compose one playable media file.
9256
9257 2004-11-07  David Schleef  <ds@schleef.org>
9258
9259         * testsuite/gst-lint: Check for pad templates that aren't statically
9260         scoped.
9261
9262 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9263
9264         * configure.ac:
9265         * ext/Makefile.am:
9266         * ext/musepack/Makefile.am:
9267         * ext/musepack/gstmusepackdec.cpp:
9268         * ext/musepack/gstmusepackdec.h:
9269         * ext/musepack/gstmusepackreader.cpp:
9270         * ext/musepack/gstmusepackreader.h:
9271           Add musepack decoder.
9272         * ext/faad/gstfaad.c: (gst_faad_base_init):
9273           Make pad templates static.
9274         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9275         (plugin_init):
9276           Add musepack typefinder, make mp3 typefinding work halfway stream,
9277           which doesn't actually work yet because id3demux doesn't implement
9278           _get_length().
9279
9280 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9281
9282         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9283         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9284           Fix interrupt event handling (#144436).
9285
9286 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9287
9288         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9289           Hide unused glory.
9290
9291 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9292
9293         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9294
9295         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9296           Fix weird caps (#157548).
9297
9298 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9299
9300         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9301
9302         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9303           Add missing NULL terminator (#157543).
9304
9305 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9306
9307         * gst/tcp/gsttcp.h:
9308         * gst/tcp/gsttcpclientsink.c:
9309         * gst/tcp/gsttcpclientsrc.c:
9310         * gst/tcp/gsttcpserversink.c:
9311         * gst/tcp/gsttcpserversrc.c:
9312           ports can go up to 65535.  Move common defines to gsttcp.h
9313
9314 2004-11-05  Wim Taymans  <wim@fluendo.com>
9315
9316         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9317         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9318         Added two more colorspaces.
9319
9320 2004-11-05  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9323         (gst_ffmpegcsp_avpicture_fill):
9324         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9325         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9326         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9327         More stride fixes.
9328
9329 2004-11-05  Wim Taymans  <wim@fluendo.com>
9330
9331         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9332         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9333         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9334         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9335         (gst_videomixer_loop):
9336         More stride fixes.
9337
9338 2004-11-05  Benjamin Otte  <otte@gnome.org>
9339
9340         * ext/mad/gstmad.c: (gst_mad_chain):
9341           don't overflow data buffer. Flush not needed sync data when syncing
9342           failed.
9343
9344 2004-11-04  Wim Taymans  <wim@fluendo.com>
9345
9346         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9347         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9348         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9349         (gst_alpha_init_params), (gst_alpha_chain),
9350         (gst_alpha_change_state):
9351         Updated the chroma keying algorithm with something more
9352         sophisticated.
9353
9354 2004-11-03  Wim Taymans  <wim@fluendo.com>
9355
9356         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9357         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9358         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9359         Fix stride issues. Does not completely work for odd
9360         heights.
9361
9362 2004-11-03  Wim Taymans  <wim@fluendo.com>
9363
9364         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9365         (gst_alpha_chroma_key), (gst_alpha_chain):
9366         Fix stride issues. Does not completely work for odd
9367         heights.
9368
9369 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9370
9371         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9372         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9373         leak fixes
9374
9375 2004-11-03  Wim Taymans  <wim@fluendo.com>
9376
9377         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9378         (gst_ffmpegcsp_avpicture_fill):
9379         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9380         (avpicture_alloc):
9381         * gst/ffmpegcolorspace/imgconvert_template.h:
9382         Use correct _fill function to get correct strides.
9383
9384 2004-11-02  David Schleef  <ds@schleef.org>
9385
9386         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9387         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9388         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9389         Change all g_print()s to debugging.  Add a bunch of consistency
9390         checks.
9391
9392 2004-11-02  Wim Taymans  <wim@fluendo.com>
9393
9394         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9395         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9396         (unlinked), (no_more_pads), (close_link):
9397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9398         (unknown_type), (add_element_stream), (new_decoded_pad),
9399         (removed_decoded_pad), (setup_source):
9400         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9401         (gst_stream_info_class_init), (gst_stream_info_init),
9402         (gst_stream_info_new), (gst_stream_info_dispose),
9403         (stream_info_mute_pad), (gst_stream_info_set_property),
9404         (gst_stream_info_get_property):
9405         * gst/playback/gststreaminfo.h:
9406         Fix playback of multiple files.
9407         a slightly different approach to handling dynamic pad removals.
9408         This one only looks at pads that we have linked.
9409
9410 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9411
9412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9413         free" warning from libc.
9414
9415 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9416
9417         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9418         (get_unconnected_element), (remove_starting_from), (pad_removed),
9419         (close_link):
9420           Implement support for dynamic pad changing. We listen to "live"
9421           pad removals (i.e. while playing) and re-setup autoplugging
9422           after that. Playbasebin/playbin need some more work for this
9423           to finally work, but decodebin supports (and replugs) chained
9424           ogg now.
9425
9426 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9427
9428         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9429         (gst_alsa_finalize):
9430         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9431         (gst_cdaudio_finalize):
9432         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9433         (cdparanoia_finalize):
9434         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9435         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9436         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9437         (dvdreadsrc_finalize):
9438         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9439         (gst_flacdec_finalize):
9440         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9441         (gst_flacenc_finalize):
9442         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9443         (gst_gnomevfssink_finalize):
9444         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9445         (gst_gnomevfssrc_finalize):
9446         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9447         (gst_fameenc_finalize):
9448         * ext/nas/nassink.c: (gst_nassink_class_init),
9449         (gst_nassink_finalize):
9450         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9451         (gst_sdlvideosink_class_init):
9452         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9453         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9454         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9455         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9456         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9457         (gst_x_window_listener_dispose):
9458         * gst/audioscale/gstaudioscale.c:
9459         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9460         (play_on_demand_finalize):
9461         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9462         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9463         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9464         (cdplayer_finalize):
9465         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9466         (gst_glimagesink_class_init):
9467         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9468         (gst_osselement_finalize):
9469         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9470         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9471         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9472           Fixes a bunch of problems with finalize and dispose functions,
9473           either assumptions that dispose is only called once, or not calling
9474           the parent class dispose/finalize function
9475
9476 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9477
9478         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9479           added two api precondition guards
9480           use g_strdup with getenv to fix crash when using ENVVAR
9481
9482 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9483         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9484         (gst_esdsink_finalize):
9485         Use a finalize function, not dispose, and more importantly,
9486         call the parent class finalize function too
9487
9488 2004-11-01  Johan Dahlin  <johan@gnome.org>
9489
9490         * ext/ogg/gstoggdemux.c:
9491         * gst/tags/gstvorbistag.c:
9492         Plug leaks.
9493
9494 2004-10-31  Benjamin Otte  <otte@gnome.org>
9495
9496         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9497           lotsa memleaks today. But they're all small...
9498
9499 2004-10-31  Benjamin Otte  <otte@gnome.org>
9500
9501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9502           another memleak crushed
9503
9504 2004-10-31  Benjamin Otte  <otte@gnome.org>
9505
9506         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9507           fix memleak
9508
9509 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9510
9511         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9512           Hack to prevent crash when going to READY inside signal handler
9513           while this function is active.
9514
9515 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9516
9517         * gst/ffmpegcolorspace/Makefile.am:
9518         * gst/ffmpegcolorspace/avcodec.h:
9519         * gst/ffmpegcolorspace/common.h:
9520         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9521         * gst/ffmpegcolorspace/dsputil.h:
9522         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9523         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9524         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9525         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9526         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9527         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9528         (gst_ffmpegcsp_avpicture_fill):
9529         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9531         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9532         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9533         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9534         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9535         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9536         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9537         * gst/ffmpegcolorspace/imgconvert.c:
9538         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9539         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9540         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9541         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9542         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9543         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9544         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9545         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9546         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9547         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9548         (grow21), (grow22), (grow41), (grow44), (conv411),
9549         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9550         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9551         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9552         (avpicture_free), (is_yuv_planar), (img_convert),
9553         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9554         (deinterlace_line_inplace), (deinterlace_bottom_field),
9555         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9556         * gst/ffmpegcolorspace/imgconvert_template.h:
9557         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9558         * gst/ffmpegcolorspace/mmx.h:
9559         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9560         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9561         (av_freep), (avcodec_get_context_defaults),
9562         (avcodec_alloc_context), (avcodec_init):
9563           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9564           handling plus update from ffmpeg CVS. Large clean-up.
9565
9566 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9567
9568         * gst/playback/Makefile.am:
9569           We need the marshallers for decodebin, too.
9570
9571 2004-10-30  David Schleef  <ds@schleef.org>
9572
9573         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9574           quicktime typefinding work with 64-bit offsets.
9575
9576 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9577
9578         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9579           Set EOS on the element when processing an EOS event.
9580         * ext/speex/gstspeexdec.h:
9581         * ext/speex/gstspeexenc.h:
9582           Only keep a const ptr to the mode
9583         * gst-libs/gst/riff/riff-media.c:
9584         (gst_riff_create_audio_caps_with_data),
9585         (gst_riff_create_audio_template_caps):
9586           Allow WMAV3, with up to 6 channels.
9587         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9588           Don't call gst_pad_set_event_function on a sink pad.
9589         * gst/mpegstream/gstdvddemux.c:
9590         (gst_dvd_demux_get_subpicture_stream),
9591         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9592           Copy the explicit caps that were set across to the cur_* pads,
9593           instead of trying to use a possibly non-existent negotiated caps.
9594           Reset the type of subpicture pads to UNKNOWN after calling
9595           init_stream, so that the caps get set.
9596
9597 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9598
9599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9600
9601         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9602           Don't touch buffer if it is of size 0 (fixes #151064).
9603
9604 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9605
9606         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9607           Synchronized discont handling.
9608
9609 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9610
9611         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9612         (gst_ogg_demux_push):
9613           Make seeking sort-of exact again (fixes #156387).
9614
9615 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9616
9617         * gst/playback/gstplaybasebin.c: (unknown_type),
9618         (add_element_stream), (new_decoded_pad),
9619         (gst_play_base_bin_change_state):
9620         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9621         (gst_stream_info_init), (gst_stream_info_new),
9622         (gst_stream_info_dispose), (gst_stream_info_get_property):
9623         * gst/playback/gststreaminfo.h:
9624           Make caps explicitely available. Makes testing for unsupported
9625           types possible. Improves error reporting.
9626
9627 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9628
9629         * gst/audioconvert/gstaudioconvert.c:
9630         (gst_audio_convert_buffer_to_default_format):
9631           Really don't touch read-only buffers (#156563).
9632
9633 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9634
9635         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9636
9637         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9638           Fix memleak (#155223).
9639
9640 2004-10-29  Wim Taymans  <wim@fluendo.com>
9641
9642         * gst/tcp/.cvsignore:
9643         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9644         (gst_multifdsink_class_init), (gst_multifdsink_init),
9645         (gst_multifdsink_add), (gst_multifdsink_remove),
9646         (gst_multifdsink_remove_client_link), (is_sync_frame),
9647         (gst_multifdsink_new_client),
9648         (gst_multifdsink_handle_client_write),
9649         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9650         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9651         (gst_multifdsink_get_property):
9652         * gst/tcp/gstmultifdsink.h:
9653         Added burst on connect sync_method, deprecated sync_clients,
9654         streamlined the sync code some more.
9655
9656 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9657
9658         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9659         (gst_play_base_bin_change_state):
9660           Improve error reporting.
9661
9662 2004-10-28  Wim Taymans  <wim@fluendo.com>
9663
9664         * gst/tcp/Makefile.am:
9665         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9666         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9667         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9668         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9669         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9670         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9671         (gst_fdset_wait):
9672         Added more locks around fdset structures. Fixed/reworked
9673         the poll array resizing code.
9674         Added stress test for fdset.
9675
9676 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9677
9678         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9679         fix build
9680
9681 2004-10-28  Benjamin Otte  <otte@gnome.org>
9682
9683         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9684           fix link function to always query channels and query width for
9685           floats
9686         * configure.ac:
9687           add equalizer dir
9688         * gst/equalizer/Makefile.am:
9689         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9690         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9691         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9692         (arg_to_scale), (setup_filter),
9693         (gst_iir_equalizer_compute_frequencies),
9694         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9695         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9696         (plugin_init):
9697           add an equalizer
9698
9699 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9700
9701         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9702
9703         * po/LINGUAS:
9704         * po/nb.po:
9705           Added Norwegian Bokmaal translation
9706
9707 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9708
9709         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9710           Don't break on options (fixes #156488).
9711
9712 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9713
9714         * configure.ac:
9715         * ext/cdaudio/Makefile.am:
9716         * sys/Makefile.am:
9717           fix build on older automake
9718
9719 2004-10-26  Wim Taymans  <wim@fluendo.com>
9720
9721         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9722         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9723         Allow a little margin when negotiating the framerate.
9724
9725 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9726
9727         * gst/level/gstlevel.c:
9728           synchonised naming of pads and pad-templates
9729
9730 2004-10-26  Wim Taymans  <wim@fluendo.com>
9731
9732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9733         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9734         (_find_streams_check), (gst_ogg_demux_push):
9735         Fix EOS again. Needs to be done in a better way. We should not
9736         remove the pad if there is no new chained stream.
9737
9738 2004-10-26 Iain <iaingnome@gmail.com>
9739
9740         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9741         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9742         of the caps.
9743         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9744         pad.
9745         (interleave_release_pad): Remove the pad.
9746         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9747         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9748         the set device.
9749         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9750         attrs
9751         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9752         (gst_xvimagesink_finalize): Free the par.
9753
9754 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9755
9756         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9757         (gst_avimux_stop_file):
9758           First calculate the rate, and only then use it. Hdr.rate is a
9759           multiple and not a derivative of hdr.scale. Scale is not the
9760           same as blockalign but is solely related to rate.
9761
9762 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9763
9764         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9765         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9766           Implement seeking.
9767
9768 2004-10-25  James Henstridge  <james@jamesh.id.au>
9769
9770         Reviewed by:  David Schleef  <ds@schleef.org>
9771
9772         * examples/gstplay/player.c: (got_stream_length), (main):
9773         * examples/seeking/cdplayer.c: (update_scale):
9774         * examples/seeking/seek.c: (format_value), (update_scale):
9775         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9776         (stop_seek):
9777         Build fixes on AMD64.
9778
9779 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9780
9781         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9782
9783         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9784         Fix for some v4l cards which hang in v4lsrc
9785
9786 2004-10-25  Wim Taymans  <wim@fluendo.com>
9787
9788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9789         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9790         Make sure to remove the pad when a new chain is
9791         encountered. Set some vars to NULL so we don't try
9792         to reference freed memory.
9793
9794 2004-10-25  Wim Taymans  <wim@fluendo.com>
9795
9796         * examples/seeking/Makefile.am:
9797         * examples/seeking/cdplayer.c: (update_scale):
9798         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9799         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9800         (format_value), (update_scale), (iterate), (start_seek),
9801         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9802         (print_usage), (main):
9803         Added some more examples, update others.
9804
9805 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9806
9807         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9808         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9809         * ext/theora/theoradec.c: (theora_dec_chain):
9810         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9811           Add codec-name metadata.
9812
9813 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9814
9815         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9816
9817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9818         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9819         * ext/alsa/gstalsamixertrack.h:
9820         * po/POTFILES.in:
9821           ALSA mixer track label internationalization (#154054).
9822
9823 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9824
9825         * ext/theora/theoradec.c: (theora_dec_chain):
9826           Export bitrate as metadata.
9827
9828 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9829
9830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9831         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9832         * ext/alsa/gstalsamixertrack.h:
9833           Fix names, fix loop.
9834
9835 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9836
9837         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9838         (speex_dec_convert):
9839           sinkconvert function so oggdemux can get the file length (totem).
9840
9841 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9842
9843         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9844
9845         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9846           Don't push incomplete packets.
9847         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9848           Fix MPEG-4 audio typefinding.
9849
9850 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9851
9852         * sys/v4l/Makefile.am:
9853         * sys/v4l/gstv4l.c: (plugin_init):
9854         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9855         (gst_v4lelement_init), (gst_v4lelement_dispose),
9856         (gst_v4lelement_change_state):
9857         * sys/v4l/gstv4lelement.h:
9858         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9859         (gst_v4l_xoverlay_close), (idle_refresh),
9860         (gst_v4l_xoverlay_set_xwindow_id):
9861         * sys/v4l/gstv4lxoverlay.h:
9862         * sys/v4l/v4l-overlay_calls.c:
9863         * sys/v4l/v4l_calls.h:
9864         * sys/v4l2/Makefile.am:
9865         * sys/v4l2/gstv4l2.c: (plugin_init):
9866         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9867         (gst_v4l2element_init), (gst_v4l2element_dispose),
9868         (gst_v4l2element_change_state):
9869         * sys/v4l2/gstv4l2element.h:
9870         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9871         (gst_v4l2_xoverlay_close), (idle_refresh),
9872         (gst_v4l2_xoverlay_set_xwindow_id):
9873         * sys/v4l2/gstv4l2xoverlay.h:
9874         * sys/v4l2/v4l2-overlay_calls.c:
9875         * sys/v4l2/v4l2_calls.h:
9876           Remove client-side overlay handling, use the X-server v4l plugin
9877           for that. Nicer overlay, less code. Also make the plugin
9878           compileable without X (but then without overlay, obviously).
9879           Makes xwindowlistener obsolete, should we remove that?
9880
9881 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9882
9883         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9884         (gst_osssrc_src_query):
9885         * sys/oss/gstosssrc.h:
9886           OK, so people want offset in DEFAULT. This time, actually fix all
9887           cases.
9888         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9889           Add FPS properly.
9890
9891 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9892
9893         * gst/asfdemux/gstasfmux.c:
9894         * gst/avi/gstavimux.c:
9895           Framerate.
9896
9897 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9900           Fix properties (channel, norm, frequency).
9901
9902 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9903
9904         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9905           Flag typo.
9906         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9907           No warnings.
9908
9909 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9910
9911         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9912           Fix hang.
9913
9914 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9915
9916         * sys/v4l2/gstv4l2element.h:
9917           Yet Another Hack (tm) for kernel header borkedness.
9918         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9919         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9920         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9921         (gst_v4l2src_change_state):
9922         * sys/v4l2/gstv4l2src.h:
9923         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9924         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9925           Fix caps, keep track of state, work.
9926
9927 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9928
9929         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9930           Quiet.
9931
9932 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9933
9934         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9935           Don't mix bytes and samples.
9936
9937 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9938
9939         * ext/ogg/gstoggmux.c:
9940           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9941           and theora. Any is incorrect.
9942         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9943           Fix caps.
9944         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9946         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9947         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9948         * sys/v4l/gstv4lmjpegsrc.h:
9949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9950         (gst_v4lsrc_change_state):
9951         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9952         (gst_v4lmjpegsrc_capture_stop):
9953           Fix caps. Keep track of internal state. Work.
9954
9955 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9956
9957         * ext/Makefile.am:
9958           Fix the build fixes.
9959
9960 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9961
9962         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9963         (gst_ogg_demux_src_event), (_find_chain_seek),
9964         (gst_ogg_pad_push):
9965           Check for pad availability before using it.
9966         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9967           Fix parsing of chained ogg. Needs more work on the decoder side.
9968
9969 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9970
9971         * gst/spectrum/Makefile.am:
9972         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9973         (idle_func):
9974           Fix demo and reenable it. Yes, I'm currently playing with audio
9975           analysis tools
9976
9977 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9978
9979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9980           We love it if files that start at zero work too...
9981
9982 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9983
9984         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9985           Handle files with missing EOS headers.
9986
9987 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9988
9989         * gst/tcp/gsttcpserversink.c:
9990         (gst_tcpserversink_handle_server_read),
9991         (gst_tcpserversink_init_send):
9992         Zero some variables first (need for accept not to return EINVAL)
9993
9994 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9997         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9998         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9999         (theora_dec_chain):
10000         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10001         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10002           Seeking and querying finetune.
10003
10004 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10005
10006         * configure.ac:
10007         * ext/Makefile.am:
10008         * ext/raw1394/Makefile.am:
10009           fix the build
10010
10011 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10014           Wrong return.
10015         * gst/playback/Makefile.am:
10016         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10017         * gst/playback/gstplay-marshal.list:
10018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10019           Fix marshallers.
10020
10021 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10024           Silence.
10025
10026 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10027
10028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10029         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10030         (gst_ogg_pad_push):
10031           Yay for non-lineair granulepos in theora.
10032
10033 2004-10-18  Wim Taymans  <wim@fluendo.com>
10034
10035         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10036         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10037         * ext/dv/gstdvdec.h:
10038         Make sure we renegotiate aspect ratio when the camera switches.
10039
10040 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10041
10042         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10043         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10044           Start at zero.
10045         * ext/theora/theoradec.c: (theora_dec_chain):
10046           Skip headers. Bad idea for chained ogg, but fixes seeking.
10047
10048 2004-10-18  Wim Taymans  <wim@fluendo.com>
10049
10050         * configure.ac:
10051         I swear, this is the last time I touch this.
10052
10053 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10054
10055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10056         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10057         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10058           Faster seeking.
10059         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10060           Time-to-default conversion.
10061         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10062           Don't error on unknown packets, just skip. We should probably
10063           read them if we want to support chained ogg.
10064
10065 2004-10-18  Wim Taymans  <wim@fluendo.com>
10066
10067         * configure.ac:
10068         Added cdaudio to wrong list.
10069
10070 2004-10-18  Wim Taymans  <wim@fluendo.com>
10071
10072         * configure.ac:
10073         Revive cdaudio.
10074
10075 2004-10-18  Wim Taymans  <wim@fluendo.com>
10076
10077         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10078         (gst_dvdec_video_link), (gst_dvdec_push):
10079         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10080         (gst_smokeenc_resync), (gst_smokeenc_chain):
10081         Fix mimetype on smoke encoder.
10082         Add aspect ratio to dvdec. Not sure if these
10083         values are correct though....
10084
10085 2004-10-18  Wim Taymans  <wim@fluendo.com>
10086
10087         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10088         Fix vorbis property descriptions and ranges.
10089
10090 2004-10-18  Wim Taymans  <wim@fluendo.com>
10091
10092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10093         Really do nothing when no data is available.
10094         Go to the playing state when the stream is not seekable
10095         instead of failing.
10096
10097 2004-10-18  Wim Taymans  <wim@fluendo.com>
10098
10099         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10100         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10101         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10102         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10103         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10104         Added uri handler for cd://
10105         Port to new API.
10106
10107 2004-10-18  Wim Taymans  <wim@fluendo.com>
10108
10109         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10110         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10111         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10112         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10113         (remove_prerolls), (unknown_type), (add_element_stream),
10114         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10115         (gst_play_base_bin_remove_element),
10116         (gst_play_base_bin_link_stream):
10117         * gst/playback/gstplaybin.c: (gen_video_element),
10118         (gen_vis_element), (remove_sinks), (setup_sinks):
10119         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10120         (gst_stream_info_get_type), (gst_stream_info_class_init),
10121         (gst_stream_info_init), (gst_stream_info_new),
10122         (gst_stream_info_dispose), (stream_info_mute_pad),
10123         (gst_stream_info_set_property), (gst_stream_info_get_property):
10124         * gst/playback/gststreaminfo.h:
10125         Add sink padtemplate to decodebin.
10126         Added some more comments.
10127         Make queue size configurable in playbasebin.
10128         Added possibility to use elements as sinks (ex cdaudio).
10129
10130 2004-10-15  Wim Taymans  <wim@fluendo.com>
10131
10132         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10133         (gst_speexenc_chain):
10134         Fix speex timestamps so that it gets muxed properly.
10135
10136 2004-10-15  Wim Taymans  <wim@fluendo.com>
10137
10138         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10139         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10140         (gst_dv1394src_init), (gst_dv1394src_dispose),
10141         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10142         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10143         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10144         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10145         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10146         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10147         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10148         * ext/raw1394/gstdv1394src.h:
10149         Added conversion/query functions.
10150         Update buffer timestamps,
10151         Added signals.
10152         Added uri dv:// so it might play from the firewire in playbin.
10153         Fix a possible leak.
10154         Added debugging.
10155
10156 2004-10-15  Wim Taymans  <wim@fluendo.com>
10157
10158         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10159         (gst_dv1394src_init), (gst_dv1394src_set_property),
10160         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10161         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10162         * ext/raw1394/gstdv1394src.h:
10163         Added AV/C VTR control support needed for some cameras.
10164         Added automatic port detection.
10165         Added properties for selecting the channel.
10166         The configure.ac script is not yet updated to reflect the
10167         new libavc1394 and librom1394 dependencies.
10168
10169 2004-10-15  Wim Taymans  <wim@fluendo.com>
10170
10171         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10172         (qtdemux_parse), (gst_qtdemux_handle_esds):
10173         An esds box is not a container.
10174         Fix parsing of mp4v boxes.
10175         Do not try to renegotiate fps for each frame. Need to
10176         find a better method. This should fix mp4 playback.
10177
10178 2004-10-14  David Schleef  <ds@schleef.org>
10179
10180         * configure.ac: update for swfdec-0.3 and liboil-0.2
10181         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10182         * ext/swfdec/gstswfdec.h: same
10183         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10184         * gst/videotestsrc/videotestsrc.c: same
10185
10186 2004-10-14  Wim Taymans  <wim@fluendo.com>
10187
10188         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10189         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10190         (is_sync_frame), (gst_multifdsink_new_client),
10191         (gst_multifdsink_handle_client_write),
10192         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10193         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10194         Turn warnings into info.
10195         Don't allow a state change in the streaming thread.
10196
10197 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10198
10199         * ext/vorbis/oggvorbisenc.c:
10200         * ext/vorbis/vorbisdec.c:
10201           fix template sample rate
10202
10203 2004-10-13  Wim Taymans  <wim@fluendo.com>
10204
10205         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10206         Decoding the header first fixes some problems in resyncing
10207         in more mp3s.
10208
10209 2004-10-12  Wim Taymans  <wim@fluendo.com>
10210
10211         * gst/playback/gstplaybin.c: (gen_video_element),
10212         (gen_vis_element), (remove_sinks), (setup_sinks):
10213         Added vis plugin support, need to configure the vis
10214         element to activate it.
10215
10216 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10217
10218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10219         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10220           Some debug.
10221         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10222         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10223         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10224         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10225         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10226         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10227         * gst/avi/gstavidemux.h:
10228           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10229           recovery (where, if part of the index is broken, we will still read
10230           the rest of the index and recover the broken part by stream
10231           scanning). More broken media support. EOS workarounds. General AVI
10232           braindamage headache recovery. Aspirin included.
10233
10234 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10235
10236         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10237         (cdparanoia_event), (cdparanoia_query):
10238           Get rid of hideous lead-in.
10239
10240 2004-10-11  Wim Taymans  <wim@fluendo.com>
10241
10242         * gst/playback/gstplaybasebin.c: (setup_source):
10243         Wrong var used to get g_list_next.
10244
10245 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10246
10247         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10248         (cdparanoia_get), (cdparanoia_open):
10249           Report discid as metadata, add duration.
10250
10251 2004-10-11  Wim Taymans  <wim@fluendo.com>
10252
10253         * gst/playback/gstplaybasebin.c: (setup_source):
10254         Cleanup the previous pipeline a little earlier for the
10255         case that a source element provides raw data.
10256
10257 2004-10-11  Benjamin Otte  <otte@gnome.org>
10258
10259         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10260           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10261           consuming the last 128 bytes, even though it was valid mp3 data.
10262
10263 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10264
10265         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10266         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10267         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10268         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10269
10270 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10271
10272         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10273         Fix for webcams that support only specific width or height
10274
10275 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10276
10277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10278
10279         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10280           Fix wrong discont event setup (fixes #154967).
10281
10282 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10283
10284         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10285
10286         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10287           Error out on invalid data (fixes #154807).
10288
10289 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10290
10291         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * ext/dvdread/dvdreadsrc.c: (_read):
10294           Make titles > 0 work again (fixes #154834).
10295
10296 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10297
10298         * gst-libs/gst/riff/riff-media.c:
10299         (gst_riff_create_video_template_caps):
10300           WMV3 missing in template caps.
10301
10302 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10303
10304         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10305           OK, so the original code was too strict. It makes random AVI files
10306           hang for seconds upon opening, which is unacceptable and is far
10307           beyond the original goal of getting multiple chunks for one-chunk
10308           sounc stream files. So now do just that.
10309
10310 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10311
10312         * gst/playback/gstplaybasebin.c: (setup_source),
10313         (gst_play_base_bin_change_state):
10314           Actually clean up streaminfo if output fails. This would trigger
10315           if, for example, there was no CD in the drive. No preroll, so
10316           a streaminfo structure is created, but the subsequent state change
10317           of the thread fails.
10318         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10319           Don't change state if parent failed.
10320
10321 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10322
10323         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10324         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10325         (gen_video_element), (remove_sinks):
10326           Add small bits of code for screenshot handling.
10327
10328 2004-10-08  Wim Taymans  <wim@fluendo.com>
10329
10330         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10331         (gen_video_element), (gen_audio_element), (setup_sinks):
10332         Don't assume the user provided sinks are named "sink"...
10333
10334 2004-10-08  Wim Taymans  <wim@fluendo.com>
10335
10336         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10337         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10338         (gst_play_base_bin_link_stream):
10339         Do not try to autoplug sources that generate raw streams like
10340         cdparanoia.
10341         disconnect the preroll overrun signal when we don't need it anymore.
10342
10343 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10344
10345         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10346         Added reworked patch from #154903 from milosz derezynski (deadchip).
10347
10348 2004-10-08  Wim Taymans  <wim@fluendo.com>
10349
10350         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10351         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10352         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10353         (cdparanoia_convert), (cdparanoia_uri_get_type),
10354         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10355         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10356         * ext/cdparanoia/gstcdparanoia.h:
10357         This adds the cdda://<tracknum> uri.
10358
10359 2004-10-08  Wim Taymans  <wim@fluendo.com>
10360
10361         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10362         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10363         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10365         (unknown_type), (gst_play_base_bin_remove_element),
10366         (gst_play_base_bin_link_stream):
10367         * gst/playback/gstplaybasebin.h:
10368         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10369         (gst_play_bin_set_property), (gen_video_element),
10370         (gen_audio_element), (setup_sinks):
10371         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10372         (gst_stream_info_get_type), (gst_stream_info_class_init),
10373         (gst_stream_info_init), (gst_stream_info_new),
10374         (gst_stream_info_dispose), (stream_info_mute_pad),
10375         (gst_stream_info_set_property), (gst_stream_info_get_property):
10376         * gst/playback/gststreaminfo.h:
10377         Reuse the audio and video bins.
10378         Some internal cleanups in the stream selection code.
10379
10380 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10381
10382         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10383         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10384         * sys/ximage/ximagesink.h:
10385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10386         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10387         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10388         not coming from those elements. Moreover these elements should not keep
10389         the xid they have been given when in NULL state.
10390
10391 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10392
10393         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10394         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10395         * sys/ximage/ximagesink.h:
10396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10397         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10398         * sys/xvimage/xvimagesink.h:
10399           Actually only create a new toplevel window if we're not gonna
10400           embed it right after.
10401
10402 2004-10-07  Wim Taymans  <wim@fluendo.com>
10403
10404         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10405         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10406         * gst/playback/gstplaybin.c: (setup_sinks):
10407         Implement muting/unmuting of streams, mute streams that are not
10408         used.
10409
10410 2004-10-07  Wim Taymans  <wim@fluendo.com>
10411
10412         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10413         (plugin_init):
10414         Added lame audio/x-ac3 typefind function.
10415
10416 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10417
10418         * configure.ac:
10419           bump nano to cvs
10420
10421 === release 0.8.5 ===
10422
10423 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10424
10425         * NEWS:
10426         * RELEASE:
10427         * configure.ac:
10428           releasing 0.8.5, "Take You On"
10429
10430 2004-10-06  Wim Taymans  <wim@fluendo.com>
10431
10432         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10433         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10434         (no_more_pads), (close_link), (type_found):
10435         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10436         * gst/playback/gstplaybin.c: (gen_video_element):
10437         Do not signal the no_more_pads after the first pad when
10438         we are plugging a non dynamic element with multiple
10439         output pads (like swfdec, dvdec, ...).
10440
10441 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10442
10443         * configure.ac:
10444           bump for prerelease
10445
10446 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10447
10448         * gst/wavparse/gstwavparse.c:
10449           add ATRAC3 to STATIC CAPS to fix a warning
10450
10451         * gst/matroska/ebml-read.c:
10452         * gst-libs/gst/riff/riff-read.c:
10453           fix typos
10454
10455 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10456
10457         * gst-libs/gst/riff/riff-media.c:
10458           generate caps for ATRAC3 audio streams
10459
10460         * gst/realmedia/rmdemux.c:
10461           generate caps for ATRAC3 audio streams
10462
10463 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10464
10465         * gst/wavparse/Makefile.am
10466         * gst/wavparse/riff.h
10467         * gst/wavparse/wavparse.vcproj
10468           riff.h removal (unused and duplication with riff-ids.h)
10469
10470 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10471
10472         * gst/wavparse/gstwavparse.h
10473           remove duplicated defines for audio codec codes
10474
10475         * gst-libs/gst/riff/riff-ids.h
10476         * gst/wavenc/riff.h:
10477           add "4CC" code for ATRAC3 audio streams
10478           add "4CC" code for ITU_G721_ADPCM (unused for now)
10479
10480 2004-10-06  Wim Taymans  <wim@fluendo.com>
10481
10482         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10483         Actually _do_ negotiation. Pass gdouble as arg instead
10484         of guint64 for the framerate.
10485
10486 2004-10-06  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10489         (find_compatibles), (close_pad_link), (try_to_link_1),
10490         (no_more_pads), (close_link), (type_found):
10491         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10492         * gst/playback/gstplaybin.c: (gen_video_element),
10493         (gen_audio_element):
10494         Set state on newly added element to READY so that negotiation
10495         can happen ASAP.
10496         Addes some more debug info.
10497         Do not try to plug pads with multiple caps structures or ANY
10498         because it is too dangerous since we do not do dynamic
10499         replugging.
10500
10501 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10502
10503         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10504
10505         * po/LINGUAS:
10506         * po/or.po:
10507           add Oriya translation
10508
10509 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10510
10511         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10512           Prevent overwrite of size member. Makes audio sound crappy.
10513
10514 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10515
10516         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10517         Add rmvb to the list of known RealMedia extensions
10518
10519 2004-10-05  Wim Taymans  <wim@fluendo.com>
10520
10521         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10522         (mngdec_openstream), (mngdec_closestream),
10523         (mngdec_handle_sink_event), (mngdec_readdata),
10524         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10525         (mngdec_getcanvasline), (mngdec_refresh),
10526         (gst_mngdec_change_state):
10527         Set the framerate correctly.
10528
10529 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10530
10531         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10532           There was something wrong with the index massaging.
10533
10534 2004-10-04  Wim Taymans  <wim@fluendo.com>
10535
10536         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10537         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10538         (gst_smokedec_chain):
10539         * ext/jpeg/gstsmokedec.h:
10540         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10541         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10542         * ext/jpeg/gstsmokeenc.h:
10543         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10544         (smokecodec_decode_new), (smokecodec_info_free),
10545         (smokecodec_set_quality), (smokecodec_get_quality),
10546         (smokecodec_set_threshold), (smokecodec_get_threshold),
10547         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10548         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10549         (smokecodec_encode), (smokecodec_parse_id),
10550         (smokecodec_parse_header), (smokecodec_decode):
10551         * ext/jpeg/smokecodec.h:
10552         * ext/jpeg/smokeformat.h:
10553         Updated smoke, new bitstream, allows embedding in ogg.
10554
10555 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10556
10557         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10558           Fix seeking in some files. All this code is no longer needed (and
10559           actually breaks stuff) because we now synchronize the full index
10560           right when reading the header.
10561
10562 2004-10-04  Wim Taymans  <wim@fluendo.com>
10563
10564         * configure.ac:
10565         configure update for libmng.
10566
10567 2004-10-04  Wim Taymans  <wim@fluendo.com>
10568
10569         * ext/libmng/Makefile.am:
10570         * ext/libmng/gstmng.c: (plugin_init):
10571         * ext/libmng/gstmng.h:
10572         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10573         (gst_mngdec_base_init), (gst_mngdec_class_init),
10574         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10575         (gst_mngdec_loop), (gst_mngdec_get_property),
10576         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10577         (mngdec_closestream), (mngdec_handle_sink_event),
10578         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10579         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10580         (gst_mngdec_change_state):
10581         * ext/libmng/gstmngdec.h:
10582         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10583         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10584         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10585         (gst_mngenc_chain), (gst_mngenc_get_property),
10586         (gst_mngenc_set_property):
10587         * ext/libmng/gstmngenc.h:
10588         Added basic MNG decoder. Needs more work. The encoder does
10589         not work yet.
10590
10591 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10592
10593         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10594         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10595         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10596           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10597           no-more-pads.
10598
10599 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10600
10601         * configure.ac:
10602           you need at least 1.0.4 of speex
10603
10604 2004-10-04 Iain <iaingnome@gmail.com>
10605
10606         * ext/speex/gstspeexdec.h: Revert the includes changes.
10607
10608         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10609
10610 2004-09-30 Iain <iaingnome@gmail.com>
10611
10612         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10613         found during init or set as a property instead of hardcoding /dev/audio
10614
10615 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10616
10617         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10618         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10619         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10620         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10621         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10622         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10623         (gst_rmdemux_dump_data):
10624           Use debug category, fix EOS handling. filesrc ! rmdemux now
10625           works.
10626
10627 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10628
10629         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10630         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10631         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10632           Improve allocation, cutting and sorting of the index. How takes a
10633           few seconds instead of minutes.
10634
10635 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10636
10637         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10638           fixed compilation
10639
10640 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10641
10642         * gst-libs/gst/riff/riff-media.c:
10643         (gst_riff_create_video_caps_with_data),
10644         (gst_riff_create_video_template_caps):
10645           Add wing commander format mimetype/fourccs.
10646         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10647           Don't crash if some value is 0.
10648
10649 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10650
10651         * gst-libs/gst/riff/riff-media.c:
10652         (gst_riff_create_video_caps_with_data),
10653         (gst_riff_create_video_template_caps):
10654           Add DIB fourcc (raw, palettized 8-bit RGB).
10655         * gst-libs/gst/riff/riff-read.c:
10656         (gst_riff_read_strf_vids_with_data):
10657           Oops, fix strf_data reading bug.
10658         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10659           Use a non-NULL tag.
10660         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10661           Time for hacks. Sorry Dave. At least one quicktime movie (a
10662           trailer) that I've encountered contains multiple video tracks.
10663           One of those is the actual video track, the other are one-frame
10664           tracks (images). Unfortunately, the number of frames according
10665           to the trak header is 1 for each, so that doesn't help. So
10666           instead, I look at the duration and discard tracks with a
10667           duration shorter than 20% of the length of the stream. Better
10668           than nothing.
10669
10670 2004-10-01  Christian Schaller <christian@fluendo.com>
10671
10672         * ext/ivorbis/vorbis.c:
10673           Patch from Phil Blundell (Bug 152341)
10674
10675 2004-10-01  Wim Taymans  <wim@fluendo.com>
10676
10677         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10678         (speex_dec_get_formats), (speex_dec_convert),
10679         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10680         (speex_dec_chain), (gst_speexdec_get_property),
10681         (gst_speexdec_set_property):
10682         Small cleanups.
10683
10684 2004-10-01  Wim Taymans  <wim@fluendo.com>
10685
10686         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10687         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10688         (gst_wavparse_other), (gst_wavparse_loop),
10689         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10690         (gst_wavparse_srcpad_event):
10691         * gst/wavparse/gstwavparse.h:
10692         Added some more debugging info.
10693         Fix the case where the length of the file is 0.
10694         Make sure we seek to sample borders.
10695
10696 2004-10-01  Wim Taymans  <wim@fluendo.com>
10697
10698         * gst/playback/README:
10699         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10700         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10701         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10702         Add some debug info to decodebin, update README
10703
10704 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10707           Don't use g_print(); use GST_DEBUG().
10708
10709 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10710
10711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10712         (gst_ogg_mux_queue_pads):
10713           Handle EOS properly.
10714
10715 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10716
10717         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10718
10719         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10720         (gst_faad_chain), (gst_faad_change_state):
10721         * ext/faad/gstfaad.h:
10722           Allow playback of raw (unframed) MPEG AAC files (#148993).
10723
10724 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10725
10726         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10727
10728         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10729           Throw error if we didn't recognize the stream. Fixes #152289.
10730
10731 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10732
10733         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10734           Fix negotiation.
10735
10736 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10737
10738         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10739
10740         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10741           Fix memleak.
10742
10743 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10744
10745         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10746
10747         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10748           Solve #152805.
10749         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10750           Solve 152806.
10751
10752 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10753
10754         * gst-libs/gst/riff/riff-media.c:
10755         (gst_riff_create_video_caps_with_data),
10756         (gst_riff_create_audio_caps_with_data):
10757           Add codec_data handling (like asfdemux used to do).
10758         * gst/asfdemux/gstasf.c: (plugin_init):
10759         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10760         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10761           Use riff-media for caps creation instead of our own (mostly
10762           broken) copy of its functions.
10763
10764 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10765
10766         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10767           Don't actually error out if we get another return value than
10768           -EINVAL. Opposite to what I first thought, drivers have random
10769           return values for this, although -EINVAL is the expected return
10770           value. Since this is not fatal, we shouldn't use
10771           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10772
10773 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10774
10775         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10776         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10777         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10778         (dvdreadsrc_get), (dvdreadsrc_open_file),
10779         (dvdreadsrc_change_state):
10780           Fix. Don't do one big huge loop around the whole DVD, that will
10781           cache all data and thus eat sizeof(dvd) (several GB) before we
10782           see something.
10783         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10784           Actually NULL'ify event after using it.
10785         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10786         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10787         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10788         (gst_ebml_read_seek), (gst_ebml_read_skip):
10789           Handle events.
10790         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10791         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10792         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10793           Fix timing (this will probably break if I seek using menus, but
10794           I didn't get there yet). VOBs and normal DVDs should now work.
10795           Add a mpeg2-only pad with high rank so this get autoplugged for
10796           MPEG-2 movies.
10797         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10798         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10799         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10800         (gst_mpeg_demux_get_audio_stream),
10801         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10802         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10803           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10804           MPEG-1 but use dvddemux for MPEG-2.
10805         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10806         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10807         (gst_mpeg_parse_parse_packhead):
10808           Timing. Only add pad template if it exists. Add sink template from
10809           class and not from ourselves. This means we will always use the
10810           correct sink template even if it is not the one defined in this
10811           file.
10812
10813 2004-09-29  Wim Taymans  <wim@fluendo.com>
10814
10815         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10816         (gst_mpeg_demux_parse_pes):
10817         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10818         Fix playback of mpeg again, timestamps where screwed up by
10819         patch 1.61.
10820
10821 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10822
10823         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10824           Only return true if we actually filled something in. Prevents
10825           player applications from showing a random length for flac files.
10826         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10827         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10828         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10829         (gst_riff_read_strf_vids_with_data),
10830         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10831           OK, ok, so I implemented event handling. Apparently it's normal
10832           that we receive random events at random points without asking
10833           for it.
10834         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10835         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10836         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10837         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10838         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10839         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10840         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10841         * gst/avi/gstavidemux.h:
10842           Implement non-lineair chunk handling and subchunk processing.
10843           The first solves playback of AVI files where the audio and video
10844           data of individual buffers that we read are not synchronized.
10845           This should not happen according to the wonderful AVI specs, but
10846           of course it does happen in reality. It is also a prerequisite for
10847           the second. Subchunk processing allows us to cut chunks in small
10848           pieces and process each of these pieces separately. This is
10849           required because I've seen several AVI files with incredibly large
10850           audio chunks, even some files with only one audio chunk for the
10851           whole file. This allows for proper playback including seeking.
10852           This patch is supposed to fix all AVI A/V sync issues.
10853         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10854         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10855           Work.
10856         * gst/modplug/gstmodplug.cc:
10857           Proper return value setting for the query() function.
10858         * gst/playback/gstplaybasebin.c: (setup_source):
10859           Being in non-playing state (after, e.g., EOS) is not necessarily
10860           a bad thing. Allow for that. This fixes playback of short files.
10861           They don't actually playback fully now, because the clock already
10862           runs. This means that small files (<500kB) with a small length
10863           (<2sec) will still not or barely play. Other files, such as mod
10864           or flx, will work correctly, however.
10865
10866 2004-09-28  Wim Taymans  <wim@fluendo.com>
10867
10868         * ext/speex/gstspeex.c: (plugin_init):
10869         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10870         (gst_speex_dec_class_init), (speex_dec_get_formats),
10871         (speex_get_event_masks), (speex_get_query_types),
10872         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10873         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10874         (gst_speexdec_get_property), (gst_speexdec_set_property),
10875         (speex_dec_change_state):
10876         * ext/speex/gstspeexdec.h:
10877         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10878         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10879         (gst_speexenc_base_init), (gst_speexenc_class_init),
10880         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10881         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10882         (gst_speexenc_src_query), (gst_speexenc_init),
10883         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10884         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10885         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10886         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10887         (gst_speexenc_chain), (gst_speexenc_get_property),
10888         (gst_speexenc_set_property), (gst_speexenc_change_state):
10889         * ext/speex/gstspeexenc.h:
10890         Rewrote speex encoder, make sure it can be embedded in ogg.
10891         Implemented speex decoder.
10892
10893 2004-09-28  Christian Schaller <christian@fluendo.com>
10894
10895         * configure.ac:
10896         Remove kioslave plugin. Markey is brewing a new working one
10897         * ext/Makefile.am: Remove kioslave plugin
10898         * ext/kio: remove
10899         * gst-plugins.spec.in: remove kio plugin from spec
10900
10901 2004-09-27  Wim Taymans  <wim@fluendo.com>
10902
10903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10904         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10905         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10906         (gst_multifdsink_new_client),
10907         (gst_multifdsink_handle_client_write),
10908         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10909         (gst_multifdsink_handle_clients):
10910         * gst/tcp/gstmultifdsink.h:
10911         Make syncing to keyframes actually work for new clients and lagging
10912         clients.
10913
10914 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10915
10916         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10917         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10918         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10919         * gst/debug/gstnavigationtest.h:
10920           make navigationtest display button-press and button-release events
10921
10922 2004-09-26 Iain <iaingnome@gmail.com>
10923
10924         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10925         the channels have received a new media event.
10926         (interleave_buffered_loop): Compresses a new media event on all
10927         channels into one.
10928
10929 2004-09-26 Iain <iaingnome@gmail.com>
10930
10931         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10932         call the sinkpad's default event handler and not the srcpads. He also
10933         says this is confusing :)
10934         (gst_wavenc_stop_file): Company says that seek events only go upstream
10935         we should send a discontinuous downstream instead.
10936
10937 2004-09-25  Christian Schaller <christian@fluendo.com>
10938
10939         * Update SPEC file to be usable in conjunction with Fedora Core,
10940           Fedora.us and freshrpms packages
10941         * Fix typo in multifilesrc test Makefile
10942
10943 2004-09-24  Wim Taymans  <wim@fluendo.com>
10944
10945         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10946         Only signal the no_more_pads signal when we have
10947         added the stream to our list.
10948
10949 2004-09-24  Wim Taymans  <wim@fluendo.com>
10950
10951         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10952         (new_decoded_pad):
10953         * gst/playback/gstplaybasebin.h:
10954         * gst/playback/gstplaybin.c: (setup_sinks):
10955         Don't try to preroll or decode more than one audio/video
10956         track.
10957
10958 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10959
10960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10961           Throw error if we failed to find a suitable output. This should
10962           throw an error if we successfully set up a pipeline (e.g. because
10963           we recognized a media file) but found no decodable streams in it
10964           (e.g. because it contains only media stream types for which we
10965           have no decoders, or because it's not a media type).
10966
10967 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10968
10969         * ext/dirac/Makefile.am:
10970         * ext/dirac/gstdirac.cc:
10971         * ext/dirac/gstdiracdec.cc:
10972         * ext/dirac/gstdiracdec.h:
10973           Do something. Don't actually know if this works because I don't
10974           have a demuxer yet.
10975         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10976           Add channels=1 to caps returned from _getcaps().
10977         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10978         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10979         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10980         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10981         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10982         (gst_ogm_parse_change_state):
10983           Separate between audio/video so ogmaudioparse actually uses the
10984           audio pad templates. Both audio and video work now, including
10985           autoplugging. Also use sometimes-srcpad hack.
10986         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10987           Handle events better. Don't hang on infinite loops.
10988         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10989         (gst_avi_demux_init), (gst_avi_demux_reset),
10990         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10991         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10992         (gst_avi_demux_change_state):
10993         * gst/avi/gstavidemux.h:
10994           Improve A/V sync. Still not perfect.
10995         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10996         (gst_ebml_read_skip):
10997           Handle events better.
10998         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10999         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11000         (qtdemux_audio_caps):
11001           Add IMA4. Improve event handling. Save offset after a seek when
11002           the headers are at the end of the file so that we don't end up in
11003           an infinite loop.
11004         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11005           Add low-priority typefind support for files with no length.
11006
11007 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11008
11009         * testsuite/multifilesink/Makefile.am:
11010         fix typo
11011
11012 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11013
11014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11016         mistakes from thaytan's patches.
11017
11018 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11019
11020         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11021           For completeness, XSync in the destroy function as xvimage does.
11022
11023 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11024
11025         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11026            Correct caps negotiation
11027         * gst/volume/gstvolume.c: (volume_chain_float),
11028         (volume_chain_int16):
11029            Modify debug output to be little more informative
11030         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11032         (gst_xvimagesink_xvimage_destroy):
11033           Add XSync calls after detaching from the shared memory segment to
11034           avoid a crash.
11035
11036 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11037
11038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11039         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11040         * ext/vorbis/vorbis.c: (plugin_init):
11041         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11042         (gst_vorbisenc_chain):
11043         * ext/vorbis/vorbisenc.h:
11044         remove explicit newmedia support from oggmux and vorbisenc
11045         add debug category to vorbisenc
11046         * gst/multifilesink/gstmultifilesink.c:
11047         (gst_multifilesink_class_init), (gst_multifilesink_init),
11048         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11049         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11050         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11051         (plugin_init):
11052         * gst/multifilesink/gstmultifilesink.h:
11053         add support for streamheader in multifilesink
11054
11055 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11056
11057         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11058         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11059         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11060           Prevent infinite loops. More correct error reporting.
11061         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11062           Error out if negotiation fails.
11063         * gst/playback/gstplaybasebin.c: (setup_source),
11064         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11065         (gst_play_base_bin_found_tag):
11066           Error/tag forwarding. Pre-roll fixes for source errors on state
11067           changes (e.g. "file does not exist") to prevent hangs.
11068
11069 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11070
11071         * testsuite/multifilesink/Makefile.am:
11072         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11073         (gst_newmedia_class_init), (gst_newmedia_init),
11074         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11075         (newfile_signal), (test_signal), (main):
11076         * testsuite/multifilesink/multifilesrc_test.c: (main):
11077         * testsuite/multifilesink/oggtheora_test.c:
11078         (gst_newmedia_base_init), (gst_newmedia_class_init),
11079         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11080         (test_format), (newfile_signal), (test_signal), (main):
11081         * testsuite/multifilesink/oggvorbis_test.c:
11082         (gst_newmedia_base_init), (gst_newmedia_class_init),
11083         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11084         (test_format), (newfile_signal), (test_signal), (main):
11085         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11086         (gst_newmedia_class_init), (gst_newmedia_init),
11087         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11088         (newfile_signal), (test_signal), (main):
11089         New media tests
11090
11091 2004-09-20  Christian Schaller <christian@fluendo.com>
11092
11093         * Fix mikmod license to LGPL as they have relicensed
11094         * Move Dirac and Effectv into LGPL section of README_license
11095
11096 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11097
11098         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11099         (gst_mad_change_state):
11100           Allow for mp3 rate/channels changes. However, only very
11101           conservatively. Reason that we *have* to enable this is smiply
11102           because the mad find_sync() function is not good enough, it will
11103           regularly sync on random data as valid frames and therefore make
11104           us provide random caps as *final* caps of the stream. The best fix
11105           I could think of is to simply require several of the same stream
11106           changes in a row before we change caps.
11107           The actual testcase that works now is #
11108         * ext/ogg/Makefile.am:
11109         * ext/ogg/gstogg.c: (plugin_init):
11110         * ext/ogg/gstogmparse.c:
11111           OGM support (video only for now; I need an audio sample file).
11112         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11113         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11114         (gst_asf_demux_add_video_stream):
11115           WMV extradata.
11116         * gst/playback/gstplaybasebin.c: (unknown_type):
11117           Don't error out on single unknown-types after all. It's wrong.
11118           If we found type of video and audio but not of a subtitle stream,
11119           it will still error out (which is unwanted). Will find a better fix
11120           later on.
11121         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11122         (ogmaudio_type_find), (plugin_init):
11123           OGM support.
11124
11125 2004-09-20  Johan Dahlin  <johan@gnome.org>
11126
11127         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11128         after setting caps.
11129
11130 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11131
11132         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11133         * gst/wavenc/gstwavenc.h:
11134         Added newmedia support to wavenc
11135
11136 2004-09-17  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11139         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11140         (gst_fdset_fd_can_write), (gst_fdset_wait):
11141         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11142         (gst_multifdsink_init), (gst_multifdsink_add),
11143         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11144         (gst_multifdsink_remove_client_link),
11145         (gst_multifdsink_client_queue_buffer),
11146         (gst_multifdsink_handle_client_write),
11147         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11148         (gst_multifdsink_close), (gst_multifdsink_change_state):
11149         * gst/tcp/gstmultifdsink.h:
11150         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11151         (gst_tcpserversink_removed):
11152         Small cleanups in fdset.c
11153         Use a hastable to map fd to the client structure for faster
11154         lookup in _remove and get_stats.
11155         Added virtual function to close the fds.
11156         Handle clients even when the select/poll call was unblocked because
11157         of a command.
11158         Implement syncing to keyframe in the recovery procedure.
11159
11160 2004-09-16 Iain <iaingnome@gmail.com>
11161
11162         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11163         try caps.
11164
11165 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11166
11167         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11168           Caps are only set if the type of the stream is unknown, but this
11169           is initialized in ->init_stream(), so set to UNKNOWN after calling
11170           ->init_stream() so that capsnego starts.
11171
11172 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11173
11174         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11175         (gst_avi_demux_stream_data):
11176           Just hardcode for raw audio then. AVI audio sucks.
11177
11178 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11179
11180         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11181         * gst/matroska/matroska-mux.c: (audiosink_templ),
11182         (gst_matroska_mux_audio_pad_link):
11183         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11184         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11185
11186 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11187
11188         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11189         (gst_avi_demux_stream_data):
11190           Try to fix a/v sync issues.
11191
11192 2004-09-15  David Schleef  <ds@schleef.org>
11193
11194         * configure.ac: remove NASM check, since we don't use it.  Update
11195         dirac check to 0.4
11196         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11197         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11198         Initialized variables.
11199         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11200         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11201         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11202         SVQ3 format
11203
11204 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11205
11206         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11207         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11208         * gst/avi/gstavidemux.h:
11209           Fix for compressed audio (mp3) timestamp generation. How did this
11210           ever work?
11211
11212 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11213
11214         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11215           Volume is a double not a float.
11216
11217 2004-09-15  Wim Taymans  <wim@fluendo.com>
11218
11219         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11220         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11221         Don't close the fd in multifdsink as we didn't open it in the
11222         first place. Some cleanups.
11223
11224 2004-09-15  Wim Taymans  <wim@fluendo.com>
11225
11226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11228         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11229         Fix the case where the muxer would mark pages as delta
11230         frames when they are not (vorbis only ogg).
11231
11232 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11233
11234         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11235         (gst_play_base_bin_change_state):
11236           Handle the case where we failed to setup a clear pipeline. This
11237           will throw an error (or EOS, another nice case) and if you don't
11238           catch that, the app will wait for the signal forever (and thus
11239           hang).
11240
11241 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11242
11243         * ext/gnomevfs/gstgnomevfssink.c:
11244         (gst_gnomevfssink_uri_get_protocols):
11245         * ext/gnomevfs/gstgnomevfssrc.c:
11246         (gst_gnomevfssrc_uri_get_protocols):
11247         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11248         * ext/gnomevfs/gstgnomevfsuri.h:
11249           Use _uri_new() instead of _open(), so it doesn't take as long and
11250           Christophe's computer won't hang.
11251         * gst/playback/gstplaybasebin.c: (unknown_type):
11252           Throw error on unknown media type, so apps actually display it.
11253
11254 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11255
11256         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11257           this script to work on Solaris since bash shell handles echo
11258           differenly than bash.
11259
11260 2004-09-17  Wim Taymans  <wim@fluendo.com>
11261
11262         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11263         (setup_source), (gst_play_base_bin_set_property),
11264         (gst_play_base_bin_add_element):
11265         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11266         Some more work on making sure seeking pauses the pipeline and
11267         that changing the uri actually does something.
11268
11269 2004-09-17  Wim Taymans  <wim@fluendo.com>
11270
11271         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11272         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11273         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11274         (gst_tcpserversink_close):
11275         Be a bit more paranoid when freeing memory.
11276
11277 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11278
11279         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11280         (qtdemux_parse_trak):
11281           Don't crash by dividing by zero (see sample movie in #126922).
11282
11283 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11284
11285         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11286           Don't touch non-existing data (fixes crash on file in #140147).
11287
11288 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11289
11290         * gst/playback/gstplaybasebin.c:
11291         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11292           Handle double disposals, and proper change of URIs.
11293
11294 2004-09-13  Martin Eikermann <meiker@upb.de>
11295
11296         * gst/mpegstream/gstmpegparse.c:
11297           fix synchronistation for streams recorded from digital PCR
11298           fixes bug #119376
11299
11300 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11301
11302         * ext/gnomevfs/Makefile.am:
11303         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11304         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11305         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11306         (gst_gnomevfssink_uri_get_type),
11307         (gst_gnomevfssink_uri_get_protocols),
11308         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11309         (gst_gnomevfssink_uri_handler_init),
11310         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11311         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11312         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11313         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11314         (gst_gnomevfssrc_uri_get_type),
11315         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11316         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11317         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11318         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11319         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11320         * ext/gnomevfs/gstgnomevfsuri.h:
11321           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11322           of fake URIs to see which this version of Gnome-VFS likes, and
11323           uses that for the Gst-URI interface. Makes playbin support http://
11324           streams. Also fix up some stupid behaviour in gnomevfssrc.
11325
11326 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11327
11328         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11329         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11330         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11331         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11332           Update mixer (to sync with other sessions) if we try to obtain
11333           a new value. This makes alsamixer work accross applications.
11334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11335           Only call sync functions if we're running, else alsalib asserts.
11336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11337           Sometimes fails to compile. Possibly a gcc bug.
11338         * gst/playback/gstplaybin.c: (gen_video_element),
11339         (gen_audio_element):
11340           Add a reference to an application-provided object, because we lose
11341           this same reference if we add it to the bin. If we don't do this,
11342           we can only use this object once and thus crash if we go from
11343           ready to playing, back to ready and back to playing again.
11344           Also add an audioscale element because several cheap soundcards -
11345           like mine - don't support all samplerates.
11346         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11347         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11348           Fix wrong order or PAR calls. Makes automatically obtained PAR
11349           from the X server atually being used.
11350
11351 2004-09-12  David Schleef  <ds@schleef.org>
11352
11353         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11354         #151887, #152102, #152247.
11355         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11356         * examples/seeking/cdparanoia.c: same
11357         * examples/seeking/cdplayer.c: same
11358         * examples/seeking/seek.c: same
11359         * examples/seeking/spider_seek.c: same
11360         * examples/seeking/vorbisfile.c: same
11361         * examples/stats/mp2ogg.c: same
11362         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11363         (gst_esdsink_dispose): Dispose of element properly.
11364         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11365         fixes.
11366         * ext/nas/nassink.c: (gst_nassink_class_init),
11367         (gst_nassink_dispose): Dispose of element correctly.
11368         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11369         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11370         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11371         Fix 64-bit warning.
11372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11373         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11374         Fix 64-bit warning.
11375
11376 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11377
11378         * configure.ac : change speex detection as 1.1.6 now uses
11379           .pc/pkg-config and they changed their headers location.
11380
11381 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11382
11383         * gst/matroska/matroska-mux.h:
11384         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11385         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11386         (gst_matroska_mux_write_data):
11387           Write multiple blocks/frames per cluster.
11388                 Write meta-seek information (seek heads).
11389
11390 2004-09-09  Scott Wheeler <wheeler@kde.org>
11391
11392         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11393         (gst_play_bin_set_property), (gst_play_bin_get_property),
11394         (gen_audio_element), (gen_audio_element):
11395           Add a volume element / property to the pipeline.
11396
11397 2004-09-07  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11400         Copy timestamps from the master pad to the output buffers.
11401
11402 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11403
11404         * ext/raw1394/gstdv1394src.c:
11405           throw errors when applicable
11406
11407 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11408
11409         * gst/matroska/ebml-ids.h:
11410         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11411         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11412         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11413           automatically convert unix time <-> ebml time when reading/writing
11414           a date, use gst_ebml_write_uint to write CUETIME,
11415           not gst_ebml_write_date.
11416         * gst/matroska/matroska-ids.h:
11417         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11418         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11419         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11420         (gst_matroska_mux_write_data):
11421           Write track and segment UIDs, write muxing date, write
11422           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11423           Create cues for audio only files.
11424
11425 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11426
11427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11428         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11429           Re-commit ALSA switches.
11430         * gst/adder/gstadder.c: (gst_adder_loop):
11431           64-bit fix (#151416).
11432         * gst/debug/progressreport.c: (gst_progressreport_report):
11433           64-bit fix (#151419).
11434         * gst/matroska/matroska-demux.c:
11435         (gst_matroska_demux_parse_contents):
11436           64-bit fix (#151420).
11437         * gst/playback/test3.c: (update_scale):
11438           64-bit fix (#151421).
11439
11440 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11441
11442         * configure.ac:
11443           bump nano to cvs
11444
11445 === release 0.8.4 ===
11446
11447 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11448
11449         * configure.ac: releasing 0.8.4, "Alias"
11450
11451 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11452
11453         * ext/theora/Makefile.am:
11454           fix makefile.  Fixes #151462.
11455
11456 2004-08-30  Wim Taymans  <wim@fluendo.com>
11457
11458         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11459         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11460         (gst_multifdsink_remove_client_link),
11461         (gst_multifdsink_client_queue_buffer),
11462         (gst_multifdsink_handle_client_write):
11463         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11464         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11465         Fix some memory leaks.
11466
11467 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11468
11469         Patch by: David Schleef
11470
11471         * configure.ac:
11472         * sys/Makefile.am:
11473           rename our detection macro for V4L2.  Fixes #151236.
11474
11475 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11476
11477         Patch by: David Schleef
11478
11479         * configure.ac:
11480           check to define LAMEPRESET.  Fixes #151232.
11481
11482 2004-08-27  David Schleef  <ds@schleef.org>
11483
11484         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11485         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11486         (gst_glimagesink_fixate):  Move local variable declarations to
11487         make gcc-2.95 happy.
11488
11489 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11490
11491         * configure.ac:
11492           bump nano for prerelease
11493
11494 2004-08-27  David Schleef  <ds@schleef.org>
11495
11496         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11497         * sys/sunaudio/gstsunaudiosrc.c:
11498         * sys/sunaudio/gstsunaudiosrc.h:
11499
11500 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11501
11502         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11503         handle EOS correctly
11504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11505         * gst/matroska/matroska-mux.h:
11506         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11507         VFW compatibility mode
11508
11509 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11510
11511         patch by: Zaheer Abbas Merali
11512
11513         * ext/ogg/gstoggmux.c:
11514         * ext/vorbis/vorbisenc.c:
11515         * ext/vorbis/vorbisenc.h:
11516           handle NEWMEDIA
11517
11518 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11519
11520         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11521         fix byte order reversion on little endian machines.
11522         * gst/matroska/matroska-mux.c: (audiosink_templ),
11523         (gst_matroska_mux_audio_pad_link):
11524         add TTA codec to the list of supported codecs.
11525         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11526         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11527         (gst_matroska_mux_write_data):
11528         * gst/matroska/matroska-mux.h:
11529         write segment duration correctly, write muxing app string, fixes bugs
11530         #140897 and #140898.
11531         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11532         wait for all pads to be negotiated before starting to mux.
11533
11534 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11535
11536         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11537         * ext/lame/gstlame.h:
11538         Added new media support to lame
11539
11540 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11541
11542         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11543         send vorbis headers at the beginning of a stream, fixes bug #141554.
11544         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11545         bug #148950.
11546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11547         (gst_matroska_demux_plugin_init):
11548         * gst/matroska/matroska-ids.h:
11549         enable demuxing of TTA audio streams, fixes bug #148951.
11550         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11551         enable typefinding for TTA audio files, fixes bug #148711.
11552         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11553         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11554         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11555
11556 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11557
11558         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11559         (gst_riff_read_element_data), (gst_riff_read_seek),
11560         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11561         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11562         <teuf@gnome.org>
11563
11564 2004-08-23 Iain <iaingnome@gmail.com>
11565
11566         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11567         tags. They appear to be handled differently to normal.
11568         (tag_list_to_id3_tag_foreach): Ditto.
11569
11570 2004-08-22  Wim Taymans  <wim@fluendo.com>
11571
11572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11573         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11574         Make sure we never send -1 granulepos.
11575
11576 2004-08-20  Wim Taymans  <wim@fluendo.com>
11577
11578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11579         (gst_ogg_mux_loop):
11580         I will accept bitchslappings with non sharp objects.
11581
11582 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11583
11584         * configure.ac:
11585         Clean up the test for lame presets
11586
11587 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11588
11589         * configure.ac:
11590         * ext/lame/Makefile.am:
11591         * ext/lame/gstlame.c: (gst_lame_class_init),
11592         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11593         Only enable lame presets if version of lame has presets in API
11594
11595 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11596         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11597         * gst/udp/gstudpsrc.h:
11598           Don't call gst_pad_push in a get function. Fixes #150449
11599
11600 2004-08-18  Wim Taymans  <wim@fluendo.com>
11601
11602         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11603         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11604         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11605         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11606         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11607         (gst_fdset_wait):
11608         * gst/tcp/gstfdset.h:
11609         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11610         (gst_multifdsink_client_queue_buffer),
11611         (gst_multifdsink_handle_client_write):
11612         * gst/tcp/gstmultifdsink.h:
11613         Some extra checks in gstfdset.
11614         Only use send() when the fd is a socket. Don't try to
11615         read from write only fds.
11616
11617 2004-08-18  Wim Taymans  <wim@fluendo.com>
11618
11619         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11620         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11621         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11622         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11623         (gst_fdset_wait):
11624         Add more locking and bounds checking.
11625
11626 2004-08-18  Wim Taymans  <wim@fluendo.com>
11627
11628         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11629         Realloc test fdset in the lock and right before starting
11630         the poll call. Bump the limit to 4096.
11631
11632 2004-08-17  David Schleef  <ds@schleef.org>
11633
11634         * sys/sunaudio/Makefile.am:
11635         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11636         of rates and channels.  Make debugging less obnoxious.
11637
11638         Patch from Balamurali Viswanathan implementing a mixer for
11639         Sun audio.  (bug #144091):
11640         * sys/sunaudio/gstsunelement.c:
11641         * sys/sunaudio/gstsunelement.h:
11642         * sys/sunaudio/gstsunmixer.c:
11643         * sys/sunaudio/gstsunmixer.h:
11644
11645 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11646
11647         * gst/audioscale/gstaudioscale.c:
11648         * gst/audioscale/gstaudioscale.h:
11649         made audioscale resample from any sample rate to any sample rate
11650
11651 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11652
11653         * ext/libpng/gstpngdec.c:
11654           error out on unsupported types
11655
11656 2004-08-17  Iain <iaingnome@gmail.com>
11657
11658         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11659         mid_side and loose_mid_side properties if its a stereo stream.
11660
11661 2004-08-17  Wim Taymans  <wim@fluendo.com>
11662
11663         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11664         (theora_get_formats), (theora_dec_src_convert),
11665         (theora_dec_sink_convert), (theora_dec_src_query),
11666         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11667         Add a debug line.
11668
11669 2004-08-17  Wim Taymans  <wim@fluendo.com>
11670
11671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11672         (gst_ogg_pad_push):
11673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11674         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11675         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11676         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11677         Mark delta units in the muxer.
11678         Try to decode the packet after an out-of-sync error from
11679         libogg.
11680
11681 2004-08-17  Wim Taymans  <wim@fluendo.com>
11682
11683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11684         (gst_multifdsink_init), (gst_multifdsink_add),
11685         (gst_multifdsink_client_queue_buffer),
11686         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11687         * gst/tcp/gstmultifdsink.h:
11688         Added option to send a keyframe to clients as the first buffer.
11689         Make timeout property writable.
11690
11691 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11692
11693         patch by: Wim Taymans
11694
11695         * gst/tcp/gstfdset.c:
11696         * gst/tcp/gstmultifdsink.c:
11697           fix index comparison, should include 0
11698
11699 2004-08-16  Wim Taymans  <wim@fluendo.com>
11700
11701         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11702         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11703         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11704         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11705         (gst_fdset_wait):
11706           copy when reallocing for poll so the select arguments don't get
11707           changed during the call
11708
11709 2004-08-16  Wim Taymans  <wim@fluendo.com>
11710
11711         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11712         (gst_theora_enc_class_init), (theora_enc_sink_link),
11713         (theora_buffer_from_packet), (theora_enc_chain):
11714         Fix bug where buffers were not marked as keyframes
11715         correctly.
11716
11717 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11718
11719         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11720         (gst_lame_preset_get_type), (gst_lame_class_init):
11721         describe the enum values for vbr mode and presets more verbosely
11722
11723 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11724
11725         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11726         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11727         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11728         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11729         * ext/lame/gstlame.h:
11730         add preset property to lame so it can use lame presets
11731
11732 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11733
11734         * ext/lame/gstlame.c: (gst_lame_get_property):
11735         whoops forgot break, thanks teuf
11736
11737 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11738
11739         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11740         (gst_lame_class_init), (gst_lame_src_getcaps),
11741         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11742         (gst_lame_get_property), (gst_lame_setup):
11743         * ext/lame/gstlame.h:
11744         fix lame's broken vbr stuff, allow it to resample if need be, and also
11745         make xing header optional
11746
11747 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11748
11749         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11750         added getcaps function so samplerate doesnt get fixated to silly values
11751
11752 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11753
11754         * ext/lame/gstlame.c: (gst_lame_src_link):
11755         revert previous fix
11756
11757 2004-08-12  Johan Dahlin  <johan@gnome.org>
11758
11759         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11760         checks. Doesn't matter what state we are in. Interfaces are a
11761         compile time thing, not runtime. It also broke the python bindings.
11762
11763 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11764
11765         * ext/lame/gstlame.c: (gst_lame_src_link):
11766         made source pad link function check if sinkpad is ok..fixes the problem
11767         where core fixates the output rate of lame stupidly
11768
11769 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11770
11771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11772         * sys/v4l/v4l_calls.c:
11773         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11774           fix fixate function to handle nonsimple caps.
11775           remove bogus check in _link
11776           cleanups
11777
11778 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11779
11780         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11781         set default compression ratio parameter to 0.0 so bitrate parameter
11782         works :)
11783
11784 2004-08-11  David Schleef  <ds@schleef.org>
11785
11786         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11787
11788 2004-08-11  David Schleef  <ds@schleef.org>
11789
11790         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11791         before.
11792
11793 2004-08-11  David Schleef  <ds@schleef.org>
11794
11795         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11796
11797 2004-08-11  David Schleef  <ds@schleef.org>
11798
11799         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11800           license field
11801         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11802         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11803           LGPL.
11804         * gst/auparse/gstauparse.c: Fix plugin license field.
11805         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11806         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11807         * gst/rtp/gstrtp.c: Fix plugin license field.
11808
11809 2004-08-11  Wim Taymans  <wim@fluendo.com>
11810
11811         * gst/tcp/Makefile.am:
11812         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11813         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11814         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11815         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11816         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11817         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11818         (gst_fdset_fd_can_write), (gst_fdset_wait):
11819         * gst/tcp/gstfdset.h:
11820         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11821         (gst_multifdsink_class_init), (gst_multifdsink_init),
11822         (gst_multifdsink_add), (gst_multifdsink_remove),
11823         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11824         (gst_multifdsink_remove_client_link),
11825         (gst_multifdsink_handle_client_read),
11826         (gst_multifdsink_client_queue_data),
11827         (gst_multifdsink_client_queue_caps),
11828         (gst_multifdsink_client_queue_buffer),
11829         (gst_multifdsink_handle_client_write),
11830         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11831         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11832         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11833         (gst_multifdsink_close):
11834         * gst/tcp/gstmultifdsink.h:
11835         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11836         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11837         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11838         (gst_tcpserversink_close):
11839         * gst/tcp/gsttcpserversink.h:
11840         Abstracted away the select call, implemented poll (yes we ran into
11841         the 1024 limit in production).
11842
11843 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11844
11845         * gst/tcp/gsttcp.c:
11846         * gst/tcp/gsttcpplugin.c:
11847           improve debuggging, remove assert
11848
11849 2004-08-10  Wim Taymans  <wim@fluendo.com>
11850
11851         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11852         (gst_client_status_get_type), (gst_multifdsink_class_init),
11853         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11854         (gst_multifdsink_handle_client_read),
11855         (gst_multifdsink_handle_client_write),
11856         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11857         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11858         (gst_multifdsink_get_property):
11859         * gst/tcp/gstmultifdsink.h:
11860         * gst/tcp/gsttcp-marshal.list:
11861         Starting to prepare for specifying buffer time in other units
11862         than buffers. Expose remove reason in signal.
11863
11864 2004-08-10  Wim Taymans  <wim@fluendo.com>
11865
11866         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11867         (gst_multifdsink_remove), (gst_multifdsink_clear),
11868         (gst_multifdsink_remove_client_link),
11869         (gst_multifdsink_handle_client_read),
11870         (gst_multifdsink_client_queue_data),
11871         (gst_multifdsink_client_queue_buffer),
11872         (gst_multifdsink_handle_client_write),
11873         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11874         (gst_multifdsink_chain), (gst_multifdsink_close):
11875         * gst/tcp/gstmultifdsink.h:
11876         Added more debugging info. Changed the way clients are
11877         removed from the lists. Fixed a bug where a bad file descriptor
11878         could cause many clients to be removed.
11879
11880 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11881
11882         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11883           allow all pixel-aspect-ratios, not just 1:1
11884
11885 2004-08-09  David Schleef  <ds@schleef.org>
11886
11887         * sys/glsink/ARB_multitexture.h:  Remove old files.
11888         * sys/glsink/EXT_paletted_texture.h:
11889         * sys/glsink/NV_register_combiners.h:
11890         * sys/glsink/gstgl_nvimage.c:
11891         * sys/glsink/gstgl_pdrimage.c:
11892         * sys/glsink/gstgl_rgbimage.c:
11893         * sys/glsink/gstglsink.c:
11894         * sys/glsink/gstglsink.h:
11895         * sys/glsink/gstglxwindow.c:
11896         * sys/glsink/regcomb_yuvrgb.c:
11897
11898 2004-08-09  David Schleef  <ds@schleef.org>
11899
11900         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11901         GL sink plugin.  (Bug #147302)
11902
11903         * configure.ac: Test for OpenGL
11904         * sys/Makefile.am: Use test for OpenGL
11905         * sys/glsink/Makefile.am:
11906         * sys/glsink/glimagesink.c: rewrite
11907         * sys/glsink/glimagesink.h: rewrite
11908
11909 2004-08-09  David Schleef  <ds@schleef.org>
11910
11911         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11912         sane framerates.
11913         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11915         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11916
11917 2004-08-09  Wim Taymans  <wim@fluendo.com>
11918
11919         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11920         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11921         (gst_multifdsink_client_remove),
11922         (gst_multifdsink_handle_client_read),
11923         (gst_multifdsink_handle_client_write),
11924         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11925         Do a bit more logging, make the client_read code more robust.
11926
11927 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11928
11929         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11930         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11931         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11932         (gst_jpegdec_init), (gst_jpegdec_chain):
11933         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11934         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11935           cleanups, debugging fixes and memleak plugging
11936
11937 2004-08-09  Wim Taymans  <wim@fluendo.com>
11938
11939         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11940         (theora_get_formats), (theora_dec_src_convert),
11941         (theora_dec_sink_convert), (theora_dec_src_query),
11942         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11943         (theora_dec_change_state):
11944         Don't crash on missing header packets.
11945
11946 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11947
11948         * po/LINGUAS:
11949         * po/sq.po:
11950           Added Albanian translation (Laurent Dhima)
11951         * po/cs.po:
11952           updated
11953
11954 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11955
11956         * ext/lame/gstlame.c:
11957           fix/add debugging
11958
11959 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11960
11961         * sys/ximage/ximagesink.c:
11962         * sys/xvimage/xvimagesink.c:
11963           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11964
11965 2004-08-06  Wim Taymans  <wim@fluendo.com>
11966
11967         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11968         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11969         (gst_multifdsink_client_remove),
11970         (gst_multifdsink_handle_client_read),
11971         (gst_multifdsink_handle_client_write),
11972         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11973         Make sure we don't try to read more from a client that what
11974         ioctl says us or we deadlock.
11975
11976 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11979         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11980         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11981           decouple running_time and n_frames so it can handle changing
11982           framerate while running
11983
11984 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11985
11986         * po/nl.po:
11987         * po/sv.po:
11988           updated translations
11989
11990 2004-08-04  Benjamin Otte  <otte@gnome.org>
11991
11992         * gst/videotestsrc/gstvideotestsrc.c:
11993         (gst_videotestsrc_get_capslist), (generate_capslist),
11994         (plugin_init):
11995           generate the list of supported caps at startup and reuse it instead
11996           of always generating it
11997
11998 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11999
12000         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12001           whoops, last checkin broke normal build
12002
12003 2004-08-03  Benjamin Otte  <otte@gnome.org>
12004
12005         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12006         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12007         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12008         (gst_alsa_mixer_get_option):
12009         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12010         (dvdnavsrc_print_event):
12011         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12013         (gst_ogg_mux_pad_unlink):
12014         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12015         (gst_multipart_mux_pad_unlink):
12016         * gst/videofilter/gstvideobalance.c:
12017         (gst_videobalance_colorbalance_set_value):
12018         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12019         (gst_videomixer_pad_unlink):
12020         * po/uk.po:
12021         * sys/oss/gstossmixer.c:
12022         * sys/v4l/gstv4lcolorbalance.c:
12023         * sys/v4l/gstv4ltuner.c:
12024         * sys/v4l/v4lsrc_calls.c:
12025         * sys/v4l2/gstv4l2colorbalance.c:
12026         * sys/v4l2/gstv4l2tuner.c:
12027           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12028
12029 2004-08-03  Benjamin Otte  <otte@gnome.org>
12030
12031         * examples/dynparams/filter.c: (ui_control_create):
12032         * examples/gstplay/player.c: (print_tag):
12033         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12034         * ext/gdk_pixbuf/gstgdkanimation.c:
12035         (gst_gdk_animation_iter_may_advance):
12036         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12037         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12038         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12039         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12041         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12042         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12043         * gst/sine/demo-dparams.c: (main):
12044         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12045         * testsuite/alsa/formats.c: (create_pipeline):
12046         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12047           fixes for G_DISABLE_ASSERT and friends
12048         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12049         (mp3_type_frame_length_from_header), (mp3_type_find),
12050         (plugin_init):
12051           require mp3 typefinding to have at least MIN_HEADERS valid headers
12052           add typefinding for AAC adts files
12053
12054 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12055
12056         * sys/ximage/ximagesink.c:
12057         (gst_ximagesink_calculate_pixel_aspect_ratio):
12058         * sys/xvimage/xvimagesink.c:
12059         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12060         Make sure we calculate pixel-aspect-ratio using floating point maths
12061
12062 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12063
12064         * po/uk.po:
12065           updated translation
12066
12067 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12068
12069         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12071           add debugging for display PAR calculation
12072
12073 2004-08-02  David Schleef  <ds@schleef.org>
12074
12075         * configure.ac: Fix mikmod CFLAGS.
12076
12077 2004-07-27  Benjamin Otte  <otte@gnome.org>
12078
12079         * gst/audioscale/gstaudioscale.c:
12080         - fix templates to only support S16, it's the only format that works
12081         - make caps nego code use try_set_caps_nonfixed and fixation instead
12082         of try_set_caps twice, which is not nice for autopluggers
12083         - change rank to secondary, so autopluggers can pick it up after
12084         audioconvert
12085
12086 2004-08-02  Iain <iain@prettypeople.org>
12087
12088         * gst/interleave/interleave.c (interleave_init),
12089         (interleave_request_new_pad),
12090         (interleave_pad_removed),
12091         (interleave_buffered_loop): Use the real pad count, not the artificial
12092         one.
12093
12094 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12095
12096         * configure.ac: bump nano back to development
12097
12098 === release 0.8.3 ===
12099
12100 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12101
12102         * configure.ac: releasing 0.8.3, "Water"
12103
12104 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * sys/xvimage/xvimagesink.c:
12107         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12108         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12109         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12110         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12111         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12112         * sys/xvimage/xvimagesink.h:
12113           apply similar PAR fixes as to ximagesink
12114
12115 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12116
12117         patch from: Benjamin Otte
12118
12119         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12120           add link function to lame.  Fixes #148986.
12121
12122 2004-08-02  Johan Dahlin  <johan@gnome.org>
12123
12124         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12125         fix debugging log
12126
12127 2004-07-30  David Schleef  <ds@schleef.org>
12128
12129         * gst/videomixer/Makefile.am: Fix things that should have been
12130         fixed in the last checkin.
12131
12132 2004-07-30  David Schleef  <ds@schleef.org>
12133
12134         * gst/multipart/Makefile.am: Fix things that should have been
12135         fixed in the last checkin.
12136
12137 2004-07-30  David Schleef  <ds@schleef.org>
12138
12139         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12140
12141 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12142
12143         * configure.ac:
12144           bump nano for prerelease
12145         * po/af.po:
12146         * po/az.po:
12147         * po/cs.po:
12148         * po/en_GB.po:
12149         * po/hu.po:
12150         * po/nl.po:
12151         * po/sr.po:
12152         * po/sv.po:
12153         * po/uk.po:
12154           updates
12155
12156 2004-07-30  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12159         (gst_multifdsink_add), (gst_multifdsink_remove),
12160         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12161         (gst_multifdsink_client_remove),
12162         (gst_multifdsink_handle_client_write),
12163         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12164         * gst/tcp/gstmultifdsink.h:
12165         Recover from a select with a bad file descriptor by removing
12166         the client.
12167
12168 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12169
12170         * configure.ac:
12171           fix requirement of core
12172         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12173         (gst_play_pipeline_setup):
12174           don't use colorspace element.  do use hermescolorspace element.
12175           make macro to get a colorspace element.
12176           mark strings for translation.
12177         * po/POTFILES.in:
12178           add play.c
12179         * po/af.po:
12180         * po/az.po:
12181         * po/cs.po:
12182         * po/en_GB.po:
12183         * po/hu.po:
12184         * po/nl.po:
12185         * po/sr.po:
12186         * po/sv.po:
12187         * po/uk.po:
12188           update translations
12189
12190 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12191
12192         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12193         fix default for newmedia flag
12194
12195 2004-07-30  Wim Taymans  <wim@fluendo.com>
12196
12197         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12198         (gst_theora_dec_init), (theora_get_formats),
12199         (theora_dec_src_convert), (theora_dec_sink_convert),
12200         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12201         (theora_dec_chain), (theora_dec_set_property),
12202         (theora_dec_get_property):
12203         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12204         (gst_theora_enc_class_init), (gst_theora_enc_init),
12205         (theora_enc_sink_link), (theora_enc_chain),
12206         (theora_enc_set_property), (theora_enc_get_property):
12207         Added cropping option to theora decoder.
12208         Added border option to theora encoder.
12209
12210 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12211
12212         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12213         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12214         (gst_pngenc_set_property):
12215         * ext/libpng/gstpngenc.h:
12216         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
12217
12218 2004-07-30  Wim Taymans  <wim@fluendo.com>
12219
12220         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12221         (theora_enc_sink_link), (theora_enc_chain),
12222         (theora_enc_set_property), (theora_enc_get_property):
12223         Fix encoding of non-multiple-of-16 video.
12224
12225 2004-07-29  David Schleef  <ds@schleef.org>
12226
12227         * configure.ac: make test for audiofile more strict
12228
12229 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12230
12231         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12232           give different names to typefind functions
12233
12234 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12235
12236         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12237         (gst_ximagesink_calculate_pixel_aspect_ratio),
12238         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12239         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12240         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12241         (gst_ximagesink_get_property), (gst_ximagesink_init):
12242         * sys/ximage/ximagesink.h:
12243           allocate PAR's dynamically.
12244           use autodetected PAR if no object-set PAR is given.
12245           add workaround for directfb's X not setting physical size.
12246           fix to xvimagesink will follow tomorrow.
12247
12248 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12249
12250         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12251         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12252         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12253         (gst_shout2send_class_init), (gst_shout2send_init),
12254         (set_shout_metadata), (gst_shout2send_set_metadata),
12255         (gst_shout2send_chain), (gst_shout2send_set_property),
12256         (gst_shout2send_get_property), (gst_shout2send_connect),
12257         (gst_shout2send_change_state):
12258         * ext/shout2/gstshout2.h:
12259         - fix for sending mp3 audio to icecast2 server, if pad link function not
12260         called before PAUSED state
12261         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12262         - added tagging support for mp3 audio broadcasted
12263         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12264         debug info
12265
12266 2004-07-28  Wim Taymans  <wim@fluendo.com>
12267
12268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12269         (gst_ogg_demux_push):
12270         Return query failure when we don't know the length of
12271         an ogg stream insteda of returning TRUE with a bogus value.
12272
12273 2004-07-28  Wim Taymans  <wim@fluendo.com>
12274
12275         * ext/theora/theoradec.c: (theora_get_formats),
12276         (theora_dec_src_convert), (theora_dec_sink_convert),
12277         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12278         (theora_dec_chain):
12279         Don't screw up the 1 Chroma for 1 luma sample situation when we
12280         have an odd offset/width by adding a black border in those cases.
12281
12282 2004-07-28  Wim Taymans  <wim@fluendo.com>
12283
12284         * ext/theora/theoradec.c: (theora_get_formats),
12285         (theora_dec_src_convert), (theora_dec_sink_convert),
12286         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12287         (theora_dec_chain):
12288         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12289         Added first attempt at cropping of the image as required by the
12290         theora spec. We need more properties in the caps (offset_x,
12291         offset_y,stride) to implement this correctly.
12292
12293 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12294
12295         * ext/dvdnav/README:
12296           Update the README to use dvddemux
12297         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12298           Ensure getcaps returns a subset of the template caps
12299         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12300         (gst_mpeg2subt_init):
12301           Ensure getcaps returns a subset of the template caps
12302         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12303         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12304         (gst_dvd_demux_get_subpicture_stream),
12305         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12306         * gst/mpegstream/gstdvddemux.h:
12307           Set the explicit caps on the current_video pad before pushing
12308           anything
12309         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12310         (gst_mpeg_demux_get_audio_stream):
12311           Free caps used to gst_pad_set_explicit_caps, which takes a const
12312           GstCaps *
12313
12314 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12315
12316         * configure.ac: update GStreamer requirement to 0.8.4 because of
12317           GstFraction.
12318
12319 2004-07-28  Wim Taymans  <wim@fluendo.com>
12320
12321         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12322         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12323         Add the pad to the element after setting up the caps. This
12324         makes it a lot easier to autoplug.
12325
12326 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12327
12328         * gst/median/gstmedian.c:
12329         * gst/mpeg2subt/gstmpeg2subt.c:
12330         * gst/mpegaudioparse/gstmpegaudioparse.c:
12331         * gst/mpegstream/gstdvddemux.c:
12332         * gst/mpegstream/gstmpegdemux.c:
12333         * gst/mpegstream/gstmpegpacketize.c:
12334         * gst/rtjpeg/gstrtjpeg.c:
12335         * gst/rtjpeg/gstrtjpegdec.c:
12336         * gst/rtjpeg/gstrtjpegenc.c:
12337         * gst/sine/gstsinesrc.c:
12338         * gst/smooth/gstsmooth.c:
12339         * gst/smpte/gstsmpte.c:
12340         * gst/smpte/gstsmpte.h:
12341         * gst/stereo/gststereo.c:
12342         * gst/videofilter/gstgamma.c:
12343         * gst/videofilter/gstvideobalance.c:
12344         * gst/videofilter/gstvideofilter.c:
12345         * gst/videofilter/gstvideoflip.c:
12346         * gst/videoscale/gstvideoscale.c:
12347         * gst/videoscale/videoscale.c:
12348         * gst/videotestsrc/gstvideotestsrc.c:
12349         * gst/videotestsrc/videotestsrc.c:
12350         * gst/wavenc/gstwavenc.c:
12351         * gst/wavparse/gstwavparse.c:
12352           fix local includes and 64 bits constants
12353
12354 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12355
12356         * win32/gst.sln:
12357         * gst-libs/gst/*/*.vcproj:
12358         * gst/*/*.vcproj:
12359           more working plugins
12360
12361 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12362
12363         * testsuite/alsa/Makefile.am:
12364         * testsuite/alsa/srcstate.c:
12365         add test for alsasrc changing state
12366
12367 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12368
12369         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12370         (gst_silence_get):
12371         * gst/silence/gstsilence.h:
12372         fix silence generation for 16bit raw audio
12373
12374 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12375
12376         * gst/matroska/matroska-demux.c:
12377         (gst_matroska_demux_parse_metadata),
12378         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12379         * gst/mpegaudio/common.c:
12380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12381         (gst_videoscale_getcaps), (gst_videoscale_link),
12382         (gst_videoscale_src_fixate), (gst_videoscale_init),
12383         (gst_videoscale_finalize):
12384         * gst/videoscale/gstvideoscale.h:
12385         * gst/videotestsrc/gstvideotestsrc.c:
12386         (gst_videotestsrc_get_capslist):
12387         * gst/wavenc/gstwavenc.c:
12388         * sys/oss/gstossmixer.c: (fill_labels):
12389         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12390         (gst_ximagesink_handle_xevents),
12391         (gst_ximagesink_calculate_pixel_aspect_ratio),
12392         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12393         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12394         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12395         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12396         (gst_ximagesink_init), (gst_ximagesink_class_init):
12397         * sys/ximage/ximagesink.h:
12398         * sys/xvimage/xvimagesink.c:
12399         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12400         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12401         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12402         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12403         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12404         * sys/xvimage/xvimagesink.h:
12405           first batch of pixel aspect ratio commits.
12406
12407 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12408
12409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12410         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12411         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12412           handle stride, needs work if we want to move stride handling
12413           upstream, but works correctly for our purposes.
12414
12415 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12416
12417         * gst/videoscale/README:
12418           add testing examples
12419         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12420         (gst_videoscale_chain):
12421         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12422         (gst_videoscale_get_size):
12423           add get_size function that handles stride like videotestsrc.
12424           fixes conversion for YUV formats for as much as I can test them.
12425
12426 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12427
12428         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12429         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12431         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12432         (gst_xvimagesink_xvimage_put):
12433           further cleanups, logging, error handling and synchronizing
12434
12435 2004-07-27  Wim Taymans  <wim@fluendo.com>
12436
12437         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12438         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12439         (gst_videomixer_pad_set_property),
12440         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12441         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12442         (gst_videomixer_class_init), (gst_videomixer_init),
12443         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12444         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12445         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12446         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12447         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12448         (gst_videomixer_loop), (plugin_init):
12449         Be a nicer negotiation citizen and provide a getcaps function on
12450         the srcpad. This also fixes a crash when resizing.
12451
12452 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12453
12454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12455         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12456
12457 2004-07-27  Wim Taymans  <wim@fluendo.com>
12458
12459         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12460         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12461         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12462         (gst_pngenc_set_property):
12463         * ext/libpng/gstpngenc.h:
12464         Added snapshot property to pngenc.
12465         removed g_print from pngdec
12466
12467 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12468
12469         * gst/ac3parse/ac3parse.vcproj
12470         * gst/adder/adder.vcproj
12471         * gst/alpha/alpha.vcproj
12472         * gst/alpha/alphacolor.vcproj
12473         * gst/asfdemux/asf.vcproj
12474         * gst/audioconvert/audioconvert.vcproj
12475         * gst/audiorate/audiorate.vcproj
12476         * gst/audioscale/audioscale.vcproj
12477         * gst/auparse/auparse.vcproj
12478         * gst/avi/avi.vcproj
12479         * gst/cdxaparse/cdxaparse.vcproj
12480         * gst/chart/chart.vcproj
12481         * gst/colorspace/colorspace.vcproj
12482         * gst/cutter/cutter.vcproj
12483         * gst/debug/debug.vcproj
12484         * gst/debug/efence.vcproj
12485         * gst/debug/navigationtest.vcproj
12486         * gst/deinterlace/deinterlace.vcproj
12487         * gst/effectv/effectv.vcproj
12488         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12489         * gst/filter/filter.vcproj
12490         * gst/flx/flxdec.vcproj
12491         * gst/goom/goom.vcproj
12492         * gst/interleave/interleave.vcproj
12493         * gst/law/alaw.vcproj
12494         * gst/law/mulaw.vcproj
12495         * gst/matroska/matroska.vcproj
12496         * gst/median/median.vcproj
12497         * gst/mixmatrix/mixmatrix.vcproj
12498         * gst/mpeg1sys/mpeg1systemencode.vcproj
12499         * gst/mpeg1videoparse/mp1videoparse.vcproj
12500         * gst/mpeg2sub/mpeg2subt.vcproj
12501         * gst/mpegaudio/mpegaudio.vcproj
12502         * gst/mpegaudioparse/mpegaudioparse.vcproj
12503         * gst/mpegstream/mpegstream.vcproj
12504         * gst/multifilesink/multifilesink.vcproj
12505         * gst/multipart/multipart.vcproj
12506         * gst/oneton/oneton.vcproj
12507         * gst/overlay/overlay.vcproj
12508         * gst/passthrough/passthrough.vcproj
12509         * gst/qtdemux/qtdemux.vcproj
12510         * gst/realmedia/rmdemux.vcproj
12511         * gst/rtjpeg/rtjpeg.vcproj
12512         * gst/rtp/rtp.vcproj
12513         * gst/silence/silence.vcproj
12514         * gst/sine/sinesrc.vcproj
12515         * gst/smooth/smooth.vcproj
12516         * gst/smpte/smpte.vcproj
12517         * gst/spectrum/spectrum.vcproj
12518         * gst/speed/speed.vcproj
12519         * gst/stereo/stereo.vcproj
12520         * gst/switch/switch.vcproj
12521         * gst/tags/tagedit.vcproj
12522         * gst/tcp/tcp.vcproj
12523         * gst/typefind/typefindfunctions.vcproj
12524         * gst/udp/udp.vcproj
12525         * gst/videobox/videobox.vcproj
12526         * gst/videocrop/videocrop.vcproj
12527         * gst/videodrop/videodrop.vcproj
12528         * gst/videofilter/gamma.vcproj
12529         * gst/videofilter/videobalance.vcproj
12530         * gst/videofilter/videofilter.vcproj
12531         * gst/videofilter/videoflip.vcproj
12532         * gst/videoflip/videoflip.vcproj
12533         * gst/videomixer/videomixer.vcproj
12534         * gst/videorate/videorate.vcproj
12535         * gst/videoscale/videoscale.vcproj
12536         * gst/videotestsrc/videotestsrc.vcproj
12537         * gst/virtualdub/virtualdub.vcproj
12538         * gst/volenv/volenv.vcproj
12539         * gst/volume/volume.vcproj
12540         * gst/wavenc/wavenc.vcproj
12541         * gst/wavparse/wavparse.vcproj
12542         * gst/y4m/y4menc.vcproj
12543         * gst-libs/gst/audio/audio.vcproj
12544         * gst-libs/gst/audio/audiofilter.vcproj
12545         * gst-libs/gst/colorbalance/colorbalance.vcproj
12546         * gst-libs/gst/idct/idtc.vcproj
12547         * gst-libs/gst/media-info/media-info.vcproj
12548         * gst-libs/gst/mixer/mixer.vcproj
12549         * gst-libs/gst/navigation/navigation.vcproj
12550         * gst-libs/gst/play/play.vcproj
12551         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12552         * gst-libs/gst/resample/resample.vcproj
12553         * gst-libs/gst/riff/riff.vcproj
12554         * gst-libs/gst/tuner/tuner.vcproj
12555         * gst-libs/gst/video/video.vcproj
12556         * gst-libs/gst/xoverlay/xoverlay.vcproj
12557           avoid problems with math.h, fix release dependancy
12558           rename GStreamer-0.8.lib to libgstreamer.lib
12559
12560 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12561
12562         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12564         the atom is not available we have to unlock the mutex. Fixes #148023
12565
12566 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12567
12568         * gst-libs/gst/media-info/media-info.h:
12569           issue for a vararg macro with MSVC
12570
12571 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12572
12573         * gst/effectv/effectv.vcproj
12574         * gst-libs/gst/idct/idct.vcproj:
12575         * gst-libs/gst/media-info/media-info.vcproj:
12576         * gst-libs/gst/navigation/navigation.vcproj:
12577         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12578         * gst-libs/gst/video/video.vcproj:
12579         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12580           fixes for build problems
12581
12582 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12583
12584         * gst-libs/gst/audio/audio.def:
12585         * gst-libs/gst/audio/riff.def:
12586           add some definitions needed by plugins
12587
12588 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12589
12590         * gst/asfdemux/gstasfmux.c
12591           Fix some 64 bits constants to be glib friendly
12592
12593 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12594
12595         * gst/ac3parse/gstac3parse.c
12596         * gst/audioscale/gstaudioscale.c
12597         * gst/auparse/gstauparse.c
12598         * gst/colorspace/gstcolorspace.c
12599         * gst/colorspace/yuv2rgb.h
12600           local include fixes
12601
12602 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12603
12604         * win32/gst.sln
12605           add more plugins to the build
12606
12607 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12608
12609         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12610         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12611
12612 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12613
12614         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12615         (gst_level_set_property), (gst_level_get_property),
12616         (gst_level_base_init), (gst_level_class_init):
12617           add debugging categories.  cleanups.
12618
12619 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12620
12621         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12622         (gst_videoscale_planar411), (gst_videoscale_planar400),
12623         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12624         (gst_videoscale_scale_nearest_str1),
12625         (gst_videoscale_scale_nearest_str2),
12626         (gst_videoscale_scale_nearest_str4),
12627         (gst_videoscale_scale_nearest_16bit),
12628         (gst_videoscale_scale_nearest_24bit):
12629           fixed stride issues
12630           tested with 320x240 -> 321, 322, 324 x240
12631           tested with YV12, I420, YUY2, UYVY
12632           fixed packed422rev (don't think it could have worked before)
12633           by testing with UYVY
12634
12635 2004-07-26  Benjamin Otte  <otte@gnome.org>
12636
12637         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12638         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12639         (plugin_init):
12640           add debugging category, add error checks like checking return values
12641           of setup calls, make sure it still works after
12642           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12643
12644 2004-07-26  Wim Taymans  <wim@fluendo.com>
12645
12646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12647         (gst_mpeg_demux_get_audio_stream),
12648         (gst_mpeg_demux_process_private):
12649         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12650         Check for error codes from the negotiation functions. Make sure
12651         we really set the pad caps when a new pad is created.
12652
12653 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12654
12655         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12656         (gst_ffmpeg_caps_to_pix_fmt):
12657         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12658         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12659         (gst_ffmpegcolorspace_pad_link):
12660           don't make function do two things at the same time without reason.
12661
12662 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12663
12664         * gst/ac3parse/ac3parse.vcproj
12665         * gst/adder/adder.vcproj
12666         * gst/alpha/alpha.vcproj
12667         * gst/alpha/alphacolor.vcproj
12668         * gst/asfdemux/asf.vcproj
12669         * gst/audioconvert/audioconvert.vcproj
12670         * gst/audiorate/audiorate.vcproj
12671         * gst/audioscale/audioscale.vcproj
12672         * gst/auparse/auparse.vcproj
12673         * gst/avi/avi.vcproj
12674         * gst/cdxaparse/cdxaparse.vcproj
12675         * gst/chart/chart.vcproj
12676         * gst/colorspace/colorspace.vcproj
12677         * gst/cutter/cutter.vcproj
12678         * gst/debug/debug.vcproj
12679         * gst/debug/efence.vcproj
12680         * gst/debug/navigationtest.vcproj
12681         * gst/deinterlace/deinterlace.vcproj
12682         * gst/effectv/effectv.vcproj
12683         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12684         * gst/filter/filter.vcproj
12685         * gst/flx/flxdec.vcproj
12686         * gst/goom/goom.vcproj
12687         * gst/interleave/interleave.vcproj
12688         * gst/law/alaw.vcproj
12689         * gst/law/mulaw.vcproj
12690         * gst/matroska/matroska.vcproj
12691         * gst/median/median.vcproj
12692         * gst/mixmatrix/mixmatrix.vcproj
12693         * gst/mpeg1sys/mpeg1systemencode.vcproj
12694         * gst/mpeg1videoparse/mp1videoparse.vcproj
12695         * gst/mpeg2sub/mpeg2subt.vcproj
12696         * gst/mpegaudio/mpegaudio.vcproj
12697         * gst/mpegaudioparse/mpegaudioparse.vcproj
12698         * gst/mpegstream/mpegstream.vcproj
12699         * gst/multifilesink/multifilesink.vcproj
12700         * gst/multipart/multipart.vcproj
12701         * gst/oneton/oneton.vcproj
12702         * gst/overlay/overlay.vcproj
12703         * gst/passthrough/passthrough.vcproj
12704         * gst/qtdemux/qtdemux.vcproj
12705         * gst/realmedia/rmdemux.vcproj
12706         * gst/rtjpeg/rtjpeg.vcproj
12707         * gst/rtp/rtp.vcproj
12708         * gst/silence/silence.vcproj
12709         * gst/sine/sinesrc.vcproj
12710         * gst/smooth/smooth.vcproj
12711         * gst/smpte/smpte.vcproj
12712         * gst/spectrum/spectrum.vcproj
12713         * gst/speed/speed.vcproj
12714         * gst/stereo/stereo.vcproj
12715         * gst/switch/switch.vcproj
12716         * gst/tags/tagedit.vcproj
12717         * gst/tcp/tcp.vcproj
12718         * gst/typefind/typefindfunctions.vcproj
12719         * gst/udp/udp.vcproj
12720         * gst/videobox/videobox.vcproj
12721         * gst/videocrop/videocrop.vcproj
12722         * gst/videodrop/videodrop.vcproj
12723         * gst/videofilter/gamma.vcproj
12724         * gst/videofilter/videobalance.vcproj
12725         * gst/videofilter/videofilter.vcproj
12726         * gst/videofilter/videoflip.vcproj
12727         * gst/videoflip/videoflip.vcproj
12728         * gst/videomixer/videomixer.vcproj
12729         * gst/videorate/videorate.vcproj
12730         * gst/videoscale/videoscale.vcproj
12731         * gst/videotestsrc/videotestsrc.vcproj
12732         * gst/virtualdub/virtualdub.vcproj
12733         * gst/volenv/volenv.vcproj
12734         * gst/volume/volume.vcproj
12735         * gst/wavenc/wavenc.vcproj
12736         * gst/wavparse/wavparse.vcproj
12737         * gst/y4m/y4menc.vcproj
12738           more plugins supported under windows
12739
12740 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12741
12742         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12743         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12744         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12746         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12747           Add debugging statements.  Use the sizes as returned by the
12748           *CreateImage calls.
12749
12750 2004-07-26  Johan Dahlin  <johan@gnome.org>
12751
12752         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12753         the pad is negotiated.
12754
12755         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12756
12757 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12758
12759         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12760         * gst-libs/gst/idct/idct.vcproj:
12761         * gst-libs/gst/media-info/media-info.vcproj:
12762         * gst-libs/gst/mixer/mixer.vcproj:
12763         * gst-libs/gst/navigation/navigation.vcproj:
12764         * gst-libs/gst/play/play.vcproj:
12765         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12766         * gst-libs/gst/resample/resample.vcproj:
12767         * gst-libs/gst/tuner/tuner.vcproj:
12768         * gst-libs/gst/video/video.vcproj:
12769         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12770           more plugins supported under windows
12771
12772 2004-07-25 Iain <iain@prettypeople.org>
12773
12774         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12775         pad now rather than when the pad is created because state changes wipe
12776         explicit caps (fixes #148043).
12777
12778 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12779
12780         reviewed by Benjamin Otte  <otte@gnome.org>
12781
12782         * ext/mad/gstmad.c:
12783           fix mad plugin crashing on Sun (fixes #148289)
12784
12785 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12786
12787         * gst/avi/avi.def:
12788         * gst/avi/avi.vcproj:
12789         * gst/matroska/matroska.def:
12790         * gst/matroska/matroska.vcproj:
12791           remove unused .def files
12792
12793 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12794
12795         * gst-libs/gst/audio/gstaudiofilter.c:
12796           Clean the local include
12797
12798 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12799
12800         * win32/gst.sln:
12801         * gst-libs/gst/audio/audio.def:
12802         * gst-libs/gst/audio/audio.vcproj:
12803         * gst-libs/gst/audio/audiofilter.vcproj:
12804         * gst-libs/gst/audio/riff.def:
12805         * gst-libs/gst/audio/riff.vcproj:
12806         * gst-libs/gst/gst-libs.def:
12807         * gst-libs/gst/gst-libs.vcproj:
12808         * gst/avi/avi.vcproj:
12809         * gst/avi/avi.vcproj:
12810           Copy the files where needed after building, cleaner projects
12811
12812 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12813
12814         * gst/matroska/ebml-write.c:
12815           Fix some 64 bits constants to be glib friendly
12816
12817 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12818
12819         * win32/gst.sln:
12820         * gst-libs/gst/gst-libs.def:
12821         * gst-libs/gst/gst-libs.vcproj:
12822         * gst/matroska/matroska.def:
12823         * gst/matroska/matroska.vcproj:
12824           Add the preliminary canvas to build plugins on Win32
12825
12826 2004-07-23  Benjamin Otte  <otte@gnome.org>
12827
12828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12829           don't enfore negotiation from source side, it breaks
12830           sinesrc ! audioconvert ! osssink
12831
12832 2004-07-22  David Schleef  <ds@schleef.org>
12833
12834         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12835         for ELF files, since they can easily be recognized as audio/mpeg.
12836         (bug #147441)
12837
12838 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12839
12840         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12841         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12842         (gst_videoscale_scale_nearest_24bit),
12843         (gst_videoscale_scale_nearest_16bit):
12844           fix 16bit and 24bit for stride (24bit might need testing)
12845           don't pretend we do more than one algorithm
12846
12847 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12848
12849         * configure.ac:
12850         * gst/Makefile.am:
12851         * gst/multifilesink/Makefile.am:
12852         * gst/multifilesink/gstmultifilesink.c:
12853         (gst_multifilesink_get_formats),
12854         (gst_multifilesink_get_query_types), (_do_init),
12855         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12856         (gst_multifilesink_init), (gst_multifilesink_dispose),
12857         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12858         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12859         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12860         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12861         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12862         (gst_multifilesink_uri_get_type),
12863         (gst_multifilesink_uri_get_protocols),
12864         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12865         (gst_multifilesink_uri_handler_init), (plugin_init):
12866         * gst/multifilesink/gstmultifilesink.h:
12867         * testsuite/Makefile.am:
12868         * testsuite/multifilesink/Makefile.am:
12869         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12870         (gst_newmedia_class_init), (gst_newmedia_init),
12871         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12872         (newfile_signal), (test_signal), (main):
12873         multifilesink plugin for creating new files every time a new media
12874         discontinuity event occurs
12875
12876 2004-07-22  Wim Taymans  <wim@fluendo.com>
12877
12878         * gst/alpha/Makefile.am:
12879         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12880         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12881         (gst_alpha_color_init), (gst_alpha_color_set_property),
12882         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12883         (transform), (gst_alpha_color_chain),
12884         (gst_alpha_color_change_state), (plugin_init):
12885         Stupid plugin to to RGBA to AYUV conversion because none of
12886         the colorspace plugins can handle that yet.
12887
12888 2004-07-22  Wim Taymans  <wim@fluendo.com>
12889
12890         * examples/seeking/seek.c: (update_scale), (main):
12891         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12892         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12893         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12894         (gst_decode_bin_init), (gst_decode_bin_dispose),
12895         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12896         (no_more_pads), (close_link), (type_found),
12897         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12898         (plugin_init):
12899         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12900         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12901         (gst_play_base_bin_dispose), (queue_overrun),
12902         (gen_preroll_element), (remove_prerolls), (unknown_type),
12903         (no_more_pads), (new_stream), (setup_source),
12904         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12905         (play_base_eos), (gst_play_base_bin_change_state),
12906         (gst_play_base_bin_add_element),
12907         (gst_play_base_bin_remove_element),
12908         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12909         (gst_play_base_bin_unlink_stream),
12910         (gst_play_base_bin_get_streaminfo):
12911         * gst/playback/gstplaybin.c: (gen_video_element),
12912         (gen_audio_element):
12913         * gst/playback/gststreaminfo.h:
12914         More playback updates, attempt to fix things after the state change
12915         breakage.
12916
12917 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12918
12919         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12920         (gst_videoscale_scale_nearest_16bit):
12921           comment algorithm
12922
12923 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12924
12925         * gst/videotestsrc/gstvideotestsrc.c:
12926         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12927         (gst_videotestsrc_init), (gst_videotestsrc_get),
12928         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12929         (gst_videotestsrc_get_property):
12930         * gst/videotestsrc/gstvideotestsrc.h:
12931         * gst/videotestsrc/videotestsrc.c:
12932         * gst/videotestsrc/videotestsrc.h:
12933           cleanup and commenting
12934
12935 2004-07-21  Wim Taymans  <wim@fluendo.com>
12936
12937         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12938         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12939         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12940         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12941         (_find_chain_get_unknown_part), (_find_streams_check),
12942         (gst_ogg_demux_push), (gst_ogg_pad_push):
12943         * ext/theora/theoradec.c: (theora_get_formats),
12944         (theora_dec_src_convert), (theora_dec_sink_convert),
12945         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12946         (theora_dec_chain):
12947         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12948         (vorbis_dec_convert), (vorbis_dec_src_query),
12949         (vorbis_dec_src_event), (vorbis_dec_event):
12950         More seeking fixes, oggdemux now supports seeking to time and
12951         uses the downstream element to convert granulepos to time.
12952         Seeking in theora-only ogg files now works.
12953
12954 2004-07-21  Wim Taymans  <wim@fluendo.com>
12955
12956         * ext/theora/theoradec.c: (gst_theora_dec_init),
12957         (theora_get_formats), (theora_get_event_masks),
12958         (theora_get_query_types), (theora_dec_src_convert),
12959         (theora_dec_sink_convert), (theora_dec_src_query),
12960         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12961         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12962         (vorbis_get_event_masks), (vorbis_get_query_types),
12963         (gst_vorbis_dec_init), (vorbis_dec_convert),
12964         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12965         Added query/convert/formats functions to vorbis and theora decoders
12966         so that the outside world can use them too. Fixed seeking on an
12967         ogg/theora/vorbis file by disabling the seeking seeking on the
12968         theora srcpad.
12969
12970 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12971
12972         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12973         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12974         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12975         images creation for both elements. We don't create the image on caps
12976         nego or renego, we just destroy the internal one if present if it does
12977         not match the needs. The chain function takes care of creating a new
12978         image when needed.
12979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12980         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12981         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12982         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12983         the image format information. The buffer pool checks for the context
12984         image format and discard images with different formats.
12985         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12986
12987 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12988
12989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12990         (gst_ffmpegcolorspace_chain):
12991           no point in doing any chaining if the pad we want to push from
12992           isn't usable.
12993
12994 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12995
12996         * gst-libs/gst/riff/riff-media.c:
12997         (gst_riff_create_audio_caps_with_data):
12998           Fix double end-to-native symbol conversion (#148021).
12999
13000 2004-07-20  David Schleef  <ds@schleef.org>
13001
13002         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13003         Don't use an Atom that doesn't exist.
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_get_stats),
13009         (gst_multifdsink_client_remove),
13010         (gst_multifdsink_handle_client_write),
13011         (gst_multifdsink_queue_buffer):
13012         * gst/tcp/gstmultifdsink.h:
13013         More multifdsink stats. Avoid deadlock by releasing locks
13014         before sending out a signal.
13015
13016 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13017
13018         * po/LINGUAS:
13019         * po/hu.po:
13020           added Hungarian translation (Laszlo Dvornik)
13021
13022 2004-07-20  Wim Taymans  <wim@fluendo.com>
13023
13024         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13025         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13026         (gst_multifdsink_handle_client_write),
13027         (gst_multifdsink_queue_buffer):
13028         * gst/tcp/gsttcp-marshal.list:
13029         Fixed the stupid marshal definition.
13030
13031 2004-07-20  Wim Taymans  <wim@fluendo.com>
13032
13033         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13034         (gst_multifdsink_init), (gst_multifdsink_add),
13035         (gst_multifdsink_client_remove),
13036         (gst_multifdsink_handle_client_write),
13037         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13038         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13039         (gst_multifdsink_init_send):
13040         * gst/tcp/gstmultifdsink.h:
13041         Added more stats, added timeout for a client, fixed some typos
13042         and added some comments.
13043
13044 2004-07-20  Wim Taymans  <wim@fluendo.com>
13045
13046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13047         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13048         (gst_multifdsink_client_remove),
13049         (gst_multifdsink_handle_client_write):
13050         * gst/tcp/gstmultifdsink.h:
13051         * gst/tcp/gsttcp-marshal.list:
13052         Added get_stats method that returns a GValueArray of
13053         stats values.
13054
13055 2004-07-19  Benjamin Otte  <otte@gnome.org>
13056
13057         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13058           make sure longname, description and author are valid UTF-8
13059
13060 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13061
13062         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13063         (gst_ximagesink_set_property):
13064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13065         (gst_xvimagesink_set_property):
13066           make sure SYNCHRONOUS is respected after getting the X context
13067
13068 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13069
13070         * gst/matroska/matroska-demux.c:
13071         (gst_matroska_demux_handle_src_event),
13072         (gst_matroska_demux_parse_blockgroup):
13073         * gst/matroska/matroska-ids.h:
13074           add BlockReference tag and ignore it to clear out log.
13075           ignore NAVIGATION events to clear out log.
13076
13077 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13078
13079         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13080         (gst_matroska_demux_add_stream):
13081         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13082           add debug categories
13083
13084 2004-07-16  Wim Taymans  <wim@fluendo.com>
13085
13086         * ext/libpng/Makefile.am:
13087         * ext/libpng/gstpng.c: (plugin_init):
13088         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13089         (gst_pngdec_get_type), (gst_pngdec_base_init),
13090         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13091         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13092         * ext/libpng/gstpngdec.h:
13093         Added png decoder.
13094
13095 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13096
13097         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13098         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13099         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13100         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13101         (gst_ximagesink_buffer_alloc):
13102         * sys/ximage/ximagesink.h:
13103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13104         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13105         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13106         (gst_xvimagesink_buffer_alloc):
13107         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13108         again. Using internal data pointer of the x(v)image to store image's
13109         data to be coherent with the buffer alloc mechanism. Investigated the
13110         image destruction code to be sure that everything gets freed correctly.
13111
13112 2004-07-16  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst-libs/gst/riff/riff-read.c:
13115         (gst_riff_read_strf_vids_with_data),
13116         (gst_riff_read_strf_auds_with_data):
13117         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13118         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13119         Make sure we don't create 0 sized subbuffers in riff-read.
13120         Signal the no more pads signal after reading the avi header.
13121
13122 2004-07-16  Wim Taymans  <wim@fluendo.com>
13123
13124         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13125         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13126         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13127         (gst_decode_bin_init), (gst_decode_bin_dispose),
13128         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13129         (no_more_pads), (close_link), (type_found),
13130         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13131         (gst_decode_bin_change_state), (plugin_init):
13132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13133         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13134         (gst_play_base_bin_dispose), (queue_overrun),
13135         (gen_preroll_element), (remove_prerolls), (unknown_type),
13136         (no_more_pads), (new_stream), (setup_source),
13137         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13138         (play_base_eos), (gst_play_base_bin_change_state),
13139         (gst_play_base_bin_add_element),
13140         (gst_play_base_bin_remove_element),
13141         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13142         (gst_play_base_bin_unlink_stream),
13143         (gst_play_base_bin_get_streaminfo):
13144         * gst/playback/gstplaybasebin.h:
13145         Better error recovery. Added configurable preroll queue size. Faster
13146         detection of no-more-pads.
13147
13148 2004-07-16  Wim Taymans  <wim@fluendo.com>
13149
13150         * gst-libs/gst/video/video.h:
13151         Added 32 bits RGBA. Not sure if we should use another mime-type
13152         for alpha rgb. Currently the presence of the alpha_mask property
13153         signals an alpha channel.
13154
13155 2004-07-16  Wim Taymans  <wim@fluendo.com>
13156
13157         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13159         FPS seems to be 0.0 to MAX everywhere else.
13160
13161 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13162
13163         * gst-libs/gst/riff/riff-media.c:
13164         (gst_riff_create_video_caps_with_data):
13165           mp42/mp43 (no caps) exist too.
13166         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13167           Set pixel_width/height; we've got them in-caps.
13168         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13169         * gst/wavparse/gstwavparse.c: (plugin_init):
13170           Both are valid primary.
13171         * sys/oss/gstossmixer.c:
13172           Remove i18n hack and enable translations.
13173
13174 2004-07-15  Benjamin Otte  <otte@gnome.org>
13175
13176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13177         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13178           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13179
13180 2004-07-15  Benjamin Otte  <otte@gnome.org>
13181
13182         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13183         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13184         (gst_alsa_close_audio):
13185           disable some of the debugging code for now. Writing debugging to a
13186           buffer is broken in current alsalib releases.
13187
13188 2004-07-12  Benjamin Otte  <otte@gnome.org>
13189
13190         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13191           use bufferpools
13192
13193 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13194
13195         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13196         (theora_dec_src_query), (theora_dec_event):
13197         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13198           add debugging categories.  Remove \n's.
13199
13200 2004-07-13  Johan Dahlin  <johan@gnome.org>
13201
13202         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13203         (gst_play_bin_get_property): Impl.
13204
13205 2004-07-13  Wim Taymans  <wim@fluendo.com>
13206
13207         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13208         When trying to find the stream length, seek back N pages
13209         instead of just one, where N is the number of streams in
13210         the current chain.
13211
13212 2004-07-13  Wim Taymans  <wim@fluendo.com>
13213
13214         * gst-libs/gst/riff/riff-media.c:
13215         (gst_riff_create_audio_caps_with_data),
13216         (gst_riff_create_audio_caps),
13217         (gst_riff_create_audio_template_caps):
13218         * gst-libs/gst/riff/riff-media.h:
13219         * gst-libs/gst/riff/riff-read.c:
13220         (gst_riff_read_strf_vids_with_data),
13221         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13222         * gst-libs/gst/riff/riff-read.h:
13223         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13224         (gst_avi_demux_add_stream):
13225         Set codec_data on caps for avidemuxer.
13226
13227 2004-07-12  David Schleef  <ds@schleef.org>
13228
13229         * configure.ac: Fix test for Objective C
13230
13231 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13232         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13233         (gst_gdk_pixbuf_chain):
13234           Add svg and pcx to template caps, and ensure that getcaps returns a
13235           subset of the template caps.
13236           Copy each row manually for output, as gdkpixbuf may pad the
13237           rowstride to a 32-bit word boundary.
13238
13239 2004-07-12  Wim Taymans  <wim@fluendo.com>
13240
13241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13242         (gst_riff_create_video_template_caps):
13243         Fix the template caps to include some more media types.
13244
13245 2004-07-12  Wim Taymans  <wim@fluendo.com>
13246
13247         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13248         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13249         (compare_ranks), (print_feature), (gst_decode_bin_init),
13250         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13251         (try_to_link_1), (new_pad), (close_link), (type_found),
13252         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13253         (gst_decode_bin_change_state), (plugin_init):
13254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13255         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13256         (gst_play_base_bin_dispose), (queue_overrun),
13257         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13258         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13259         (gst_play_base_bin_get_property), (play_base_eos),
13260         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13261         (gst_play_base_bin_remove_element),
13262         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13263         (gst_play_base_bin_unlink_stream),
13264         (gst_play_base_bin_get_streaminfo):
13265         * gst/playback/gstplaybasebin.h:
13266         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13267         (gst_play_bin_class_init), (gst_play_bin_init),
13268         (gst_play_bin_dispose), (gst_play_bin_set_property),
13269         (gst_play_bin_get_property), (gen_video_element),
13270         (gen_audio_element), (remove_sinks), (setup_sinks),
13271         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13272         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13273         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13274         (gst_play_bin_query), (plugin_init):
13275         * gst/playback/test4.c: (main):
13276         More fixes on reusing of the element.
13277
13278 2004-07-11  Benjamin Otte  <otte@gnome.org>
13279
13280         * ext/mad/gstmad.c: (normal_seek):
13281           allow seeking for other methods than just SET
13282
13283 2004-07-11  Andy Wingo  <wingo@pobox.com>
13284
13285         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13286         float, "any" caps -> buffer_frames=[0,MAX].
13287
13288         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13289         doesn't intersect our caps with the template any more. Do it
13290         ourselves.
13291         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13292
13293 2004-07-09  Wim Taymans  <wim@fluendo.com>
13294
13295         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13296         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13297         (compare_ranks), (print_feature), (gst_decode_bin_init),
13298         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13299         (try_to_link_1), (new_pad), (close_link), (type_found),
13300         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13301         (gst_decode_bin_change_state), (plugin_init):
13302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13303         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13304         (gst_play_base_bin_dispose), (queue_overrun),
13305         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13306         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13307         (gst_play_base_bin_get_property), (play_base_eos),
13308         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13309         (gst_play_base_bin_remove_element),
13310         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13311         (gst_play_base_bin_unlink_stream),
13312         (gst_play_base_bin_get_streaminfo):
13313         * gst/playback/gstplaybasebin.h:
13314         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13315         (gst_play_bin_class_init), (gst_play_bin_init),
13316         (gst_play_bin_dispose), (gst_play_bin_set_property),
13317         (gst_play_bin_get_property), (gen_video_element),
13318         (gen_audio_element), (remove_sinks), (setup_sinks),
13319         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13320         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13321         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13322         (gst_play_bin_query), (plugin_init):
13323         * gst/playback/test4.c: (main):
13324         Work on object reuse and seeking.
13325
13326 2004-07-09  Wim Taymans  <wim@fluendo.com>
13327
13328         * examples/seeking/seek.c: (iterate):
13329         Don't consume all CPU in the idle loop.
13330
13331 2004-07-09  Wim Taymans  <wim@fluendo.com>
13332
13333         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13334         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13335         Add pad to element *after* setting the pad functions so that
13336         the scheduler can use the correct ones.
13337
13338 2004-07-09  Wim Taymans  <wim@fluendo.com>
13339
13340         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13341         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13342         Sync to keyframe after seek
13343
13344 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13345
13346         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13347         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13348         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13349         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13350         * ext/libvisual/visual.c: (gst_visual_change_state):
13351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13352         * ext/theora/theoradec.c: (theora_dec_change_state):
13353         * ext/theora/theoraenc.c: (theora_enc_change_state):
13354         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13355         * gst-libs/gst/navigation/navigation.c:
13356         * gst/adder/gstadder.c: (gst_adder_change_state):
13357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13358         (gst_audio_convert_get_buffer):
13359         * gst/multipart/multipartdemux.c:
13360         (gst_multipart_demux_change_state):
13361         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13363         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13364         * gst/videoscale/gstvideoscale.c:
13365         (gst_videoscale_handle_src_event):
13366         * gst/volume/gstvolume.c: (volume_chain_int16):
13367           don't assert in state change, this should be done by the base
13368           GstElement class.
13369           various debugging fixes.
13370
13371 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13372
13373         * configure.ac:
13374         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13375         (gst_play_dispose), (gst_play_set_location),
13376         (gst_play_set_data_src), (gst_play_set_video_sink),
13377         (gst_play_set_audio_sink), (gst_play_set_visualization),
13378         (gst_play_connect_visualization), (gst_play_get_sink_element),
13379         (gst_play_get_all_by_interface):
13380         * gst-libs/gst/play/play.h:
13381           add new method to get elements implementing an interface.
13382           add various error logging
13383
13384 2004-07-08  Wim Taymans  <wim@fluendo.com>
13385
13386         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13387         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13388         (make_playerbin_pipeline), (query_durations_elems),
13389         (query_durations_pads), (query_positions_elems),
13390         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13391         (main):
13392         Added playbin seeking example.
13393
13394 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13395
13396         * gst-libs/gst/play/play.c: (gst_play_set_location),
13397         (gst_play_set_data_src), (gst_play_set_video_sink),
13398         (gst_play_set_audio_sink), (gst_play_set_visualization),
13399         (gst_play_connect_visualization), (gst_play_get_framerate):
13400           use a macro to look up elements from hash table
13401
13402 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13403
13404         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13405         (gst_play_get_length_callback), (gst_play_set_location),
13406         (gst_play_seek_to_time), (gst_play_set_data_src),
13407         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13408         (gst_play_set_visualization), (gst_play_connect_visualization),
13409         (gst_play_get_sink_element):
13410         - add debugging info
13411         - fix looking up sink elements by iterating over complete caps
13412         - put everything except for source and autoplugger in a complete bin
13413
13414 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13415
13416         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13417         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13418         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13419         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13420         * ext/alsa/gstalsasink.h:
13421         - add debugging info
13422         - clean up schizophrenia of data/buffer/event
13423         - fix double event unref error
13424
13425 2004-07-08  Wim Taymans  <wim@fluendo.com>
13426
13427         * gst/playback/Makefile.am:
13428         Add headers to noinst
13429
13430 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13431
13432         * tools/gst-launch-ext-m.m:
13433         * tools/gst-launch-ext.1.in:
13434           convert to the third millenium
13435
13436 2004-07-07  David Schleef  <ds@schleef.org>
13437
13438         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13439
13440 2004-07-07  Wim Taymans  <wim@fluendo.com>
13441
13442         * gst/playback/Makefile.am:
13443         * gst/playback/README:
13444         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13445         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13446         (compare_ranks), (print_feature), (gst_decode_bin_init),
13447         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13448         (try_to_link_1), (new_pad), (close_link), (type_found),
13449         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13450         (plugin_init):
13451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13452         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13453         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13454         (gen_preroll_element), (no_more_pads), (new_stream),
13455         (setup_source), (gst_play_base_bin_set_property),
13456         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13457         (gst_play_base_bin_add_element),
13458         (gst_play_base_bin_remove_element),
13459         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13460         (gst_play_base_bin_unlink_stream),
13461         (gst_play_base_bin_get_streaminfo):
13462         * gst/playback/gstplaybasebin.h:
13463         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13464         (gst_play_bin_class_init), (gst_play_bin_init),
13465         (gst_play_bin_dispose), (gst_play_bin_set_property),
13466         (gst_play_bin_get_property), (gen_video_element),
13467         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13468         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13469         (gst_play_bin_get_formats), (gst_play_bin_convert),
13470         (gst_play_bin_get_query_types), (gst_play_bin_query),
13471         (plugin_init):
13472         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13473         (gst_stream_info_get_type), (gst_stream_info_class_init),
13474         (gst_stream_info_init), (gst_stream_info_new),
13475         (gst_stream_info_dispose), (gst_stream_info_set_property),
13476         (gst_stream_info_get_property):
13477         * gst/playback/gststreaminfo.h:
13478         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13479         (main):
13480         * gst/playback/test2.c: (main):
13481         * gst/playback/test3.c: (update_scale), (main):
13482         More playbin fixes. Added README. Do better element filtering.
13483         Added base class to preroll media. Added test apps.
13484
13485 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13486
13487         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13488         * ext/mpeg2dec/gstmpeg2dec.h:
13489           various debugging improvements.  Reset stream to next picture
13490           instead of sequence header, otherwise seeks cannot work.
13491
13492 2004-07-07  Wim Taymans  <wim@fluendo.com>
13493
13494         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13495         (gst_video_box_class_init), (gst_video_box_set_property),
13496         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13497         Use pad_alloc where possible.
13498
13499 2004-07-07  Wim Taymans  <wim@fluendo.com>
13500
13501         * sys/oss/gstosselement.c: (gst_osselement_reset),
13502         (gst_osselement_parse_caps):
13503         * sys/oss/gstosselement.h:
13504         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13505         Fix offset on osssrc.
13506
13507 2004-07-07  Wim Taymans  <wim@fluendo.com>
13508
13509         * ext/theora/theora.c: (plugin_init):
13510         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13511         (theora_dec_src_query), (theora_dec_chain):
13512         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13513         (theora_enc_sink_link), (theora_buffer_from_packet),
13514         (theora_push_packet), (theora_enc_chain):
13515         Fix theora granulepos calculation.
13516         Fix overflow in duration/position calculation.
13517         Bump rank to PRIMARY for theoradec.
13518         Use granulepos of last packet to calculate position.
13519         Set keyframe flag on buffers when needed.
13520
13521 2004-07-06  David Schleef  <ds@schleef.org>
13522
13523         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13524         serious?  (Fixed, obviously.)
13525
13526 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13527
13528         * po/LINGUAS:
13529         * po/cs.po:
13530           added Czech translation (Miloslav Trmac)
13531
13532 2004-07-05  Wim Taymans  <wim@fluendo.com>
13533
13534         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13535         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13536         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13537         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13538         (close_link), (type_found), (gst_decode_bin_set_property),
13539         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13540         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13541         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13542         (gst_decode_bin_query), (plugin_init):
13543         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13544         (gst_play_bin_class_init), (gst_play_bin_init),
13545         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13546         (get_video_element), (new_pad), (setup_source),
13547         (gst_play_bin_set_property), (gst_play_bin_get_property),
13548         (gst_play_bin_change_state), (gst_play_bin_add_element),
13549         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13550         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13551         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13552         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13553         * gst/playback/test.c: (main):
13554         More fixes, cleaned up playbin, make it use decodebin. Added
13555         threaded property to playbin.
13556
13557 2004-07-05  Wim Taymans  <wim@fluendo.com>
13558
13559         * configure.ac:
13560         * gst/playback/Makefile.am:
13561         * gst/playback/decodetest.c: (main):
13562         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13563         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13564         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13565         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13566         (close_link), (type_found), (gst_decode_bin_set_property),
13567         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13568         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13569         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13570         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13571         (plugin_init):
13572         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13573         (gst_play_bin_class_init), (gst_play_bin_init),
13574         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13575         (collect_sink_pads), (find_compatibles), (close_pad_link),
13576         (try_to_link_1), (new_pad), (close_link), (type_found),
13577         (setup_source), (gst_play_bin_set_property),
13578         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13579         (compare_ranks), (gst_play_bin_collect_factories),
13580         (gst_play_bin_change_state), (gst_play_bin_add_element),
13581         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13582         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13583         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13584         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13585         * gst/playback/test.c: (main):
13586         Added some playback helper elements and some test apps, very alpha
13587         still.
13588
13589 2004-07-04  Benjamin Otte  <otte@gnome.org>
13590
13591         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13592           only restart audio when we indeed have an xrun to fix repeated
13593           xruns. Fix suggested by Giuliano Pochini.
13594
13595 2004-07-03  David Schleef  <ds@schleef.org>
13596
13597         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13598         call to gst_debug_log() if debugging is disabled (bug #145118)
13599
13600 2004-07-03  Benjamin Otte  <otte@gnome.org>
13601
13602         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13603           use our own functions for restarting the alsa device.
13604         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13605           I should apply patches myself - use MIN for the third argument, not
13606           the second, this fixes seeking
13607
13608 2004-07-02  David Schleef  <ds@schleef.org>
13609
13610         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13611         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13612         do with the logic.
13613
13614 2004-07-02  David Schleef  <ds@schleef.org>
13615
13616         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13617         output buffers.  Fix logic mistake.  (bug #144866)
13618
13619 2004-07-02  David Schleef  <ds@schleef.org>
13620
13621         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13622         on X.  (bug #144753)
13623
13624 2004-07-02  David Schleef  <ds@schleef.org>
13625
13626         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13627         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13628         (bug #144624)
13629         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13630         (gst_osselement_rate_probe_check): Add another workaround for
13631         buggy drivers (bug #145336)
13632
13633 2004-07-02  David Schleef  <ds@schleef.org>
13634
13635         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13636         Most systems don't have MSG_NOSIGNAL.
13637
13638 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13639
13640         * Makefile.am:
13641         * gst-libs/gst/colorbalance/Makefile.am:
13642         * gst-libs/gst/mixer/Makefile.am:
13643         * gst-libs/gst/play/Makefile.am:
13644         * gst-libs/gst/tuner/Makefile.am:
13645           (hopefully) fix both install and dist and make error message useful.
13646           needs testing across automakes.
13647
13648 2004-07-02  Benjamin Otte  <otte@gnome.org>
13649
13650         * ext/ogg/gstogg.c: (plugin_init):
13651           we require bytestream now
13652         * ext/ogg/gstoggdemux.c:
13653           huge diff to implement chain setup in a fast and generic way. This
13654           improves tag reading and startup of huge files (read: Theora videos)
13655           quite a bit. It probably contains bugs, too, so please test.
13656           Seeking is not improved to the fast method.
13657
13658 2004-06-29  Wim Taymans  <wim@fluendo.com>
13659
13660         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13661         * ext/ogg/gstoggmux.c:
13662         Fix memleak in oggdemux when running unconnected pads.
13663         doc update in mux, start working on keyframe mode.
13664
13665 2004-06-29  Benjamin Otte  <otte@gnome.org>
13666
13667         * sys/oss/gstosssink.c:
13668         * sys/oss/gstosssrc.c:
13669           advertise correct template caps - we indeed do non-native endianness
13670           and 8bit audio has no endianness
13671         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13673           avoid (wrong) duplications in getcaps function and return
13674           template caps
13675
13676 2004-06-29  Wim Taymans  <wim@fluendo.com>
13677
13678         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13679         (gst_multifdsink_class_init), (gst_multifdsink_add),
13680         (gst_multifdsink_remove), (gst_multifdsink_clear),
13681         (gst_multifdsink_client_remove),
13682         (gst_multifdsink_handle_client_read),
13683         (gst_multifdsink_client_queue_data),
13684         (gst_multifdsink_client_queue_caps),
13685         (gst_multifdsink_client_queue_buffer),
13686         (gst_multifdsink_handle_client_write),
13687         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13688         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13689         (gst_multifdsink_init_send), (gst_multifdsink_close):
13690         Fix wrong GList iteration that could crash the server when
13691         more then 2 clients disconnect at the same time. Read all the
13692         pending commands in one batch to recover from command storms under
13693         very heavy load.
13694
13695 2004-06-28  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13698         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13699         (gst_videomixer_pad_set_property),
13700         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13701         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13702         (gst_videomixer_class_init), (gst_videomixer_init),
13703         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13704         (pad_zorder_compare), (gst_videomixer_sort_pads),
13705         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13706         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13707         (gst_videomixer_update_queues), (gst_videomixer_loop),
13708         (plugin_init):
13709         Avoid divide by zero, choose masterpad as the pad with the highest
13710         framerate.
13711
13712 2004-06-27  Julien Moutte  <julien@moutte.net>
13713
13714         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13715         (gst_ximagesink_xwindow_new):
13716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13717         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13718         function directly. We might want to call it from somewhere else one day.
13719
13720 2004-06-27  Julien Moutte  <julien@moutte.net>
13721
13722         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13723         (gst_ximagesink_xwindow_new):
13724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13725         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13726         window decorations.
13727
13728 2004-06-27  Wim Taymans  <wim@fluendo.com>
13729
13730         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13731         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13732         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13733         (gst_dvdec_set_property), (gst_dvdec_get_property):
13734         * ext/dv/gstdvdec.h:
13735         Implement drop_factor property to lower the framerate with
13736         a factor.
13737
13738 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13739
13740         * gst-libs/gst/colorbalance/Makefile.am:
13741         * gst-libs/gst/mixer/Makefile.am:
13742         * gst-libs/gst/play/Makefile.am:
13743         * gst-libs/gst/tuner/Makefile.am:
13744           unbreak Company's fix that didn't install the -enum.h files
13745
13746 2004-06-27  Wim Taymans  <wim@fluendo.com>
13747
13748         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13749         (gst_dvdec_change_state):
13750         * ext/dv/gstdvdec.h:
13751         Fix timestamp, duration and offset of the buffers.
13752
13753 2004-06-27  Wim Taymans  <wim@fluendo.com>
13754
13755         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13756         (gst_multifdsink_class_init), (gst_multifdsink_add),
13757         (gst_multifdsink_remove), (gst_multifdsink_clear),
13758         (gst_multifdsink_client_remove),
13759         (gst_multifdsink_handle_client_read),
13760         (gst_multifdsink_client_queue_data),
13761         (gst_multifdsink_client_queue_caps),
13762         (gst_multifdsink_client_queue_buffer),
13763         (gst_multifdsink_handle_client_write),
13764         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13765         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13766         (gst_multifdsink_init_send), (gst_multifdsink_close):
13767         * gst/tcp/gstmultifdsink.h:
13768         * gst/tcp/gsttcpserversink.c:
13769         (gst_tcpserversink_handle_server_read),
13770         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13771         More multifdsink fixes, more recovery policy fixes.
13772         Removed stupid g_print
13773
13774 2004-06-26  Wim Taymans  <wim@fluendo.com>
13775
13776         * gst/tcp/Makefile.am:
13777         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13778         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13779         (gst_multifdsink_class_init), (gst_multifdsink_init),
13780         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13781         (gst_multifdsink_handle_client_read),
13782         (gst_multifdsink_client_queue_data),
13783         (gst_multifdsink_client_queue_caps),
13784         (gst_multifdsink_client_queue_buffer),
13785         (gst_multifdsink_handle_client_write),
13786         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13787         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13788         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13789         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13790         (gst_multifdsink_close), (gst_multifdsink_change_state):
13791         * gst/tcp/gstmultifdsink.h:
13792         * gst/tcp/gsttcpplugin.c: (plugin_init):
13793         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13794         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13795         (gst_tcpserversink_handle_server_read),
13796         (gst_tcpserversink_handle_select),
13797         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13798         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13799         * gst/tcp/gsttcpserversink.h:
13800         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13801         one of the locks, added recovery policy to multifdsink.
13802
13803 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13804
13805         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13806           fix decision for when getting frames with same timestamp
13807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13808         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13809         (gst_v4lsrc_get_property):
13810         * sys/v4l/gstv4lsrc.h:
13811           add latency offset property
13812
13813 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13814
13815         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13816         (plugin_init):
13817           fix debugging. add category.
13818
13819 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13820
13821         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13822           fix wrong offsets
13823
13824 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13825
13826         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13827         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13828         (gst_alsa_src_change_state):
13829           return a time that is in sync with the element's processing
13830
13831 2004-06-25  Wim Taymans  <wim@fluendo.com>
13832
13833         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13834         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13835         (gst_tcpserversink_client_remove),
13836         (gst_tcpserversink_handle_client_read),
13837         (gst_tcpserversink_client_queue_data),
13838         (gst_tcpserversink_client_queue_caps),
13839         (gst_tcpserversink_client_queue_buffer),
13840         (gst_tcpserversink_handle_client_write),
13841         (gst_tcpserversink_queue_buffer),
13842         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13843         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13844         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13845         (gst_tcpserversink_close):
13846         * gst/tcp/gsttcpserversink.h:
13847         Serversink rewrite. Really do non blocking writes to clients and
13848         maintain an internal queue to handle slower clients while not
13849         disturbing fast clients.
13850
13851 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13852
13853         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13854           better debug, don't override OFFSET and OFFSET_END
13855
13856 2004-06-25  Iain <iain@prettypeople.org>
13857
13858         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13859         name=source for the wavparse pipeline.
13860
13861 2004-06-24  Johan Dahlin  <johan@gnome.org>
13862
13863         * ext/theora/theoraenc.c (theora_enc_chain): Call
13864         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13865         streamheader caps are set correctly.
13866
13867 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13868
13869         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13870         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13871           respect minimum bitrate; same could be done for max bitrate
13872
13873 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13874
13875         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13876         (gst_vorbisenc_setup):
13877           fix sample rate range
13878
13879 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13880
13881         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13882         (gst_oggvorbisenc_setup):
13883         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13884         (gst_vorbisenc_setup):
13885           resolve ambiguities in code and description
13886
13887 2004-06-24  Wim Taymans  <wim@fluendo.com>
13888
13889         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13890         * ext/alsa/gstalsa.h:
13891         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13892         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13893         Use alsa trigger_tstamp to get the timestamp of the first
13894         sample in the buffer for more precise sync. Some cleanups.
13895
13896 2004-06-24  Wim Taymans  <wim@fluendo.com>
13897
13898         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13899         (gst_audiorate_init), (gst_audiorate_chain),
13900         (gst_audiorate_set_property), (gst_audiorate_get_property):
13901         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13902         (gst_videorate_chain):
13903         Added some logging, fixed an overflow bug in videorate.
13904
13905 2004-06-24  Benjamin Otte  <otte@gnome.org>
13906
13907         * ext/kio/Makefile.am:
13908           fix for builddir != srcdir and distcheck
13909
13910 2004-06-24  Benjamin Otte  <otte@gnome.org>
13911
13912         * gst-libs/gst/colorbalance/Makefile.am:
13913         * gst-libs/gst/mixer/Makefile.am:
13914         * gst-libs/gst/play/Makefile.am:
13915         * gst-libs/gst/tuner/Makefile.am:
13916         * gst/tcp/Makefile.am:
13917         * sys/dxr3/Makefile.am:
13918           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13919           tarball.
13920           Also add all *.list files that were missing.
13921         * Makefile.am:
13922           add a distcheck hook to ensure the above doesn't happen again.
13923
13924 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13925
13926         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13927
13928 2004-06-23  Colin Walters  <walters@redhat.com>
13929
13930         * m4/Makefile.am: Distribute gst-fionread.m4.
13931
13932 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13933
13934         * configure.ac: back to dev
13935
13936 2004-06-23  Wim Taymans  <wim@fluendo.com>
13937
13938         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13939         (gst_alsa_xrun_recovery):
13940         * ext/alsa/gstalsa.h:
13941         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13942         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13943         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13944         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13945         (gst_alsa_src_loop):
13946         Add clock to alsasrc. Take new capture timestamp when
13947         restarting after an overrun. Split up some functions between
13948         alsasrc and alsasink.
13949
13950 === release 0.8.2 ===
13951
13952 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13953
13954         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13955         (gst_alsa_change_state), (gst_alsa_update_avail),
13956         (gst_alsa_xrun_recovery):
13957         * ext/alsa/gstalsa.h:
13958         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13959           merge back changes from release
13960
13961 2004-06-23  Wim Taymans  <wim@fluendo.com>
13962
13963         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13964         (gst_audiorate_init), (gst_audiorate_chain),
13965         (gst_audiorate_set_property), (gst_audiorate_get_property):
13966         Implement sample dropping and notify
13967
13968 2004-06-22  Wim Taymans  <wim@fluendo.com>
13969
13970         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13971         (theora_enc_sink_link), (theora_buffer_from_packet),
13972         (theora_push_packet), (theora_enc_chain):
13973         Some cleanups, make sure the timestamps are correct.
13974
13975 2004-06-22  Wim Taymans  <wim@fluendo.com>
13976
13977         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13978         (gst_alsa_change_state), (gst_alsa_update_avail),
13979         (gst_alsa_xrun_recovery):
13980         * ext/alsa/gstalsa.h:
13981         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13982         Cleanups, take queued samples into account when reporting
13983         the time.
13984
13985 2004-06-22  Wim Taymans  <wim@fluendo.com>
13986
13987         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13988         (gst_videorate_init):
13989         Initialize the property as well.
13990
13991 2004-06-22  Wim Taymans  <wim@fluendo.com>
13992
13993         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13994         (gst_videorate_init), (gst_videorate_chain),
13995         (gst_videorate_set_property), (gst_videorate_get_property):
13996         Add property to make videorate silent.
13997         Add property to prefer new frames over old ones.
13998
13999 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14000
14001         * sys/osxvideo/Makefile.am:
14002         Workaround so that the osxvideo .so file gets linked with the
14003         Cocoa, OpenGL and QuickTime frameworks
14004
14005 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14006
14007         * sys/osxaudio/Makefile.am:
14008         Workaround so that the osxaudio .so file gets linked with the
14009         CoreAudio framework
14010
14011 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14012
14013         * configure.ac:
14014         Whoops, my fault...fixed build issues
14015
14016 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14017
14018         * configure.ac:
14019         Add objective-c support if running in Darwin/Mac OS X
14020         * sys/Makefile.am:
14021         * sys/osxvideo:
14022         * sys/osxvideo/Makefile.am:
14023         * sys/osxvideo/osxvideosink.h:
14024         * sys/osxvideo/osxvideosink.m:
14025         * sys/osxvideo/cocoawindow.h:
14026         * sys/osxvideo/cocoawindow.m:
14027         Add osxvideosink, a cocoa-based osx video sink
14028
14029
14030 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14031         * ext/dvdnav/gst-dvd:
14032         Grab the gconf key from the right spot
14033         * gst/debug/gstnavseek.c: (gst_navseek_init),
14034         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14035         (gst_navseek_chain):
14036         * gst/debug/gstnavseek.h:
14037           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14038           and loop parameters of a segment seek.
14039         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14040         (gst_videotestsrc_get_event_masks),
14041         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14042         * gst/videotestsrc/gstvideotestsrc.h:
14043           Add seeking support to videotestsrc
14044           Initialise the timestamp_offset variable.
14045
14046 2004-06-18  Wim Taymans  <wim@fluendo.com>
14047
14048         * ext/sidplay/gstsiddec.cc:
14049         Fix negotiation and set correct end offset.
14050
14051 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14052
14053         * configure.ac: branch and prerelease
14054
14055 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14056
14057         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14058         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14059         (gst_tcpclientsrc_init_receive):
14060         * gst/tcp/gsttcpclientsrc.h:
14061           read caps when connecting to server for GDP so we set them correctly
14062
14063 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14064
14065         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14066           notify drops and duplicates
14067         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14068           no good reason to limit ourselves to 100x100
14069
14070 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14071
14072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14073         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14074         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14075         (gst_v4lsrc_get_property):
14076         * sys/v4l/gstv4lsrc.h:
14077         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14078         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14079         (gst_v4l_set_audio):
14080         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14081         (gst_v4lsrc_try_capture):
14082         * sys/v4l/v4lsrc_calls.h:
14083           change try_palette to more general try_capture
14084           add autoprobe option so we can turn off autoprobing
14085           various fixes
14086
14087 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14088
14089         * configure.ac:
14090           add videorate
14091         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14092         (gst_ximagesink_class_init):
14093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14094         (gst_xvimagesink_class_init):
14095           run them as finalize, not dispose, since dispose can be invoked
14096           multiple times
14097
14098 2004-06-17  Wim Taymans  <wim@fluendo.com>
14099
14100         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14101         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14102         * ext/alsa/gstalsa.h:
14103         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14104         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14105         (gst_alsa_src_change_state):
14106         * ext/alsa/gstalsasrc.h:
14107         Make the xrun code timestamp and offset the buffers correctly.
14108         moved the clock to the base class, use alsa methods to get time.
14109         Do correct timestamping on outgoing buffers.
14110
14111 2004-06-17  Wim Taymans  <wim@fluendo.com>
14112
14113         * gst/audiorate/Makefile.am:
14114         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14115         (gst_audiorate_base_init), (gst_audiorate_class_init),
14116         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14117         (gst_audiorate_set_property), (gst_audiorate_get_property),
14118         (gst_audiorate_change_state), (plugin_init):
14119         Added an audiorate converter that fills in gaps.
14120
14121 2004-06-17  Johan Dahlin  <johan@gnome.org>
14122
14123         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14124
14125 2004-06-16  Wim Taymans  <wim@fluendo.com>
14126
14127         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
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         Added a copy mode to v4lsrc where it will output a copied version
14134         of its internal hardware buffer.
14135         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14136         can't | them.
14137
14138 2004-06-16  Wim Taymans  <wim@fluendo.com>
14139
14140         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14141         Timestamp fixes.
14142
14143 2004-06-16  Wim Taymans  <wim@fluendo.com>
14144
14145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14146         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14147         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14148         (gst_v4lsrc_get_property):
14149         * sys/v4l/gstv4lsrc.h:
14150         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14151         Added a sync mode enum property to control v4lsrc timestamp method
14152         Removed the use-fixed-fps property and moved functionality in
14153         the enum.
14154         Don't error on an error value from v4l-conf, it might not always
14155         be a real error.
14156
14157 2004-06-16  Wim Taymans  <wim@fluendo.com>
14158
14159         * gst/videorate/Makefile.am:
14160         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14161         (gst_videorate_base_init), (gst_videorate_class_init),
14162         (gst_videorate_getcaps), (gst_videorate_link),
14163         (gst_videorate_init), (gst_videorate_chain),
14164         (gst_videorate_set_property), (gst_videorate_get_property),
14165         (gst_videorate_change_state), (plugin_init):
14166         Added a video timestamp corrector.
14167
14168 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14169
14170         fixed a potential leak with previous commit
14171
14172         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14173
14174 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14175
14176         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14177         Added missing refcount, fixes bug #144425
14178         Cheers Tim for finding the bug
14179
14180 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14181
14182         * sys/v4l/gstv4l.c: (plugin_init):
14183         * sys/v4l/gstv4lcolorbalance.c:
14184         * sys/v4l/gstv4lcolorbalance.h:
14185         * sys/v4l/gstv4lelement.c:
14186         * sys/v4l/gstv4lelement.h:
14187         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14188         * sys/v4l/gstv4lmjpegsink.h:
14189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14190         * sys/v4l/gstv4lmjpegsrc.h:
14191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14192         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14193         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14194         * sys/v4l/gstv4lsrc.h:
14195         * sys/v4l/gstv4ltuner.c:
14196         * sys/v4l/gstv4ltuner.h:
14197         * sys/v4l/gstv4lxoverlay.c:
14198         * sys/v4l/gstv4lxoverlay.h:
14199         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14200         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14201         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14202         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14203         (gst_v4l_set_audio):
14204         * sys/v4l/v4l_calls.h:
14205         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14206         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14207         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14208         (gst_v4lmjpegsink_playback_init),
14209         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14210         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14211         (gst_v4lmjpegsink_playback_stop),
14212         (gst_v4lmjpegsink_playback_deinit):
14213         * sys/v4l/v4lmjpegsink_calls.h:
14214         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14215         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14216         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14217         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14218         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14219         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14220         * sys/v4l/v4lmjpegsrc_calls.h:
14221         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14222         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14223         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14224         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14225         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14226         (gst_v4lsrc_try_palette):
14227         * sys/v4l/v4lsrc_calls.h:
14228           bunch of paranoia cleanups
14229
14230 2004-06-14  David Schleef  <ds@schleef.org>
14231
14232         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14233         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14234         Send discont events and change timestamps appropriately when
14235         we get a seek event.  (bug #144240)
14236         * ext/cdparanoia/gstcdparanoia.h:
14237
14238 2004-06-14  Benjamin Otte  <otte@gnome.org>
14239
14240         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14241           snd_pcm_hw_params_set_rate  since the latter fails for no good
14242           reason on some setups.
14243
14244 2004-06-14  David Schleef  <ds@schleef.org>
14245
14246         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14247         standard.  Thank you for playing.
14248
14249 2004-06-14  Wim Taymans  <wim@fluendo.com>
14250
14251         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14252         Patch 1.3 broke the ordering of the colorspace info and
14253         made the plugin basically work by coincidence, reordered
14254         the info.
14255
14256 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14257
14258         * ext/lame/gstlame.c:
14259         * ext/mad/gstmad.c:
14260           sync caps.  Make sure mad can only output a list of rates, not
14261           a full range.  In the future, have three caps lists for each of the
14262           mpeg versions.  Change mpegversion to a double as well.
14263
14264 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14265
14266         * gst/volume/.cvsignore:
14267         * gst/volume/Makefile.am:
14268         * gst/volume/demo.c: (value_changed_callback), (idler),
14269         (setup_gui), (main):
14270           added small demo app
14271
14272 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14273         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14274         * ext/esd/esdsink.h:
14275         Close the esd connection on pause, because esd will just wait -
14276         blocking all other esd clients indefinitely.
14277
14278 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14279
14280         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14281           previous commit with GST_DEBUG
14282
14283 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14284
14285         * configure.ac:
14286           add a header check for a dvdread header in dvdnav.  Fixes #133002
14287
14288 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14289
14290         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14291         * gst/tcp/gsttcpclientsink.h:
14292         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14293         * gst/tcp/gsttcpclientsrc.h:
14294         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14295         (gst_tcpserversink_handle_server_read),
14296         (gst_tcpserversink_init_send):
14297         * gst/tcp/gsttcpserversink.h:
14298         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14299         * gst/tcp/gsttcpserversrc.h:
14300         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14301         version of IP)
14302
14303 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14304
14305         * configure.ac:
14306         Added ogg library so that OSX detects libtheora properly
14307
14308 2004-06-11  Wim Taymans  <wim@fluendo.com>
14309
14310         * ext/theora/theoradec.c: (theora_dec_chain),
14311         (theora_dec_change_state):
14312         Don't try to decode frames before we received a keyframe.
14313
14314 2004-06-11  Wim Taymans  <wim@fluendo.com>
14315
14316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14317         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14318         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14319         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14320         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14321         Added property to set the maximum delay of a page.
14322
14323 2004-06-10  Wim Taymans  <wim@fluendo.com>
14324
14325         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14326         (gst_ogg_mux_init), (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         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14330         Added max-delay property to control the maximum amount
14331         of data to put in one page.
14332
14333 2004-06-10  Wim Taymans  <wim@fluendo.com>
14334
14335         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14336         (gst_theora_enc_init), (theora_enc_sink_link),
14337         (theora_buffer_from_packet), (theora_enc_set_property),
14338         (theora_enc_get_property):
14339         Set duration on encoded buffer, added some more properties
14340
14341 2004-06-10  Wim Taymans  <wim@fluendo.com>
14342
14343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14344         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14345         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14346         * ext/theora/theoraenc.c: (theora_enc_chain):
14347         Fix refcounting bugs
14348
14349 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14350
14351         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14352         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14353         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14354         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14355         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14356         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14357         (gst_asf_demux_change_state):
14358         * gst/asfdemux/gstasfdemux.h:
14359           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14360           feels like. I think we should set a new requirement for demuxers
14361           from now on to implement sane loop functions, data loops, query
14362           and seek functions before first commit into CVS. And this commit
14363           fixes all of the above.
14364
14365 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14366
14367         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14368           vorbis comments are properly encoded in UTF-8 before adding them
14369           to a GstTagList
14370
14371 2004-06-09  Benjamin Otte  <otte@gnome.org>
14372
14373         * ext/alsa/gstalsa.c: (add_channels):
14374           handle min <= max correctly
14375         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14376         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14377           add fixation functions so we fixate correctly. No preferring of alaw
14378           anymore because it's the first structure.
14379         * ext/alsa/gstalsa.h:
14380         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14381         (gst_alsa_hw_params_dump):
14382           add functions to ease debugging in alsalib
14383         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14384         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14385         (gst_alsa_start_audio):
14386           only specify hw params if we really setup a format (fixes #134007 -
14387           or at least works around it)
14388
14389 2004-06-09  Wim Taymans  <wim@fluendo.com>
14390
14391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14392         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14393         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14394         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14395         (gst_ogg_mux_loop):
14396         Use stream caps to setup the initial pages in the ogg stream.
14397         Correctly set the streamheader caps on the srcpad.
14398
14399 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14400
14401         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14402         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14403         (gst_v4lsrc_getcaps):
14404         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14405         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14406           add querying of fps lists for webcams.  Negotiating to a framerate
14407           now works.
14408
14409 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14410
14411         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14412         (theora_push_buffer), (theora_push_packet),
14413         (theora_set_header_on_caps), (theora_enc_chain):
14414           mark buffers and put on streamheader, raw theora streaming
14415           now works too, whee
14416
14417 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14418
14419         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14420         (gst_tcp_gdp_read_caps):
14421           do a looping read for caps and GDP headers too
14422
14423 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14424
14425         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14426         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14427           return EOS instead of NULL in _get
14428
14429 2004-06-08  Wim Taymans  <wim@fluendo.com>
14430
14431         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14432         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14433         (gst_tcp_gdp_write_caps):
14434         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14436         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14437         Memory leak fixes
14438
14439 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * ext/vorbis/Makefile.am:
14442         * ext/vorbis/vorbis.c: (plugin_init):
14443         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14444         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14445         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14446         (vorbis_parse_change_state):
14447         * ext/vorbis/vorbisparse.h:
14448           adding a vorbisparse element that marks the buffers, streaming
14449           raw vorbis using GDP now works, whee
14450
14451 2004-06-08  Wim Taymans  <wim@fluendo.com>
14452
14453         * ext/jpeg/Makefile.am:
14454         * ext/jpeg/README:
14455         * ext/jpeg/gstjpeg.c: (plugin_init):
14456         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14457         (gst_smokedec_base_init), (gst_smokedec_class_init),
14458         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14459         * ext/jpeg/gstsmokedec.h:
14460         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14461         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14462         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14463         (gst_smokeenc_resync), (gst_smokeenc_chain),
14464         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14465         * ext/jpeg/gstsmokeenc.h:
14466         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14467         (smokecodec_flush_destination), (smokecodec_term_destination),
14468         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14469         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14470         (smokecodec_term_source), (smokecodec_encode_new),
14471         (smokecodec_decode_new), (smokecodec_info_free),
14472         (smokecodec_set_quality), (smokecodec_get_quality),
14473         (smokecodec_set_threshold), (smokecodec_get_threshold),
14474         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14475         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14476         (smokecodec_parse_header), (smokecodec_decode):
14477         * ext/jpeg/smokecodec.h:
14478         Added a new simple jpeg based codec
14479
14480 2004-06-08  Wim Taymans  <wim@fluendo.com>
14481
14482         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14483         (gst_multipart_mux_loop):
14484         Fix memory leak
14485
14486 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14487
14488         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14489         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14490         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14491         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14492         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14493         * gst/tcp/gsttcpserversink.h:
14494           take streamheader into account
14495
14496 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14497
14498         * gst/level/Makefile.am:
14499         * gst/level/gstlevel.c: (gst_level_class_init):
14500           clean up marshal generation
14501
14502 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * gst/tcp/Makefile.am:
14505         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14506         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14507         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14508         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14509         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14510         (gst_tcpclientsrc_get_property):
14511         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14512         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14513         (gst_tcpserversink_handle_client_read),
14514         (gst_tcpserversink_handle_client_write),
14515         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14516         * gst/tcp/gsttcpserversink.h:
14517           add signals client-added and client-removed
14518         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14519         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14520         (gst_tcpserversrc_get_property):
14521         uniformized, change default protocol to NONE
14522         * gst/tcp/gsttcp-marshal.list: added
14523 2004-06-07  Benjamin Otte  <otte@gnome.org>
14524
14525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14526           handle discont events if they happen before caps nego
14527
14528 2004-06-07  Wim Taymans  <wim@fluendo.com>
14529
14530         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14531         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14532         (gst_multipart_demux_plugin_init):
14533         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14534         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14535         (gst_multipart_mux_change_state):
14536         Small updates, fix a memleak
14537
14538 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14539
14540         * configure.ac: OSS portability
14541         * ext/arts/gst_arts.c: idem
14542         * sys/oss/gstosselement.c: idem
14543         * sys/oss/gstossmixer.c: idem
14544         * sys/oss/gstosssink.c: idem
14545         * sys/oss/gstosssrc.c: idem
14546         * sys/oss/oss_probe.c: idem
14547           - check for soundcard.h in different places for some BSD
14548
14549 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14550
14551         * AUTHORS:
14552         Add me to the authors file
14553         * configure.ac:
14554         Increase the libdv requirement to >= version 0.100
14555         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14556         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14557         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14558         * ext/dv/gstdvdec.h:
14559         Add support for the new_media flag when sending DISCONT events
14560         Make the querying work when video pad is not linked
14561
14562 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14563
14564         reviewed by Benjamin Otte  <otte@gnome.org>
14565
14566         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14567           create a NULL-initialized array of pads, so we don't think they
14568           exist already. (fixes #143130)
14569
14570 2004-06-07  Benjamin Otte  <otte@gnome.org>
14571
14572         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14573         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14574         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14575           don't use // coments
14576
14577 2004-06-07  Benjamin Otte  <otte@gnome.org>
14578
14579         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14580           cast to GstClockTime to get higher granularity
14581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14582           use gst_element_set_time_delay to get the exact time
14583         * ext/mad/gstmad.c: (gst_mad_chain):
14584           use the negotiated rate instead of the current frame's rate which
14585           might be wrong because of bit errors. This avoids emitting totally
14586           bogus timestamps and screwing sync.
14587         (fixes #143454)
14588
14589 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14590
14591         reviewed by Benjamin Otte  <otte@gnome.org>
14592
14593         * gst/adder/gstadder.c: (gst_adder_loop):
14594           properly error out when no negotiation has happened yet. (fixes
14595           #143032)
14596
14597 2004-06-06  Benjamin Otte  <otte@gnome.org>
14598
14599         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14600           forward correctly transformed offset in discont events. Based on
14601           patch by Arwed v. Merkatz. (fixes #142851)
14602
14603 2004-06-06  David Schleef  <ds@schleef.org>
14604
14605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14606         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14607         problems on several systems.
14608
14609 2004-06-06  Benjamin Otte  <otte@gnome.org>
14610
14611         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14612           use explicit caps on the srcpad
14613         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14614           properly error out if caps couldn't be set (fixes #142764)
14615
14616 2004-06-06  Benjamin Otte  <otte@gnome.org>
14617
14618         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14619         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14620         (gst_alsa_start_audio):
14621           - don't call set_periods_integer anymore, it breaks the
14622           configuration randomly
14623           - call snd_pcm_hw_params_set_access directly instead of using masks
14624           - don't fail if the sw_params can't be set, just use the default
14625           params and hope it works. Alsalib has weird issues when you touch
14626           sw_params and does no proper error reporting about what failed.
14627         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14628         (gst_alsa_close_audio):
14629           make our alsa debugging go via gst debugging and not conditionally
14630           defined
14631         * ext/alsa/gstalsa.h:
14632           add ALSA_DEBUG_FLUSH macro
14633         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14634         (plugin_init):
14635           wrap alsa errors to be printed via the gst debugging system and not
14636           spammed to stderr
14637
14638 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14639
14640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14641         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14642         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14643         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14644         (qtdemux_parse_trak):
14645         * gst/qtdemux/qtdemux.h:
14646           Bitch. Also known as seeking, querying & co.
14647         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14648         (gst_osssink_change_state):
14649         * sys/oss/gstosssink.h:
14650           Resyncing is for weenies, this hack is no longer needed and was
14651           broken anyway (since it - unintendedly - always leaves resync to
14652           TRUE).
14653
14654 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14655
14656         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14657         * gst/tcp/gsttcpclientsrc.h: idem
14658           - define MSG_NOSIGNAL if not done
14659           - include unistd.h for off_t
14660           (fixes #143749)
14661
14662 2004-06-05  Benjamin Otte  <otte@gnome.org>
14663
14664         * configure.ac:
14665         * ext/kio/Makefile.am:
14666           check for qt's moc preprocessor explicitly and use it
14667
14668 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14669
14670         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14671           don't get a signal for EPIPE on socket writes
14672           (somebody check if this works on other platforms)
14673
14674 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14675
14676         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14677         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14678           check error condition on available samples correctly
14679
14680 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14681
14682         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14683           avoid a segfault
14684         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14685         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14686         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14687         (gst_tcpserversrc_gdp_read_header):
14688          use ssize_t over size_t since the former is signed and thus the
14689          check for error codes can work
14690
14691 2004-06-02  Wim Taymans  <wim@fluendo.com>
14692
14693         reviewed by: Johan
14694
14695         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14696         (gst_multipart_mux_loop):
14697         Oops
14698
14699 2004-06-02  Wim Taymans  <wim@fluendo.com>
14700
14701         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14702         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14703         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14704         (gst_multipart_mux_change_state):
14705         Added configurable boundary specifier, added the value as a
14706         caps field as well.
14707
14708 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14709
14710         * gst/tcp/gsttcp.c:
14711         * gst/tcp/gsttcpclientsrc.c:
14712         * gst/tcp/gsttcpclientsrc.h:
14713         * gst/tcp/gsttcpserversrc.c:
14714           - portability fix, to compile on OSX
14715             (fixes #143146)
14716
14717         * sys/osxaudio/gstosxaudioelement.c:
14718         * sys/osxaudio/gstosxaudiosink.c:
14719         * sys/osxaudio/gstosxaudiosrc.c:
14720           - compilation warnings on OSX
14721             (fixes #143153)
14722
14723 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14724
14725         * ext/vorbis/vorbisdec.c : sign warning fixes
14726
14727         * gst-libs/gst/mixer/mixertrack.c :
14728           do no use defines which are glib 2.4 specific
14729
14730 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14731
14732         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14733           buffer since libflac doesn't expect it (reports a sync error when
14734           it encounters that)
14735
14736
14737 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14738
14739         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14740         * gst-libs/gst/mixer/mixertrack.c:
14741         (gst_mixer_track_get_property), (get_mixer_track_init),
14742         (get_mixer_track_get_property): Added property accessors
14743         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14744         * gst-libs/gst/mixer/mixeroptions.c:
14745         (gst_mixer_options_get_values): Added
14746         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14747         * gst-libs/gst/mixer/mixer.c: Fixed comment
14748
14749
14750 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14751
14752         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14753           improve error messages on open
14754
14755
14756 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14759           check if v4l-conf is in path
14760
14761 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14762
14763         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14764           change assert to a more readable error message
14765
14766 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14767
14768         * gst-libs/gst/tuner/tunerchannel.h:
14769           - add a freq_multiplicator field to make the conversion
14770             between internal frequency unit and Hz
14771         * sys/v4l/gstv4lelement.c:
14772         * sys/v4l2/gstv4l2element.c:
14773           - change default video device to /dev/video0
14774         * sys/v4l/v4l_calls.c:
14775         * sys/v4l2/v4l2_calls.c:
14776           - we only expose frequency to the user in Hz instead of
14777             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14778
14779 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14780         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14781           Initialise b_o_s and e_o_s variables
14782         * gst-libs/gst/riff/riff-media.c:
14783         (gst_riff_create_video_caps_with_data):
14784           Add some unusual fourcc's from mplayer avi's
14785         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14786           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14787           autoplugging.
14788
14789 2004-05-28  Wim Taymans  <wim@fluendo.com>
14790
14791         * configure.ac:
14792         * gst/alpha/Makefile.am:
14793         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14794         (gst_alpha_get_type), (gst_alpha_base_init),
14795         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14796         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14797         (gst_alpha_chroma_key), (gst_alpha_chain),
14798         (gst_alpha_change_state), (plugin_init):
14799         A plugin to add an alpha channel to I420 video. Can optionally do
14800         chroma keying.
14801         * gst/multipart/Makefile.am:
14802         * gst/multipart/multipart.c: (plugin_init):
14803         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14804         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14805         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14806         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14807         (gst_multipart_demux_change_state),
14808         (gst_multipart_demux_plugin_init):
14809         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14810         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14811         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14812         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14813         (gst_multipart_mux_pad_unlink),
14814         (gst_multipart_mux_request_new_pad),
14815         (gst_multipart_mux_handle_src_event),
14816         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14817         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14818         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14819         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14820         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14821         send multipart jpeg images to a browser.
14822         * gst/videobox/Makefile.am:
14823         * gst/videobox/README:
14824         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14825         (gst_video_box_get_type), (gst_video_box_base_init),
14826         (gst_video_box_class_init), (gst_video_box_init),
14827         (gst_video_box_set_property), (gst_video_box_get_property),
14828         (gst_video_box_sink_link), (gst_video_box_i420),
14829         (gst_video_box_ayuv), (gst_video_box_chain),
14830         (gst_video_box_change_state), (plugin_init):
14831         Crops or adds borders around an image. can do alpha channel
14832         borders as well.
14833         * gst/videomixer/Makefile.am:
14834         * gst/videomixer/README:
14835         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14836         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14837         (gst_videomixer_pad_get_sink_event_masks),
14838         (gst_videomixer_pad_get_property),
14839         (gst_videomixer_pad_set_property),
14840         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14841         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14842         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14843         (gst_videomixer_base_init), (gst_videomixer_class_init),
14844         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14845         (gst_videomixer_handle_src_event),
14846         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14847         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14848         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14849         (gst_videomixer_loop), (gst_videomixer_get_property),
14850         (gst_videomixer_set_property), (gst_videomixer_change_state),
14851         (plugin_init):
14852         Generic video mixer plugin, can handle multiple inputs all with
14853         different framerates and video sizes. Is fully alpha channel
14854         aware.
14855
14856 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14857
14858         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14859           Select first track as master track. Not sure how else to handle
14860           that...
14861         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14862           Discard discont events. Should fix #142962.
14863
14864 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14865
14866         * ext/alsa/Makefile.am:
14867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14868         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14869         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14870         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14871         (gst_alsa_mixer_get_option):
14872         * ext/alsa/gstalsamixer.h:
14873         * ext/alsa/gstalsamixeroptions.c:
14874         (gst_alsa_mixer_options_get_type),
14875         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14876         (gst_alsa_mixer_options_new):
14877         * ext/alsa/gstalsamixeroptions.h:
14878         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14879         * ext/alsa/gstalsamixertrack.h:
14880           Add enumerations (as GstMixerOptions). Make correct distinction
14881           between input/output tracks. Add capture/playback private flag.
14882           Use flag to decide on whether to set capture or playback volumes
14883           or switches. Use playback and record switches.
14884         * gst-libs/gst/mixer/Makefile.am:
14885         * gst-libs/gst/mixer/mixer-marshal.list:
14886         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14887         (gst_mixer_set_option), (gst_mixer_get_option),
14888         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14889         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14890         * gst-libs/gst/mixer/mixer.h:
14891         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14892         (gst_mixer_options_class_init), (gst_mixer_options_init),
14893         (gst_mixer_options_dispose):
14894         * gst-libs/gst/mixer/mixeroptions.h:
14895           Add GstMixerOptions.
14896         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14897           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14898           broken device detection on computers with multiple OSS sound
14899           cards.
14900
14901 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14902
14903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14904           fixate nicely even when the peer is not negotiating
14905
14906 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14907
14908         * gst/audioconvert/gstaudioconvert.c:
14909         (gst_audio_convert_parse_caps):
14910           make sure we don't allow depth > width
14911         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14912           fixate endianness to G_BYTE_ORDER as default
14913         * gst/audioscale/gstaudioscale.c:
14914           we don't handle another endianness as host-endianness
14915
14916 2004-05-25  David Schleef  <ds@schleef.org>
14917
14918         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14919
14920 2004-05-24  Benjamin Otte  <otte@gnome.org>
14921
14922         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14923         (gst_oggvorbisenc_setup):
14924           properly fail when we can't setup the vorbis encoder due to
14925           unsupported settings
14926         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14927         (gst_vorbisenc_setup):
14928           same
14929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14930           fix case where warnings occured when one pad was unlinked while the
14931           other's link function was called
14932
14933 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14934
14935         * gst/tcp/Makefile.am:
14936           use GST_ENABLE_NEW
14937
14938 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14939
14940         * gst-libs/gst/resample/private.h:
14941           don't use optimizations that are #if 0'ed
14942
14943 2004-05-24  Wim Taymans  <wim@fluendo.com>
14944
14945         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14946         Fix potential division by zero error and hopefully get
14947         the position query right to get correct timestamps on avi
14948         audio.
14949
14950 2004-05-24  Wim Taymans  <wim@fluendo.com>
14951
14952         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14953         (gst_videoscale_scale_nearest_str2),
14954         (gst_videoscale_scale_nearest_str4),
14955         (gst_videoscale_scale_nearest_32bit),
14956         (gst_videoscale_scale_nearest_24bit),
14957         (gst_videoscale_scale_nearest_16bit):
14958         Fix the scaling algorithm and avoid a buffer overflow.
14959         removed the while loop in the scaling function as it
14960         was used for point sampling only.
14961
14962 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14963
14964         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14965         (gst_id3_tag_class_init), (gst_id3_tag_init),
14966         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14967         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14968         (gst_id3_tag_send_tag_event):
14969           lots of fixes to make id3mux work and id3demux work correctly
14970
14971 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14972
14973         * ext/Makefile.am:
14974           add rules to build shout2send (was removed by accident
14975           when this module was no more marked experimental/broken)
14976
14977 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14978
14979         * ext/shout2/gstshout2.c:
14980         * ext/shout2/gstshout2.h:
14981           adding a "connection problem" signal to shout2send
14982           (fixes #142954)
14983
14984 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14985
14986         * ext/kio/kioreceiver.cpp:
14987         * ext/kio/kioreceiver.h:
14988           fix sign comparison issues
14989
14990 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14991
14992         * gst/cdxaparse/gstcdxaparse.c:
14993         * gst/cdxaparse/gstcdxaparse.h:
14994           some renaming
14995           add some checks/sanity
14996           prepare for seek addition
14997
14998         * sys/sunaudio/gstsunaudio.c:
14999           remove exported dupe init function
15000
15001 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15002
15003         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15004         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15005           Fix format conversion and position querying.
15006         * gst/debug/progressreport.c: (gst_progressreport_report):
15007           Don't output a bogus total value that we didn't query.
15008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15009           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15010           only a blank window after xine has been used.
15011
15012 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15013
15014         * m4/as-arts.m4:
15015           sync with upstream version to fix test on FC2
15016           readd with -ko to preserve Id header
15017
15018 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15019
15020         * configure.ac:
15021           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15022         * gst/tcp/gsttcpclientsrc.c: idem
15023         * gst/tcp/gsttcpserversink.c: idem
15024         * gst/tcp/gsttcpserversrc.c: idem
15025         * m4/gst-fionread.m4: idem
15026
15027         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15028
15029         * configure.ac: enable speex plugin for speex 1.1.5+
15030         * ext/speex/gstspeexenc.c: fix cast warning
15031
15032         * ext/esd/README: fix typo
15033
15034 2004-05-20  David Schleef  <ds@schleef.org>
15035
15036         * configure.ac: Minor cosmetic change to convince the buildbot to
15037         reautogen.
15038         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15039         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15040         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15041         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15042         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15043         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15044         More hacking.  Plays audio now.
15045
15046 2004-05-20  David Schleef  <ds@schleef.org>
15047
15048         * configure.ac:
15049         * sys/Makefile.am:
15050
15051 2004-05-20  David Schleef  <ds@schleef.org>
15052
15053         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15054         * sys/osxaudio/gstosxaudio.c:
15055         * sys/osxaudio/gstosxaudioelement.c:
15056         * sys/osxaudio/gstosxaudioelement.h:
15057         * sys/osxaudio/gstosxaudiosink.c:
15058         * sys/osxaudio/gstosxaudiosink.h:
15059         * sys/osxaudio/gstosxaudiosrc.c:
15060         * sys/osxaudio/gstosxaudiosrc.h:
15061
15062 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15063
15064         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15065         (gst_vorbisenc_chain):
15066           put the codec headers on the caps as streamheader as well as
15067           pushing them out
15068
15069 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15070
15071         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15072         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15073         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15074         split up push_packet into two functions
15075
15076 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15077
15078         * gst/tcp/.cvsignore:
15079           ignore enums
15080         * gst/tcp/Makefile.am:
15081         * gst/tcp/README:
15082         * gst/tcp/gsttcp.c:
15083         * gst/tcp/gsttcp.h:
15084         * gst/tcp/gsttcpclientsink.c:
15085         * gst/tcp/gsttcpclientsink.h:
15086         * gst/tcp/gsttcpclientsrc.c:
15087         * gst/tcp/gsttcpclientsrc.h:
15088         * gst/tcp/gsttcpplugin.c:
15089         * gst/tcp/gsttcpserversink.c:
15090         * gst/tcp/gsttcpserversink.h:
15091         * gst/tcp/gsttcpserversrc.c:
15092         * gst/tcp/gsttcpserversrc.h:
15093           add new tcp elements
15094
15095 2004-05-19  Wim Taymans  <wim@fluendo.com>
15096
15097         * gst/law/mulaw-conversion.c: (mulaw_encode):
15098         Fix overflow bug in ulaw encoding.
15099
15100 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15101
15102         * ext/mad/gstmad.c: (gst_mad_handle_event):
15103           don't unref the event twice
15104
15105 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15106
15107         * configure.ac:
15108           remove -Wno-sign-compare
15109
15110 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15111
15112         * configure.ac:
15113           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15114           if you want to work against glib 2.2 and 2.4
15115
15116 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15117
15118         * gst/tcp/Makefile.am:
15119         * gst/tcp/gsttcp.c:
15120         * gst/tcp/gsttcp.h:
15121         * gst/tcp/gsttcpsink.h:
15122         * gst/tcp/gsttcpsrc.h:
15123           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15124
15125 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15126
15127         * gst/debug/tests.c: (md5_get_value):
15128           fix segfault on gst-inspect
15129
15130 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15131
15132         * gst/debug/testplugin.c:
15133         * gst/debug/tests.c:
15134         * gst/debug/tests.h:
15135           add new extensible and configurable testing element. Current tests
15136           include buffer count, stream length, timestamp/duration matching and
15137           md5.
15138         * gst/debug/Makefile.am:
15139         * gst/debug/gstdebug.c: (plugin_init):
15140           add infrastructure for new element
15141
15142 2004-05-19  Johan Dahlin  <johan@gnome.org>
15143
15144         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15145         ending of the array. Fixes gst-inspect segfault on ppc.
15146
15147 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15148
15149         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15150
15151         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15152
15153 2004-05-18  David Schleef  <ds@schleef.org>
15154
15155         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15156         warnings (bugs, actually) noticed by gcc but not forte.
15157
15158 2004-05-18  David Schleef  <ds@schleef.org>
15159
15160         * sys/sunaudio/Makefile.am:
15161         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15162
15163 2004-05-18  David Schleef  <ds@schleef.org>
15164
15165         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15166         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15167         to allow qtdemux to use non-seekable streams. (bug #142272)
15168
15169 2004-05-18  David Schleef  <ds@schleef.org>
15170
15171         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15172         (gst_resample_sinc_ft_float): Remove use of static temporary
15173         buffer.  This code was obviously not supposed to last long, but
15174         it's stuck in our ABI, so it required a little hack to make it
15175         ABI-compatible.  Fixes #142585.
15176         * gst-libs/gst/resample/resample.h: same.
15177
15178 2004-05-18  David Schleef  <ds@schleef.org>
15179
15180         * configure.ac: Add sunaudio
15181         * examples/Makefile.am: make gstplay depend on gconf
15182         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15183         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15184         (convert_table_lookup), (img_convert): remove c99-isms
15185         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15186           unsigned, to fix a warning on Solaris
15187         * gst/mpeg1sys/systems.c: bcopy->memcpy
15188         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15189         * sys/Makefile.am: Add sunaudio
15190
15191 2004-05-18  Wim Taymans  <wim@fluendo.com>
15192
15193         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15194         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15195         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15196         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15197         (gst_ogg_mux_loop):
15198         Fix an ugly memleak where the muxer didn't flush enough ogg
15199         pages. This also resulted in badly muxed ogg files.
15200
15201 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15202
15203         * gst/asfdemux/asfheaders.c :
15204         * gst/asfdemux/asfheaders.h :
15205         * gst/asfdemux/gstasfdemux.c :
15206           - fix ASF_OBJ_PADDING guid
15207           - add 3 new object guids (language list, metadata,
15208             extended stream properties)
15209           - add a function to parse extended header objects
15210
15211 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15212
15213         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15214           remove leftover debugging g_print
15215
15216 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15217
15218         * ext/mad/gstmad.c: (gst_mad_handle_event):
15219           Fix for when the first format in a discont event is not a
15220           byte-based one. Should fix #137710.
15221
15222 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15223
15224         * m4/a52.m4 : fix compilation with -Wall -Werror
15225         * m4/libfame.m4 : idem
15226         * m4/libmikmod.m4 : idem
15227
15228 2004-05-17  Benjamin Otte  <otte@gnome.org>
15229
15230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15231           signal the new tags before giving up the reference
15232
15233 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15234
15235         * ext/shout2/gstshout2.c:
15236           use application/ogg instead of application/x-ogg (patch by Patrick
15237           Guimond, fixes #142432)
15238         * sys/oss/gstosselement.c: (gst_osselement_reset),
15239         (gst_osselement_sync_parms):
15240           don't set fragment size unless specified (fixes #142493)
15241
15242 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15243
15244         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15245           fixes #142664
15246
15247 2004-05-17  Benjamin Otte  <otte@gnome.org>
15248
15249         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15250           compute offsets correctly for internal buffers so timestamps are set
15251           correctly when we can't seek. Also handle cases where there are no
15252           offsets. (based on a patch by David Moore, fixes #142507)
15253
15254 2004-05-17  Benjamin Otte  <otte@gnome.org>
15255
15256         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15257           use correct variable when determining amount of data to skip so we
15258           don't skip into the void and segfault
15259
15260 2004-05-16  Benjamin Otte  <otte@gnome.org>
15261
15262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15263           Hi, I'm a memleak
15264
15265 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15266
15267         * gst/asfdemux/gstasfdemux.c:
15268           - fix a mem leak and always propagate tags
15269           - add WMV3 to known video codecs (but no decoder yet)
15270           - replace "surplus data" at end of audio header for what
15271             it is : codec specific data
15272           - fix a typo
15273
15274 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15275
15276         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15277
15278         * gst-libs/gst/audio/audioclock.c:
15279           Fix wrong return type (#142205).
15280
15281 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15282
15283         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15284           Ignore CRCs by default (fixes #142566).
15285
15286 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15287
15288         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15289         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15290         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15291         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15292         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15293         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15294           Fix for cases where we fail to attach to a mixer.
15295
15296 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15297
15298         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15299           Don't touch events after not owning them anymore.
15300         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15301         (gst_wavparse_fmt), (gst_wavparse_other),
15302         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15303         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15304         (gst_wavparse_srcpad_event):
15305         * gst/wavparse/gstwavparse.h:
15306           Add seeking, fix querying.
15307
15308 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15309
15310         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15311           - process comments even if they don't end with \0\0
15312             g_convert would ignore them if present and works well without them
15313
15314 2004-05-16  Benjamin Otte  <otte@gnome.org>
15315
15316         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15317           simplify caps
15318
15319 2004-05-16  Benjamin Otte  <otte@gnome.org>
15320
15321         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15322           don't write to memory we might not write to - g_convert does that
15323           for us anyway (fixes #142613)
15324         (gst_asf_demux_audio_caps):
15325           comment out gst_util_dump_mem
15326
15327 2004-05-16  Benjamin Otte  <otte@gnome.org>
15328
15329         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15330           compute correct expected timestamps after seek (broken since
15331           last commit)
15332         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15333           rename element and debugging category to gdkpixbufscale
15334
15335 2004-05-16  Benjamin Otte  <otte@gnome.org>
15336
15337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15338           add error checking to snd_pcm_delay and remove duplicate call to
15339           snd_pcm_delay that caused issues (see inline code comments)
15340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15341           make more readable and fix return value when snd_pcm_delay fails
15342         (fixes #142586)
15343
15344 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15345         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15346         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15347         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15348         (gst_pixbufscale_link), (gst_pixbufscale_init),
15349         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15350         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15351         (gst_pixbufscale_get_property), (pixbufscale_init):
15352         * ext/gdk_pixbuf/pixbufscale.h:
15353         Add these files I forgot earlier
15354
15355 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15356         * ext/gdk_pixbuf/Makefile.am:
15357         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15358         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15359         Add new pixbufscale element to scale RGB video
15360         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15361         and HYPER interpolation correctly.
15362         * ext/theora/theoraenc.c: (theora_enc_chain),
15363         Discard buffer and return if explicit caps could not be set
15364         (theora_enc_get_property):
15365         Make _get return kbps for the bitrate consistent with
15366         the _set function.
15367
15368
15369 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15370
15371         * ext/libvisual/visual.c: (gst_visual_chain):
15372           add missing visual_audio_analyze
15373
15374 2004-05-14  David Schleef  <ds@schleef.org>
15375
15376         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15377         is killed while we're playing.
15378         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15379         gst_element_no_more_pads().
15380
15381 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15382
15383         * gst-libs/gst/riff/riff-read.c :
15384           - fix INFO tag extraction in RIFF/AVI files
15385             because gst_event_unref (event) also freed taglist
15386           - avoid a mem leak
15387
15388 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15389
15390         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15391         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15392
15393         * gst/auparse/gstauparse.c :
15394           - add code (commented for now) to support audio/x-adpcm on src pad
15395             (we have no decoder for those layout yet)
15396
15397         * gst/cdxaparse/gstcdxaparse.c :
15398         * gst/cdxaparse/gstcdxaparse.h :
15399           - partial rewrite using RiffRead (ripped iain's wavparse code)
15400
15401         * gst/rtp/gstrtpL16enc.c : typo
15402         * gst/rtp/gstrtpgsmenc.c : typo
15403
15404 2004-05-13  Benjamin Otte  <otte@gnome.org>
15405
15406         * configure.ac:
15407           check for exact version of libvisual, it's not supposed to be
15408           API/ABI stable yet
15409
15410 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15411
15412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15413           signal no-more-pads
15414
15415 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15416
15417         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15418         Report which format was used for GST_FORMAT_DEFAULT
15419         * gst/debug/Makefile.am:
15420         * gst/debug/gstdebug.c: (plugin_init):
15421         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15422         (gst_progressreport_class_init), (gst_progressreport_init),
15423         (gst_progressreport_report), (gst_progressreport_set_property),
15424         (gst_progressreport_get_property), (gst_progressreport_chain),
15425         (gst_progressreport_plugin_init):
15426         Add progressreport element for testing.
15427
15428 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15429
15430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15431         * sys/v4l/gstv4lsrc.h:
15432         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15433         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15434         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15435         (gst_v4lsrc_grab_frame):
15436           add more debugging
15437           send a discont at start
15438
15439 2004-05-12  Colin Walters  <walters@redhat.com>
15440
15441         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15442         inflooping if we can't find a chunk.  Or in other words, don't blow
15443         chunks if we don't have a chunk to blow.
15444
15445 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15446         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15447         Remove old debug output
15448         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15449         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15450         (gst_dvdec_set_property), (gst_dvdec_get_property):
15451         Change the quality setting to an enum, so it works from gst-launch
15452         Don't renegotiate a non-linked pad. Allows audio only decoding.
15453         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15454         (gst_deinterlace_link), (gst_deinterlace_init):
15455         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15456         (gst_videodrop_link):
15457         Some caps negotiation fixes
15458
15459 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15460
15461         * ext/tarkin/gsttarkin.c :
15462           - Change RANK from NONE to PRIMARY
15463         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15464           - Change RANK from NONE to MARGINAL
15465         * ext/divx/gstdivxenc.c :
15466           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15467
15468 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15471         (gst_vorbisenc_push_packet):
15472           copy a function that was added between 1.0 and 1.0.1 until we
15473           depend on worthwhile features of post-1.0
15474
15475 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15476
15477         * configure.ac:
15478           enable shout2 by default
15479         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15480         (gst_shout2send_base_init), (gst_shout2send_init),
15481         (gst_shout2send_connect), (gst_shout2send_change_state):
15482         * ext/shout2/gstshout2.h:
15483           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15484           #142262)
15485         * ext/theora/theora.c: (plugin_init):
15486           don't set rank on encoders
15487
15488 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15489
15490         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15491           Use codec_data property instead of flag1 and flag2 for wma
15492
15493 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15494
15495         * gst/cdxaparse/gstcdxaparse.c :
15496           - Add mpegversion to CAPS to make it link
15497           - Rank is as GST_RANK_SECONDARY instead of NONE
15498         * gst/auparse/gstauparse.c :
15499           - Document all audio encoding we can encounter from Solaris 9
15500             headers and libsndfile information.
15501           - Increase max. rate from 48000 to 192000 (to match other elements)
15502           - Don't try to play junk data between header and samples
15503
15504 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15505
15506         * ext/libvisual/visual.c: (gst_visual_getcaps):
15507           use the right caps depending on endianness (I hope)
15508         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15509           use GST_RANK_NONE for all non-decoding elements or spider gets
15510           mighty confused
15511
15512 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15513
15514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15515           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15516
15517 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15518
15519         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15520         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15521         (gst_switch_loop), (gst_switch_get_type):
15522           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15523           HEADERS. Had to be said.
15524
15525 2004-05-10  David Schleef  <ds@schleef.org>
15526
15527         * configure.ac: Add prototype Dirac support.
15528         * ext/Makefile.am:
15529         * ext/dirac/Makefile.am:
15530         * ext/dirac/gstdirac.cc:
15531         * ext/dirac/gstdiracdec.cc:
15532
15533 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15534
15535         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15536         (gst_auparse_init), (gst_auparse_chain),
15537         (gst_auparse_change_state):
15538           Hack around spider. Remove me some day please.
15539
15540 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15541
15542         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15543           Fix for some uninitialized variables in previous patch, also
15544           makes it work. Fixes #142286 while we're at it.
15545
15546 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15547
15548         * gst/auparse/gstauparse.c:
15549                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15550                 only unsupported formats are ADPCM/CCITT G.72x
15551                 reviewed by Ronald
15552         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15553
15554 2004-05-10  Wim Taymans  <wim@fluendo.com>
15555
15556         * ext/vorbis/Makefile.am:
15557         * ext/vorbis/README:
15558         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15559         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15560         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15561         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15562         (gst_oggvorbisenc_convert_sink),
15563         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15564         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15565         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15566         (get_constraints_string), (update_start_message),
15567         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15568         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15569         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15570         * ext/vorbis/oggvorbisenc.h:
15571         * ext/vorbis/vorbis.c: (plugin_init):
15572         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15573         (raw_caps_factory), (gst_vorbisenc_class_init),
15574         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15575         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15576         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15577         * ext/vorbis/vorbisenc.h:
15578         Added a raw vorbis encoder to be used with the oggmuxer.
15579         We still need the old encoder for some gnome applications,
15580         read the README to find out how that works.
15581         The raw encoder is called "rawvorbisenc" until 0.9.
15582
15583 2004-05-10  Wim Taymans  <wim@fluendo.com>
15584
15585         * ext/ogg/gstogg.c: (plugin_init):
15586         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15587         (gst_ogg_print):
15588         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15589         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15590         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15591         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15592         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15593         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15594         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15595         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15596         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15597         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15598         Added an ogg muxer.
15599         Small typo fixes in the demuxer.
15600
15601 2004-05-10  Wim Taymans  <wim@fluendo.com>
15602
15603         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15604         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15605         (theora_enc_change_state), (theora_enc_set_property),
15606         (theora_enc_get_property):
15607         Mark the last packet with an EOS flag which is not really needed
15608         in gstreamer.
15609         Do some better video framerate initialisation.
15610         Update the buffer timestamp.
15611
15612 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15613
15614         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15615         Return the result of the parent state change call
15616
15617 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15618
15619         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15620         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15621         * gst/law/alaw-encode.c : (idem)
15622         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15623         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15624         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15625
15626 2004-05-09  Benjamin Otte  <otte@gnome.org>
15627
15628         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15629           don't use a fixed buffer size when writing variable length data to
15630           it. Fixes memory corruption and makes alsasrc work
15631
15632 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15633
15634         * ext/gnomevfs/gstgnomevfssink.c:
15635         (_gst_boolean_allow_overwrite_accumulator),
15636         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15637           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15638           RUN_LAST, and don't use that to set the accumulator value because
15639           then it's always FALSE.
15640
15641 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15642
15643         * gst-libs/gst/riff/riff-media.c:
15644         (gst_riff_create_video_caps_with_data),
15645         (gst_riff_create_audio_caps),
15646         (gst_riff_create_audio_template_caps):
15647         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15648           Fix for unaligned RIFF files (i.e. where all the chunks together
15649           in a LIST chunk are not of the same size as the size given in
15650           the LIST chunk header). Fixes several odd WAVE files. Also fix
15651           ADPCM (block_align property) in audio, so that wavparse based
15652           on this works now as it used to stand-alone.
15653
15654 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15655
15656         reviewed by Benjamin Otte  <otte@gnome.org>
15657
15658         * ext/a52dec/gsta52dec.c:
15659         * ext/divx/gstdivxdec.c:
15660         * ext/divx/gstdivxenc.c:
15661         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15662         * ext/faac/gstfaac.c: (gst_faac_base_init):
15663         * ext/faad/gstfaad.c: (gst_faad_base_init):
15664         * ext/ivorbis/vorbisfile.c:
15665         * ext/lame/gstlame.c:
15666         * ext/libfame/gstlibfame.c:
15667         * ext/mpeg2enc/gstmpeg2enc.cc:
15668         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15669         * ext/sidplay/gstsiddec.cc:
15670         * ext/speex/gstspeexdec.c:
15671         * ext/speex/gstspeexenc.c:
15672         * ext/xvid/gstxviddec.c:
15673         * ext/xvid/gstxvidenc.c:
15674           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15675           (fixes #142193)
15676
15677 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15678
15679         * ext/alsa/gstalsa.c: (device_list),
15680         (gst_alsa_class_probe_devices):
15681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15682           Fix alsa oddness in mixer after the combination of using mixer
15683           in source/sink elements and using hw:x,y instead of just hw:x.
15684
15685 2004-05-09  Benjamin Otte  <otte@gnome.org>
15686
15687         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15688         (gst_wavparse_create_sourcepad):
15689           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15690           sourcepads
15691
15692 2004-05-09  Benjamin Otte  <otte@gnome.org>
15693
15694         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15695           allow discont events before caps nego
15696
15697 2004-05-08  Benjamin Otte  <otte@gnome.org>
15698
15699         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15700           don't leak events
15701
15702 2004-05-08  Benjamin Otte  <otte@gnome.org>
15703
15704         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15705         (gst_level_change_state), (gst_level_init):
15706         * gst/level/gstlevel.h:
15707           figure out if we're initialized directly instead of keeping a
15708           variable that's wrong in 90% of cases
15709           don't initialize pads and then leak them and use a new unitialized
15710           pad. (fixes #142084)
15711           these were bugs so n00bish I didn't find them for an hour :/
15712
15713 2004-05-08 Iain <iain@prettypeople.org>
15714
15715         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15716         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15717         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15718         return the length that was read.
15719         (gst_riff_read_strf_auds): Allow fmt tags as well.
15720
15721 2004-05-07  David Schleef  <ds@schleef.org>
15722
15723         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15724         signed char assumption in faad.h.
15725
15726 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15727
15728         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15729           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15730
15731 2004-05-07  Colin Walters  <walters@redhat.com>
15732
15733         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15734         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15735         function.
15736         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15737         Add dispose function.
15738
15739 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15740         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15741           Fix caps nego and pad templates. RGB mode caps should
15742           work now.
15743         * ext/dvdnav/gst-dvd:
15744           Move mpeg2dec inside the thread because otherwise the
15745           queue rejects cap changes mid-stream
15746         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15747         (gst_mpeg2dec_flush_decoder):
15748           For mpeg2dec > 0.4.0, call the flush function instead of
15749           manually extracting all in-flight frames.
15750         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15751         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15752           Change mime type video/dv go video/x-dv to match the
15753           rest of gst-plugins
15754
15755 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15756
15757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15759         (gst_alsa_sink_class_init):
15760         * ext/alsa/gstalsasink.h:
15761         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15762         (gst_alsa_src_class_init):
15763         * ext/alsa/gstalsasrc.h:
15764           Make alsasink/src a subclass of alsamixer so that mixer stuff
15765           shows up in gst-rec. Needs some finetuning.
15766
15767 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15768
15769         * ext/lame/gstlame.c: (gst_lame_chain):
15770           simplify
15771         * ext/mad/gstmad.c: (gst_mad_handle_event):
15772           fix event leak
15773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15774           be able to detect mp3 files < 4096 bytes
15775
15776 2004-05-06  Wim Taymans  <wim@fluendo.com>
15777
15778         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15779         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15780         (theora_enc_set_property), (theora_enc_get_property):
15781         Also encode the first frame, cleanup some code.
15782
15783 2004-05-06  Wim Taymans  <wim@fluendo.com>
15784
15785         * ext/mpeg2enc/gstmpeg2enc.cc:
15786         Forward events first before deciding that negotiation was
15787         not performed.
15788
15789 2004-05-06  Wim Taymans  <wim@fluendo.com>
15790
15791         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15792         First process the events before deciding that negotiation
15793         was not performed.
15794
15795 2004-05-06  Wim Taymans  <wim@fluendo.com>
15796
15797         * ext/theora/Makefile.am:
15798         * ext/theora/theora.c: (plugin_init):
15799         * ext/theora/theoradec.c: (theora_dec_change_state):
15800         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15801         (gst_theora_enc_class_init), (gst_theora_enc_init),
15802         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15803         (theora_enc_chain), (theora_enc_change_state),
15804         (theora_enc_set_property), (theora_enc_get_property):
15805         Added a theora encoder, grouped the encoder and decoder into the
15806         same plugin.
15807
15808 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15809
15810         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15811         (gst_jpegenc_chain):
15812         fix DURATION on outgoing buffers
15813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15814         debug using time formats
15815         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15817         (gst_xvimagesink_sink_link):
15818         windows with width/height 0 generate X errors, so don't allow them
15819
15820 2004-05-05  Wim Taymans  <wim@fluendo.com>
15821
15822         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15823         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15824         (gst_mpeg2dec_negotiate_format):
15825         * ext/mpeg2dec/gstmpeg2dec.h:
15826           removed the static pad template so that we can add the
15827           more accurate framerate value to the caps.
15828
15829
15830 2004-05-04  Benjamin Otte  <otte@gnome.org>
15831
15832         * configure.ac:
15833           check for kdemacros.h, too (should fix #141821)
15834         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15835           don't crash if no header was sent, but nicely error out (fixes part
15836           of #141554)
15837
15838 2004-05-04  Wim Taymans  <wim@fluendo.com>
15839
15840         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15841         parent dispose function to avoid segfault on destroy.
15842
15843 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15844
15845         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15846         (plugin_init):
15847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15848         (gst_xvimagesink_sink_link):
15849         clean up debugging caps
15850         also recreate xvimage when format has changed
15851
15852 2004-05-04  Benjamin Otte  <otte@gnome.org>
15853
15854         * ext/libvisual/Makefile.am:
15855         * ext/libvisual/visual.c: (gst_visual_class_init),
15856         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15857         (gst_visual_srclink), (gst_visual_chain),
15858         (gst_visual_change_state), (plugin_init):
15859           use a GstAdapter to correctly adapt buffer sizes - allows using a
15860           framerate
15861
15862 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * sys/v4l/gstv4lelement.h:
15865         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15867         (gst_v4lsrc_buffer_free):
15868         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15869         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15870         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15871         (gst_v4lsrc_requeue_frame):
15872         move some debugging categories around
15873         query for fps index and set accordingly if found
15874
15875 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15876
15877         * ext/lame/gstlame.c:
15878         correct defaults that lame_init puts out of range
15879
15880 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15881
15882         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15883         (gst_divxenc_class_init):
15884         fix range since -1 is the default
15885         * gst/mpeg1sys/gstmpeg1systemencode.c:
15886         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15887         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15888         (gst_rtjpegdec_chain):
15889         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15890         (gst_rtjpegenc_chain):
15891         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15892         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15893         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15894         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15895         * sys/v4l/gstv4lsrc.c:
15896         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15897         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15898         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15900         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15901           remove gst_info calls
15902
15903 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15904
15905         * Makefile.am:
15906         * po/af.po:
15907         * po/az.po:
15908         * po/en_GB.po:
15909         * po/nl.po:
15910         * po/sr.po:
15911         * po/sv.po:
15912           Updated translations
15913
15914 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15915
15916         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15917           refactor/comment code
15918
15919 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15920
15921         * gst/asfdemux/Makefile.am:
15922         * gst/asfdemux/asfheaders.c:
15923         * gst/asfdemux/asfheaders.h:
15924         * gst/asfdemux/gstasf.c: (plugin_init):
15925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15926         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15927         (gst_asf_demux_setup_pad):
15928         * gst/asfdemux/gstasfdemux.h:
15929         * gst/asfdemux/gstasfmux.c:
15930         * gst/asfdemux/gstasfmux.h:
15931           Add tagging support to demuxer, split out registration in its own
15932           file instead of in demux (hacky), and prevent having some tables
15933           in our memory multiple times (in asfheaders.h).
15934
15935 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15936
15937         * gst/matroska/matroska-demux.c:
15938         (gst_matroska_demux_parse_metadata):
15939         * gst/matroska/matroska-ids.h:
15940           Basic tag reading support.
15941
15942 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15943
15944         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15945           Really detect ac-3 audio.
15946         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15947           really detect matroska files (off-by-1).
15948
15949 2004-04-30  David Schleef  <ds@schleef.org>
15950
15951         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15952         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15953         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15954         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15955         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15956         hackage -- parse a lot more atoms, extract a few tags.  One might even
15957         mistake this for tag support.  Maybe it is.
15958         * gst/qtdemux/qtdemux.h:
15959
15960 2004-04-30  Colin Walters  <walters@verbum.org>
15961
15962         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15963
15964 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15967         (gst_ffmpegcolorspace_getcaps):
15968           remove broken nego fix
15969
15970 2004-04-30  Benjamin Otte  <otte@gnome.org>
15971
15972         * configure.ac:
15973         * ext/Makefile.am:
15974         * ext/libvisual/Makefile.am:
15975         * ext/libvisual/visual.c:
15976           add initial support for libvisual (http://libvisual.sourceforge.net)
15977           libvisual is still quite alpha, so expect crashes in there :)
15978
15979 2004-04-29  David Schleef  <ds@schleef.org>
15980
15981         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15982         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15983         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15984         code; you will no longer respect me.
15985
15986 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15987
15988         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15989         * ext/alsa/gstalsa.h :
15990         change alsa pcm device discovery to find more than 1 device
15991         per card. code review by Ronald.
15992
15993 2004-04-29  David Schleef  <ds@schleef.org>
15994
15995         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15996         Add a check for a driver bug on FreeBSD.  (bug #140565)
15997
15998 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15999
16000         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16001         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16002         (gst_jpegenc_getcaps):
16003           move format setting to inner loop
16004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16005         (gst_ffmpegcolorspace_getcaps):
16006           use GST_PAD_CAPS if available so that we use already negotiated
16007           caps
16008         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16009         (qtdemux_parse_moov), (qtdemux_parse):
16010           extra debugging
16011         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16012         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16013           move hardcoded path to DEFINE
16014
16015 2004-04-28  David Schleef  <ds@schleef.org>
16016
16017         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16018         (bug #140064)
16019
16020 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16021
16022         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16023           Don't probe for playback device if we're a source element. Fixes
16024           #139658.
16025
16026 2004-04-29  Benjamin Otte  <otte@gnome.org>
16027
16028         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16029         (gst_id3_tag_chain):
16030           rewrite buffer offset
16031
16032 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16033
16034         * configure.ac:
16035         * ext/Makefile.am:
16036         * ext/dts/Makefile.am:
16037         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16038         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16039         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16040         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16041         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16042         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16043         (plugin_init):
16044         * ext/dts/gstdtsdec.h:
16045           New DTS decoder.
16046         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16047         (gst_faad_srcconnect):
16048           Add ESDS atom handling (.m4a).
16049
16050 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16051
16052         * ext/divx/gstdivxdec.c: (plugin_init):
16053           Remove comment that makes no sense.
16054         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16055           Fix for obvious typo that resulted in warnings during gst-register.
16056         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16057         (gst_xviddec_sink_link):
16058           Fix caps negotiation a bit better.
16059         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16060           We call this 'codec_data', not 'esds'.
16061
16062 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16063
16064         * gst/monoscope/gstmonoscope.c:
16065           make sure we only provide 256x128
16066         * gst/monoscope/monoscope.c: (monoscope_init):
16067           assert size of 256x128
16068
16069 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16070
16071         * Makefile.am:
16072         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16073         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16074           fixate to max width and height of device
16075
16076 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16077
16078         * Makefile.am:
16079         * sys/v4l/gstv4l.c:
16080         * sys/v4l/gstv4lsrc.c:
16081         * sys/v4l/v4l_calls.c:
16082         * sys/v4l/v4lsrc_calls.c:
16083           fix for qc-usb driver which fakes having more than one buffer
16084           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16085           buffer_free override
16086           add debugging
16087
16088 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16089
16090         * Makefile.am:
16091         * gst/videotestsrc/gstvideotestsrc.c:
16092         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16093         (gst_videotestsrc_init), (gst_videotestsrc_get),
16094         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16095         * gst/videotestsrc/gstvideotestsrc.h:
16096           add num-buffers property
16097
16098         2004-04-26  Benjamin Otte  <otte@gnome.org>
16099
16100         * ext/mad/gstid3tag.c: (plugin_init):
16101           set id3mux rank to NONE so it doesn't confuse spider
16102           require audio/mpeg,mpegversion=1 in id3mux
16103
16104 2004-04-26  Benjamin Otte  <otte@gnome.org>
16105
16106         * configure.ac:
16107           detect faad correctly as non-working if it's indeed non-working
16108
16109 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16110
16111         * Makefile.am:
16112         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16113         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16114         fix _getcaps so it only negotiates to its supported format
16115
16116 2004-04-25  Benjamin Otte  <otte@gnome.org>
16117
16118         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16119           fix memleak
16120
16121 2004-04-23  Benjamin Otte  <otte@gnome.org>
16122
16123         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16124           audio/x-raw-int with height rules! not. Now it's depth.
16125
16126 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16127
16128         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16129         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16130         (gst_wavparse_loop):
16131           Missing variable initialization. Add handling of DVI ADPCM. Fix
16132           mis-parsing of LIST chunks. This works around a bug where we mis-
16133           parse non-aligning LIST chunks (so LIST chunks where the contents
16134           don't align with the actual LIST size). The correct fix is to use
16135           rifflib, I'm not going to fix wavparse - too much work. All this
16136           fixes #104878.
16137
16138 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16139
16140         reviewed by Benjamin Otte  <otte@gnome.org>
16141
16142         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16143           fix shoutcast not working (fixes #140844)
16144
16145 2004-04-22  Benjamin Otte  <otte@gnome.org>
16146
16147         * ext/hermes/gsthermescolorspace.c:
16148         (gst_hermes_colorspace_caps_remove_format_info):
16149         * gst/colorspace/gstcolorspace.c:
16150         (gst_colorspace_caps_remove_format_info):
16151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16152         (gst_ffmpegcolorspace_caps_remove_format_info):
16153           s/gst_caps_simplify/gst_caps_do_simplify/
16154
16155 2004-04-22  Benjamin Otte  <otte@gnome.org>
16156
16157         * gst-libs/gst/riff/riff-media.c:
16158         (gst_riff_create_video_caps_with_data):
16159           mpegversion is an int
16160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16161           don't try to create pad templates with NULL caps, use any caps
16162           instead.
16163
16164 2004-04-20  David Schleef  <ds@schleef.org>
16165
16166         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16167         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16168         (bug #140384)
16169
16170 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16171
16172         reviewed by David Schleef
16173
16174         * ext/mad/gstid3tag.c: Add stdlib.h
16175         * gst/rtp/gstrtpgsmenc.c: same
16176         * gst/tags/gstid3tag.c: same
16177         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16178         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16179         GST_DISABLE_LOADSAVE use.
16180         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16181         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16182         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16183         atol(3)).
16184         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16185         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16186         strtoul(3)).
16187         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16188         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16189         $(ID3_CFLAGS).
16190         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16191         $(LIBFAME_CFLAGS).
16192
16193 2004-04-20  David Schleef  <ds@schleef.org>
16194
16195         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16196         last checkin.  Same idea.
16197
16198 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16199
16200         reviewed by David Schleef
16201
16202         * configure.ac: bump required gstreamer version to 0.8.1.1
16203         because of following changes [--ds]
16204
16205         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16206         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16207         (gst_riff_read_header):  Use GST_READ_UINT*
16208         macros to access possibly unaligned memory.
16209
16210         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16211         (mp3_type_find):  Use GST_READ_UINT*
16212         macros to access possibly unaligned memory.
16213         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16214         (speex_type_find): Likewise
16215
16216         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16217
16218         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16219         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16220         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16221         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16222         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16223         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16224         macros to access possibly unaligned memory.
16225
16226         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16227         Likewise.
16228
16229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16230         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16231
16232         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16233         Likewise.
16234
16235         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16236         (gst_mpeg2subt_chain_subtitle): Likewise.
16237
16238         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16239         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16240         Likewise.
16241
16242         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16243         Likewise.
16244
16245         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16246         Likewise.
16247
16248         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16249         Likewise.
16250
16251 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16252
16253         * configure.ac:
16254           update required version of GStreamer because of GST_TIME_FORMAT
16255
16256 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16257
16258         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16259           remove leftover g_print
16260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16261           don't try setting only a subset of the caps. We don't want to kill
16262           autoplugging on purpose
16263
16264 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16265
16266         * sys/ximage/ximagesink.c: (plugin_init):
16267         * sys/xvimage/xvimagesink.c: (plugin_init):
16268           add debugging categories
16269
16270 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16271
16272         * po/en_GB.po:
16273         * po/LINGUAS:
16274           Adding en_GB translation (Gareth Owen)
16275
16276 2004-04-20  David Schleef  <ds@schleef.org>
16277
16278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16279         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16280         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16281         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16282         A number of new features and hacks to extract the esds atom and
16283         put it into the caps.  (bug #137724)
16284
16285 2004-04-19  David Schleef  <ds@schleef.org>
16286
16287         * gconf/Makefile.am: Fix for non-GNU make
16288         * gst-libs/gst/Makefile.am: Change directory order to handle
16289         GstPlay linking with gstinterfaces
16290         * gst-libs/gst/audio/make_filter: make use of tr portable
16291         * gst-libs/gst/play/Makefile.am: Add intended \
16292         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16293         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16294         function prototype instead of void *.
16295         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16296         macro.
16297         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16298         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16299         * gst/videofilter/make_filter: make use of tr portable
16300         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16301
16302 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16303
16304         * po/LINGUAS:
16305         * po/uk.po:
16306           Added Ukrainian translation (Maxim V. Dziumanenko)
16307
16308 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16309
16310         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16311         (gst_gsmdec_link), (gst_gsmdec_chain):
16312           Fix capsnego, simplify chain function slightly.
16313         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16314           Add GSM.
16315
16316 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16317
16318         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16319         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16320         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16321           Hack to make wavparse work with spider (always -> sometimes pad).
16322           Fixes #135862 && #140411.
16323
16324 2004-04-18  Benjamin Otte  <otte@gnome.org>
16325
16326         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16327         (gst_osselement_rate_probe_check),
16328         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16329           get rid of \n in debug output
16330
16331 2004-04-17  Iain <iain@prettypeople.org>
16332
16333         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16334         not just EOS.
16335
16336 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16337
16338         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16339         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16340         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16341         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16342         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16343         (gst_id3_tag_change_state), (plugin_init):
16344           deprecate id3tag element and replace with id3demux/id3mux.
16345           great side effect: this ugly file is now even uglier, yay!
16346         * ext/mad/gstmad.h:
16347           remove non-available function
16348           update for new get_type
16349
16350 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16351
16352         * configure.ac:
16353           require mpeg2dec >= 0.4.0
16354
16355 2004-04-17  Benjamin Otte  <otte@gnome.org>
16356
16357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16358         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16359         (gst_xvimagesink_set_xwindow_id):
16360           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16361           assorted cleanup fixes.
16362
16363 2004-04-16  David Schleef  <ds@schleef.org>
16364
16365         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16366         * sys/xvimage/xvimagesink.h: same
16367
16368 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16369
16370         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16371           Fix GST_ELEMENT_ERROR with (NULL)
16372
16373 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16374
16375         * gst-libs/gst/riff/riff-media.c:
16376         (gst_riff_create_video_caps_with_data):
16377           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16378
16379 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16380
16381         * gst-libs/gst/riff/riff-media.c:
16382         (gst_riff_create_video_caps_with_data),
16383         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16384         (gst_riff_create_video_template_caps),
16385         (gst_riff_create_audio_template_caps):
16386         * gst-libs/gst/riff/riff-media.h:
16387         * gst-libs/gst/riff/riff-read.c:
16388         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16389         * gst-libs/gst/riff/riff-read.h:
16390         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16391           Add MS RLE support. I added some functions to read out strf chunks
16392           into strf chunks and the data behind it. This is usually color
16393           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16394           caps creation. Lastly, add ADPCM (similar to wavparse - which
16395           should eventually be rifflib based).
16396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16397         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16398         * gst/matroska/matroska-demux.h:
16399           Remove placeholders for some prehistoric tagging system. Didn't add
16400           support for any tag system really anyway.
16401         * gst/qtdemux/qtdemux.c:
16402           Add support for audio/x-m4a (MPEG-4) through spider.
16403         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16404         (gst_wavparse_loop):
16405           ADPCM support (#135862). Increase max. buffer size because we
16406           cannot split buffers for ADPCM (screws references) and I've seen
16407           files with 2048 byte chunks. 4096 seems safe for now.
16408
16409 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16410
16411         * configure.ac: bump nano to 1
16412
16413 === release 0.8.1 ===
16414
16415 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16416
16417         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16418
16419 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16420
16421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16422           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16423           Fixes #140058
16424
16425 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16428           lower rank of dvddemux so that it's not used for mpeg playback.
16429
16430 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16431
16432         * configure.ac:
16433           save libs correctly when checking mad
16434
16435 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16436
16437         * ext/mad/gstid3tag.c: (plugin_init):
16438           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16439
16440 2004-04-13  David Schleef  <ds@schleef.org>
16441
16442         * common/m4/gst-feature.m4: Call -config scripts with
16443         --plugin-libs if it is supported.
16444         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16445         JPEG images are image/jpeg.
16446         * gst/debug/Makefile.am:
16447         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16448         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16449         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16450         (gst_negotiation_plugin_init): Add a property that acts like
16451         filter caps.
16452         * testsuite/gst-lint:  Move license checking to be a standard
16453         test.
16454
16455 2004-04-13  David Schleef  <ds@schleef.org>
16456
16457         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16458         patch from Sebastien Cote (bug #139958)
16459
16460 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16461
16462         * examples/gstplay/Makefile.am:
16463         * examples/gstplay/player.c: (main):
16464           make the commandline player example use gconf settings
16465
16466 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16467
16468         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16469         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16470         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16471           init/end library during state transition, not object
16472           creation/disposal.  get rid of custom dispose handler.
16473
16474
16475 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16476
16477         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16478         be a symlink
16479
16480 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16483           Handle JUNK chunks inside data section. Prevents warnings.
16484
16485 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16486
16487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16488         (gst_riff_create_video_template_caps):
16489           Add MS video v1.
16490         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16491         (gst_avi_demux_stream_data):
16492           Add support for "rec-list" chunks.
16493
16494 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16495
16496         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16497           Fix another codecname mismatch.
16498
16499 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16502           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16503           so that MJPEG plays back.
16504
16505 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16506
16507         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16508         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16509         * gst/mpeg1videoparse/gstmp1videoparse.h:
16510           Fix for some slight mis-cuts in buffer parsing, and for some
16511           potential overflows or faults-causers. Adds disconts. Also fixes
16512           #139105 while we're at it.
16513
16514 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * configure.ac:
16517         * sys/v4l2/gstv4l2element.h:
16518           Workaround for missing struct v4l2_buffer declaration in Suse 9
16519           and Mandrake 10 linux/videodev2.h header file (#135919).
16520
16521 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16522
16523         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16524           Bail out if no filename was given.
16525
16526 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16527
16528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16529         (gst_v4l2_fourcc_from_structure):
16530           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16531           Y41B somewhere).
16532
16533 2004-04-09  Benjamin Otte  <otte@gnome.org>
16534
16535         * ext/gnomevfs/gstgnomevfssink.c:
16536         (_gst_boolean_allow_overwrite_accumulator),
16537         (gst_gnomevfssink_class_init):
16538           fix erase signal - if any handler returns false the file will not be
16539           overwritten. If no handler is connected, the file will not be
16540           overwritten either.
16541           renamed signal to "allow-overwrite"
16542         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16543           free string when adding it to ID3 failed
16544         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16545           unref event when done
16546         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16547           free caps
16548         * gst/typefind/gsttypefindfunctions.c:
16549         (mpeg_video_stream_type_find):
16550           fix invalid read
16551
16552 2004-04-08  David Schleef  <ds@schleef.org>
16553
16554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16555         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16556
16557 2004-04-08  David Schleef  <ds@schleef.org>
16558
16559         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16560         we don't support (bug #139532)
16561
16562 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16563
16564         * ext/mad/gstmad.c: (gst_mad_handle_event),
16565         (gst_mad_check_caps_reset), (gst_mad_chain),
16566         (gst_mad_change_state):
16567           only set explicit caps if they haven't been set before for
16568           this stream.  MPEG-audio sample rate/channels aren't allowed
16569           to change in-stream.
16570           Fixes #139382
16571
16572 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16573
16574         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16575         (_gst_boolean_did_something_accumulator),
16576         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16577         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16578         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16579         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16580         (gst_gnomevfssink_change_state):
16581           Fix erase signal. Don't erase by default. Remove handoff signal.
16582           Remove erase property. Don't segfault. General cleanup.
16583
16584 2004-04-07  Benjamin Otte  <otte@gnome.org>
16585
16586         * gst-libs/gst/gconf/test-gconf.c: (main):
16587           add missing gst_init
16588
16589 2004-04-07  Benjamin Otte  <otte@gnome.org>
16590
16591         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16592           free the mutexes, too
16593
16594 2004-04-07  Benjamin Otte  <otte@gnome.org>
16595
16596         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16597           actually free the URI string
16598         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16599           compute offset correctly when passing discont events
16600         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16601           don't leak discont events
16602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16603           add some missing breaks so caps aren't copied randomly
16604         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16605           if we realloc memory, we better use it
16606
16607 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16608
16609         * ext/mad/gstmad.c: (normal_seek):
16610           fix GST_FORMAT_TIME usage
16611
16612 2004-04-05  David Schleef  <ds@schleef.org>
16613
16614         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16615         a deprecated function (hack!)
16616
16617 2004-04-05  Benjamin Otte  <otte@gnome.org>
16618
16619         * ext/esd/esdmon.c: (gst_esdmon_get):
16620           fix nonterminated vararg and memleak
16621
16622 2004-04-05  Benjamin Otte  <otte@gnome.org>
16623
16624         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16625         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16626         (gst_ladspa_set_property), (gst_ladspa_get_property),
16627         (gst_ladspa_instantiate), (gst_ladspa_activate),
16628         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16629           clean up debugging
16630
16631 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16632
16633         reviewed by Benjamin Otte  <otte@gnome.org>
16634
16635         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16636           check for broken LADSPA parameters (fixes #138635)
16637
16638 2004-04-05  Benjamin Otte  <otte@gnome.org>
16639
16640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16641           advertise buffer-frames correctly on sinkpads
16642
16643 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16644
16645         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16646         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16647         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16648         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16649         (gst_mad_check_caps_reset), (gst_mad_chain):
16650         add more debugging, only reset caps when we're not in error state
16651
16652 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16653
16654         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16655
16656 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16657
16658         reviewed by Benjamin Otte  <otte@gnome.org>
16659
16660         * configure.ac:
16661           fix == in test(1) operator
16662
16663 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16664
16665         reviewed by Benjamin Otte  <otte@gnome.org>
16666
16667         * configure.ac:
16668           fix --export-symblos-regex to a working regex.
16669
16670 2004-04-04  Benjamin Otte  <otte@gnome.org>
16671
16672         * sys/oss/.cvsignore:
16673           add for oss_probe
16674
16675 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16676
16677         reviewed by Benjamin Otte  <otte@gnome.org>
16678
16679         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16680           add missing 'new_media' argument (fixes #138168)
16681         * gst/matroska/matroska-demux.c:
16682         (gst_matroska_demux_handle_seek_event):
16683           add vararg terminator (fixes #138169)
16684
16685 2004-04-02  David Schleef  <ds@schleef.org>
16686
16687         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16688         disted (bug #138914)
16689
16690 2004-04-01  Benjamin Otte  <otte@gnome.org>
16691
16692         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16693         (gst_alsa_close_audio):
16694           handle case better where a soundcard can't pause
16695         * ext/ogg/gstoggdemux.c:
16696           don't crash when we get events but don't have pads yet
16697
16698 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16699
16700         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16701           throw an error if we couldn't probe any caps.
16702
16703 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16704
16705         * ext/dvdnav/gst-dvd:
16706         Add a really simple sample DVD player
16707
16708 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16709
16710         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16711         (gst_a52dec_push), (gst_a52dec_handle_event),
16712         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16713         (gst_a52dec_change_state):
16714         * ext/a52dec/gsta52dec.h:
16715           Use a debug category, Output timestamps correctly
16716           Emit tag info, Handle events, tell liba52dec about cpu
16717           capabilities so it can use MMX etc.
16718         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16719           Fix a crasher accessing invalid memory
16720         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16721         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16722         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16723         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16724         (dvdnavsrc_query):
16725           Some support for byte-format seeking.
16726           Small fixes for still frames and menu button overlays
16727         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16728         (gst_mpeg2dec_alloc_buffer):
16729           Use a debug category. Adjust the report level of several items to
16730           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16731           so it doesn't lose the GstBuffer pointer
16732         * gst/debug/Makefile.am:
16733         * gst/debug/gstdebug.c: (plugin_init):
16734         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16735         (gst_navseek_base_init), (gst_navseek_class_init),
16736         (gst_navseek_init), (gst_navseek_seek),
16737         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16738         (gst_navseek_get_property), (gst_navseek_chain),
16739         (gst_navseek_plugin_init):
16740         * gst/debug/gstnavseek.h:
16741           Add the navseek debug element for seeking back and forth in a
16742           video stream using arrow keys.
16743         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16744         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16745         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16746         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16747         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16748         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16749         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16750         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16751         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16752         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16753         * gst/mpeg2sub/gstmpeg2subt.h:
16754           Pretty much a complete rewrite. Now a loopbased element. May still
16755           require work to properly synchronise subtitle buffers.
16756         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16757         (gst_dvd_demux_send_subbuffer):
16758         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16759           Don't attempt to create subbuffers of size 0
16760           Reduce a couple of error outputs to warnings.
16761         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16762         (gst_y4mencode_chain):
16763         Output the y4m frame header correctly.
16764
16765 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16766
16767         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16768           throw errors instead of allowing SIGFPE
16769
16770 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16771
16772         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16773         (gst_gconf_render_bin_from_key):
16774           leak plugging and style fixing
16775
16776 2004-03-31  David Schleef  <ds@schleef.org>
16777
16778         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16779         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16780         (bug #138225)
16781         * gst/debug/Makefile.am:
16782         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16783         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16784         plugin.
16785         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16786         (gst_negotiation_base_init), (gst_negotiation_class_init),
16787         (gst_negotiation_init), (gst_negotiation_getcaps),
16788         (gst_negotiation_pad_link), (gst_negotiation_chain),
16789         (gst_negotiation_set_property), (gst_negotiation_get_property),
16790         (gst_negotiation_plugin_init):  New element to talk about random
16791         negotiation things happening in a pipeline.
16792
16793 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16794
16795         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16796           fix integer addition with help of Stefan Kost
16797
16798 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16799
16800         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16801
16802 2004-03-30  David Schleef  <ds@schleef.org>
16803
16804         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16805         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16806         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16807         (bug #137504)
16808         * ext/mpeg2dec/gstmpeg2dec.h:
16809
16810 2004-03-30  David Schleef  <ds@schleef.org>
16811
16812         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16813
16814 2004-03-30  David Schleef  <ds@schleef.org>
16815
16816         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16817         Michael Petullo) to handle .mov
16818
16819 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16820
16821         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16822         (gst_osselement_rate_check_rate):
16823           probe caps correctly for sound cards that only support one format
16824
16825 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16826
16827         * ext/kio/kiosrc.cpp: (process_events):
16828           update handling event processing if inside KDE - untested
16829
16830 2004-03-29  David Schleef  <ds@schleef.org>
16831
16832         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16833         by 2 to not interfere with other colorspaces.
16834         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16835         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16836         one to not interfere with ffmpeg_colorspace.
16837
16838 2004-03-29  David Schleef  <ds@schleef.org>
16839
16840         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16841         aren't in the caps.
16842         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16843         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16844
16845 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16846
16847         * gst-libs/gst/riff/riff-media.c:
16848           fail on error, don't try to set stuff on NULL caps
16849
16850 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16851
16852         * configure.ac:
16853         * ext/Makefile.am:
16854         * ext/kio/Makefile.am:
16855         * ext/kio/kioreceiver.cpp:
16856         * ext/kio/kioreceiver.h:
16857         * ext/kio/kiosrc.cpp:
16858         * ext/kio/kiosrc.h:
16859           add experimental kiosrc plugin
16860         * ext/alsa/gstalsaplugin.c: (plugin_init):
16861           initialize debugging category only when we're sure registering the
16862           plugins worked.
16863
16864 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16865
16866         * examples/gstplay/player.c: (main):
16867         * gst-libs/gst/play/play.c: (gst_play_class_init),
16868         (gst_play_set_location), (gst_play_set_data_src),
16869         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16870         (gst_play_set_visualization), (gst_play_connect_visualization):
16871           check return values of element_set_state and return FALSE where
16872           failed
16873
16874 2004-03-29  Benjamin Otte  <otte@gnome.org>
16875
16876         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16877           try harder to check if an event is really a discont
16878
16879 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16880
16881         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16882         * po/az.po:
16883
16884 2004-03-28  Benjamin Otte  <otte@gnome.org>
16885
16886         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16887         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16888         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16889           get rid of non-standard "..." ranges in case statements.
16890
16891 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16892
16893         * gst/mpegstream/gstmpegdemux.c:
16894         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16895         specific functionality split to the new dvddemux element.
16896         * gst/mpegstream/gstdvddemux.c:
16897         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16898         streams, derived from mpegdemux.
16899         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16900         up. SCR based timestamp rewriting can be turned off (will probably
16901         completely disappear soon).
16902         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16903         hacking. General cleanup. All printf statements replaced by
16904         debugging messages. Almost complete libdvdnav support.
16905         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16906         by events. New properties for audio and subpicture languages.
16907         (dvdnavsrc_update_highlight): Now uses events.
16908         (dvdnavsrc_user_op): Cleaned up.
16909         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16910         based). Lots of cleanup, and propper support for most libdvdnav
16911         events.
16912         (dvdnavsrc_make_dvd_event): New function.
16913         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16914         (dvdnavsrc_make_clut_change_event): New function.
16915
16916 2004-03-26  Benjamin Otte  <otte@gnome.org>
16917
16918         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16919           fix bug where typefinding would claim it's theora whenever less then
16920           7 bytes of data were available
16921
16922 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16923
16924         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16925         (gst_alawdec_base_init), (gst_alawdec_class_init),
16926         (gst_alawdec_init), (gst_alawdec_chain):
16927         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16928         (gst_alawenc_base_init), (gst_alawenc_class_init),
16929         (gst_alawenc_init), (gst_alawenc_chain):
16930         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16931         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16932         (gst_mulawdec_init), (gst_mulawdec_chain):
16933         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16934         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16935         (gst_mulawenc_init), (gst_mulawenc_chain):
16936           Fix capsnego in all four, remove the unused property functions and
16937           simplify the chain functions slightly. I guess we could use macros
16938           or something similar for those, since the code is so similar, but
16939           I'm currently too lazy...
16940
16941 2004-03-24  David Schleef  <ds@schleef.org>
16942
16943         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16944         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16945         (gst_osselement_get_format_structure),
16946         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16947         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16948         (gst_osselement_rate_int_compare): Add code to handle rate probing
16949         (bug #120883)
16950         * sys/oss/gstosselement.h: same
16951         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16952         Use rate probing provided by osselement.
16953         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16954
16955 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16956
16957         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16958         (gst_xvidenc_get_property):
16959           ulong/int mess-up.
16960
16961 2004-03-24  David Schleef  <ds@schleef.org>
16962
16963         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16964         (gst_speexdec_init):
16965         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16966         (gst_speexenc_init):  Create the pad template correctly (from
16967         the static pad template, not a NULL pointer.)
16968
16969 2004-03-25  Benjamin Otte  <otte@gnome.org>
16970
16971         * gst/debug/Makefile.am:
16972         * gst/debug/breakmydata.c:
16973           add element that quasi-randomly changes bytes in the stream.
16974           Intended use is robustness checking of demuxers and decoders in
16975           media tests.
16976
16977 2004-03-24  Benjamin Otte  <otte@gnome.org>
16978
16979         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16980         (gst_alsa_probe_hw_params):
16981         * ext/alsa/gstalsa.h:
16982           debugging output fixes
16983
16984 2004-03-24  Benjamin Otte  <otte@gnome.org>
16985
16986         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16987           don't g_return_if_fail if element is PLAYING, fail silently as every
16988           other element.
16989         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16990           only fix needed for cast lvalue issues in gst-plugins
16991         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16992           add proxy_getcaps
16993
16994 2004-03-24  Benjamin Otte  <otte@gnome.org>
16995
16996         * gst/level/gstlevel.c: (gst_level_init):
16997           add proxying getcaps function, so level doesn't advertise impossible
16998           caps
16999
17000 2004-03-24  David Schleef  <ds@schleef.org>
17001
17002         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17003         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17004         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17005         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17006         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17007         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17008         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17009         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17010         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17011         messages.  Divide the chunk size by the compression ratio
17012         (needed for MACE audio)
17013
17014 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17015
17016         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17017           Fix buffer overflow read error.
17018
17019 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17020
17021         * ext/alsa/gstalsa.h:
17022           Remove unused entry.
17023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17024           Add cinepak.
17025         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17026         (gst_videodrop_link), (gst_videodrop_chain):
17027           Fix, sort of. Was horribly broken with new capsnego. Bah...
17028
17029 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17030
17031         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17032         (plugin_init):
17033         Add a monkeysaudio typefind function
17034
17035 2004-03-23  Johan Dahlin  <johan@gnome.org>
17036
17037         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17038         (gst_play_video_fixate): Check so the structure has the field
17039         before trying to fixate them, this makes it possible to have
17040         fakesinks for video and audio output without printing errors on
17041         the output console.
17042
17043 2004-03-22  David Schleef  <ds@schleef.org>
17044
17045         * sys/oss/Makefile.am:
17046         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17047         (check_rate), (add_rate):  Rate probing test app.
17048
17049 2004-03-21  Benjamin Otte  <otte@gnome.org>
17050
17051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17052         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17053           add a fixation function that pretty much does the right thing (fixes
17054           #137556)
17055
17056 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17057
17058         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17059
17060 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17061
17062         reviewed by: Benjamin Otte  <otte@gnome.org>
17063
17064         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17065           terminate gst_event_new_discontinuous correctly (fixes parts of
17066           #137711)
17067
17068 2004-03-19  David Schleef  <ds@schleef.org>
17069
17070         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17071         since it doesn't depend on X, and it's part of our ABI.
17072
17073 2004-03-19  Iain <iain@prettypeople.org>
17074
17075         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17076         is_int in the structure, not the local variable.
17077
17078 2004-03-19  David Schleef  <ds@schleef.org>
17079
17080         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17081         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17082         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17083         Improvements in caps negotiation.
17084
17085 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17086
17087         * po/LINGUAS:
17088         * po/af.po:
17089           adding Afrikaans (Petri Jooste)
17090
17091 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17092
17093         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17094         (gst_ffmpegcolorspace_chain):
17095         throw error instead of g_critical (#137588)
17096
17097 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17098
17099         * Makefile.am:
17100         * configure.ac:
17101           dist common and m4 correctly
17102         * po/sv.po:
17103
17104 2004-03-17  David Schleef  <ds@schleef.org>
17105
17106         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17107         (bug #137348)
17108
17109 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17110
17111         * po/LINGUAS:
17112         * po/sv.po:
17113           adding Swedish translation (Christian Rose)
17114
17115 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17116
17117         * Makefile.am: use release.mak
17118
17119 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17120
17121         * common/ChangeLog:
17122         * common/gst-autogen.sh:
17123           add some explanation about the version detection
17124         * configure.ac:
17125           fix X check
17126
17127 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17128
17129         * configure.ac: bump nano to 1
17130
17131 === release 0.8.0 ===
17132
17133 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17134
17135         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17136
17137 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17138
17139         * configure.ac:
17140           update libtool version
17141         * gst-libs/gst/media-info/Makefile.am:
17142           actually use libtool version
17143
17144 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17145
17146         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17147
17148 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17149
17150         * configure.ac:
17151         * gst-plugins.spec.in:
17152         * pkgconfig/Makefile.am:
17153         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17154         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17155         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17156         * pkgconfig/gstreamer-libs.pc.in:
17157         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17158         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17159         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17160         * pkgconfig/gstreamer-plugins.pc.in:
17161           remove @VERSION@ from some of the pc files since core and plugins
17162           are decoupled.
17163           created gstreamer-plugins.pc as it's a better name, but keeping
17164           -libs around for now to get fixes upstream done first.
17165
17166 2004-03-15  Julien MOUTTE <julien@moutte.net>
17167
17168         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17169         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17170         * gst-libs/gst/play/play.h:
17171
17172 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17173
17174         * *.c, *.cc: don't mix tabs and spaces
17175
17176 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17177
17178         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17179           use the new ffmpegcolorspace
17180         * gst-plugins.spec.in:
17181           package new colorspace and media-info
17182         * configure.ac:
17183         * pkgconfig/Makefile.am:
17184           fix some more disting issues
17185         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17186         * pkgconfig/gstreamer-media-info.pc.in:
17187           generate media-info pc files
17188
17189 2004-03-15  Johan Dahlin  <johan@gnome.org>
17190
17191         * *.h: Revert indenting
17192
17193 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17194
17195         * configure.ac:
17196           adding ffmpegcolorspace element
17197         * gst/ffmpegcolorspace/Makefile.am:
17198         * gst/ffmpegcolorspace/avcodec.h:
17199         * gst/ffmpegcolorspace/common.h:
17200         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17201         * gst/ffmpegcolorspace/dsputil.h:
17202         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17203         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17204         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17205         (gst_ffmpeg_caps_to_pix_fmt):
17206         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17208         (gst_ffmpegcolorspace_caps_remove_format_info),
17209         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17210         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17211         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17212         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17213         (gst_ffmpegcolorspace_set_property),
17214         (gst_ffmpegcolorspace_get_property),
17215         (gst_ffmpegcolorspace_register):
17216         * gst/ffmpegcolorspace/imgconvert.c:
17217         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17218         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17219         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17220         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17221         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17222         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17223         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17224         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17225         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17226         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17227         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17228         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17229         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17230         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17231         (img_get_alpha_info), (deinterlace_line),
17232         (deinterlace_line_inplace), (deinterlace_bottom_field),
17233         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17234         * gst/ffmpegcolorspace/imgconvert_template.h:
17235         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17236         * gst/ffmpegcolorspace/mmx.h:
17237         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17238           adding ffmpegcolorspace element supplied by Ronald after cleaning
17239           up and pulling in the right bits of upstream source.
17240           I'm sure a better C/compiler wizard could do some cleaning up (for
17241           example use GLIB's malloc stuff), but as a first pass this
17242           works very well
17243
17244 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * ext/alsa/gstalsa.h:
17247           I assume Ronald forgot to commit the change to have cardname
17248           as a struct member.  Expect some public spanking at the next
17249           opportunity.
17250
17251 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17252
17253         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17254         (gst_alsa_open_audio), (gst_alsa_close_audio):
17255         * ext/alsa/gstalsa.c:
17256           Don't open the device if we're a mixer (= padless).
17257         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17258         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17259         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17260           Open mixer during state change rather than during object
17261           initialization. Also, get a device name. Currently in a somewhat
17262           hackish fashion, but I didn't really find something better.
17263
17264 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17265
17266         * *.c, *.h: run gst-indent
17267
17268 2004-03-14  Benjamin Otte  <otte@gnome.org>
17269
17270         * gst/modplug/gstmodplug.cc:
17271         * gst/modplug/gstmodplug.h:
17272           set correct timestamps on outgoing buffers
17273
17274 2004-03-14  Benjamin Otte  <otte@gnome.org>
17275
17276         * gst/modplug/gstmodplug.cc:
17277           handle events - don't do crap when a discont arrives that's not
17278           necessary
17279           This allows correct loading and playback of mods in Rhythmbox
17280
17281 2004-03-14  Benjamin Otte  <otte@gnome.org>
17282
17283         * configure.ac:
17284         * gst-libs/gst/gconf/Makefile.am:
17285         * pkgconfig/Makefile.am:
17286           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17287           they get rebuilt properly
17288         * configure.ac:
17289           when checking for vorbis, try pkgconfig first.
17290         * gst/modplug/gstmodplug.cc:
17291           add fixate function
17292
17293 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17294
17295         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17296           Fix for obvious mistake, where we first shift the offset and then
17297           read a samplesize element assuming the old offset. Note that this
17298           part still has something weird, i.e. my movies containing those
17299           don't actually play well, but at least there's something that looks
17300           like sound now.
17301
17302 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17303         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17304         (plugin_init):
17305         Add a typefind function for speex format
17306
17307 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17308
17309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17310         (gst_asf_demux_setup_pad):
17311           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17312           instead of 0. Reason is simple: some elements have a fps range
17313           of 1-max instead of 0-max. So now ASF video actually works.
17314
17315 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17316
17317         * po/LINGUAS:
17318         * po/sr.po:
17319           adding serbian as a language
17320
17321 2004-03-13  Benjamin Otte  <otte@gnome.org>
17322
17323         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17324           return taglist correctly from _get function, don't gst_pad_push it.
17325           (fixes #137042)
17326
17327 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17328         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17329
17330 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17331
17332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17333         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17334         (gst_alsa_mixer_track_new):
17335         * ext/alsa/gstalsamixertrack.h:
17336           Fix ancient leftovers... MixerTrack is a GObject.
17337
17338 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17339
17340         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17341         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17342           Don't block during probing...
17343
17344 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17347         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17348         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17349         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17350         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17351         (gst_alsa_open_audio), (gst_alsa_close_audio):
17352         * ext/alsa/gstalsa.h:
17353           Add propertyprobe interface implementation, add some device-name
17354           property, all this so that it looks good in gnome-volume-control.
17355
17356 2004-03-12  David Schleef  <ds@schleef.org>
17357
17358         * configure.ac: the Hermes library controls hermescolorspace, not
17359         colorspace.
17360         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17361         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17362         not /* */
17363         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17364         * ext/sdl/sdlvideosink.h: ditto.
17365         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17366
17367 2004-03-12  Benjamin Otte  <otte@gnome.org>
17368
17369         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17370         (gst_x_overlay_got_xwindow_id):
17371         * gst-libs/gst/xoverlay/xoverlay.h:
17372           replace XID with unsigned long to get rid of the xlibs dependency in
17373           XOverlay (fixes #137004)
17374
17375 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17376         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17377         (gst_agingtv_setup):
17378         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17379         (gst_dicetv_base_init), (gst_dicetv_class_init),
17380         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17381         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17382         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17383         (gst_edgetv_setup), (gst_edgetv_rgb32):
17384         * gst/effectv/gsteffectv.c:
17385         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17386         (gst_quarktv_set_property):
17387         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17388         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17389         (gst_revtv_setup), (gst_revtv_rgb32):
17390         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17391         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17392         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17393         (gst_shagadelictv_rgb32):
17394         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17395         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17396         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17397         * gst/effectv/gstwarp.c:
17398         Port everything that can be ported to videofilter and fix up the caps.
17399         Can someone with a big-endian machine please check these?
17400
17401 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17402
17403         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17404         (gst_osssink_chain), (gst_osssink_change_state):
17405           Latest fixes for A/V sync, audio playback and such. This is about
17406           all... MPEG playback issues are mostly related to the async build-
17407           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17408
17409 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17410
17411         patch from: Stephane Loeuillet
17412
17413         * configure.ac:
17414           use pkg-config for some libraries, falling back to the old .m4 way
17415           (fixes #131270)
17416         * m4/libdv.m4:
17417           removed
17418
17419 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17420
17421         * configure.ac:
17422         * tools/Makefile.am:
17423         * tools/Makefile.in:
17424         * tools/gst-launch-ext-m.m:
17425         * tools/gst-launch-ext.1.in:
17426         * tools/gst-visualise-m.m:
17427         * tools/gst-visualise.1:
17428         * tools/gst-visualise.1.in:
17429           reorganizing generation of script tools
17430
17431 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17432
17433         * ext/divx/gstdivxdec.c:
17434           Downgrade priority. We prefer ffdec_mpeg4.
17435         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17436         (gst_faad_chain), (gst_faad_change_state):
17437           Fix capsnego. Doesn't work for some sounds because we don't have
17438           a 5:1 to stereo element.
17439         * ext/xvid/gstxvid.c: (plugin_init):
17440           Add priority.
17441         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17442         (gst_osssink_change_state):
17443           Add discont handling.
17444
17445 2004-03-09  Colin Walters  <walters@verbum.org>
17446
17447         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17448         conversion.
17449
17450 2004-03-09  Benjamin Otte  <otte@gnome.org>
17451
17452         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17453           the signals take 2 arguments
17454
17455 2004-03-09  David Schleef  <ds@schleef.org>
17456
17457         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17458         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17459         * ext/alsa/gstalsa.h:
17460         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17461
17462 2004-03-09  Benjamin Otte  <otte@gnome.org>
17463
17464         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17465         (gst_mikmod_change_state):
17466         * ext/mikmod/gstmikmod.h:
17467           make mikmod's loop function not loop infinitely and call
17468           gst_element_yield anymore
17469         * gst/modplug/gstmodplug.cc:
17470           fix pad negotiation (fixes #136590)
17471
17472 2004-03-09  David Schleef  <ds@schleef.org>
17473
17474         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17475         doesn't conflict with the internal colorspace plugin.
17476         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17477         satisfy the crappy-ass shell shipped by a certain vendor.
17478         * gst/videofilter/make_filter: same (bug #135299)
17479
17480 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17481
17482         * configure.ac: bump nano to 1
17483
17484 === release 0.7.6 ===
17485
17486 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17487
17488         * configure.in: releasing 0.7.6, "There"
17489
17490 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17493         * pkgconfig/gstreamer-play.pc.in:
17494           synchronize the two
17495
17496 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17497
17498         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17499         (cdparanoia_open), (cdparanoia_event):
17500           fix/add error handling
17501         * po/POTFILES.in:
17502           add cdparanoia source
17503         * tools/Makefile.am:
17504           make scripts executable
17505
17506 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17507
17508         * configure.ac:
17509         * ext/vorbis/Makefile.am:
17510         * sys/Makefile.am:
17511           remove id3types, vorbisfile and xvideosink from the build (#133783)
17512
17513 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17514
17515         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17516           Fix metadata read crash (#136537).
17517
17518 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17519
17520         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17521         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17522           adding mime types, fixing the one-stop function
17523
17524 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17525
17526         * ext/nas/nassink.c and /ext/nas/nassink.h:
17527         More NAS love from Arwed von Merkatz
17528         So lets all sing 'Can you feel the NAS tonight'
17529
17530 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17531
17532         * tools/gst-launch-ext.in:
17533         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17534
17535 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17536
17537         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17538         (gst_mpeg2dec_init):
17539         remove the user_data pad for now, because it is being used in
17540         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17541         If someone knows how to fix this properly, please do.
17542
17543 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17544
17545         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17546         (gst_osssink_get_time):
17547         add a warning, IMO this won't get triggered anymore, remove later
17548
17549 2004-03-07  David Schleef  <ds@schleef.org>
17550
17551         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17552         format (bug #136470)
17553
17554 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17555
17556         * gst-libs/Makefile.am:
17557         * gst-libs/gst/media-info/Makefile.am:
17558         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17559         (error_callback), (gst_media_info_error_create),
17560         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17561         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17562         * gst-libs/gst/media-info/media-info-priv.h:
17563         * gst-libs/gst/media-info/media-info-test.c: (main):
17564         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17565         (gst_media_info_class_init), (gst_media_info_instance_init),
17566         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17567         (gst_media_info_read_idler), (gst_media_info_read):
17568         * gst-libs/gst/media-info/media-info.h:
17569         fixed, should work now
17570
17571 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17572
17573         * ext/nas/nassink.c:
17574         A bunch of NAS fixes from Arwed von Merkatz
17575
17576 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17579         (qtdemux_parse_trak):
17580           Fix crash (j might be greater than n_samples, in which case we're
17581           writing outside the allocated space for the array) and memleak.
17582
17583 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17584
17585         * sys/oss/gstosssink.c: (gst_osssink_chain):
17586           And another caller that couldn't handle delay < 0 (unsigned
17587           integer overflow). Video now continues playing on an audio
17588           buffer underrun, and the clock continues working. Audio still
17589           stalls.
17590
17591 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17592
17593         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17594         (gst_osssink_get_time):
17595           get_delay() may return values lower than 0. In those cases, we
17596           should not actually cast to *unsigned* int64, that will break
17597           stuff horribly. In my case, it screwed up A/V sync in movies
17598           in totem rather badly.
17599
17600 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17601
17602         * ext/faac/gstfaac.c: (gst_faac_chain):
17603         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17604         * ext/libpng/gstpngenc.c: (user_write_data):
17605         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17606         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17607         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17608         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17609         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17610         of any buffer), should fix some leaks. I hope I didn't unref buffers
17611         that shouldn't be...
17612
17613 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17614
17615         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17616         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17617         (error_callback), (gmi_reset), (gmi_seek_to_track),
17618         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17619         (gmip_find_type_post), (gmip_find_stream_post),
17620         (gmip_find_track_streaminfo_post):
17621         * gst-libs/gst/media-info/media-info-priv.h:
17622         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17623         (info_print), (main):
17624         * gst-libs/gst/media-info/media-info.c:
17625         (gst_media_info_error_create), (gst_media_info_error_element),
17626         (gst_media_info_instance_init), (gst_media_info_get_property),
17627         (gst_media_info_new), (gst_media_info_set_source),
17628         (gst_media_info_read_idler), (gst_media_info_read):
17629         * gst-libs/gst/media-info/media-info.h:
17630           first pass at making this work again.  This seems to work on
17631           tagged ogg/vorbis and mp3 files.
17632
17633 2004-03-06  Benjamin Otte  <otte@gnome.org>
17634
17635         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17636           fix huge leak: gst_buffer_merge doesn't unref the first argument
17637           itself.
17638
17639 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17640
17641         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17642           report layer/mode/emphasis
17643
17644 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17645
17646         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17647
17648 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17651           signal serial
17652
17653 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17654
17655         * ext/vorbis/vorbis.c: (plugin_init):
17656         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17657         (gst_vorbis_dec_init), (vorbis_dec_event):
17658         add debug category
17659         make vorbisdec handle _BYTE and _TIME queries
17660
17661 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17662
17663         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17664           from the xing header
17665
17666 2004-03-06  Benjamin Otte  <otte@gnome.org>
17667
17668         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17669         (gst_audio_convert_link), (gst_audio_convert_change_state),
17670         (gst_audio_convert_buffer_from_default_format):
17671           do conversions from/to float correctly, fix some caps nego errors,
17672           export correct supported caps in template and getcaps, use correct
17673           caps in try_set_caps functions
17674
17675 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17676
17677         For some reason, I only committed a ChangeLog entry yesterday and
17678         not the corresponding code...
17679         * ext/mad/gstmad.c: Fix detection of Xing headers
17680         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17681
17682 2004-03-06  Benjamin Otte  <otte@gnome.org>
17683
17684         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17685         (gst_ogg_demux_src_query):
17686           make sure to handle the case where there's no current chain
17687           gracefully.
17688
17689 2004-03-05  David Schleef  <ds@schleef.org>
17690
17691         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17692         Add fixate function. (bug #131128)
17693         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17694         (gst_sdlvideosink_fixate):  Add fixate function.
17695         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17696         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17697         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17698         Fix missing break that was causing ulaw to be interpreted as
17699         raw int.
17700
17701 2004-03-05  David Schleef  <ds@schleef.org>
17702
17703         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17704         Fix code that ignores return value of gst_buffer_merge().
17705         (bug #114560)
17706         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17707         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17708         * testsuite/gst-lint:  Check for above.
17709
17710 2004-03-05  David Schleef  <ds@schleef.org>
17711
17712         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17713         caps and throw an element error.  (bug #136334)
17714
17715 2004-03-05  David Schleef  <ds@schleef.org>
17716
17717         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17718         (gst_faad_chain): Fix negotiation.
17719         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17720         key and button events.
17721         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17722         dung heap of code.
17723         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17724         depends on gconf
17725         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17726         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17727         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17728         function to encourage better negotiation, particularly between
17729         audioconvert and osssink.
17730         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17731         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17732         more important.
17733         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17734         typefinding.
17735         * gst/vbidec/vbiscreen.c:  Add glib header
17736         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17737
17738 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17739
17740         * ext/mad/gstmad.c: Fix detection of Xing headers
17741         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17742
17743 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17744
17745         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17746         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17747           debug updates
17748
17749 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17750
17751         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17752         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17753         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17754         files, and report the parsed length as a GST_TAG_DURATION tag.
17755         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17756
17757 2004-03-05  Benjamin Otte  <otte@gnome.org>
17758
17759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17760           convert channels correctly. convert correctly to unsigned.
17761
17762 2004-03-05  Julien MOUTTE <julien@moutte.net>
17763
17764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17765         we have a window before clearing it.
17766
17767 2004-03-05  Julien MOUTTE <julien@moutte.net>
17768
17769         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17770         have a window before clearing it.
17771
17772 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * gconf/gstreamer.schemas.in:
17775         * gst-libs/gst/gconf/Makefile.am:
17776           version installation path the same way as for 0.6
17777         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17778         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17779         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17780           remove comment that was fixed
17781
17782 2004-03-05  David Schleef  <ds@schleef.org>
17783
17784         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17785         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17786         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17787         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17788         Add prototype code for handling seeking and querying.
17789
17790 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17791
17792         * examples/gstplay/player.c: (main):
17793           Initialize variables to NULL. Prevents a segfault because the
17794           (uninitialized) variable is not NULL, resulting in a crash on
17795           trying to reach error->message.
17796
17797 2004-03-05  Benjamin Otte  <otte@gnome.org>
17798
17799         * gst/audioconvert/gstaudioconvert.c:
17800         (gst_audio_convert_buffer_to_default_format):
17801         make float=>int conversion work correctly even in cornercases.
17802
17803 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17804
17805         * debian/README.Debian:
17806         * debian/build-deps:
17807         * debian/changelog:
17808         * debian/control:
17809         * debian/control.in:
17810         * debian/copyright:
17811         * debian/gstreamer-a52dec.files:
17812         * debian/gstreamer-aa.files:
17813         * debian/gstreamer-alsa.files:
17814         * debian/gstreamer-alsa.manpages:
17815         * debian/gstreamer-arts.files:
17816         * debian/gstreamer-artsd.files:
17817         * debian/gstreamer-audiofile.files:
17818         * debian/gstreamer-avifile.files:
17819         * debian/gstreamer-cdparanoia.files:
17820         * debian/gstreamer-colorspace.files:
17821         * debian/gstreamer-doc.files:
17822         * debian/gstreamer-dv.files:
17823         * debian/gstreamer-dvd.files:
17824         * debian/gstreamer-esd.files:
17825         * debian/gstreamer-festival.files:
17826         * debian/gstreamer-flac.files:
17827         * debian/gstreamer-gconf.conffiles:
17828         * debian/gstreamer-gconf.files:
17829         * debian/gstreamer-gconf.postinst:
17830         * debian/gstreamer-gnomevfs.files:
17831         * debian/gstreamer-gsm.files:
17832         * debian/gstreamer-http.files:
17833         * debian/gstreamer-jack.files:
17834         * debian/gstreamer-jpeg.files:
17835         * debian/gstreamer-mad.files:
17836         * debian/gstreamer-mikmod.files:
17837         * debian/gstreamer-misc.files:
17838         * debian/gstreamer-mpeg2dec.files:
17839         * debian/gstreamer-oss.files:
17840         * debian/gstreamer-plugin-apps.files:
17841         * debian/gstreamer-plugin-apps.manpages:
17842         * debian/gstreamer-plugin-libs-dev.files:
17843         * debian/gstreamer-plugin-libs.files:
17844         * debian/gstreamer-plugin-template.postinst:
17845         * debian/gstreamer-plugin-template.postrm:
17846         * debian/gstreamer-sdl.files:
17847         * debian/gstreamer-sid.files:
17848         * debian/gstreamer-vorbis.files:
17849         * debian/gstreamer-x.files:
17850         * debian/mk.control:
17851         * debian/rules:
17852         Debian package info not maintained here.
17853
17854 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17855
17856         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17857         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17858         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17859         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17860         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17861         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17862         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17863         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17864         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17865         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17866         * gst-libs/gst/colorbalance/colorbalance.c:
17867         (gst_color_balance_class_init):
17868         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17869         (gst_color_balance_channel_class_init):
17870         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17871         * gst-libs/gst/play/play.c: (gst_play_class_init):
17872         * gst-libs/gst/propertyprobe/propertyprobe.c:
17873         (gst_property_probe_iface_init):
17874         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17875         * gst-libs/gst/tuner/tunerchannel.c:
17876         (gst_tuner_channel_class_init):
17877         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17878         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17879         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17880         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17881         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17882         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17883         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17884         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17885         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17886           fix signals to use - instead of _
17887         * ext/libcaca/gstcacasink.h:
17888         * ext/sdl/sdlvideosink.h:
17889           fix header rename
17890
17891 2004-03-04  David Schleef  <ds@schleef.org>
17892
17893         * testsuite/gst-lint:  Add a check for bad signal names.
17894
17895 2004-03-04  <kost@imn.htwk-leipzig.de>
17896
17897         reviewed by David Schleef
17898
17899         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17900         modified the alpha channel and caused a warning. (bug #136192)
17901
17902 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17903
17904         * gst-plugins.spec.in:
17905         Change names of plugins to actually be correct. Try to keep things
17906         alphabetical to avoid getting beat up by Thomas
17907
17908 2004-03-03  Julien MOUTTE <julien@moutte.net>
17909
17910         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17911         Using ximagesink as a default if no gconf key found. We should
17912         probably consider using alsasink instead of osssink for the audio
17913         part.
17914
17915 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17916
17917         * configure.ac:
17918           fix --with-plugins, don't think it ever worked before
17919         * gst-plugins.spec.in:
17920           even more updates
17921
17922 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17923
17924         * ext/sdl/sdlvideosink.h:
17925         * sys/ximage/ximagesink.h:
17926         * sys/xvideo/xvideosink.h:
17927         * sys/xvimage/xvimagesink.h:
17928           Fix for move of gstvideosink.h -> videosink.h.
17929
17930 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17931
17932         * gst-libs/gst/xwindowlistener/Makefile.am:
17933           this is a plugin library, not a library
17934
17935 2004-03-01  David Schleef  <ds@schleef.org>
17936
17937         * AUTHORS:  Added some names.  Add yourself if you're still
17938         missing.
17939
17940 2004-03-01  David Schleef  <ds@schleef.org>
17941
17942         * MAINTAINERS: Add
17943
17944 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17945
17946         * gst-plugins.spec.in: clean up spec file
17947
17948 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17949
17950         * gst-libs/gst/video/Makefile.am:
17951         * gst-libs/gst/video/gstvideosink.c:
17952         * gst-libs/gst/video/gstvideosink.h:
17953           rename gstvideosink.h to videosink.h to match other headers
17954         * gst/mixmatrix/Makefile.am:
17955           fix plugin filename
17956         * gst/tags/Makefile.am: fix plugin filename
17957
17958 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17959
17960         * gst/tags/Makefile.am: fix plugin filename
17961
17962 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17963
17964         * examples/gstplay/player.c: (got_time_tick), (main):
17965           add error handler
17966           display time_tick more readably
17967         * gst/mixmatrix/Makefile.am:
17968           fix plugin file name
17969
17970 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17971
17972         * sys/oss/gstosselement.c: (gst_osselement_probe),
17973         (device_combination_append), (gst_osselement_class_probe_devices):
17974         * sys/oss/gstosselement.h:
17975           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17976           on my system using alsa oss emulation, fixes bug #135597
17977
17978 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17979
17980         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17981         (gst_videodrop_chain), (gst_videodrop_change_state):
17982         * gst/videodrop/gstvideodrop.h:
17983           Work based on timestamp of input data, not based on the expected
17984           framerate from the input. The consequence is that this element now
17985           not only scales framerates, but also functions as a framerate
17986           corrector or framerate stabilizer/constantizer.
17987
17988 2004-02-27  David Schleef  <ds@schleef.org>
17989
17990         patches from jmmv@menta.net (Julio M. Merino Vidal)
17991
17992         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17993         GST_ELEMENT_ERROR call (bug #135634)
17994         * gst/interleave/interleave.c: (interleave_buffered_loop),
17995         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17996         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17997         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17998         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17999         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18000         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18001         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18002         Fix GST_ELEMENT_ERROR call.
18003         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18004         GST_ELEMENT_ERROR call.
18005
18006 2004-02-27  Benjamin Otte  <otte@gnome.org>
18007
18008         * gst-libs/gst/audio/audio.h:
18009           add macro to make sure header isn't included twice
18010         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18011           don't use gst_buffer_free
18012         * gst/playondemand/filter.func:
18013           don't use gst_data_free. Free data only once.
18014
18015 2004-02-26  David Schleef  <ds@schleef.org>
18016
18017         * gst-libs/gst/colorbalance/Makefile.am:
18018         * gst-libs/gst/mixer/Makefile.am:
18019         * gst-libs/gst/tuner/Makefile.am:
18020         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18021         should not be disted, -marshal.h files should not be installed,
18022         and -enum.h files _should_ be installed.  Fix to make this the
18023         case.
18024
18025 === release 0.7.5 ===
18026
18027 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18028
18029         * configure.ac: release 0.7.5, "Under The Sea"
18030
18031 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18032
18033         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18034         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18035         * gst/videoscale/gstvideoscale.c:
18036         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18037           assorted debug/warning fixes
18038
18039 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18040
18041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18042         (gst_videoscale_init), (gst_videoscale_chain),
18043         (gst_videoscale_set_property), (plugin_init):
18044         * gst/videoscale/gstvideoscale.h:
18045         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18046         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18047         (gst_videoscale_planar400), (gst_videoscale_packed422),
18048         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18049         (gst_videoscale_24bit), (gst_videoscale_16bit),
18050         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18051         (gst_videoscale_scale_plane_slow),
18052         (gst_videoscale_scale_point_sample),
18053         (gst_videoscale_scale_nearest),
18054         (gst_videoscale_scale_nearest_str2),
18055         (gst_videoscale_scale_nearest_str4),
18056         (gst_videoscale_scale_nearest_32bit),
18057         (gst_videoscale_scale_nearest_24bit),
18058         (gst_videoscale_scale_nearest_16bit):
18059         add debugging category and use it properly
18060         fix use of GST_PTR_FORMAT
18061
18062 2004-02-25  Andy Wingo  <wingo@pobox.com>
18063
18064         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18065         push only when channel->buffer is NULL. Prevents segfaults doing
18066         the state change after a nonlocal exit, like a scheme exception.
18067
18068         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18069         Handle the case where the intersected caps is empty.
18070
18071 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * gst/law/mulaw-decode.c: (mulawdec_link):
18074         * gst/law/mulaw.c: (plugin_init):
18075           fix mulawdec so it actually works again
18076
18077 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18078
18079         reviewed by: David Schleef  <ds@schleef.org>
18080
18081         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18082         (gst_gamma_init), (gst_gamma_set_property),
18083         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18084         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18085         for RGB, with separate r g and b correction factors. (#131167)
18086
18087 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18088
18089         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18090           only signal tags for bitrate if they're > 0 (#134894)
18091
18092 2004-02-24  David Schleef  <ds@schleef.org>
18093
18094         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18095         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18096         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18097         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18098         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18099         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18100         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18101         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18102         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18103         category.  Attempt to fix timestamp calculation.
18104
18105 2004-02-24  Johan Dahlin  <johan@gnome.org>
18106
18107         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18108
18109 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18110
18111         * configure.ac:
18112         * gconf/Makefile.am:
18113         * gconf/gstreamer.schemas:
18114         * gst-libs/gst/gconf/Makefile.am:
18115         * gst-libs/gst/gconf/gconf.c:
18116           version gconf schemas and install locations
18117
18118 2004-02-23  Benjamin Otte  <otte@gnome.org>
18119
18120         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18121         (gst_xine_input_subclass_init):
18122           call parent dispose.
18123           change pad template for CD reader correctly
18124         * ext/xine/Makefile.am:
18125         * ext/xine/gstxine.h:
18126         * ext/xine/xine.c: (plugin_init):
18127         * ext/xine/xineaudiosink.c:
18128           wrap audio sinks, too
18129         * gst-libs/gst/resample/private.h:
18130         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18131         (gst_resample_reinit), (gst_resample_scale),
18132         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18133         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18134         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18135         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18136         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18137         * gst-libs/gst/resample/resample.h:
18138         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18139         (gst_audioscale_class_init), (gst_audioscale_link),
18140         (gst_audioscale_get_buffer), (gst_audioscale_init),
18141         (gst_audioscale_chain), (gst_audioscale_set_property),
18142         (gst_audioscale_get_property):
18143         * gst/audioscale/gstaudioscale.h:
18144           s/resample_*/gst_resample_*/i to not clobber namespaces
18145
18146 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18147
18148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18149         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18150         (gst_riff_create_video_template_caps),
18151         (gst_riff_create_audio_template_caps),
18152         (gst_riff_create_iavs_template_caps):
18153         * gst-libs/gst/riff/riff-media.h:
18154         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18155         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18156         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18157         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18158         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18159         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18160         (gst_matroska_demux_plugin_init): First batch implementing audio and
18161         video codec tags in demuxers.
18162
18163 2004-02-22  Benjamin Otte  <otte@gnome.org>
18164
18165         * ext/xine/Makefile.am:
18166         * ext/xine/gstxine.h:
18167         * ext/xine/xine.c: (plugin_init):
18168         * ext/xine/xineinput.c:
18169           add input plugin wrapper. Playback from files, http, mms and cdda
18170           works.
18171         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18172           remove leftover G_GNUC_UNUSED
18173         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18174         (gst_asf_demux_identify_guid):
18175           improve debugging output
18176
18177 2004-02-22  Benjamin Otte  <otte@gnome.org>
18178
18179         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18180
18181         * autogen.sh:
18182           replace test -e with test -x for mkinstalldirs to be more portable.
18183           (fixes #134816)
18184
18185 2004-02-22  Benjamin Otte  <otte@gnome.org>
18186
18187         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18188
18189         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18190           set rank to PRIMARY
18191         * gst/volume/gstvolume.c: (plugin_init):
18192           set rank to NONE
18193         fixes #134960
18194
18195 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18196
18197         reviewed by Benjamin Otte  <otte@gnome.org>
18198
18199         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18200           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18201
18202 2004-02-22  Benjamin Otte  <otte@gnome.org>
18203
18204         * configure.ac:
18205           export [_]*{gst,Gst,GST}.* symbols from plugins
18206
18207 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18208
18209         reviewed by: Benjamin Otte  <otte@gnome.org>
18210
18211         * ext/lame/gstlame.c: (add_one_tag):
18212         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18213         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18214         (gst_vorbisenc_metadata_set1):
18215         * gst/tags/gstid3tag.c:
18216         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18217           apply fixes from bugs #135042 (lame can't write tags) and #133817
18218           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18219
18220 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18221
18222         * configure.ac: Export only gst_plugin_desc from plugins.
18223          Note that this change only makes any effect with Linux using libtool
18224          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18225          fine. And don't try to have several versions of libtool in different
18226          directories.
18227
18228 2004-02-20  Andy Wingo  <wingo@pobox.com>
18229
18230         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18231         interleave respectively.
18232
18233         * gst/interleave/deinterleave.c: New plugin: deinterleave
18234         (replaces on oneton).
18235         * gst/interleave/interleave.c: New plugin: interleave.
18236         * gst/interleave/plugin.h: Support file.
18237         * gst/interleave/plugin.c: Support file.
18238
18239         * configure.ac: Remove intfloat and oneton, add interleave.
18240
18241         * ext/sndfile/gstsf.c: Handle events better.
18242
18243         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18244         and float2int operation. int2float has scheduling problems as
18245         noted in in2float_chain.
18246
18247 2004-02-20  Benjamin Otte  <otte@gnome.org>
18248
18249         * ext/xine/Makefile.am:
18250         * ext/xine/gstxine.h:
18251         * ext/xine/xine.c:
18252         * ext/xine/xineaudiodec.c:
18253         * ext/xine/xinecaps.c:
18254           add first version of xine plugin wrapper. Currently only wraps the
18255           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18256         * configure.ac:
18257         * ext/Makefile.am:
18258           add xine plugin wrapper, disabled by default. Use --enable-xine to
18259           build. Note that it'll segfault on gst-register if you don't remove
18260           the goom and tvtime post plugins from xine.
18261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18262         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18263           add extradata parsing for QDM2.
18264           change around debugging prints.
18265
18266 2004-02-19  Benjamin Otte  <otte@gnome.org>
18267
18268         * ext/lame/gstlame.c: (gst_lame_chain):
18269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18270           use gst_tag_list_insert when you want to insert tags
18271
18272 2004-02-18  David Schleef  <ds@schleef.org>
18273
18274         * configure.ac:  Move massink to gst-rotten
18275         * ext/Makefile.am:
18276         * ext/mas/Makefile.am:
18277         * ext/mas/massink.c:
18278         * ext/mas/massink.h:
18279
18280 2004-02-18  David Schleef  <ds@schleef.org>
18281
18282         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18283         typefinding, since it seems to be worse than nothing.
18284         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18285         atom to recognize .mp4 and .m4a files as video/quicktime.
18286
18287 2004-02-18  David Schleef  <ds@schleef.org>
18288
18289         * gst/sine/demo-dparams.c: (quit_live),
18290         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18291         Use double dparams, not float.
18292         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18293         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18294         sync'd elements don't really work correctly.
18295         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18296         (volume_update_volume), (volume_get_property):  Change dparam
18297         to double.
18298
18299 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18300
18301         * sys/ximage/ximagesink.c:
18302         (gst_ximagesink_xwindow_update_geometry),
18303         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18304         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18305         (gst_ximagesink_init): Rework the way software video scaling works. So
18306         now we check on each chain call if the video frames are feeling the
18307         window. If not we try to renegotiate caps. On failure we memorize that
18308         and we won't try again for that PLAYING sessions.
18309         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18310         failure.
18311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18312         synchronous flag.
18313
18314 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18315
18316         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18317           break up _link so we can give a better debug message for errors
18318
18319 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18320
18321         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18322           set up debug category
18323
18324 2004-02-18  Julien MOUTTE <julien@moutte.net>
18325
18326         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18327         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18328         the way renegotiation work. The event handling function is not taking
18329         care of external windows and renegotiate method check for pad flags
18330         NEGOTIATING. Should fix : #133209
18331
18332 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18333
18334         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18335         pad is negotiating before trying renegotiation.
18336
18337 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18338
18339         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18340           pass on all possible mime types as typefind hints
18341
18342 2004-02-17  Julien MOUTTE <julien@moutte.net>
18343
18344         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18345         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18346         possible SHM leak if we crash. All other apps using XShm are doing
18347         that.
18348
18349 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18350
18351         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18352         (gst_ximagesink_expose): Renegotiate size on expose.
18353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18354         size on expose.
18355
18356 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18357
18358         * testsuite/alsa/sinesrc.c:
18359           cosmetic fix to fix compile issue with gcc 2.95.4
18360
18361 2004-02-16  Julien MOUTTE <julien@moutte.net>
18362
18363         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18364         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18365         failed opening the audio device.
18366         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18367         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18368         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18369         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18370         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18371         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18372         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18373         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18374         Removing some useless g_return_if_fail like wingo suggested.
18375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18376         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18377         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18378         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18379         (gst_xvimagesink_update_colorbalance),
18380         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18381         (gst_xvimagesink_xcontext_clear),
18382         (gst_xvimagesink_get_fourcc_from_caps),
18383         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18384         (gst_xvimagesink_set_xwindow_id),
18385         (gst_xvimagesink_colorbalance_list_channels),
18386         (gst_xvimagesink_colorbalance_set_value),
18387         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18388         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18389
18390 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18391
18392         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18393           throw error when not negotiated instead of asserting
18394
18395 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18396
18397         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18398         correct data refcounting.
18399
18400 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18401
18402         * gst/switch/gstswitch.c: (gst_switch_change_state),
18403         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18404         change, mostly the EOS flag.
18405
18406 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18407
18408         * examples/gstplay/player.c: (got_eos), (main): Adding some
18409         output for debugging.
18410         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18411         timeouts if we go to any state different from PLAYING.
18412         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18413         more EOS bugs in riff lib.
18414
18415 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18416
18417         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18418         visualization until i find a way to fix switch correctly.
18419         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18420         EOS arrives.
18421         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18422         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18423         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18424         Reworked switch to get a more correct behaviour with events and refing
18425         of data stored in sinkpads.
18426         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18427         we don't pull from a pad in EOS.
18428
18429 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18430
18431         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18432           remove v1 tag even if we can't read it (makes sure we don't detect
18433           it again)
18434
18435 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18436
18437         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18438         (gst_alsa_xrun_recovery):
18439         * ext/alsa/gstalsa.h:
18440           try xrun recovery when wait failed. Make xrun recovery function
18441           return TRUE/FALSE to indicate success. (might fix #134354)
18442
18443 2004-02-13  David Schleef  <ds@schleef.org>
18444
18445         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18446         (dynparm_value_changed), (main): Convert from float to double.
18447         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18448
18449 2004-02-13  David Schleef  <ds@schleef.org>
18450
18451         * gst/silence/gstsilence.c: (gst_silence_class_init),
18452         (gst_silence_set_clock), (gst_silence_get),
18453         (gst_silence_set_property), (gst_silence_get_property):
18454         * gst/silence/gstsilence.h: Add sync property.
18455         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18456         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18457         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18458         * gst/sine/gstsinesrc.h: Add sync property.
18459
18460 2004-02-13  David Schleef  <ds@schleef.org>
18461
18462         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18463         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18464
18465 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18466
18467         * configure.ac:
18468         * ext/Makefile.am:
18469         * gst-libs/ext/Makefile.am:
18470           move ffmpeg plugin to gst-ffmpeg module
18471
18472 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18473
18474         * configure.ac: use GST_ARCH to detect architecture
18475
18476 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18477
18478         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18479
18480 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18481
18482         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18483           classify LADSPA plugins based on number of src/sink pads
18484           (#133663, Stefan Kost)
18485         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18486           fix dparams registration
18487           (#133528, Stefan Kost)
18488         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18489           fix use of isprint and use g_ascii_isprint instead
18490           (#133316, Stefan Kost)
18491
18492 2004-02-11  David Schleef  <ds@schleef.org>
18493
18494         Convert a few inner loops to use liboil.  This is currently
18495         optional, and is only enabled if liboil is present (duh!).
18496         * configure.ac: Check for liboil-0.1
18497         * gst/intfloat/Makefile.am:
18498         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18499         (gst_int2float_chain_gint16):
18500         * gst/videofilter/Makefile.am:
18501         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18502         (tablelookup_u8), (gst_videobalance_planar411):
18503         * gst/videotestsrc/Makefile.am:
18504         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18505         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18506         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18507         (paint_hline_RGB565), (paint_hline_xRGB1555):
18508
18509 2004-02-11  David Schleef  <ds@schleef.org>
18510
18511         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18512         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18513         (gst_colorspace_getcaps), (gst_colorspace_link),
18514         (gst_colorspace_base_init), (gst_colorspace_init),
18515         (gst_colorspace_chain), (gst_colorspace_change_state),
18516         (plugin_init): Merge Ronald's patch (bug #117897) and update
18517         for new caps and negotiation.  Seems to work, although it
18518         shows off bugs in lcs.
18519
18520 2004-02-11  David Schleef  <ds@schleef.org>
18521
18522         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18523         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18524
18525 2004-02-11  David Schleef  <ds@schleef.org>
18526
18527         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18528         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18529         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18530         Add server and port properties
18531
18532 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18533
18534         * m4/a52.m4:
18535         * m4/aalib.m4:
18536         * m4/as-ffmpeg.m4:
18537         * m4/as-liblame.m4:
18538         * m4/as-slurp-ffmpeg.m4:
18539         * m4/check-libheader.m4:
18540         * m4/esd.m4:
18541         * m4/freetype2.m4:
18542         * m4/gconf-2.m4:
18543         * m4/glib.m4:
18544         * m4/gst-alsa.m4:
18545         * m4/gst-artsc.m4:
18546         * m4/gst-ivorbis.m4:
18547         * m4/gst-matroska.m4:
18548         * m4/gst-sdl.m4:
18549         * m4/gst-shout2.m4:
18550         * m4/gst-sid.m4:
18551         * m4/gtk.m4:
18552         * m4/libdv.m4:
18553         * m4/libfame.m4:
18554         * m4/libmikmod.m4:
18555         * m4/ogg.m4:
18556         * m4/vorbis.m4:
18557           fix underquotedness of macros (#133800)
18558         * m4/as-avifile.m4:
18559         * m4/xmms.m4:
18560           removed because no longer used
18561
18562 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18563
18564         * configure.ac:
18565           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18566           by autopoint (fixes #132996)
18567
18568 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18569
18570         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18571         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18572         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18573         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18574           fix memleaks
18575
18576 2004-02-11  David Schleef  <ds@schleef.org>
18577
18578         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18579         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18580         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18581         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18582         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18583         (gst_jpegenc_class_init), (gst_jpegenc_init),
18584         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18585         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18586         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18587         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18588
18589 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18590
18591         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18592         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18593         * ext/mikmod/gstmikmod.h:
18594           fix caps negotiation in mikmod
18595         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18596           output debug information
18597
18598 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18599
18600         * gst-libs/gst/colorbalance/Makefile.am:
18601         * gst-libs/gst/navigation/Makefile.am:
18602         * gst-libs/gst/xoverlay/Makefile.am:
18603           remove unused GST_OPT_CFLAGS from Makefiles
18604           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18605
18606 2004-02-07  David Schleef  <ds@schleef.org>
18607
18608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18609         push events to pads that haven't been created (#133508)
18610
18611 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18612
18613         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18614         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18615         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18616         (gst_dvdec_loop), (gst_dvdec_change_state):
18617         Second attempt at committing a working dvdec element.
18618
18619 2004-02-06  David Schleef  <ds@schleef.org>
18620
18621         Build fixes for OS X: (see #129600)
18622         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18623         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18624         (gst_riff_read_strf_iavs):
18625         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18626         (gst_avi_demux_stream_odml):
18627         * gst/playondemand/Makefile.am:
18628         * gst/rtp/rtp-packet.c:
18629
18630 2004-02-05  David Schleef  <ds@schleef.org>
18631
18632         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18633         last change, because it Just Doesn't Compile.
18634
18635 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18636
18637         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18638           skip undecodable id3v2 tag instead of keeping it
18639
18640 2004-02-05  David Schleef  <ds@schleef.org>
18641
18642         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18643         Unref leaked buffer.  (Noticed by Ronald)
18644
18645 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18646
18647         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18648         Sync requires with other checks.  >= vs =.
18649
18650 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18651
18652         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18653         (gst_dvdec_video_link), (gst_dvdec_loop):
18654         * ext/dv/gstdvdec.h:
18655           rework the caps negotiation so that dvdec works again instead
18656           of just segfaulting.
18657
18658 === release 0.7.4 ===
18659
18660 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18661
18662         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18663         * configure.ac: changed for release
18664
18665 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18666
18667         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18668         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18669         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18670         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18671           reworked patch by David Lehn to fix libdir and includedir for
18672           uninstalled libraries
18673           removed play and gconf from gstreamer-libs since they have their
18674           own pkgconfig files
18675
18676 2004-02-04  David Schleef  <ds@schleef.org>
18677
18678         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18679         memleak.
18680
18681 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18682
18683         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18684           use correct GST_TAG_ENCODER tag
18685
18686 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18687
18688         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18689           be sure to stop the clock when going to paused
18690         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18691           reset number of transmitted when going to ready.
18692         fixes #132935
18693
18694 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18695
18696         reviewed by Benjamin Otte
18697
18698         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18699           extract track count (fixes #133410)
18700
18701 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18702
18703         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18704           that should be !=, not == (fixes #132519)
18705
18706 2004-02-04  David Schleef  <ds@schleef.org>
18707
18708         Make sure set_explicit_caps() is called before adding pad.
18709         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18710         * gst/id3/gstid3types.c: (gst_id3types_loop):
18711         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18712         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18713
18714 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18715
18716         * configure.ac:
18717           bump nano to 2, first prerelease
18718           put back AM_PROG_LIBTOOL
18719
18720 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18721
18722         * testsuite/alsa/Makefile.am:
18723           these are user test apps, not automatic testsuite tests
18724
18725 2004-02-04  David Schleef  <ds@schleef.org>
18726
18727         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18728         * gst/mpeg1videoparse/gstmp1videoparse.c:
18729         (mp1videoparse_parse_seq):
18730         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18731         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18732         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18733         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18734         (gst_xvideosink_getcaps):
18735         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18736         * testsuite/gst-lint: more tests
18737
18738 2004-02-04  David Schleef  <ds@schleef.org>
18739
18740         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18741         with the code that they would expand to.
18742         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18743         (gst_flacdec_get_src_query_types),
18744         (gst_flacdec_get_src_event_masks):
18745         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18746         (gst_gnomevfssrc_get_query_types),
18747         (gst_gnomevfssrc_get_event_mask):
18748
18749 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18750
18751         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18752         (gst_sinesrc_dispose):
18753           fix memleak by properly disposing sinesrc
18754
18755 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18756
18757         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18758         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18759         an overlay to redraw the image because it has been exposed.
18760         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18761         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18762         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18763         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18764         interface
18765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18766         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18767         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18768         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18769         interface
18770
18771 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18772
18773         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18774           more memleak fixage
18775
18776 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18777
18778         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18779         * gst/typefind/gsttypefindfunctions.c:
18780           fix memleaks shown by gst-typefind
18781
18782 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18783
18784         * common/glib-gen.mak:
18785           add hack rule to touch .Plo files
18786         * gst-libs/gst/colorbalance/Makefile.am:
18787         * gst-libs/gst/mixer/Makefile.am:
18788         * gst-libs/gst/play/Makefile.am:
18789         * gst-libs/gst/tuner/Makefile.am:
18790           remove glib_root variable
18791
18792 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18793
18794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18795           set explicit caps before adding the element, so the autopluggers can
18796           plug correctly.
18797         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18798         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18799         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18800         (dv_type_find):
18801           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18802           argument.
18803
18804 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18805
18806         * gst-libs/gst/colorbalance/Makefile.am:
18807         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18808         * gst-libs/gst/colorbalance/colorbalance.c:
18809         * gst-libs/gst/colorbalance/colorbalance.h:
18810         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18811         * gst-libs/gst/mixer/Makefile.am:
18812         * gst-libs/gst/mixer/mixer-marshal.list:
18813         * gst-libs/gst/mixer/mixer.c:
18814         * gst-libs/gst/mixer/mixer.h:
18815         * gst-libs/gst/mixer/mixermarshal.list:
18816         * gst-libs/gst/play/Makefile.am:
18817         * gst-libs/gst/play/play.h:
18818         * gst-libs/gst/tuner/Makefile.am:
18819         * gst-libs/gst/tuner/tuner-marshal.list:
18820         * gst-libs/gst/tuner/tuner.c:
18821         * gst-libs/gst/tuner/tuner.h:
18822         * gst-libs/gst/tuner/tunermarshal.list:
18823           use new glib-gen.mak snippet to clean up Makefile.am
18824           fix various bugs in Makefile.am's
18825
18826 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18827
18828         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18829           handle chain parsing correctly in the multichain case
18830         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18831         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18832         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18833         (theora_dec_chain):
18834           handle events and queries correctly
18835
18836 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18837
18838         * .cvsignore:
18839         Ignore generated file _stdint.h.
18840
18841 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18842
18843         * gst-libs/gst/colorbalance/Makefile.am:
18844         * gst-libs/gst/colorbalance/colorbalance.h:
18845         * gst-libs/gst/mixer/Makefile.am:
18846         * gst-libs/gst/mixer/mixer.h:
18847         * gst-libs/gst/play/Makefile.am:
18848         * gst-libs/gst/play/play.h:
18849         * gst-libs/gst/tuner/Makefile.am:
18850         * gst-libs/gst/tuner/tuner.h:
18851         Generate enum type code with glib-mkenums.
18852         * gst-libs/gst/colorbalance/.cvsignore:
18853         * gst-libs/gst/mixer/.cvsignore:
18854         * gst-libs/gst/play/.cvsignore:
18855         * gst-libs/gst/tuner/.cvsignore:
18856         Ignore generated files.
18857
18858 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18859
18860         * gst-libs/gst/audio/.cvsignore:
18861         Ignore generated file.
18862         * gst-libs/gst/audio/Makefile.am:
18863         Do not install example filter.
18864
18865 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18866
18867         * examples/switch/.cvsignore:
18868         Ignore generated file.
18869
18870 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18871
18872         * common/m4/ax_create_stdint_h.m4:
18873         * configure.ac:
18874           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18875           _stdint.h.
18876         * Makefile.am:
18877           remove generated _stdint.h in DISTCLEANFILES
18878         * ext/a52dec/gsta52dec.c:
18879           include _stdint.h for a52dec. (should fix #133064)
18880
18881 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18882
18883         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18884         (gst_tag_to_vorbis_comments):
18885         Add replaygain support to vorbistag
18886
18887 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18888         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18889         (gst_ffmpeg_caps_to_extradata):
18890           Fix SVQ3 caps flag properties
18891           Use glib macro for bytes swap
18892
18893 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18894
18895         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18896         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18897         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18898         * ext/sndfile/gstsf.c: (plugin_init):
18899         * gst/avi/gstavi.c: (plugin_init):
18900         * sys/dxr3/dxr3init.c: (plugin_init):
18901         * sys/oss/gstossaudio.c: (plugin_init):
18902         * sys/v4l/gstv4l.c: (plugin_init):
18903         * sys/v4l2/gstv4l2.c: (plugin_init):
18904           remove textdomain calls
18905         * po/nl.po:
18906           update Dutch translation
18907
18908 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18909
18910         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18911         (gst_play_set_audio_sink): Moving volume in the audio thread for
18912         instantaneous volume change. Maybe i will add another volume in front
18913         of visualization later, not sure yet though.
18914
18915 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18916
18917         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18918         (gst_ximagesink_handle_xevents): Better X events handling, only take
18919         the latest events for configure and motion.
18920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18921
18922 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18923
18924         reviewed by: David Schleef  <ds@schleef.org>
18925
18926         Fix memory leaks:
18927         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18928         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18929
18930 2004-02-02  David Schleef  <ds@schleef.org>
18931
18932         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18933         of lines.
18934         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18935         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18936         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18937         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18938         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18939         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18940         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18941         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18942         (gst_float2_2_int_link):
18943         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18944         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18945         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18946         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18947         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18948         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18949         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18950         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18951         * testsuite/gst-lint: Add tests for bzero and ;;
18952
18953 2004-02-02  David Schleef  <ds@schleef.org>
18954
18955         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18956
18957 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18958
18959         * ext/aalib/gstaasink.c: (gst_aasink_open):
18960         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18961         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18962         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18963         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18964         (gst_afsink_close_file):
18965         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18966         (gst_afsrc_close_file):
18967         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18968         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18969         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18970         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18971         * ext/esd/esdmon.c: (gst_esdmon_get):
18972         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18973         * ext/faac/gstfaac.c: (gst_faac_chain):
18974         * ext/faad/gstfaad.c: (gst_faad_chain):
18975         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18976         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18977         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18978         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18979         (gst_flacdec_loop):
18980         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18981         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18982         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18983         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18984         (gst_gnomevfssink_close_file):
18985         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18986         (gst_gnomevfssrc_open_file):
18987         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18988         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18989         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18990         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18991         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18992         * ext/mad/gstmad.c: (gst_mad_chain):
18993         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18994         * ext/mpeg2dec/gstmpeg2dec.c:
18995         * ext/mpeg2enc/gstmpeg2enc.cc:
18996         * ext/mplex/gstmplex.cc:
18997         * ext/mplex/gstmplexibitstream.cc:
18998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18999         (gst_ogg_demux_push):
19000         * ext/raw1394/gstdv1394src.c:
19001         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19002         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19003         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19004         (gst_sf_loop):
19005         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19006         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19007         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19008         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19009         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19010         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19011         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19012         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19013         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19014         (gst_riff_read_element_data), (gst_riff_read_seek),
19015         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19016         * gst/adder/gstadder.c: (gst_adder_loop):
19017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19018         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19019         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19020         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19021         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19022         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19023         * gst/goom/gstgoom.c: (gst_goom_chain):
19024         * gst/id3/gstid3types.c: (gst_id3types_loop):
19025         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19026         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19027         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19028         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19029         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19030         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19031         (gst_ebml_read_float), (gst_ebml_read_header):
19032         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19033         (gst_matroska_demux_parse_blockgroup):
19034         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19035         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19036         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19037         * gst/silence/gstsilence.c: (gst_silence_get):
19038         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19039         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19040         * gst/speed/gstspeed.c: (speed_loop):
19041         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19042         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19043         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19044         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19045         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19046         (gst_wavparse_loop):
19047         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19048         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19049         (dxr3audiosink_close):
19050         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19051         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19052         (dxr3videosink_close), (dxr3videosink_write_data):
19053         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19054         * sys/oss/gstosssink.c: (gst_osssink_chain):
19055         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19056         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19057         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19058         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19059         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19060         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19061         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19062         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19063         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19064         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19065         (gst_v4l_set_audio):
19066         * sys/v4l/v4l_calls.h:
19067         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19068         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19069         (gst_v4lmjpegsink_playback_init),
19070         (gst_v4lmjpegsink_playback_start):
19071         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19072         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19073         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19074         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19075         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19076         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19077         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19078         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19079         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19080         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19081         (gst_v4l2_get_output), (gst_v4l2_set_output),
19082         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19083         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19084         (gst_v4l2_set_attribute):
19085         * sys/v4l2/v4l2_calls.h:
19086         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19087         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19088         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19089         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19090         (gst_v4l2src_capture_stop):
19091         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19092         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19093         (gst_ximagesink_chain):
19094         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19095         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19096         (gst_xvideosink_xwindow_new):
19097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19098         (gst_xvimagesink_chain):
19099
19100 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19103         (gst_volume_get_volume), (volume_class_init), (volume_init),
19104         (volume_chain_int16), (volume_update_volume):
19105         * gst/volume/gstvolume.h:
19106           make code more readable by removing magic numbers
19107           make mixer interface export 0-100 range
19108           make it internally map to 0.0-1.0 range so users don't distort
19109           output by putting the sliders at full volume
19110
19111 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19112
19113         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19114         (gst_play_state_change), (gst_play_seek_to_time):
19115         block the tick callback for 0.5 secs after doing a seek
19116
19117 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * gst-libs/gst/play/play.c: (gst_play_new):
19120           check for GError
19121
19122 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19123
19124         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19125         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19126         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19127         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19129         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19130
19131 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19132
19133         * configure.ac:
19134         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19135           check for a function added in vorbis 1.1
19136
19137 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19138
19139         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19140         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19141           really start/stop clock only on PLAYING <=> PAUSED
19142         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19143           remove \n from debugging lines
19144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19145           make it work when seeking does not
19146         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19147           reset on DISCONT
19148
19149 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19150
19151         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19152           start clock on PAUSED=>PLAYING, not later
19153         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19154           extract correct time for different discont formats
19155         (gst_alsa_sink_get_time):
19156           don't segfault when no format is negotiated yet, just return 0
19157         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19158         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19159         (gst_ogg_pad_push):
19160           handle flush and discont events correctly
19161         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19162           handle discont events correctly
19163
19164 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19167         (gst_play_error_create), (gst_play_error_plugin),
19168         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19169         * gst-libs/gst/play/play.h:
19170           add error handling during creation
19171         * examples/gstplay/player.c: (main):
19172           use new gst_play_new
19173
19174
19175 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19176
19177         * ext/theora/theoradec.c: (theora_dec_chain):
19178           make comments work
19179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19180         (vorbis_dec_src_event), (vorbis_dec_chain):
19181           add encoder tag, fix tag reading to be more error tolerant, change
19182           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19183           gst_pad_event_default.
19184         * gst/tags/gstvorbistag.c:
19185         (gst_tag_list_from_vorbiscomment_buffer):
19186           undefine function specific define at end of function
19187
19188 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19189
19190         * ext/flac/gstflac.c: (plugin_init):
19191         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19192         * ext/flac/gstflacdec.h:
19193         * ext/flac/gstflacenc.h:
19194           Fix typos
19195
19196 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19197
19198         * examples/gstplay/player.c: s/gstplay.h/play.h/
19199
19200 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19201
19202         * gst-libs/gst/play/Makefile.am:
19203         * gst-libs/gst/play/gstplay.c:
19204         * gst-libs/gst/play/gstplay.h:
19205         * gst-libs/gst/play/play.c:
19206           more surgery, operation complete
19207
19208 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19209
19210         * gst-libs/gst/play/play.old.c:
19211         * gst-libs/gst/play/play.old.h:
19212           after CVS surgery by moving, remove
19213         * gst-libs/gst/play/playpipelines.c:
19214           remove
19215
19216         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19217           add negotiation error
19218
19219 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19220
19221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19222         (gst_ogg_demux_push):
19223           add some seeking debug info
19224           send a flush when seeking
19225
19226 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19227
19228         * configure.ac:
19229           use AC_C_INLINE
19230         * configure.ac:
19231         * ext/Makefile.am:
19232         * ext/theora/Makefile.am:
19233         * ext/theora/theoradec.c:
19234           add theora video decoder. Does just do simple decoding for now and
19235           has been tested against Theora cvs only. It only works when theora
19236           is compiled with --enable-static.
19237         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19238           always reset packetno on DISCONT
19239
19240 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19241
19242         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19243           Fix audio.
19244
19245 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19246
19247         * gst/mpegaudioparse/gstmpegaudioparse.c:
19248         (mp3_type_frame_length_from_header):
19249           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19250
19251 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19252
19253         * ext/esd/esdsink.c: (gst_esdsink_init):
19254           Since we have static pad template caps, we don't need to negotiate;
19255           either the core errors out or we know the format.
19256
19257 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19258
19259         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19260         (gst_riff_read_seek):
19261         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19262         (gst_ebml_read_seek):
19263           Fix event handling.
19264
19265 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19266
19267         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19268           removee video/x-theora from vp3 decoder, it doesn't handle raw
19269           theora streams
19270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19271           fix bug with finalizing element that never went to PAUSED
19272         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19273           length and position queries were swapped
19274         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19275         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19276         (vorbis_dec_src_event):
19277           implement querying time and bytes
19278
19279 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19280
19281         * just about every source file:
19282           gst_element_error -> GST_ELEMENT_ERROR
19283
19284 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19285
19286         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19287         emiting FLUSH and even before DISCONT.
19288         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19289         get the best instant seeking as possible yay!
19290
19291 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19292
19293         * gst/mpeg1videoparse/gstmp1videoparse.c:
19294         (gst_mp1videoparse_real_chain):
19295           Committed wrong version last week... Grr... Didn't notice until now.
19296
19297 2004-01-29  Julien MOUTTE <julien@moutte.net>
19298
19299         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19301         have_xwindow_id signal in xwindow_create.
19302
19303 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19304
19305         * ext/ogg/gstoggdemux.c:
19306           lots of changes - mainly support for chained bitstreams, seeking,
19307           querying and bugfixes of course
19308         * ext/vorbis/Makefile.am:
19309         * ext/vorbis/vorbisdec.c:
19310         * ext/vorbis/vorbisdec.h:
19311           add vorbisdec raw vorbis decoder
19312         * ext/vorbis/vorbis.c: (plugin_init):
19313           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19314         * gst/intfloat/Makefile.am:
19315         * gst/intfloat/float22int.c:
19316         * gst/intfloat/float22int.h:
19317         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19318           add float2intnew plugin. It converts multichannel interleaved float to
19319           multichannel interleaved int. The name should probably be changed.
19320         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19321         (plugin_init):
19322           add typefinding for raw theora video so oggdemux can detect it.
19323
19324 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19325
19326         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19327         sink element first.
19328         * gst/videoscale/gstvideoscale.c:
19329         (gst_videoscale_handle_src_event): Fixing src event handler.
19330
19331 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19332
19333         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19334         (gst_v4lsrc_open), (gst_v4lsrc_close),
19335         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19336         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19337         * sys/v4l/gstv4lsrc.h:
19338         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19339         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19340           Implement resizing... Hack. But that's why v4l is b0rked...
19341
19342 2004-01-28  Julien MOUTTE <julien@moutte.net>
19343
19344         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19345         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19346         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19347         (gst_ximagesink_xwindow_destroy):
19348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19349         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19350         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19351         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19352         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19353         correctly cleaning the image created to check xshm calls on succes,
19354         added a lot of XSync calls in X11 functions, and fixed a segfault when
19355         no image format was defined before negotiation happened.
19356
19357 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19358
19359         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19360           use gst_element_get_time to get correct time
19361
19362 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19363
19364         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19365         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19366         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19368         (gst_xvimagesink_check_xshm_calls),
19369         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19370         X plugins are now able to detect that XShm calls will fail even if the
19371         server claims that it has XShm support (remote displays most of the
19372         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19373         so that we use non XShm functions. This feature is almost useless for
19374         xvimagesink as Xv is not supported on remote displays anyway, but
19375         it might happen than even on the local display XShm calls fail.
19376
19377 2004-01-27  David Schleef  <ds@schleef.org>
19378
19379         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19380         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19381         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19382         changed esdsink to only use 44100,16,2, since esd sucks at rate
19383         conversion and esdsink has had difficulty negotiating.
19384
19385 2004-01-27  Julien MOUTTE <julien@moutte.net>
19386
19387         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19388         (gst_play_seek_to_time): Fixing the way to get current position.
19389
19390 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19391
19392         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19393           use gst_element_get_time to get correct time
19394
19395 2004-01-27  Julien MOUTTE <julien@moutte.net>
19396
19397         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19398         fix ever... Inverting 2 lines of code make spider autoplug correctly
19399         tagged mp3 !
19400
19401 2004-01-27  David Schleef  <ds@schleef.org>
19402
19403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19404         Use gst_pad_try_set_caps_nonfixed().
19405
19406 2004-01-27  David Schleef  <ds@schleef.org>
19407
19408         * gst/ac3parse/gstac3parse.c: update to checklist 5
19409         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19410         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19411         * gst/audioscale/gstaudioscale.c: same
19412         * gst/auparse/gstauparse.c: same
19413         * gst/avi/gstavidemux.c: same
19414
19415 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19416
19417         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19418           stop processing after EOS
19419
19420 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19421
19422         * gst/asfdemux/asfheaders.h:
19423         * gst/asfdemux/gstasfdemux.c:
19424         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19425         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19426         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19427           lot's of fixes to make data extraction simpler and get the code
19428           architecture and compiler independant. Add debugging category
19429         * gst/goom/gstgoom.c: (gst_goom_change_state):
19430           reset channel count on PAUSED=>READY, not READY=>PAUSED
19431
19432 2004-01-26  Colin Walters  <walters@verbum.org>
19433
19434         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19435         code to pull a bigger buffer in iradio mode.  This as a side effect
19436         makes typefinding work.
19437
19438 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19439
19440         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19441         Fix SVQ3 decoding on PPC
19442
19443 2004-01-26  Julien MOUTTE <julien@moutte.net>
19444
19445         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19446         that one managed to stay there... Fixed.
19447
19448 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19449
19450         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19451         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19452         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19453         (qtdemux_video_caps):
19454         * gst/qtdemux/qtdemux.h:
19455         Add SVQ3 specific flags to qtdemux and ffmpeg
19456
19457 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19458
19459         * gst-libs/gst/audio/audio.h:
19460           remove buffer-frames from audio caps
19461         * gst/audioconvert/gstaudioconvert.c:
19462           fix plugin to really work.
19463
19464 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19465
19466         * gst-libs/gst/mixer/mixer.c:
19467         * gst-libs/gst/propertyprobe/propertyprobe.c:
19468         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19469         (gst_tuner_find_channel_by_name):
19470         * gst-libs/gst/tuner/tuner.h:
19471           Add gtk-doc style comments. Also fix a function name.
19472
19473 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19476         (gst_divxdec_negotiate):
19477           Fix for new capsnego - also fixes gst-player with divxdec.
19478
19479 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19480
19481         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19482         (gst_play_identity_handoff), (gst_play_set_location),
19483         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19484         try in visualization implementation. Still have an issue with switch
19485         blocking when pulling from video_queue and only audio comes out of
19486         spider.
19487         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19488         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19489         release method. And check if the pad is usable before pulling.
19490
19491 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19492
19493         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19494         (gst_videobalance_init),
19495         (gst_videobalance_colorbalance_list_channels),
19496         (gst_videobalance_colorbalance_set_value),
19497         (gst_videobalance_colorbalance_get_value),
19498         (gst_videobalance_update_properties),
19499         (gst_videobalance_update_tables_planar411),
19500         (gst_videobalance_planar411):
19501         * gst/videofilter/gstvideobalance.h:
19502           Implement lookup-tables. +/- 10x faster.
19503
19504 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19505
19506         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19507         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19508           The index reading was broken. The rest worked fine, but the whole
19509           goal of my rewrite was to make avidemux readable, and this was
19510           not at all readable. Please use typed variables.
19511
19512 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19513
19514         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19515           Additional pad usability check.
19516         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19517         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19518         (gst_mp1videoparse_real_chain):
19519           Fix MPEG video stream parsing. The original plugin had several
19520           issues, including not timestamping streams where the source was
19521           not timestamped (this happens with PTS values in mpeg system
19522           streams, but MPEG video is also a valid stream on its own so
19523           that needs timestamps too). We use the display time code for that
19524           for now. Also, if one incoming buffer contains multiple valid
19525           frames, we push them all on correctly now, including proper EOS
19526           handling. Lastly, several potential segfaults were fixed, and we
19527           properly sync on new sequence/gop headers to include them in next,
19528           not previous frames (since they're header for the next frame, not
19529           the previous). Also see #119206.
19530         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19531         (bpf_from_header):
19532           Move caps setting so we only do it after finding several valid
19533           MPEG-1 fraes sequentially, not right after the first one (which
19534           might be coincidental).
19535         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19536         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19537         (plugin_init):
19538           Add unsynced MPEG video stream typefinding, and change some
19539           probability values so we detect streams rightly. The idea is as
19540           follows: I can have an unsynced system stream which contains
19541           video. In the current code, I would randomly get a type for either
19542           system or video stream type found, because the probabilities are
19543           being calculated rather randomly. I now use fixed values, so we
19544           always prefer system stream if that was found (and that is how it
19545           should be). If no system stream was found, we can still identity                the stream as video-only.
19546
19547 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19548
19549         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19550         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19551           don't write to buffer. Extract data without the need of
19552           __attribute__ ((packed))
19553
19554 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19557         (mpeg1_sys_type_find):
19558           Fix MPEG-1 stream typefinding.
19559
19560 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19561
19562         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19563           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19564
19565 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19566
19567         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19568         * ext/esd/gstesd.c: (plugin_init):
19569           private debugging, better error reporting
19570
19571 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19572
19573         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19574         (gst_riff_read_init), (gst_riff_read_change_state):
19575         * gst-libs/gst/riff/riff-read.h:
19576           Remove stuff fromold metadata system.
19577
19578 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19579
19580         * ext/ogg/gstoggdemux.c:
19581           Fix wrong file comment.
19582         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19583         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19584           Add metadata reading properly.
19585
19586 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19587
19588         * ext/Makefile.am:
19589           Fix nas DIST_SUBDIRS
19590           Uraeus:
19591           Fix bug where make distcheck doesn't get run on adding stuff to
19592           the build.
19593
19594 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19595
19596         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19597         * ext/divx/gstdivxdec.h:
19598           Fix divx3 ("msmpeg4") playback using divxdec.
19599
19600 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19601
19602         * gst/typefind/gsttypefindfunctions.c:
19603         (mp3_type_frame_length_from_header): fix bug in length computation
19604         (mp3_type_find): improve debugging output
19605
19606 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19607
19608         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19609         (gst_play_set_location), (gst_play_seek_to_time),
19610         (gst_play_set_audio_sink), (gst_play_set_visualization),
19611         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19612         the pipeline from scratch. Visualization is back and switch went out as
19613         i realized it was not possible to use the way i wanted.
19614         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19615         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19616         clearing in state change from READY to NULL. So that one can clean the
19617         X ressources keeping the element.
19618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19619         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19620         (gst_xvimagesink_colorbalance_set_value),
19621         (gst_xvimagesink_colorbalance_get_value),
19622         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19623         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19624         change from READY to NULL and fixed some stupid bugs in colorbalance
19625         get/set values. Also added the following feature : when nobody tries to
19626         set some values to the colorbalance levels before the xcontext is
19627         grabbed, then when creating channels list from Xv attributes we set the
19628         internal values to the Xv defaults. This way we handle buggy Xv drivers
19629         that set default hue values far from the middle of the range (Thanks
19630         to Jon Trowbridge for pointing that issue).
19631         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19632         colorbalance levels have been set before xcontext is grabbed.
19633
19634 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19635
19636         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19637           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19638           it might block operations (which is bad for a mixer).
19639
19640 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19641
19642         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19643         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19644         (gmip_find_type_pre):
19645         * gst-libs/gst/media-info/media-info-priv.h:
19646         * gst-libs/gst/media-info/media-info.c:
19647         (gst_media_info_instance_init), (gst_media_info_read_idler):
19648         add fakesink to get caps on decoder src pad again
19649         fix callback prototype to match new have_type signal signature
19650
19651 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19652
19653         * gst/adder/gstadder.c: (gst_adder_link):
19654           fix non-compile and cut-n-paste code
19655
19656 2004-01-21  David Schleef  <ds@schleef.org>
19657
19658         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19659         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19660         (gst_swfdec_init), (gst_swfdec_change_state):
19661         * ext/swfdec/gstswfdec.h:
19662         Fix negotiation.
19663         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19664         (gst_adder_request_new_pad): Fix negotiation.
19665         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19666         Add a fixate function.
19667         * gst/intfloat/gstfloat2int.c:
19668         * gst/intfloat/gstfloat2int.h:
19669         * gst/intfloat/gstint2float.c:
19670         * gst/intfloat/gstint2float.h:
19671         Completely rewrite the negotiation.  Doesn't quite work yet,
19672         due to some buffer-frames problem.
19673
19674 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19675
19676         * ext/gnomevfs/gstgnomevfssrc.c:
19677         * sys/v4l2/v4l2_calls.h:
19678           fix includes for distcheck
19679
19680 2004-01-21  Christian Schaller <uraeus@gnome.org>
19681
19682         * ext/nas/
19683         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19684         based on earlier patch from Laurent Vivier
19685
19686 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19687
19688         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19689         Fix wma caps property
19690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19691         Fix typo (flags1 and flags2)
19692
19693 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19694
19695         * gst-libs/gst/media-info/media-info-priv.c:
19696         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19697         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19698         (gmip_find_stream), (gmip_find_track_metadata),
19699         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19700         (gmip_find_track_format):
19701         * gst-libs/gst/media-info/media-info-priv.h:
19702         * gst-libs/gst/media-info/media-info-test.c: (main):
19703         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19704         (gst_media_info_read_idler), (gst_media_info_read):
19705         * gst-libs/gst/media-info/media-info.h:
19706           register debugging category and use it for debugging
19707
19708 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19709
19710         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19711         (gst_vorbisfile_new_link):
19712           signal streaminfo through tags
19713
19714 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19715
19716         * ext/mplex/gstmplex.cc:
19717         * ext/mplex/gstmplexibitstream.cc:
19718           g++ doesn't like NULL in our i18n/error macros, should be
19719           either (NULL) or ("").
19720
19721 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19722
19723         * sys/dxr3/dxr3audiosink.c:
19724         * sys/dxr3/dxr3init.c:
19725         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19726         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19727           Fix more error error error errors (missing includes here).
19728
19729 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19730
19731         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19732           fix thomas' error errors.
19733
19734 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * ext/mpeg2enc/gstmpeg2enc.cc:
19737           fix error errors.
19738
19739 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19740
19741         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19742         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19743           Fix for new error system.
19744
19745 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19746
19747         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19748           fix for new error reporting
19749
19750 2004-01-20  David Schleef  <ds@schleef.org>
19751
19752         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19753         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19754         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19755         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19756         and neither is 100+, most likely.
19757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19758         (gst_xvimagesink_getcaps): same
19759
19760 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19761
19762         * configure.ac:
19763           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19764           clashes with ffmpeg.
19765
19766 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19767
19768         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19769         (gst_switch_init): Fixed switch element : proxying link and setting
19770         caps from src to sink on request.
19771
19772 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19775         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19776         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19777         fix element_error
19778
19779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19780
19781         * sys/v4l/v4l_calls.h:
19782         * sys/v4l2/v4l2_calls.h:
19783           element_error fixes
19784
19785 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19786
19787         * gst-libs/gst/gst-i18n-plugin.h:
19788           add locale.h
19789           remove config.h inclusion
19790
19791 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19792
19793         * autogen.sh:
19794           adding autopoint invocation
19795         * Makefile.am:
19796         * configure.ac:
19797         * gst-libs/gst/gettext.h:
19798           adding gettext bits
19799         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19800         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19801         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19802         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19803         (gst_gnomevfssink_close_file):
19804         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19805         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19806         * gst-libs/gst/gst-i18n-plugin.h:
19807         * gst/avi/gstavi.c: (plugin_init):
19808         * sys/dxr3/dxr3init.c: (plugin_init):
19809         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19810         * sys/oss/gstossaudio.c: (plugin_init):
19811         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19812         * sys/v4l/gstv4l.c: (plugin_init):
19813         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19814         * sys/v4l2/gstv4l2.c: (plugin_init):
19815         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19816         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19817         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19818         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19819         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19820         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19821           make sure locale and translation domain are set
19822           fix translated strings
19823         * po/.cvsignore:
19824         * po/LINGUAS:
19825         * po/Makevars:
19826         * po/POTFILES.in:
19827         * po/nl.po:
19828           put translation files into place
19829         * sys/xvideo/imagetest.c: (main):
19830         * ext/dv/demo-play.c: (main):
19831           fix unnecessary translations
19832
19833 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19834
19835         * ext/sndfile/gstsf.c:
19836         * gst/avi/gstavimux.c:
19837         * ext/audiofile/gstafsink.c:
19838         * ext/audiofile/gstafsrc.c:
19839         * ext/gnomevfs/gstgnomevfssink.c:
19840         * ext/gnomevfs/gstgnomevfssrc.c:
19841         * sys/oss/gstosselement.c:
19842         * sys/v4l/v4l_calls.h:
19843           fix i18n include
19844
19845 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19846
19847         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19848         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19849         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19850         (gst_v4l2_get_output), (gst_v4l2_set_output),
19851         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19852         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19853         (gst_v4l2_set_attribute):
19854         update to new error handling
19855
19856 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19857
19858         * ext/sidplay/gstsiddec.cc:
19859         * gst/modplug/gstmodplug.cc:
19860           parenthese NULL because C++ seems angry about it
19861
19862 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19863
19864         * gst-libs/gst/gst-i18n-plugin.h:
19865           add skeleton i18n stuff, but needs to be further implemented
19866
19867 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19868
19869         * examples/gstplay/player.c: (main):
19870         * ext/aalib/gstaasink.c: (gst_aasink_open):
19871         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19873         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19874         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19875         (gst_afsink_close_file):
19876         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19877         (gst_afsrc_close_file):
19878         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19879         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19880         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19881         * ext/esd/esdmon.c: (gst_esdmon_get):
19882         * ext/esd/esdsink.c: (gst_esdsink_chain):
19883         * ext/faac/gstfaac.c: (gst_faac_chain):
19884         * ext/faad/gstfaad.c: (gst_faad_chain):
19885         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19886         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19887         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19888         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19889         (gst_flacdec_loop):
19890         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19891         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19892         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19893         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19894         (gst_gnomevfssink_close_file):
19895         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19896         (gst_gnomevfssrc_open_file):
19897         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19898         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19899         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19900         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19901         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19902         * ext/mad/gstmad.c: (gst_mad_chain):
19903         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19904         * ext/mpeg2dec/gstmpeg2dec.c:
19905         * ext/mpeg2enc/gstmpeg2enc.cc:
19906         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19907         * ext/mplex/gstmplex.cc:
19908         * ext/mplex/gstmplexibitstream.cc:
19909         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19910         (gst_ogg_demux_push), (gst_ogg_pad_push):
19911         * ext/raw1394/gstdv1394src.c:
19912         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19913         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19914         * ext/sidplay/gstsiddec.cc:
19915         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19916         (gst_sf_loop):
19917         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19918         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19919         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19921         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19922         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19923         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19924         * gst-libs/gst/Makefile.am:
19925         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19926         (gst_riff_read_element_data), (gst_riff_read_seek),
19927         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19928         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19930         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19931         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19932         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19933         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19934         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19935         * gst/goom/gstgoom.c: (gst_goom_chain):
19936         * gst/id3/gstid3types.c: (gst_id3types_loop):
19937         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19938         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19939         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19940         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19941         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19942         (gst_ebml_read_float), (gst_ebml_read_header):
19943         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19944         (gst_matroska_demux_parse_blockgroup):
19945         * gst/modplug/gstmodplug.cc:
19946         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19947         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19948         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19949         * gst/silence/gstsilence.c: (gst_silence_get):
19950         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19951         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19952         * gst/speed/gstspeed.c: (speed_loop):
19953         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19954         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19955         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19956         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19957         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19958         (gst_wavparse_loop):
19959         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19960         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19961         (dxr3audiosink_close):
19962         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19963         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19964         (dxr3videosink_close), (dxr3videosink_write_data):
19965         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19966         * sys/oss/gstosselement.h:
19967         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19968         (gst_osssink_chain):
19969         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19970         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19971         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19972         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19973         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19974         (gst_v4l_enable_overlay):
19975         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19976         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19977         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19978         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19979         (gst_v4l_set_audio):
19980         * sys/v4l/v4l_calls.h:
19981         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19982         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19983         (gst_v4lmjpegsink_playback_init),
19984         (gst_v4lmjpegsink_playback_start):
19985         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19986         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19987         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19988         (gst_v4lmjpegsrc_requeue_frame):
19989         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19990         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19991         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19992         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19993         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19994         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19995         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19996         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19997         (gst_v4l2src_capture_stop):
19998         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19999         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20000         (gst_ximagesink_chain):
20001         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20002         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20003         (gst_xvideosink_xwindow_new):
20004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20005         (gst_xvimagesink_chain):
20006         use new error signal, function and categories
20007
20008 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20009
20010         * configure.ac:
20011         * ext/Makefile.am:
20012         * ext/musicbrainz/gsttrm.c:
20013         * ext/musicbrainz/gsttrm.h:
20014         * ext/musicbrainz/Makefile.am:
20015         Add a trm plugin
20016
20017 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20018
20019         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20020         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20021         synchronous property for debugging.
20022         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20024         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20025         smaller block, fixing indent.
20026
20027 2004-01-16  David Schleef  <ds@schleef.org>
20028
20029         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20030         property affects the video stream.
20031         * sys/xvimage/xvimagesink.c:
20032         * sys/xvimage/xvimagesink.h:
20033         Add synchronous property for debugging.  Should probably be
20034         disabled in non-CVS builds.  Make sure that the Xv attribute
20035         exists before we set it (crash!).  Fix a silly float bug that
20036         caused colorbalance to just not work.
20037
20038 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20039
20040         * tools/gst-launch-ext.in - update for new plugins
20041
20042 2004-01-16  David Schleef  <ds@schleef.org>
20043
20044         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20045         already-freed caps.
20046
20047 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20048
20049         * Update spec for new colorspace plugin and libcaca plugin
20050         * Fix compilation of libcaca plugin (clock -> id)
20051
20052 2004-01-16  Julien MOUTTE <julien@moutte.net>
20053
20054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20055         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20056         (gst_xvimagesink_set_xwindow_id),
20057         (gst_xvimagesink_colorbalance_set_value),
20058         (gst_xvimagesink_colorbalance_get_value),
20059         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20060         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20061         correct colorbalance properties. They can now be set when the element
20062         is still in NULL state. The values will be committed to the Xv Port
20063         when xcontext is initialized.
20064         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20065         brightness int values in the GstXvImagesink structure.
20066
20067 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20068
20069         * gst-libs/gst/Makefile.am:
20070           restructure so having local patches works easier.
20071
20072 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20073
20074         * ext/mpeg2enc/Makefile.am:
20075         * ext/mpeg2enc/gstmpeg2enc.cc:
20076         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20077           Bugfix with respect to EOS handling.
20078
20079 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20080
20081         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20082           Link with right caps (else, it segfaults).
20083         * ext/mplex/gstmplexjob.cc:
20084           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20085
20086 2004-01-15  David Schleef  <ds@schleef.org>
20087
20088         * gst-libs/gst/audio/Makefile.am:
20089         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20090         from the template.
20091         * gst-libs/gst/audio/gstaudiofilter.c:
20092         * gst-libs/gst/audio/gstaudiofilter.h:
20093         Add bytes_per_sample and size and n_samples calculation.
20094         * gst-libs/gst/audio/gstaudiofilterexample.c:
20095         Remove, now autogenerated.
20096         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20097         Moved from gstaudiofilterexample, object name changed, code added
20098         so that it actually works.
20099         * gst-libs/gst/audio/make_filter:
20100         Script to build an audiofilter subclass from the template.
20101         * gst/colorspace/Makefile.am:
20102         * gst/colorspace/yuv2yuv.c:
20103         Remove file, since it's GPL, and we don't use it.
20104
20105 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20106
20107         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20108         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20109         them use the buffer free function to test how the buffer was allocated.
20110
20111 2004-01-15  David Schleef  <ds@schleef.org>
20112
20113         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20114         that handles osssink fallback.
20115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20116         (gst_audio_convert_getcaps):
20117         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20118         Add audio/x-qdm2 for QDM2 audio.
20119         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20120         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20121         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20122         Decrease minimum size to 16x16.
20123         * gst/wavparse/gstwavparse.c:
20124         Convert disabled pad template caps to new caps.
20125         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20127         (gst_xvimagesink_chain): Throw element error when display cannot
20128         be opened.  Increase minimum framerate to 1.0.  Check the data
20129         free function on a buffer to make sure it is the type we expect
20130         before manipulating it.
20131
20132 2004-01-15  Julien MOUTTE <julien@moutte.net>
20133
20134         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20135         (gst_videobalance_colorbalance_set_value): Implement passthru if
20136         settings are in the middle.
20137         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20138
20139 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * gst/videofilter/Makefile.am:
20142         * gst/volume/Makefile.am:
20143           Since we use videofilter symbols, link to it.
20144
20145 2004-01-15  Julien MOUTTE <julien@moutte.net>
20146
20147         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20148         mixer interface type to HARDWARE.
20149         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20150         type to SOFTWARE.
20151         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20152         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20153         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20154         (gst_volume_interface_init), (gst_volume_list_tracks),
20155         (gst_volume_set_volume), (gst_volume_get_volume),
20156         (gst_volume_set_mute), (gst_volume_mixer_init),
20157         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20158         (volume_init): Implementing mixer interface.
20159         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20160         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20161         (gst_osselement_change_state): Removing some trailing commas in
20162         structures.
20163         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20164         interface type to HARDWARE.
20165         * sys/v4l/gstv4lcolorbalance.c:
20166         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20167         type to HARDWARE.
20168         * sys/v4l2/gstv4l2colorbalance.c:
20169         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20170         interface type to HARDWARE.
20171         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20172         same code than ximagesink for event handling.
20173
20174 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20175
20176         * ext/snapshot/Makefile.am:
20177         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20178         (gst_snapshot_chain):
20179         * ext/snapshot/gstsnapshot.h:
20180           This has to be a joke... Snapshot should be connected to a tee,
20181           colorspace element before it and EOS after that, where the other
20182           src of the tee receives normal data.
20183           The current way is *wrong*.
20184
20185 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20186
20187         * ext/hermes/gsthermescolorspace.c:
20188           Fix another compile error. Same as below.
20189
20190 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20191
20192         * gst/colorspace/gstcolorspace.c:
20193         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20194         (gst_colorspace_i420_to_yv12):
20195           Fix compiling... Didn't test if it actually works.
20196
20197 2004-01-15  David Schleef  <ds@schleef.org>
20198
20199         * configure.ac:
20200         * gst/colorspace/Makefile.am:
20201         * gst/colorspace/gstcolorspace.c:
20202         * gst/colorspace/gstcolorspace.h:
20203         * gst/colorspace/yuv2rgb.c:
20204         * gst/colorspace/yuv2rgb.h:
20205         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20206         code and GPL code.  Fix for new caps negotiation.  Rewrite
20207         much of the format handling code, and some of the conversion
20208         code.  Basically, rewrote almost everything.  This element
20209         handles I420, YV12 to RGB conversions.
20210         * ext/hermes/Makefile.am:
20211         * ext/hermes/gsthermescolorspace.c:
20212         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20213         Remove non-Hermes related code.  This element handles lots of
20214         RGB to RGB conversions, but no YUV.
20215         * ext/hermes/gstcolorspace.c:
20216         * ext/hermes/gstcolorspace.h:
20217         * ext/hermes/rgb2yuv.c:
20218         * ext/hermes/yuv2rgb.c:
20219         * ext/hermes/yuv2rgb.h:
20220         * ext/hermes/yuv2rgb_mmx16.s:
20221         * ext/hermes/yuv2yuv.c:
20222         * ext/hermes/yuv2yuv.h:
20223         Remove old code.
20224
20225 2004-01-14  Colin Walters  <walters@verbum.org>
20226
20227         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20228         they've already been.
20229
20230 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20231
20232         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20233           assume tag mode when pad is not connected
20234
20235 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20236
20237         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20238           Don't update the time of the clock
20239         (gst_alsa_sink_loop):
20240           sync to the clock given to alsasink, not the own clock
20241         * sys/oss/gstosssink.c: (gst_osssink_chain):
20242           sync to the clock
20243         (gst_osssink_change_state):
20244           activate the clock
20245         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20247           remove bogus code that made DISCONT events unhandled
20248         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20249           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20250           #131502)
20251         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20252         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20253         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20254           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20255           2nd warning in bug #131502)
20256
20257 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20258
20259         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20260         (gst_videobalance_colorbalance_set_value),
20261         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20262         for colorbalance interface implementation.
20263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20264         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20265         (gst_ximagesink_dispose), (gst_ximagesink_init),
20266         (gst_ximagesink_class_init): Adding DISPLAY property.
20267         * sys/ximage/ximagesink.h: Adding display_name to store display.
20268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20269         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20270         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20271         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20272         properties (they still need polishing though for gst-launch use : no
20273         xcontext yet, i ll do that tomorrow).
20274         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20275
20276 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20277
20278         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20279         (gst_play_set_location), (gst_play_set_visualization): Preparing
20280         switch integration, adding videobalance in the pipeline.
20281
20282 2004-01-14  Julien MOUTTE <julien@moutte.net>
20283
20284         * gst-libs/gst/colorbalance/colorbalance.c:
20285         (gst_color_balance_class_init): Adding a default type.
20286         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20287         the type.
20288         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20289         (gst_videobalance_dispose), (gst_videobalance_class_init),
20290         (gst_videobalance_init), (gst_videobalance_interface_supported),
20291         (gst_videobalance_interface_init),
20292         (gst_videobalance_colorbalance_list_channels),
20293         (gst_videobalance_colorbalance_set_value),
20294         (gst_videobalance_colorbalance_get_value),
20295         (gst_videobalance_colorbalance_init): Implementing colorbalance
20296         interface.
20297         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20298         list.
20299         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20300         bug which was triggering a BadAccess X error when setting an overlay
20301         before pad was really negotiated.
20302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20303         Using the colorbalance type macro.
20304
20305 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20306
20307         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20308         (gst_flacenc_chain):
20309           handle tags correctly
20310         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20311           extract ID3v1 tags correctly
20312
20313 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20316         (plugin_init):
20317           Improve matroska typefinding for odd-typed headers...
20318
20319 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20322           Fix for using incremental number on padnames.
20323
20324 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20325
20326         * ext/divx/gstdivxdec.c:
20327         * ext/divx/gstdivxenc.c:
20328           Set category to divx4linux instead of divx (too generic).
20329         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20330         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20331         (gst_wavparse_loop), (gst_wavparse_change_state):
20332         * gst/wavparse/gstwavparse.h:
20333           fix parsing of WAV files with non-standard fmt-tag size and fix
20334           skipping of unrecognized chunks... Someone please fix this thing
20335           to use rifflib so all this is automated.
20336         * sys/v4l/Makefile.am:
20337         * sys/v4l2/Makefile.am:
20338           Add X_CFLAGS because we depend on X (for overlay).
20339
20340 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20341
20342         * ext/mpeg2dec/gstmpeg2dec.c:
20343           Don't issue a timestamp unless we tagged the frame
20344           with a PTS.
20345
20346 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20347
20348         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20349           Query the audio element to get the time, not the clock. We're
20350           interested in the element's time here.
20351
20352 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20353
20354         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20355         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20356         * ext/esd/esdsink.c: (gst_esdsink_chain):
20357         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20358         * ext/mas/massink.c: (gst_massink_chain):
20359         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20360         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20361         (gst_matroska_demux_parse_metadata):
20362         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20363         (gst_mpeg_parse_release_locks):
20364         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20365         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20366         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20367         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20368         (gst_osssink_change_state):
20369         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20370         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20371         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20372         (gst_xvideosink_release_locks):
20373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20374           use element time.
20375         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20376         (gst_alsa_clock_stop):
20377         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20378         (gst_audio_clock_get_internal_time):
20379           simplify for use with new clocking code.
20380         * testsuite/alsa/Makefile.am:
20381         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20382           fix testsuite for new caps system
20383
20384 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20385
20386         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20387         * ext/flac/gstflacenc.c: (add_one_tag):
20388           length is already host endian, no need to convert. Fixes playback of
20389           tagged files on PPC. (bug #128384)
20390
20391 2004-01-13  Julien MOUTTE <julien@moutte.net>
20392
20393         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20394         colorbalance interface stating if it is hardware based or software
20395         based.
20396         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20397         Removing a trailing comma.
20398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20399         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20400         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20401         the documentation seems to be wrong on the -1000 to 1000 interval.
20402
20403 2004-01-12  David Schleef  <ds@schleef.org>
20404
20405         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20406         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20407         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20408         Fix negotiation.  Add a bufferalloc function for the sink pad,
20409         and generally clean up some of the code.
20410
20411 2004-01-12  Julien MOUTTE <julien@moutte.net>
20412
20413         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20414         (gst_color_balance_channel_dispose): Adding safety check in dispose
20415         method.
20416         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20417         (gst_xvimagesink_xcontext_clear),
20418         (gst_xvimagesink_interface_supported),
20419         (gst_xvimagesink_colorbalance_list_channels),
20420         (gst_xvimagesink_colorbalance_set_value),
20421         (gst_xvimagesink_colorbalance_get_value),
20422         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20423         Adding colorbalance interface support to set XV parameters such as
20424         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20425         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20426         interface.
20427
20428 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20429
20430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20431         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20432         (gst_audio_convert_init), (gst_audio_convert_set_property),
20433         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20434         (gst_audio_convert_link),
20435         (gst_audio_convert_buffer_to_default_format),
20436         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20437           - implement _getcaps and use it
20438           - improve linking
20439           - remove float caps since no float conversion is actually done
20440           - remove properties and arguments that were to be used for rate
20441             conversion
20442
20443 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20444
20445         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20446         (gst_audio_structure_set_int):
20447         * gst-libs/gst/audio/audio.h:
20448           add helper functions for _getcaps matching the standard audio
20449           templates
20450
20451 2004-01-12  David Schleef  <ds@schleef.org>
20452
20453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20454         Test that pad is negotiated before getting its caps.
20455
20456 2004-01-12  Julien MOUTTE <julien@moutte.net>
20457
20458         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20459         analyzing the pads of an element the bin is mostly in READY state so
20460         no caps were negotiated. This helper function needs to work with
20461         _get_caps directly then. I was not freeing them though, added that to
20462         fix the mem leak.
20463
20464 2004-01-12  Julien MOUTTE <julien@moutte.net>
20465
20466         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20468         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20469         than the free_func.
20470
20471 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20472
20473         * sys/oss/gstossaudio.c: (plugin_init):
20474         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20475         * sys/oss/gstosselement.h:
20476           make an oss debugging category
20477           make failure more descriptive
20478
20479 2004-01-11  David Schleef  <ds@schleef.org>
20480
20481         * ext/ffmpeg/gstffmpeg.c:
20482         * ext/ffmpeg/gstffmpegcodecmap.c:
20483         * ext/ffmpeg/gstffmpegdec.c:
20484         * ext/ffmpeg/gstffmpegenc.c:
20485         * ext/ffmpeg/gstffmpegprotocol.c:
20486         * ext/gdk_pixbuf/gstgdkanimation.c:
20487         * ext/jpeg/gstjpeg.c:
20488         * ext/libpng/gstpng.c:
20489         * ext/mpeg2dec/perftest.c:
20490         * ext/speex/gstspeex.c:
20491         * gst-libs/gst/resample/dtos.c:
20492         * gst/intfloat/gstintfloatconvert.c:
20493         * gst/oneton/gstoneton.c:
20494         * gst/rtjpeg/RTjpeg.c:
20495         * gst/rtp/gstrtp.c:
20496         * sys/dxr3/dxr3init.c:
20497         * sys/glsink/gstgl_nvimage.c:
20498         * sys/glsink/gstgl_pdrimage.c:
20499         * sys/glsink/gstglsink.c:
20500         * testsuite/gst-lint:
20501         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20502
20503 2004-01-11  David Schleef  <ds@schleef.org>
20504
20505         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20506         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20507         * ext/gdk_pixbuf/gstgdkanimation.c:
20508         (gst_gdk_animation_iter_create_pixbuf):
20509         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20510         (gst_gdk_pixbuf_chain):
20511         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20512         * ext/jack/gstjack.c: (gst_jack_change_state):
20513         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20514         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20515         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20516         * gst/videofilter/gstvideofilter.c:
20517         (gst_videofilter_set_output_size):
20518         Remove all usage of gst_pad_get_caps(), and replace it with
20519         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20520
20521 2004-01-11  David Schleef  <ds@schleef.org>
20522
20523         * configure.ac:
20524         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20525         * ext/divx/gstdivxdec.c:
20526         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20527         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20528         handle images that span multiple buffers.  Now work with both
20529         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20530         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20531         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20532         video/video.h changes
20533         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20534         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20535         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20536         of GstData free function.
20537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20538         same.
20539
20540 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20541
20542         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20543         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20544         (gst_v4l2element_get_property):
20545         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20546           add norm, channel and frequency properties.
20547         * sys/v4l2/gstv4l2tuner.c:
20548           fixes for tuner interface changes
20549         * sys/v4l2/gstv4l2element.h:
20550         * sys/v4l2/gstv4l2src.c:
20551         * sys/v4l2/gstv4l2src.h:
20552         * sys/v4l2/v4l2src_calls.c:
20553         * sys/v4l2/v4l2src_calls.h:
20554           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20555
20556 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20557
20558         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20559         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20560         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20561         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20562         * gst-libs/gst/tuner/tuner.h:
20563           GObjects aren't const.
20564           Add find_by_name functions.
20565           Add checks to _changed functions.
20566         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20567         (gst_v4l_tuner_get_norm):
20568           Fixes for above.
20569
20570 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20571
20572         * gst-libs/gst/video/video.h:
20573           Fix caps template names to be understandable.
20574           Prefix everything with GST_VIDEO.
20575         * ext/aalib/gstaasink.c:
20576         * ext/divx/gstdivxdec.c:
20577         * ext/divx/gstdivxenc.c:
20578         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20579         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20580         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20581         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20582         * ext/libcaca/gstcacasink.c:
20583         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20584         * ext/snapshot/gstsnapshot.c:
20585         * ext/swfdec/gstswfdec.c:
20586         * ext/xvid/gstxviddec.c:
20587         * ext/xvid/gstxvidenc.c:
20588         * gst/chart/gstchart.c:
20589         * gst/deinterlace/gstdeinterlace.c:
20590         * gst/effectv/gsteffectv.c:
20591         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20592         * gst/goom/gstgoom.c:
20593         * gst/median/gstmedian.c:
20594         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20595         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20596         * gst/overlay/gstoverlay.c:
20597         * gst/smooth/gstsmooth.c:
20598         * gst/smpte/gstsmpte.c:
20599         * gst/synaesthesia/gstsynaesthesia.c:
20600         * gst/videocrop/gstvideocrop.c:
20601         * gst/videodrop/gstvideodrop.c:
20602         * gst/y4m/gsty4mencode.c:
20603         * sys/qcam/gstqcamsrc.c:
20604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20605           Make them work with new video.h file.
20606         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20607         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20609         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20610           Make it work with new buffer allocation system.
20611
20612 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20613
20614         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20615         pad_alloc_buffer implementation to use ->srcpad
20616         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20617         pad_alloc_buffer implementation to use ->srcpad
20618         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20619         pad_alloc_buffer implementation to use ->srcpad
20620         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20621         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20622         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20623         a reference to everything we need.
20624         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20626         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20627         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20628         a reference to everything we need.
20629         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20630
20631 2004-01-11  David Schleef  <ds@schleef.org>
20632
20633         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20634         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20635         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20636         structure members.
20637         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20638         value during a resize/renegotiation.
20639         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20640         gst_pad_alloc_buffer();
20641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20642         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20643         structure members.
20644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20645         Fix for rename of buffer private structure members.
20646         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20647         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20648         Fix for rename of buffer private structure members.
20649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20650         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20651         Fix for rename of buffer private structure members.
20652
20653 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20654
20655         reviewed by: David Schleef <ds@schleef.org>
20656
20657         * gst/videofilter/Makefile.am:
20658         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20659         from the patch by ds to fit in with recent make_filter changes.
20660
20661 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20662
20663         * configure.ac: Adding examples/switch/Makefile
20664         * examples/Makefile.am: Adding examples/switch
20665         * examples/switch/Makefile.am: Adding switcher example.
20666         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20667         (switch_timer), (main): Adding an example demonstrating switch usage
20668         with 2 videotestsrc showing different patterns.
20669         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20670         (gst_switch_init): Fixing switch with the new caps system.
20671
20672 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20673
20674         * gst-libs/gst/video/video.h:
20675           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20676           They should probably be like
20677           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20678
20679 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20680
20681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20682         (qtdemux_parse_trak):
20683           fix audio chunk size/timestamp calculation
20684
20685 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20686
20687         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20688           fix SVQ3 caps
20689
20690 2004-01-11  Steve Baker  <steve@stevebaker.org>
20691
20692         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20693         (gst_agingtv_base_init), (gst_agingtv_class_init),
20694         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20695         (gst_agingtv_set_property), (gst_agingtv_get_property):
20696         Port agingTV to videofilter
20697
20698 2004-01-09  Julien MOUTTE <julien@moutte.net>
20699
20700         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20701         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20702
20703 2004-01-09  Julien MOUTTE <julien@moutte.net>
20704
20705         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20706         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20707         * gst-libs/gst/xoverlay/xoverlay.c:
20708         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20709         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20710         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20711         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20712         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20713         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20714         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20715         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20716         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20717         interface implementation to handle xid being 0 and fix some bugs
20718         triggered by Benjamin's testcase.
20719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20720         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20721         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20722         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20723         interface implementation to handle xid being 0 and fix some bugs
20724         triggered by Benjamin's testcase.
20725
20726 2004-01-09  David Schleef  <ds@schleef.org>
20727
20728         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20729         mouse pointer events.  It works.
20730
20731 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20732
20733         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20734           Use explicit caps - fix capsnego.
20735         * ext/xvid/gstxviddec.c:
20736         * ext/xvid/gstxvidenc.c:
20737           Remove macro-inside-macro which caused compile errors.
20738         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20739           Error out if it's not a RIFF file. Else we error out without
20740           gst_element_error() which is not good...
20741
20742 2004-01-08  David Schleef  <ds@schleef.org>
20743
20744         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20745         Fix pad_link function to handle formats that ffmpeg returns
20746         as multiple caps structures.
20747         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20748         Only complain if source buffer is _smaller_ than expected.
20749         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20750         (gst_videoscale_handle_src_event): Resize navigation events
20751         when passing them upstream.
20752         * gst/videotestsrc/gstvideotestsrc.c:
20753         * gst/videotestsrc/gstvideotestsrc.h:
20754         * gst/videotestsrc/videotestsrc.c:
20755         * gst/videotestsrc/videotestsrc.h:
20756         Rewrite many of the buffer painting functions to handle odd
20757         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20758         been verified to work with my video card.
20759         * testsuite/gst-lint:  Add check for elements calling
20760         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20761
20762 2004-01-08  David Schleef  <ds@schleef.org>
20763
20764         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20765         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20766
20767 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20768
20769         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20770         configure event is not emiting the desired size signal. That fixes
20771         aspect ratio issues with gst-player.
20772
20773 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20774
20775         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20776           Fix capsnego.
20777
20778 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20779
20780         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20781         public method to fire size signal.
20782
20783 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20784
20785         * examples/gstplay/Makefile.am: Adding the interface library.
20786         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20787         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20788         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20789         GST_IS_X_OVERLAY before signal connect.
20790         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20791         Removing the have_video_size signal.
20792         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20793         and associated public method.
20794         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20795         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20796         signal.
20797         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20798         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20799         signal.
20800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20801         Using XOverlay public method to fire size signal.
20802
20803 2004-01-07  David Schleef  <ds@schleef.org>
20804
20805         * gst/videofilter/Makefile.am:
20806         * gst/videofilter/gstvideotemplate.c:
20807         * gst/videofilter/make_filter:
20808         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20809         Convert make_filter to /bin/sh script.
20810
20811 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20812
20813         * gst/modplug/gstmodplug.cc: fix element description
20814
20815 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20816
20817         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20818         (got_video_size): Adding some new lines in g_print calls.
20819         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20820         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20821         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20822         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20823         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20824         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20825         Complete code review, reverting some stuff i disagree with, adding
20826         some fixes : time synchronization on invalid timestamps, renegotiation
20827         of private window.
20828         * sys/ximage/ximagesink.h:
20829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20830         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20831         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20832         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20833         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20834         (gst_xvimagesink_buffer_new),
20835         (gst_xvimagesink_navigation_send_event),
20836         (gst_xvimagesink_set_xwindow_id),
20837         (gst_xvimagesink_get_desired_size),
20838         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20839         stuff i disagree with, adding some fixes : Renegotiation of private
20840         window, implementing get_desired_size.
20841
20842 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20843
20844         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20845         (gst_afsink_handle_event):
20846         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20847         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20848         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20849         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20850         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20851           Fix for instantiate-test (see core). Also remove dead code from
20852           jpegenc (which still needs fixing, but that's lower on my TODO
20853           list...).
20854         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20855           Never return NULL as caps.
20856
20857 2004-01-07  David Schleef  <ds@schleef.org>
20858
20859         * configure.ac:
20860         * ext/Makefile.am:
20861         * ext/librfb/Makefile.am:
20862         * ext/librfb/gstrfbsrc.c:
20863         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20864         is the protocol used by VNC.
20865
20866 2004-01-07  David Schleef  <ds@schleef.org>
20867
20868         * gst/videofilter/gstvideotemplate.c:
20869         * gst/videofilter/gstvideotemplate.h:
20870         * gst/videofilter/make_filter:
20871         Merge videotemplate header into source file.
20872         * gst/effectv/Makefile.am:
20873         * gst/effectv/gsteffectv.c: (plugin_init):
20874         * gst/effectv/gstwarp.c:
20875         Make warpTV a subclass of videofilter.
20876
20877 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20878
20879         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20880           Add guard against invalid utf-8 conversions in mad. Just in case.
20881
20882 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20883
20884         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20885           Fix for bug shown by poisoning
20886
20887 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20888
20889         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20890         (gst_v4lmjpegsrc_buffer_free):
20891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20892         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20893         (gst_v4lsrc_buffer_free):
20894           Fix for removed bufferpools.
20895
20896 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20897
20898         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20899         Fix caps negotiation.
20900
20901         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20902         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20903         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20904         (dvdnavsrc_event):
20905         * ext/mpeg2dec/gstmpeg2dec.c:
20906         * gst-libs/gst/navigation/navigation.c:
20907         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20908         * gst-libs/gst/navigation/navigation.h:
20909         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20910         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20912         Super-simple first version of mouse and keyboard events. Clicking
20913         on a DVD menu now works, although it may not take you where you
20914         expected.
20915
20916         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20917         * gst/videotestsrc/gstvideotestsrc.c:
20918         (gst_videotestsrc_src_fixate):
20919         These fixate functions were broken - they never actually
20920         fixated :)
20921
20922 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20923
20924         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20925         (gst_icecastsend_init):
20926           fix for new caps system.
20927         * gst-libs/gst/mixer/mixertrack.h:
20928         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20929           Add 'master track' flag (for tools like ACME that only want to
20930           change the main volume).
20931
20932 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20933
20934         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20935         (gst_xvid_csp_to_caps):
20936         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20937         * ext/xvid/gstxvidenc.c:
20938         ifdef out ARGB type when it isn't available
20939         in xvidcore 1.0.0beta2
20940
20941 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20942
20943         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20944           When we have received a new SCR right in the first buffer after
20945           a seek (so in the same cycle that handles the discont), we should
20946           handle the buffer instead of unreffing it, else we lose data.
20947
20948 2004-01-06  Iain <iain@prettypeople.org>
20949
20950         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20951           buffer-frames caps too.
20952
20953         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20954           caps that we need, don't destroy them all and rebuild them. And when
20955           creating src pads, use the src pad template rather than the sink...
20956
20957 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20958
20959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20960           Add pad to element *after* setting functions such as event handler.
20961           Without this, the scheduler (opt) will link pads, set the event
20962           handler from the default event function (dispatcher in gstpad.c)
20963           and *after* that, we will set our own event function, which will
20964           thus never be used (and thus mpegdemux doesn't handle events).
20965
20966 2004-01-04  David Schleef  <ds@schleef.org>
20967
20968         Fix the fixate functions to handle new prototype:
20969         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20970         * gst/videotestsrc/gstvideotestsrc.c:
20971         (gst_videotestsrc_src_fixate):
20972         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20973         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20975
20976 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20977
20978         * sys/ximage/ximagesink.h:
20979         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20980         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20981         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20982         (gst_ximagesink_xoverlay_init):
20983           assorted fixes to make (re)embedding work
20984         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20985         (gst_ximagesink_get_desired_size):
20986           implement desired size additions to XOverlay
20987
20988 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20989
20990         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20991         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20992         (gst_x_overlay_got_desired_size):
20993         * gst-libs/gst/xoverlay/xoverlay.h:
20994           Add optional "desired size" signal and querying.
20995
20996 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20997
20998         * gst/matroska/matroska-demux.c:
20999         (gst_matroska_demux_parse_blockgroup):
21000           Fix EBML-laced block parsing. Diffs are relative to previous
21001           lace, not the first lace. Thanks to Mosu from the Matroska
21002           team for detecting this.
21003         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21004         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21005         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21006         (gst_wavparse_change_state):
21007         * gst/wavparse/gstwavparse.h:
21008           Quickfix for capsnego.
21009
21010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21011
21012         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21013           Fix indenting, fix pad creation.
21014
21015 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21016
21017         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21018         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21019         (gst_xviddec_sink_link):
21020           Implement src_getcaps() so proper size caps is negotiated.
21021
21022 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21023
21024         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21025           Finish flac decoder on EOS. See #116178.
21026
21027 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21028
21029         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21030         (gst_matroska_demux_add_stream):
21031         * gst/matroska/matroska-ids.h:
21032           Add getcaps() function to fix capsnego...
21033
21034 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21035
21036         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21037         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21038         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21039           Fix more integer overflows. Again, see #126967.
21040
21041 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * ext/mpeg2dec/gstmpeg2dec.c:
21044           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21045           #130416.
21046
21047 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21048
21049         * configure.ac:
21050         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21051         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21052         * ext/xvid/gstxvid.h:
21053         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21054         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21055         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21056         (gst_xviddec_change_state):
21057         * ext/xvid/gstxviddec.h:
21058         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21059         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21060         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21061         (gst_xvidenc_link), (gst_xvidenc_set_property),
21062         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21063         * ext/xvid/gstxvidenc.h:
21064           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21065
21066 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21067
21068         * gst/rtp/rtp-packet.c:
21069           Add sys/types.h include, since OS X doesn't define in_addr_t
21070           in netinet/in.h, like it does on Linux (see #129600).
21071
21072 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21073
21074         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21075
21076         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21077           Correct logic of dispose function (see #129306).
21078
21079 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21080
21081         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21082         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21083         (gst_mpeg_parse_init):
21084         * gst/mpegstream/gstmpegparse.h:
21085           Remove clock (which was never provided, i.e. dead code), and
21086           also fix integer overflows at high PTS values (see #126967).
21087
21088 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * ext/flac/gstflacdec.c:
21091         * ext/libpng/gstpngenc.h:
21092         * ext/mikmod/gstmikmod.h:
21093           OS X fixes (see #126628).
21094
21095 2004-01-02  David Schleef  <ds@schleef.org>
21096
21097         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21098         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21099         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21100         (gst_mpeg_parse_class_init): Move pad template registration
21101         to class_init, since the derived class (mpegdemux) doesn't
21102         want them.
21103
21104 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21105
21106         * sys/ximage/Makefile.am:
21107         * sys/xvideo/Makefile.am:
21108         * sys/xvimage/Makefile.am:
21109           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21110           after installation (see #127664).
21111
21112 2004-01-02  David Schleef  <ds@schleef.org>
21113
21114         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21115         (gst_ffmpegenc_connect):  Negotiation fixes.
21116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21117         Remove inappropriate gst_caps_free().
21118         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21119         Reenable Ronald's internal resize code, since the core handles
21120         it correctly now.
21121
21122 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21123
21124         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21125         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21126         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21127           Fix pad template stuff.
21128
21129 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21130
21131         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21132         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21133           fix signed integer reading/writing.
21134
21135 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21136
21137         * ext/alsa/README:
21138           Remove outdated document
21139
21140 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21141
21142         * gst/cutter/gstcutter.c: (gst_cutter_init):
21143           src pad was being created twice - oops.
21144
21145 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21146
21147         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21148           Comment out internal resize. It doesn't handle the resulting
21149           XEvent internally, does another try_set_caps() which leads to
21150           a really nice loop.
21151           Real fix will come when Julien and Dave are awake. ;).
21152
21153 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * ext/mpeg2enc/gstmpeg2enc.cc:
21156           fix const/nonconst compile issue.
21157
21158 2004-01-02  David Schleef  <ds@schleef.org>
21159
21160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21161         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21162         Add fixate function and a check for bad formats.
21163
21164 2004-01-01  David Schleef  <ds@schleef.org>
21165
21166         Negotiation fixes:
21167         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21168         (gst_audiofilter_init):
21169         * gst/debug/efence.c: (gst_efence_init):
21170         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21171         (gst_deinterlace_init):
21172         * gst/volume/gstvolume.c: (volume_connect):
21173
21174 2004-01-01  David Schleef  <ds@schleef.org>
21175
21176         Convert elements to use gst_pad_use_explicit_caps() where
21177         appropriate:
21178         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21179         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21180         (gst_afparse_open_file):
21181         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21182         (gst_afsrc_open_file):
21183         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21184         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21185         (gst_ffmpegdec_chain):
21186         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21187         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21188         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21189         (gst_gdk_pixbuf_chain):
21190         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21191         (gst_jpegdec_chain):
21192         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21193         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21194         (gst_mikmod_negotiate):
21195         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21196         (gst_mpeg2dec_negotiate_format):
21197         * ext/mpeg2enc/gstmpeg2enc.cc:
21198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21199         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21200         (gst_speexdec_sinkconnect):
21201         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21202         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21203         (gst_vorbisfile_new_link):
21204         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21205         (gst_ac3parse_chain):
21206         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21207         (gst_asf_demux_setup_pad):
21208         * gst/auparse/gstauparse.c: (gst_auparse_init),
21209         (gst_auparse_chain):
21210         * gst/id3/gstid3types.c: (gst_id3types_loop):
21211         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21212         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21213         (mp1videoparse_parse_seq):
21214         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21215         (bpf_from_header):
21216         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21217         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21218         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21219         (gst_mpeg_parse_send_data):
21220         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21221         (gst_qtdemux_add_stream):
21222         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21223         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21224         (gst_wavparse_parse_fmt):
21225
21226 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21227
21228         * configure.ac:
21229           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21230           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21231           it therefore uses the wrong include paths. Too bad... Note
21232           that 1.6.1.93 is not release yet. ;).
21233           Also add a check for mplex, which is now using the lib'ified
21234           mplex from mjpegtools, too.
21235         * ext/ffmpeg/gstffmpegcodecmap.c:
21236           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21237           issues. I don't think ffmpeg handles 3ivx correctly, so this
21238           probably won't work. But it won't hurt either.
21239         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21240         (gst_ffmpegdec_chain):
21241         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21242         (gst_ffmpegenc_chain_audio):
21243           Fix memleak in audio encoding. Close codec if open fails, this
21244           calls the cleanup routines so we can re-use the context.
21245         * ext/mpeg2enc/gstmpeg2enc.cc:
21246           Fix pad template names/types, fix memory issue with getcaps().
21247         * ext/mpeg2enc/gstmpeg2encoder.cc:
21248         * ext/mpeg2enc/gstmpeg2encoder.hh:
21249           Fix compile issue with new caps system (const thingy).
21250         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21251         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21252           We read a first frame right on initing, so that we have a caps
21253           when we init the output. This caps is cached in padprivate and
21254           read as first frame.
21255         * ext/mplex/Makefile.am:
21256         * ext/mplex/gstmplex.cc:
21257         * ext/mplex/gstmplex.h:
21258         * ext/mplex/gstmplex.hh:
21259         * ext/mplex/gstmplexibitstream.cc:
21260         * ext/mplex/gstmplexibitstream.hh:
21261         * ext/mplex/gstmplexjob.cc:
21262         * ext/mplex/gstmplexjob.hh:
21263         * ext/mplex/gstmplexoutputstream.cc:
21264         * ext/mplex/gstmplexoutputstream.hh:
21265           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21266           had issues, didn't do capsnego, supported only a subset of the
21267           mplex features and required a mplex fork in our local CVS. Plus
21268           that it worked agaist a very old mplex version. Rewriting was
21269           faster than updating it.
21270         * gst-libs/ext/Makefile.am:
21271         * gst-libs/ext/mplex/INSTRUCT:
21272         * gst-libs/ext/mplex/Makefile.am:
21273         * gst-libs/ext/mplex/README:
21274         * gst-libs/ext/mplex/TODO:
21275         * gst-libs/ext/mplex/ac3strm_in.cc:
21276         * gst-libs/ext/mplex/audiostrm.hh:
21277         * gst-libs/ext/mplex/audiostrm_out.cc:
21278         * gst-libs/ext/mplex/aunit.hh:
21279         * gst-libs/ext/mplex/bits.cc:
21280         * gst-libs/ext/mplex/bits.hh:
21281         * gst-libs/ext/mplex/buffer.cc:
21282         * gst-libs/ext/mplex/buffer.hh:
21283         * gst-libs/ext/mplex/fastintfns.h:
21284         * gst-libs/ext/mplex/format_codes.h:
21285         * gst-libs/ext/mplex/inputstrm.cc:
21286         * gst-libs/ext/mplex/inputstrm.hh:
21287         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21288         * gst-libs/ext/mplex/mjpeg_logging.cc:
21289         * gst-libs/ext/mplex/mjpeg_logging.h:
21290         * gst-libs/ext/mplex/mjpeg_types.h:
21291         * gst-libs/ext/mplex/mpastrm_in.cc:
21292         * gst-libs/ext/mplex/mpegconsts.cc:
21293         * gst-libs/ext/mplex/mpegconsts.h:
21294         * gst-libs/ext/mplex/mplexconsts.hh:
21295         * gst-libs/ext/mplex/multplex.cc:
21296         * gst-libs/ext/mplex/outputstream.hh:
21297         * gst-libs/ext/mplex/padstrm.cc:
21298         * gst-libs/ext/mplex/padstrm.hh:
21299         * gst-libs/ext/mplex/stillsstream.cc:
21300         * gst-libs/ext/mplex/stillsstream.hh:
21301         * gst-libs/ext/mplex/systems.cc:
21302         * gst-libs/ext/mplex/systems.hh:
21303         * gst-libs/ext/mplex/vector.cc:
21304         * gst-libs/ext/mplex/vector.hh:
21305         * gst-libs/ext/mplex/videostrm.hh:
21306         * gst-libs/ext/mplex/videostrm_in.cc:
21307         * gst-libs/ext/mplex/videostrm_out.cc:
21308         * gst-libs/ext/mplex/yuv4mpeg.cc:
21309         * gst-libs/ext/mplex/yuv4mpeg.h:
21310         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21311         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21312           We don't fork mjpegtools' mplex in our CVS anymore.
21313         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21314         (gst_avi_demux_add_stream):
21315         * gst/avi/gstavidemux.h:
21316           Add getcaps() function for proper caps nego. This makes some
21317           parts of AVI playback/reading work.
21318         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21319           Resize window on new capsnego. This is probably wrong, but
21320           I'm still committing it because with current capsnego, the
21321           first successfull capsnego is auto-fixated, therefore rounded
21322           down to the lowest values in the caps. this results in a 16x16
21323           XWindow that is not reized when real capsnego finishes.
21324           Dave, I see more cases of this, do you know a proper solution?
21325         * tools/gst-launch-ext.in:
21326           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21327
21328 2003-12-31  David Schleef  <ds@schleef.org>
21329
21330         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21331         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21332           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21333
21334 2003-12-30  David Schleef  <ds@schleef.org>
21335
21336         * ext/ffmpeg/gstffmpegcolorspace.c:
21337         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21338         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21339         (gst_ffmpegcsp_chain): Negotiation fixes
21340         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21341         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21342         (gst_audio_convert_link), (gst_audio_convert_channels):
21343         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21344         (gst_audioscale_link), (gst_audioscale_get_buffer),
21345         (gst_audioscale_chain): Negotiation fixes
21346         * gst/audioscale/gstaudioscale.h:
21347         * gst/videofilter/gstvideofilter.c:
21348         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21349         (gst_videofilter_link), (gst_videofilter_init),
21350         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21351         (gst_videofilter_find_format_by_structure):
21352         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21353         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21354         (gst_videoscale_link):
21355         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21356         (videoscale_find_by_structure), (gst_videoscale_setup):
21357         * gst/videoscale/videoscale.h: Negotiation fixes
21358         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21359         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21360         function, restrict resizing to a multiple of 4 (hack until
21361         everyone supports odd sizes correctly).
21362
21363 2003-12-29  Colin Walters  <walters@verbum.org>
21364
21365         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21366         signed.
21367
21368 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21369
21370         * ext/sndfile/gstsf.c: (gst_sf_loop):
21371           Fix warning about discarding const qualifier
21372
21373 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21374
21375         * gst/cutter/gstcutter.c:
21376         * gst/videoscale/gstvideoscale.c:
21377         * gst/volenv/gstvolenv.c:
21378         * gst-libs/gst/audio/audio.c:
21379         * gst-libs/gst/video/video.c:
21380           Fix warnings
21381
21382 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21383
21384         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21385           Don't send ALSA debugging to stderr.
21386         * ext/alsa/gstalsa.h:
21387           Use GST_WARNING instead of g_warning when ALSA functions fail.
21388
21389 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21390
21391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21392           Free XVAdapterInfo correctly.
21393
21394 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21395
21396         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21397         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21398           Make id3tag use correct caps nego.
21399
21400 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21401
21402         * ext/ivorbis/vorbis.c:
21403         * ext/ivorbis/vorbisenc.h:
21404         * ext/ivorbis/vorbisfile.c:
21405           Modify so that it uses the new caps things
21406
21407 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21408
21409         * testsuite/spider/spider1.c: (main):
21410         * testsuite/spider/spider2.c: (main):
21411         * testsuite/spider/spider3.c: (main):
21412           Make tests compile again. They probably don't work.
21413
21414 2003-12-24  Colin Walters  <walters@verbum.org>
21415
21416         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21417         we can't fixate the caps anymore.
21418
21419 2003-12-23  David Schleef  <ds@schleef.org>
21420
21421         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21422         * sys/oss/gstosssink.c: (gst_osssink_init),
21423         (gst_osssink_sink_fixate): Add fixate function.
21424
21425 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21426
21427         * ext/ffmpeg/gstffmpegcodecmap.c:
21428         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21429         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21430         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21431         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21432         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21433         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21434         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21435           fix typo in RGB masks, and move back to "old" colorspace
21436           capsnego code until whoever wrote this new crap has actually
21437           tested it so that it works.
21438           And yes, this works, keep it that way please.
21439
21440 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21441
21442         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21443         (gst_divxdec_init), (gst_divxdec_negotiate):
21444         * ext/divx/gstdivxdec.h:
21445         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21446         (gst_divxenc_init):
21447         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21448         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21449         * ext/mpeg2enc/gstmpeg2enc.cc:
21450         * ext/mpeg2enc/gstmpeg2encoder.cc:
21451         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21452         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21453         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21454         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21455         (dxr3spusink_init):
21456         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21457         (dxr3videosink_init):
21458           Fix caps breakage after Dave's caps branch merge.
21459
21460 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21461
21462         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21463           Fix for 24bpp display.
21464
21465 2003-12-23  Colin Walters  <walters@verbum.org>
21466
21467         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21468         a GnomeVFSHandle directly.
21469
21470 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21471
21472         * gst/volume/Makefile.am:
21473         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21474         (volume_base_init), (volume_init):
21475           Reenable volume element and fix to work with new caps stuff.
21476           Rhythmbox needs this.
21477
21478 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21479
21480         * gst/qtdemux/qtdemux.c: (plugin_init):
21481           qtdemux requires bytestream
21482
21483 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21484
21485         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21486           Fix remaining caps handling errors due to CAPS merge.
21487
21488 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21489
21490         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21491         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21492         (gst_faad_srcconnect):
21493           Port to new caps system.
21494
21495 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21496
21497         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21498         (got_video_size), (main): using g_print instead of g_message.
21499         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21500         signal which was not emitted because of "switch" element added to the
21501         bin but not connected. (Removing from the bin temporarily)
21502
21503 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21504
21505         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21506         find X development files. I don't understand the previous tests and
21507         they fail on my debian/ppc unstable. This one works.
21508         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21509         exiting.
21510         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21511         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21512         (gst_play_set_visualization): Add some safety checks in set_ methods
21513         and state_change. This was throwing some ugly CRITICAL messages when
21514         pipeline was getting disposed and casts were failing.
21515
21516 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21517
21518         * configure.ac:
21519           Improve mpeg2enc detection. This is for distributions that do
21520           ship mjpegtools, but without mpeg2enc. Also does object check
21521           for might there ever be ABI incompatibility.
21522         * ext/mpeg2enc/gstmpeg2enc.cc:
21523           Add Andrew as second maintainer (he's helping me), and also add
21524           an error if no caps was set. This happens if I pull before capsnego
21525           and that's something I should solve sometime else.
21526         * gst/matroska/matroska-demux.c:
21527         (gst_matroska_demux_parse_blockgroup):
21528           Fix time parsing.
21529         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21530         (gst_matroska_mux_track_header):
21531           Add caps to templates.
21532         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21533           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21534         * gst/mpegstream/gstmpegdemux.c:
21535           Remove layer since it causes warnings about unfixed caps.
21536         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21537           Fix obvious typo (we error out if caps were set, we should of
21538           course error out if *no* caps were set).
21539         * sys/oss/gstosselement.c: (gst_osselement_convert):
21540           Fix format conversion, we confused bits/bytes.
21541         * sys/oss/gstosselement.h:
21542           Improve documentation for 'bps'.
21543         * sys/v4l/TODO:
21544           Remove stuff about plugins that need removing - this was done
21545           ages ago.
21546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21547         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21548         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21549         (gst_v4lsrc_src_query):
21550         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21551         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21552           Add get_query_types(), get_formats() and query() functions.
21553
21554 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21555
21556         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21557         * moved CVS to freedesktop.org