gst-libs/gst/riff/riff-media.c: Add ATRAC3 to the list of riff-possible audio caps.
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-28  Edward Hervey  <edward@fluendo.com>
2
3         * gst-libs/gst/riff/riff-media.c:
4         (gst_riff_create_audio_template_caps):
5         Add ATRAC3 to the list of riff-possible audio caps.
6         I know we still don't have a plugin for atrac3, but it's saner to output
7         that than a cryptic mimetype.
8
9 2005-11-27  Edward Hervey  <edward@fluendo.com>
10
11         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
12         Don't try to create a zero-sized subbuffer.
13
14 2005-11-27  Julien MOUTTE  <julien@moutte.net>
15
16         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
17         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19         (gst_ximagesink_expose): Fixed a tricky race.
20         * sys/ximage/ximagesink.h:
21         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
22         (gst_xvimagesink_expose): Fixed a tricky race.
23         * sys/xvimage/xvimagesink.h:
24
25 2005-11-27  Edward Hervey  <edward@fluendo.com>
26
27         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
29         Remove unused properties, and add queues between demuxers and decoders
30         so that a lot more files can preroll properly.
31
32 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * gst-libs/gst/net/Makefile.am:
35         * gst-libs/gst/rtp/Makefile.am:
36         * gst-libs/gst/tag/Makefile.am:
37           remove silly include
38         * gst/tags/Makefile.am:
39         * gst/tags/gsttagediting.c:
40         * gst/tags/gsttageditingprivate.h:
41         * gst/tags/tagedit.vcproj:
42           remove directory, is as good as empty
43
44 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
45
46         * configure.ac:
47           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
48         * gst-libs/Makefile.am:
49         * gst-libs/gst/audio/Makefile.am:
50         * gst-libs/gst/interfaces/Makefile.am:
51         * gst-libs/gst/net/Makefile.am:
52         * gst-libs/gst/riff/Makefile.am:
53         * gst-libs/gst/rtp/Makefile.am:
54         * gst-libs/gst/tag/Makefile.am:
55         * gst-libs/gst/video/Makefile.am:
56           and use them
57
58 2005-11-27  Julien MOUTTE  <julien@moutte.net>
59
60         * docs/libs/tmpl/gstcolorbalance.sgml:
61         * docs/libs/tmpl/gstmixer.sgml:
62         * docs/libs/tmpl/gstxoverlay.sgml:
63         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
64         * sys/ximage/ximagesink.h:
65         * sys/xvimage/xvimagesink.h: More and more documentation.
66
67 2005-11-26  Julien MOUTTE  <julien@moutte.net>
68
69         * docs/libs/gst-plugins-base-libs-docs.sgml:
70         * docs/libs/gst-plugins-base-libs-sections.txt:
71         * docs/libs/tmpl/gstcolorbalance.sgml:
72         * docs/libs/tmpl/gstmixer.sgml:
73         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
74         to documentation.
75
76 2005-11-26  Julien MOUTTE  <julien@moutte.net>
77
78         * docs/plugins/Makefile.am:
79         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
80         * docs/plugins/gst-plugins-base-plugins-sections.txt:
81         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
82
83 2005-11-26  Julien MOUTTE  <julien@moutte.net>
84
85         * docs/plugins/Makefile.am:
86         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
87         * docs/plugins/gst-plugins-base-plugins-sections.txt:
88         * docs/plugins/inspect/plugin-adder.xml:
89         * docs/plugins/inspect/plugin-alsa.xml:
90         * docs/plugins/inspect/plugin-audioconvert.xml:
91         * docs/plugins/inspect/plugin-audiorate.xml:
92         * docs/plugins/inspect/plugin-audioresample.xml:
93         * docs/plugins/inspect/plugin-audiotestsrc.xml:
94         * docs/plugins/inspect/plugin-decodebin.xml:
95         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
96         * docs/plugins/inspect/plugin-gnomevfs.xml:
97         * docs/plugins/inspect/plugin-ogg.xml:
98         * docs/plugins/inspect/plugin-playbin.xml:
99         * docs/plugins/inspect/plugin-subparse.xml:
100         * docs/plugins/inspect/plugin-tcp.xml:
101         * docs/plugins/inspect/plugin-theora.xml:
102         * docs/plugins/inspect/plugin-typefindfunctions.xml:
103         * docs/plugins/inspect/plugin-video4linux.xml:
104         * docs/plugins/inspect/plugin-videorate.xml:
105         * docs/plugins/inspect/plugin-videoscale.xml:
106         * docs/plugins/inspect/plugin-videotestsrc.xml:
107         * docs/plugins/inspect/plugin-volume.xml:
108         * docs/plugins/inspect/plugin-vorbis.xml:
109         * docs/plugins/inspect/plugin-ximagesink.xml:
110         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
111         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
112
113 2005-11-26  Edward Hervey  <edward@fluendo.com>
114
115         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
116         Properly return GstFlowReturn from gst_pad_push in chain functions.
117
118 2005-11-25  Michael Smith  <msmith@fluendo.com>
119
120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
121         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
122         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
123         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
124           Handle various conditions better when we don't understand a stream.
125           Removes a heap of CRITICALs on ogg streams containing unknown data.
126
127 2005-11-24  Andy Wingo  <wingo@pobox.com>
128
129         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
130         Be threadsafe.
131
132 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
133
134         * configure.ac: back to HEAD
135
136 === release 0.9.6 ===
137
138 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
139
140         * configure.ac:
141           releasing 0.9.6, "White Eight"
142
143 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
144
145         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
146         * docs/plugins/inspect/plugin-sine.xml:
147           remove sinesrc some more
148
149 2005-11-23  Wim Taymans  <wim@fluendo.com>
150
151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
152         If we are reading too slowly, jump forward in the ringbuffer
153         instead of blocking.
154
155 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
156
157         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
158         (gst_visual_chain):
159         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
160         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
161         (gst_videorate_chain):
162         * gst/videotestsrc/gstvideotestsrc.c:
163         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
164         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
165         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
166         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
167         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
168         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
169           Updates for API changes
170
171 2005-11-23  Wim Taymans  <wim@fluendo.com>
172
173         * gst-libs/gst/audio/gstbaseaudiosink.c:
174         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
175         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
176         Fix for calibration API change.
177
178 2005-11-23  Michael Smith <msmith@fluendo.com>
179
180         * gst-libs/gst/audio/multichannel.c:
181         (gst_audio_get_channel_positions),
182         (gst_audio_set_channel_positions),
183         (gst_audio_set_structure_channel_positions_list),
184         (gst_audio_fixate_channel_positions):
185           Use gst_value_array_*() functions on value arrays, not
186           gst_value_list_*().
187
188 2005-11-23  Edward Hervey  <edward@fluendo.com>
189
190         * autogen.sh:
191         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
192         Fixes autogen
193
194 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
195
196         * check/Makefile.am:
197         * check/elements/videotestsrc.c: (setup_videotestsrc),
198         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
199         (main):
200           add a test for videotestsrc
201
202 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
203
204         * gst/sine/.cvsignore:
205         * gst/sine/Makefile.am:
206         * gst/sine/gstsinesrc.c:
207         * gst/sine/gstsinesrc.h:
208         * gst/sine/sinesrc.vcproj:
209           and remove sinesrc from the repository.  Closes #321446
210
211 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
212
213         * configure.ac:
214         * gst-plugins-base.spec.in:
215           remove sinesrc from the build
216
217 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
218
219         * check/Makefile.am:
220         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
221         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
222         (main):
223           add a test for audiotestsrc, testing all waves.  Even seems
224           leak-free at first glance, nice job Stefan
225
226 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
227
228         * po/af.po:
229         * po/az.po:
230         * po/cs.po:
231         * po/en_GB.po:
232         * po/hu.po:
233         * po/it.po:
234         * po/nb.po:
235         * po/nl.po:
236         * po/or.po:
237         * po/sq.po:
238         * po/sr.po:
239         * po/sv.po:
240         * po/uk.po:
241         * po/vi.po:
242           Translation string updates
243
244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
245         (gst_v4lsrc_set_caps):
246         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
247         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
248         * sys/v4l/v4lsrc_calls.h:
249           Improve v4lsrc, by making it work again.
250
251 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
252
253         * ext/libvisual/visual.c: (gst_visual_chain):
254           Fix the fps calculations.
255
256         * gst/ffmpegcolorspace/avcodec.h:
257           Move structure element for clarity
258
259         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
260         * gst-libs/gst/interfaces/tunernorm.h:
261         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
262         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
263         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
264         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
265         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
266         (gst_v4lmjpegsrc_getcaps):
267         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
268         (gst_v4lsrc_set_caps):
269         * sys/v4l/gstv4lsrc.h:
270         * sys/v4l/v4l_calls.c: (gst_v4l_open):
271         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
272         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
273         * sys/v4l/v4lsrc_calls.h:
274           Fractional framerates...
275
276 2005-11-22  Wim Taymans  <wim@fluendo.com>
277
278         * gst-libs/gst/audio/gstbaseaudiosink.c:
279         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
280         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
281         And we provide a clock by default, of course...
282
283 2005-11-22  Wim Taymans  <wim@fluendo.com>
284
285         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
286         This clock can be slaved to a master clock now.
287
288         * gst-libs/gst/audio/gstbaseaudiosink.c:
289         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
290         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
291         (gst_base_audio_sink_set_clock),
292         (gst_base_audio_sink_set_property),
293         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
294         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
295         * gst-libs/gst/audio/gstbaseaudiosink.h:
296         Handle slaving the internal clock to the clock selected in the
297         pipeline.
298         Add property to make the basesink not provide a clock.
299
300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
301         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
302         (gst_base_rtp_depayload_wait):
303         * gst-libs/gst/rtp/gstbasertpdepayload.h:
304         We can use the clock in GstElement, no need to store it ourselves.
305
306 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
307
308         * docs/libs/tmpl/gstaudio.sgml:
309           update
310         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
311         (gst_paranoia_endian_get_type):
312         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
313         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
314         * gst/audiotestsrc/gstaudiotestsrc.c:
315         (gst_audiostestsrc_wave_get_type):
316         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
317         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
318         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
319         (gst_sync_method_get_type), (gst_unit_type_get_type),
320         (gst_client_status_get_type), (gst_multifdsink_class_init),
321         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
322         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
323         (gst_multifdsink_get_property):
324         * gst/tcp/gstmultifdsink.h:
325         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
326         * gst/videotestsrc/gstvideotestsrc.c:
327         (gst_videotestsrc_pattern_get_type):
328           remove deprecated properties
329           fix up enums to correctly have short lowercase dashed nicks
330
331 2005-11-22  Michael Smith <msmith@fluendo.com>
332
333         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
335           Add underscore.
336
337 2005-11-22  Michael Smith <msmith@fluendo.com>
338
339         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
340         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
341           Use utility method for scaling clocktime for fractional framerates.
342
343 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
344
345         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
346         (gst_visual_chain):
347         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
348         * ext/theora/theoradec.c: (theora_handle_type_packet):
349         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
350         (theora_enc_chain):
351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
352         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
353         * gst-libs/gst/video/video.h:
354         * gst/ffmpegcolorspace/avcodec.h:
355         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
356         (gst_ffmpeg_caps_to_pixfmt):
357         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
358         (gst_ffmpegcsp_set_caps):
359         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
360         (gst_videorate_setcaps), (gst_videorate_blank_data),
361         (gst_videorate_chain):
362         * gst/videotestsrc/gstvideotestsrc.c:
363         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
364         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
365         (gst_videotestsrc_event), (gst_videotestsrc_create):
366         * gst/videotestsrc/gstvideotestsrc.h:
367         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
368         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
369         (gst_ximagesink_get_times), (gst_ximagesink_init):
370         * sys/ximage/ximagesink.h:
371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
372         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
373         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
374         * sys/xvimage/xvimagesink.h:
375           Convert elements to use fractions for their framerate.
376           V4L elements to come later tonight.
377
378 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
379
380         * gst-libs/gst/audio/audio.c:
381         * gst-libs/gst/audio/audio.h:
382           remove some deprecated functions
383
384 2005-11-22  Andy Wingo  <wingo@pobox.com>
385
386         * Update for gst_tag_setter API changes.
387
388 2005-11-22  Andy Wingo  <wingo@pobox.com>
389
390         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
391         (gst_ogg_demux_perform_seek):
392         * ext/theora/theoradec.c (theora_dec_sink_event):
393         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
394         update-funcnames.
395
396 2005-11-22  Wim Taymans  <wim@fluendo.com>
397
398         * examples/seeking/seek.c: (main):
399         Give higher priority to bus signals than the gtk events
400         to fix a race condition in the segment looping.
401
402 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
403
404         * ext/theora/Makefile.am:
405         * ext/vorbis/Makefile.am:
406         * gst-libs/gst/tag/Makefile.am:
407         * gst-plugins-base.spec.in:
408           Rename libgsttagedit to libgsttag (#322117).
409
410 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
411
412         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
414           Call gst_x_overlay_prepare_xwindow_id() to give applications
415           a final chance to set their own xwindow id before the video
416           sink creates its own window.
417
418 2005-11-22  Julien MOUTTE  <julien@moutte.net>
419
420         * sys/xvimage/xvimagesink.c:
421         (gst_xvimagesink_navigation_send_event): Handle navigation
422         events correcly with borders if applicable.
423
424 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
425
426         Patch by: Luca Ognibene
427
428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
429         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
431         (gst_ffmpegcsp_caps_remove_format_info):
432         * gst/ffmpegcolorspace/imgconvert.c:
433         * gst/ffmpegcolorspace/imgconvert_template.h:
434           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
435           #318353); use gst_structure_has_name().
436
437 2005-11-22  Julien MOUTTE  <julien@moutte.net>
438
439         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
440         (gst_ximagesink_class_init): Add debug macros on functions.
441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
442         (gst_xvimagesink_xwindow_draw_borders),
443         (gst_xvimagesink_xvimage_put),
444         (gst_xvimagesink_xwindow_update_geometry),
445         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
446         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
447         (gst_xvimagesink_xcontext_clear),
448         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
449         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
450         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
451         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
452         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
453         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
454         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
455         expose while being PAUSED, out of data flow navigation events, etc..
456
457 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
458
459         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
460         * gst-libs/gst/audio/audio.h:
461           fix prototype - wondering why the test worked regardless
462
463 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
464
465         * check/Makefile.am:
466         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
467         * gst-libs/gst/audio/audio.h:
468           add a method that returns a proper GstClockTime
469
470 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
471
472         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
473         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
474         * gst-libs/gst/interfaces/xoverlay.h:
475           Remove everything having to do with the desired size; add 
476           gst_x_overlay_prepare_xwindow_id() function; remove the
477           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
478           post a message on the bus instead (#321816).
479
480         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
482         (gst_xvimagesink_xoverlay_init):
483           Remove desired size stuff (#321816).
484
485 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
486
487         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
488         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
489         (mpeg_video_type_find), (mpeg_video_stream_type_find):
490           Terminate vararg functions with NULL instead of 0 to 
491           make gcc4 happy.
492
493 2005-11-21  Andy Wingo  <wingo@pobox.com>
494
495         patch by: Sebastien Cote <sebas642@yahoo.ca>
496         
497         * gst-libs/gst/rtp/gstrtpbuffer.h: 
498         * gst-libs/gst/rtp/gstrtpbuffer.c
499         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
500
501 2005-11-21  Andy Wingo  <wingo@pobox.com>
502
503         * gst/playback/gstplaybin.c (gen_audio_element) 
504         (gen_video_element): Use the new MISSING_PLUGIN core error
505         category. Closes #320060.
506
507         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
508         * gst/videorate/gstvideorate.c (gst_videorate_event):
509         * ext/theora/theoradec.c (theora_dec_sink_event): 
510         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
511         stream lock.
512
513         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
514         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
515         stream lock changes.
516
517 2005-11-21  Wim Taymans  <wim@fluendo.com>
518
519         * gst-libs/gst/audio/gstbaseaudiosink.c:
520         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
521         (gst_base_audio_sink_provide_clock),
522         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
523         (gst_base_audio_sink_change_state):
524         * gst/audioresample/gstaudioresample.c:
525         Segment update fix.
526
527 2005-11-21  Andy Wingo  <wingo@pobox.com>
528
529         * *.h:
530         * *.c: Ran scripts/update-macros. Oh yes.
531
532 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
533
534         * sys/ximage/Makefile.am:
535         * sys/ximage/ximage.c:
536           Rename ximage plugin to ximagesink (#321426) (Don't forget to
537           remove your old libgstximage.* manually if necessary).
538
539 2005-11-21  Michael Smith <msmith@fluendo.com>
540
541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
542           Minimal fix for bug #320200: set the min/max bitrate in the correct
543           units. A better fix would be to upgrade to the RATEMANAGE2
544           interface, rather than using the deprecated interface used here, but
545           that would require an update in our libvorbis dependency (to 1.1),
546           which is probably undesirable.
547
548 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
549
550         * ext/libvisual/visual.c: (get_buffer):
551         * gst-libs/gst/audio/gstbaseaudiosrc.c:
552         (gst_base_audio_src_fixate):
553         * gst/audioconvert/gstaudioconvert.c:
554         (gst_audio_convert_fixate_caps):
555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
556         * gst/audiotestsrc/gstaudiotestsrc.c:
557         (gst_audiotestsrc_src_fixate):
558         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
559         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
560         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
561         * gst/videotestsrc/gstvideotestsrc.c:
562         (gst_videotestsrc_src_fixate):
563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
565           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
566           (#322027)
567
568
569 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
570
571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
572         (gst_riff_create_iavs_caps):
573         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
574         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
575         (gst_riff_parse_info):
576         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
579           Fixes for GST_FOURCC_FORMAT API change.
580
581 2005-11-21  Andy Wingo  <wingo@pobox.com>
582
583         patch by: Alessandro Dessina <alessandro nnva org>
584
585         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
586         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
587         (gst_ogg_parse_chain):
588         * ext/theora/theoraenc.c (theora_set_header_on_caps):
589         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
590         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
591         gst_value_list calls on arrays. Fixes #321962.
592
593 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
594
595         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
596         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
597         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
598         * gst/adder/gstadder.c: (gst_adder_init),
599         (gst_adder_request_new_pad), (gst_adder_collected),
600         (gst_adder_change_state):
601           Update for gst_collectpads_foo() to gst_collect_pads_foo()
602           API change.
603
604 2005-11-21  Michael Smith <msmith@fluendo.com>
605
606         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
607         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
608           Properly handle pad_push return values.
609
610 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
611
612         * gst-libs/gst/tag/Makefile.am:
613         * gst-libs/gst/tag/gstvorbistag.c:
614         (gst_tag_list_to_vorbiscomment_buffer):
615           Remove obsolete vorbistag element and debug category.
616
617         * gst/playback/gstplaybasebin.c: (check_queue):
618           Don't divide by 0 when queue-threshold is 0.
619
620         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
621           Don't modify an existing pixel-aspect-ratio if we fail to read
622           a new one.
623
624 2005-11-20  Wim Taymans  <wim@fluendo.com>
625
626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
627         (gst_vorbisenc_push_packet):
628         GST_PAD_IS_USABLE is gone, use the return value of
629         the push or pad_alloc_buffer instead.
630
631 2005-11-18  Julien MOUTTE  <julien@moutte.net>
632
633         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
634         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
635         (gst_ximagesink_ximage_destroy),
636         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
637         (gst_ximagesink_xwindow_new),
638         (gst_ximagesink_xwindow_update_geometry),
639         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
640         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
641         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
642         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
643         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
644         (gst_ximagesink_navigation_send_event),
645         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
646         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
647         (gst_ximagesink_finalize), (gst_ximagesink_init),
648         (gst_ximagesink_class_init):
649         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
650         This new version brings correct software scaling, non flickering
651         window while resizing, pixel aspect ratio handling, usage of
652         hardware buffer pools, out of data flow event thread for 
653         navigation and handling of expose events even when being PAUSED,
654         a new property to keep video aspect ratio when resizing, etc...
655
656 2005-11-18  Julien MOUTTE  <julien@moutte.net>
657
658         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
659         (gst_videoscale_fixate_caps): Introduce back caps fixate with
660         handling of PAR.
661
662 2005-11-18    <bilboed@dvdsrc.fluendo.com>
663
664         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
665         Unsetting IS_SINK flag from the fakesink, so decodebin
666         never behaves as a sink.
667
668 2005-11-17  Wim Taymans  <wim@fluendo.com>
669
670         * gst-libs/gst/audio/gstbaseaudiosrc.c:
671         (gst_base_audio_src_change_state):
672         Fix the audiosrc base class again, we did not unflush.
673
674 2005-11-17  Julien MOUTTE  <julien@moutte.net>
675
676         * examples/seeking/seek.c: (make_dv_pipeline),
677         (make_vorbis_theora_pipeline), (make_avi_pipeline),
678         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
679         to ogg/vorbis/theora pipeline.
680
681 2005-11-17  Wim Taymans  <wim@fluendo.com>
682
683         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
684         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
685         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
686         Fix EOS on multiple streams.
687         More debugging.
688
689 2005-11-16  Wim Taymans  <wim@fluendo.com>
690
691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
692         (gst_ogg_demux_perform_seek):
693         Segment done must include stream time.
694
695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
696         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
697         (gst_ogg_mux_change_state):
698         Fix ogg muxer again.
699
700 2005-11-16  Wim Taymans  <wim@fluendo.com>
701
702         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
703         Fix compile again.
704
705 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
706
707         * ext/libvisual/visual.c: (gst_visual_init):
708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
709         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
710         (gst_ogg_parse_chain):
711         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
712         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
713         * ext/theora/theoradec.c: (gst_theora_dec_init):
714         * ext/theora/theoraenc.c: (gst_theora_enc_init):
715         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
716         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
717         * gst/adder/gstadder.c: (gst_adder_class_init),
718         (gst_adder_dispose):
719         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
720         * gst/subparse/gstsubparse.c: (gst_subparse_init):
721         * gst/videorate/gstvideorate.c: (gst_videorate_init):
722           Fix a whole set of pad template leaks
723
724 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
725
726         * check/generic/states.c: (GST_START_TEST):
727           fix the test so that it only checks for elements that are part of
728           this source module
729
730 2005-11-16  Michael Smith <msmith@fluendo.com>
731
732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
733         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
734         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
735         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
736         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
737         (gst_ogg_mux_change_state):
738           Fix leaking collectpads.
739
740 2005-11-16  Edward Hervey  <edward@fluendo.com>
741
742         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
743         (gst_videorate_event), (gst_videorate_chain):
744         Handle segment seeks
745
746 2005-11-16  Wim Taymans  <wim@fluendo.com>
747
748         * gst-libs/gst/audio/gstbaseaudiosink.c:
749         (gst_base_audio_sink_provide_clock),
750         (gst_base_audio_sink_change_state):
751         Set ringbuffer to non-flushing when going to PAUSED, set to
752         flushing again when going to READY.
753
754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
755         (gst_ring_buffer_stop):
756         Start in flushing mode by default.
757         Don't set flushing in the _stop method, let the app call
758         this explicitly.
759
760 2005-11-16  Julien MOUTTE  <julien@moutte.net>
761
762         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
763         * gst-libs/gst/video/videosink.h: Add helper function needed
764         for video sinks.
765
766 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
767
768         * gst/videoscale/gstvideoscale.c:
769         (gst_videoscale_handle_src_event):
770           Don't leak reference to pad parent.
771
772 2005-11-16  Wim Taymans  <wim@fluendo.com>
773
774         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
775         Set ringbuffer to flushing when stopping so that we don't
776         block on wait_segment anymore and livelock.
777
778 2005-11-16  Wim Taymans  <wim@fluendo.com>
779
780         * examples/seeking/seek.c: (send_event), (do_seek),
781         (loop_toggle_cb), (segment_done), (main):
782         Added looping checkbox.
783
784 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
785
786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
787         (gst_ogg_demux_init):
788         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
789         (gst_vorbis_dec_init):
790           revert unrefs, they don't pass make check
791
792 2005-11-15  Johan Dahlin  <johan@gnome.org>
793
794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
795         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
796         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
797         (gst_vorbis_dec_init):
798         Fix pad template leaks. 
799
800 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
801
802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
803           Make state change function thread safe.
804
805 2005-11-15  Edward Hervey  <edward@fluendo.com>
806
807         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
808         (gst_ogg_demux_class_init):
809         Implement GstElement::send_event, so we can send seek events
810         in GST_STATE_READY
811
812 2005-11-14  Julien MOUTTE  <julien@moutte.net>
813
814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
815         Discovered how to take away flickering while resizing the
816         window. Please don't put that in ximagesink, refactoring in
817         progress.
818
819 2005-11-14  Michael Smith <msmith@fluendo.com>
820
821         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
822         (gst_multifdsink_render):
823           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
824
825 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
826
827         * gst/playback/gstplaybin.c: (gen_audio_element):
828           Use autoaudiosink, it tends to be more widely available than
829           autoaudiiosink.
830           
831 2005-11-14  Andy Wingo  <wingo@pobox.com>
832
833         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
834         as well if it is available. Fixes #316442.
835
836 2005-11-14  Michael Smith <msmith@fluendo.com>
837
838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
839         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
840         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
841         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
842         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
843         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
845         (gst_vorbisenc_change_state):
846           Fix a small memory leak in vorbisenc.
847           Fix large memory leaks in oggmux, also fix lots of state change
848           bugs in oggmux.
849
850 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
851
852         * gst/videotestsrc/gstvideotestsrc.c:
853         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
854         (gst_videotestsrc_src_fixate):
855           move fixation to a fixate function
856           remove negotiate function, basesrc's is good enough
857           fixes a bug for check when using the element alone
858
859 2005-11-13  Edward Hervey  <edward@fluendo.com>
860
861         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
862         (key_toggle_cb), (main):
863         Added checkboxes for adding/removing the accurate and key_unit seek
864         flags.
865
866 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
867
868         * configure.ac: back to HEAD
869
870 === release 0.9.5 ===
871
872 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
873
874         * configure.ac:
875           releasing 0.9.5, "No No Kia"
876
877 2005-11-11  Edward Hervey  <edward@fluendo.com>
878
879         * examples/seeking/seek.c: (make_parselaunch_pipeline):
880         Added parse-launch syntax seeking mode for the seeking example.
881         This should help stress-test even more cases.
882         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
883
884 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
885
886         * sys/xvimage/xvimagesink.c:
887         (gst_xvimagesink_navigation_send_event):
888           Check whether peer pad exists before sending navigation events
889           to it.
890
891 2005-11-11  Michael Smith <msmith@fluendo.com>
892
893         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
894         (gst_vorbisenc_buffer_from_packet):
895         * ext/vorbis/vorbisenc.h:
896           Set duration on encoded buffers. This allows oggmux's
897           max_page_delay parameter to actually work.
898
899 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
902         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
903         (gst_ffmpegcsp_avpicture_fill):
904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
905         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
906           Make palettes work again (see #132341). Use our own macros
907           for rounding up.
908
909 2005-11-10  Andy Wingo  <wingo@pobox.com>
910
911         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
912         string doober.
913
914 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
915
916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
917         (gst_ffmpegcsp_transform_caps):
918           Prefer passthrough in transform_caps
919
920 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
921
922         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
923           check for ALSA errors properly, instead of relying on ALSA's
924           error strings to serve to the user.
925
926 2005-11-10  Wim Taymans  <wim@fluendo.com>
927
928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
929         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
930         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
931         Modernise the seek code.
932
933 2005-11-10  Michael Smith <msmith@fluendo.com>
934         
935         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
936         (setup_substreams), (set_active_source):
937           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
938           trying to go to NULL if we failed to read a file.
939
940 2005-11-10  Wim Taymans  <wim@fluendo.com>
941
942         * gst/audiotestsrc/gstaudiotestsrc.c:
943         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
944         (gst_audiotestsrc_create):
945         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
946         (gst_sinesrc_get_times), (gst_sinesrc_create):
947         * gst/videotestsrc/gstvideotestsrc.c:
948         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
949         (gst_videotestsrc_create):
950         The base class can now sync for us.
951
952 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
953
954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
955           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
956           name=source autoprobe=false autoprobe-fps=false copy-mode=1
957           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
958           format=(fourcc)I420" ! xvimagesink
959
960 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
961
962         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
963         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
964         (gst_sinesrc_newsegment):
965           Send newsegment event in TIME format, set duration if
966           num-buffers is set, fix duration querying.
967
968 2005-11-10  Michael Smith <msmith@fluendo.com>
969
970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
971         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
972         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
973         (gst_ogg_mux_collected):
974          Fix EOS handling, partially. Now forwarding an EOS event once we have
975          EOS on all pads works correctly. However, we still don't properly set
976          EOS on the actual ogg stream pages.
977
978 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
979
980         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
981           Set elements to NULL state before disposing of them.
982
983 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
984
985         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
986
987         * gst-libs/gst/rtp/gstbasertpdepayload.c:
988         (gst_base_rtp_depayload_init),
989         (gst_base_rtp_depayload_set_gst_timestamp):
990         * gst-libs/gst/rtp/gstbasertpdepayload.h:
991           We need to send a newsegment event for each instance, not
992           just for the first instance of this class (get rid of
993           static variable in function). (#321011).
994           
995 2005-11-08  Michael Smith <msmith@fluendo.com>
996
997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
998         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
999         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1000         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1001           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1002           This makes us mux things correctly according to the ogg muxing
1003           rules. Still not handling EOS correctly right now, though.
1004
1005 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1006
1007         * gst/audioconvert/gstaudioconvert.c:
1008           Fix typo in docs. 
1009
1010 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1011
1012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1013         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1014           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1015           creating a new chain; should fix live streaming. Also
1016           add more debug output and fix a typo.
1017
1018 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1019
1020         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1021
1022         * gst/volume/gstvolume.c: (volume_set_caps):
1023           Fix compilation on Solaris with Forte. (#320923)
1024
1025 2005-11-08  Wim Taymans  <wim@fluendo.com>
1026
1027         * gst-libs/gst/audio/gstbaseaudiosink.c:
1028         (gst_base_audio_sink_render):
1029         No need to do a typecheck.
1030
1031 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * ext/alsa/gstalsa.h:
1034           We register a debug category, so let's use it.
1035
1036 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1037
1038         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1039         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1040         Fixed a small problem.
1041
1042 2005-11-04  Wim Taymans  <wim@fluendo.com>
1043
1044         * examples/seeking/Makefile.am:
1045         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1046         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1047         (make_playerbin_pipeline), (format_value), (update_scale),
1048         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1049         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1050         (print_usage), (main):
1051         Added app for playback speed testing.
1052
1053         * examples/seeking/seek.c: (dynamic_link),
1054         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1055         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1056         (message_received), (main):
1057         Updated seek example.
1058
1059 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1060
1061         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1062         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1063         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1064         (gst_base_rtp_depayload_set_clock):
1065         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1066         Don't sleep on the bench (system clock) when you have a nice 
1067         comfortable bed (Gstreamer clock) to sleep on.
1068
1069 2005-11-03  Wim Taymans  <wim@fluendo.com>
1070
1071         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1072         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1073         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1074         Handle the case where a pad_block failed.
1075
1076 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1077
1078         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1079
1080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1081         (gst_base_rtp_depayload_add_to_queue),
1082         (gst_base_rtp_depayload_push),
1083         (gst_base_rtp_depayload_set_gst_timestamp),
1084         (gst_base_rtp_depayload_queue_release):
1085           Fixes some bugs in the depayloader's queuing/de-queueing code.
1086
1087 2005-10-31  Michael Smith <msmith@fluendo.com>
1088
1089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1090         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1091         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1092           Patch from Alessandro Decina <alessandro@nnva.org>.
1093           Make oggdemux only find the final time in a chain, not per-pad,
1094           since the per-pad information can be very expensive to locate, and
1095           it isn't used anywhere. This makes reading a file containing
1096           OggSkeleton reasonably fast.
1097           Also, make chain finding work when there are logical bitstreams that
1098           can't be decoded. Fixes #319110.
1099
1100 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1101
1102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1103         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1104         (gst_base_rtp_depayload_chain),
1105         (gst_base_rtp_depayload_add_to_queue),
1106         (gst_base_rtp_depayload_push),
1107         (gst_base_rtp_depayload_set_gst_timestamp),
1108         (gst_base_rtp_depayload_queue_release),
1109         (gst_base_rtp_depayload_start_thread),
1110         (gst_base_rtp_depayload_set_property),
1111         (gst_base_rtp_depayload_get_property):
1112         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1113         Some random fixes, to fullfill the desires of thomas.
1114
1115 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1116
1117         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1118         (gst_base_rtp_depayload_add_to_queue),
1119         (gst_base_rtp_depayload_push):
1120         Fixed the queueing algorithm.
1121
1122 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1123
1124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1125         (gst_base_rtp_depayload_push):
1126         A small fix
1127
1128 2005-10-31  Wim Taymans  <wim@fluendo.com>
1129
1130         * gst-libs/gst/audio/gstringbuffer.h:
1131         Don't break ABI.
1132
1133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1134         (gst_ffmpeg_caps_to_pixfmt):
1135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1136         (gst_ffmpegcsp_set_caps):
1137         Some more comments.
1138         Handle missing required caps fields better.
1139
1140 2005-10-31  Wim Taymans  <wim@fluendo.com>
1141
1142         * gst-libs/gst/audio/gstbaseaudiosink.c:
1143         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1144         (gst_base_audio_sink_render):
1145         * gst-libs/gst/audio/gstringbuffer.c:
1146         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1147         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1148         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1149         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1150         (gst_ring_buffer_read):
1151         * gst-libs/gst/audio/gstringbuffer.h:
1152         Add flushing mode to the ringbuffer so that it in all cases does
1153         not try to handle more audio. This makes sure it does not try to
1154         block anymore when flushing and fixes a livelock.
1155
1156 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1159         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1160         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1161           Explicitly check for -1 values before doing a conversion
1162           and always map them to -1. (#315545)
1163
1164 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1165
1166         * gst/playback/gstplaybin.c: (gen_video_element):
1167           first try autovideosink, then xvimagesink, then error out
1168         * po/POTFILES.in:
1169           add translatable file
1170         * po/af.po:
1171         * po/az.po:
1172         * po/cs.po:
1173         * po/en_GB.po:
1174         * po/hu.po:
1175         * po/it.po:
1176         * po/nb.po:
1177         * po/nl.po:
1178         * po/or.po:
1179         * po/sq.po:
1180         * po/sr.po:
1181         * po/sv.po:
1182         * po/uk.po:
1183         * po/vi.po:
1184           update translations
1185
1186 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1187
1188         * gst-libs/gst/rtp/gstbasedepayload.c:
1189         * gst-libs/gst/rtp/gstbasedepayload.h:
1190           Minor cleanups
1191
1192 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1193
1194         * gst/playback/.cvsignore:
1195         * gst/playback/decodetest.c:
1196         * gst/playback/test3.c:
1197           Port these two tests as well.
1198
1199 2005-10-27  Wim Taymans  <wim@fluendo.com>
1200
1201         * ext/theora/theoradec.c: (theora_dec_src_query),
1202         (theora_dec_sink_event):
1203         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1204         (theora_enc_change_state):
1205         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1206         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1207         Take proper locks when handling events.
1208
1209 2005-10-27  Wim Taymans  <wim@fluendo.com>
1210
1211         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1212         (gst_adder_change_state):
1213         Fix timestamps and fix deadlock when stopping the collectpads.
1214
1215 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1216
1217         * gst-libs/gst/rtp/gstrtpbuffer.h:
1218         Declaring the payload types as strings too so that they can be used
1219         in the padtemplate inialization.
1220
1221 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1222
1223         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1224
1225         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1226         (gst_base_rtp_depayload_class_init):
1227         Fixes a small but nasty bug. The derived elements no longer segfaults
1228         on finalization.
1229
1230 2005-10-26  Michael Smith <msmith@fluendo.com>
1231
1232         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1233           When clearing an audioconvert context, set tmpbufsize to zero, so
1234           we'll allocate it again later if required.
1235           This fixes audioconvert re-negotiating formats, which previously
1236           segfaulted with a NULL destination buffer.
1237
1238 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1239
1240         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1241         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1242         (gst_base_rtp_depayload_set_gst_timestamp),
1243         (gst_base_rtp_depayload_queue_release):
1244         Fixed a smalll memleak.
1245
1246 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1248         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1249         (gst_base_rtp_depayload_finalize),
1250         (gst_base_rtp_depayload_setcaps),
1251         (gst_base_rtp_depayload_add_to_queue),
1252         (gst_base_rtp_depayload_push),
1253         (gst_base_rtp_depayload_set_gst_timestamp),
1254         (gst_base_rtp_depayload_queue_release),
1255         (gst_base_rtp_depayload_thread),
1256         (gst_base_rtp_depayload_change_state):
1257         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1258         Changed the C++ comments to C comments
1259
1260 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1261
1262         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1263         * gst/tcp/gsttcpclientsrc.h:
1264         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1265         * gst/tcp/gsttcpserversrc.h:
1266           Remove unused 'curoffset' structure member.
1267
1268 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1269
1270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1271         (gst_base_rtp_depayload_base_init),
1272         (gst_base_rtp_depayload_finalize):
1273         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1274         * gst-libs/gst/rtp/gstbasertppayload.h:
1275           The pad-template on the sinkpad should be set by the derived classes.
1276           Also added some useful macros.
1277
1278 2005-10-24  Wim Taymans  <wim@fluendo.com>
1279
1280         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1281         Correctly flush decoder samples even if we could not
1282         copy them to an output buffer. Fixes #319618.
1283
1284 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1285
1286         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1288         the caps against our xcontext caps.
1289
1290 2005-10-24  Wim Taymans  <wim@fluendo.com>
1291
1292         * gst-libs/gst/audio/gstbaseaudiosink.c:
1293         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1294         Remove g_print
1295         Use sync property from baseclass to disable sync.
1296
1297 2005-10-24  Wim Taymans  <wim@fluendo.com>
1298
1299         * gst-libs/gst/audio/gstbaseaudiosink.c:
1300         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1301         Buffers with no timestamps get aligned with previous buffers or
1302         on underrun, played ASAP.
1303
1304 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1305
1306         * gst-libs/gst/video/video.h:
1307         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1308         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1310         here comes my change on caps for framerate and geometry range.
1311         We are now accepting 1 to MAXINT for width and height, and from
1312         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1313         to be blended correctly in videomixer.
1314
1315 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1316
1317         * configure.ac:
1318           back to HEAD
1319
1320 === release 0.9.4 ===
1321
1322 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1323
1324         * NEWS:
1325         * RELEASE:
1326         * configure.ac:
1327           releasing 0.9.4, "Velociraptor"
1328
1329 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1330
1331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1332         * po/POTFILES.in:
1333           STOPPED -> FAILED
1334
1335 2005-10-21  Wim Taymans  <wim@fluendo.com>
1336
1337         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1338         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1339         (pad_blocked), (close_pad_link), (new_pad):
1340         Don't try to remove elements twice.
1341
1342 2005-10-21  Wim Taymans  <wim@fluendo.com>
1343
1344         * ext/theora/theoradec.c: (theora_dec_src_query),
1345         (theora_dec_sink_event):
1346         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1347         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1348         (vorbis_handle_data_packet):
1349         * ext/vorbis/vorbisdec.h:
1350         Fix old naming.
1351
1352         * gst-libs/gst/audio/gstbaseaudiosink.c:
1353         (gst_base_audio_sink_render):
1354         Don't try to sync on buffers without a timestamp.
1355
1356 2005-10-21  Wim Taymans  <wim@fluendo.com>
1357
1358         * ext/theora/theoradec.c: (theora_dec_src_query),
1359         (theora_dec_sink_event):
1360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1361         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1362         (vorbis_handle_data_packet):
1363         * ext/vorbis/vorbisdec.h:
1364         Fix old naming.
1365
1366 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1367
1368         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1369         (gst_vorbisenc_src_query):
1370           Implement position and duration queries.
1371
1372         * gst/playback/test3.c: (update_scale), (main):
1373           Fix for async state changes and print nicer output.
1374
1375 2005-10-20  Wim Taymans  <wim@fluendo.com>
1376
1377         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1378         (dump_element_stats), (main):
1379         * gst/playback/test6.c: (main):
1380         Fix tests again
1381
1382 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1383
1384         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1385         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1386           Don't use functions for position queries when handling
1387           duration queries.
1388
1389 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1390
1391         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1392         (vorbis_handle_data_packet), (vorbis_dec_chain),
1393         (vorbis_dec_change_state):
1394         * ext/vorbis/vorbisdec.h:
1395           Vorbis streams can be embedded in other container formats
1396           than ogg, container formats where the demuxer might set 
1397           timestamps on encoded vorbis buffers instead of those silly 
1398           granulepos thingies. In short: make vorbisdec handle 
1399           timestamps on incoming buffers as well.
1400
1401 2005-10-20  Wim Taymans  <wim@fluendo.com>
1402
1403         * gst/playback/gstplaybasebin.c: (group_destroy),
1404         (gst_play_base_bin_change_state):
1405         Fix leak.
1406         Handle case where playbasebin is now ASYNC because
1407         decodebin is.
1408
1409 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         * gst/audioconvert/Makefile.am:
1412         * gst/audioconvert/bufferframesconvert.c:
1413         * gst/audioconvert/plugin.c: (plugin_init):
1414         * gst/audioconvert/plugin.h:
1415           And bye bye buffer-frames-convert
1416
1417 2005-10-19  Wim Taymans  <wim@fluendo.com>
1418
1419         * check/elements/audioconvert.c:
1420         * docs/libs/tmpl/gstaudio.sgml:
1421         * docs/libs/tmpl/gstcolorbalance.sgml:
1422         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1423         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1424         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1425         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1426         * gst-libs/gst/audio/audio.h:
1427         * gst/audioconvert/audioconvert.h:
1428         * gst/audioconvert/gstaudioconvert.c:
1429         (gst_audio_convert_parse_caps):
1430         * gst/volume/gstvolume.c:
1431         Bye bye buffer-frames.
1432
1433 2005-10-19  Wim Taymans  <wim@fluendo.com>
1434
1435         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1436         (query_positions_elems), (query_positions_pads), (update_scale),
1437         (do_seek), (set_update_scale), (message_received), (main):
1438         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1439         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1440         (gst_ogg_demux_loop):
1441         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1442         * ext/theora/theoradec.c: (theora_dec_src_query),
1443         (theora_dec_sink_event):
1444         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1445         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1446         * gst/adder/gstadder.c: (gst_adder_query):
1447         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1448         * gst/playback/test3.c: (update_scale):
1449         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1450         (dump_element_stats), (main):
1451         * gst/playback/test6.c: (main):
1452         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1453         Query API update.
1454
1455 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1458         (xml_check_first_element), (xml_type_find), (smil_type_find),
1459         (plugin_init):
1460           Add typefinding for SMIL and for generic XML. Based on patch by
1461           Akos Maroy (#308663).
1462
1463 2005-10-18  Wim Taymans  <wim@fluendo.com>
1464
1465         * gst/playback/Makefile.am:
1466         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1467         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1468         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1469         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1470         (gst_decode_bin_change_state):
1471         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1472         (gst_play_bin_send_event_to_sink):
1473         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1474         (dump_element_stats), (main):
1475         * gst/playback/test6.c: (main):
1476         Make playbin async, it'll commit state to paused when all streams
1477         are detected.
1478         Remove ugly hack.
1479         Added test6.c to show async behaviour.
1480
1481 2005-10-18  Wim Taymans  <wim@fluendo.com>
1482
1483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1484         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1485         Fix for segment-start/stop API change.
1486
1487 2005-10-18  Wim Taymans  <wim@fluendo.com>
1488
1489         * check/Makefile.am:
1490         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1491         (main):
1492         Add future test for clock selection.
1493
1494 2005-10-18  Wim Taymans  <wim@fluendo.com>
1495
1496         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1497         (gst_alsasink_close):
1498         Set handle to NULL.
1499
1500         * gst-libs/gst/audio/gstringbuffer.c:
1501         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1502         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1503         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1504         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1505         (gst_ring_buffer_read):
1506         More debug info.
1507
1508 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1509
1510         * gst/audiotestsrc/Makefile.am:
1511         * gst/sine/Makefile.am:
1512         * gst/volume/Makefile.am:
1513           fix broken build of controllerized plugins
1514
1515 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1516
1517         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1520         (gst_riff_create_video_template_caps):
1521           Add support for Indeo-3 (IV32).
1522
1523 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1524
1525         * configure.ac:
1526           rewrite
1527
1528 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1529
1530         * gst-libs/gst/video/video.c: (gst_video_get_size):
1531         * gst/audiotestsrc/gstaudiotestsrc.c:
1532           doc updates
1533
1534 2005-10-17  Andy Wingo  <wingo@pobox.com>
1535
1536         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1537         with the collectpads change.
1538         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1539
1540         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1541
1542         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1543
1544         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1545         alloc_buffer flow return to callers.
1546         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1547         change. Fix some memleaks in theoraenc.
1548
1549         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1550         in strange circumstance.
1551
1552 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1553
1554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1555         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1556         from caps, let's use the caps...
1557
1558 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1559
1560         * configure.ac:
1561           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1562
1563 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1564
1565         * gst-libs/gst/interfaces/Makefile.am:
1566           fix silly typo
1567
1568 2005-10-16  Andy Wingo  <wingo@pobox.com>
1569
1570         * gst/playback/gstdecodebin.c
1571         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1572         function!
1573         (try_to_link_1): Increase kraziness level.
1574
1575 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1576
1577         * configure.ac:
1578           restructure like the core one
1579         * gst-libs/gst/audio/Makefile.am:
1580         * gst-libs/gst/interfaces/Makefile.am:
1581         * gst-libs/gst/net/Makefile.am:
1582         * gst-libs/gst/riff/Makefile.am:
1583         * gst-libs/gst/rtp/Makefile.am:
1584         * gst-libs/gst/tag/Makefile.am:
1585         * gst-libs/gst/video/Makefile.am:
1586           use correct linker flags, now the libs are properly versioned
1587         * check/elements/audioconvert.c: (verify_convert):
1588         * ext/alsa/gstalsaplugin.c:
1589         * ext/cdparanoia/gstcdparanoia.c:
1590         * ext/gnomevfs/gstgnomevfs.c:
1591         * ext/libvisual/visual.c:
1592         * ext/ogg/gstogg.c:
1593         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1594         * ext/theora/theora.c:
1595         * ext/vorbis/vorbis.c:
1596         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1597         * gst-libs/gst/tag/gsttagediting.c:
1598         * gst-libs/gst/video/video.c:
1599         * gst/adder/gstadder.c:
1600         * gst/audioconvert/plugin.c:
1601         * gst/audiorate/gstaudiorate.c:
1602         * gst/audioresample/gstaudioresample.c:
1603         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1604         * gst/audioscale/gstaudioscale.c:
1605         * gst/audioscale/resample.c:
1606         * gst/audiotestsrc/gstaudiotestsrc.c:
1607         * gst/ffmpegcolorspace/gstffmpeg.c:
1608         * gst/playback/gstdecodebin.c: (close_pad_link):
1609         * gst/playback/gstplaybin.c: (gen_video_element),
1610         (gen_audio_element):
1611         * gst/sine/gstsinesrc.c:
1612         * gst/subparse/gstsubparse.c:
1613         * gst/tags/gsttagediting.c:
1614         * gst/tcp/gsttcpplugin.c:
1615         * gst/typefind/gsttypefindfunctions.c:
1616         * gst/videorate/gstvideorate.c:
1617         * gst/videoscale/gstvideoscale.c:
1618         * gst/videotestsrc/gstvideotestsrc.c:
1619         * gst/volume/gstvolume.c:
1620         * sys/v4l/gstv4l.c:
1621         * sys/ximage/ximage.c:
1622         * sys/xvimage/xvimagesink.c:
1623           fix up defines
1624
1625 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1626
1627         * ext/vorbis/vorbisenc.c:
1628         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1629         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1630         (gst_tag_to_vorbis_comments):
1631           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1632
1633 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1634
1635         * examples/stats/mp2ogg.c:
1636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1637           typo fixes
1638
1639 2005-10-13  Michael Smith <msmith@fluendo.com>
1640
1641         * ext/ogg/gstoggmux.c:
1642           Use magic glib macros to define constants as 64 bit, to ensure
1643           appropriate vararg passing.
1644
1645 2005-10-13  Michael Smith <msmith@fluendo.com>
1646
1647         * ext/ogg/gstoggmux.c:
1648         * gst/audioconvert/audioconvert.c: (float):
1649           Don't use LL suffix, as it's not portable, and neither of these
1650           uses required it anyway.
1651
1652 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1653
1654         * examples/indexing/indexmpeg.c: (main):
1655         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1656         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1657         (cdparanoia_convert), (cdparanoia_query):
1658         * ext/cdparanoia/gstcdparanoia.h:
1659         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1660         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1661         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1662         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1663         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1664         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1665         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1666         (gst_multifdsink_render), (gst_multifdsink_start),
1667         (gst_multifdsink_stop):
1668         * gst/tcp/gstmultifdsink.h:
1669         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1670         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1671         (gst_tcpclientsink_stop):
1672         * gst/tcp/gsttcpclientsink.h:
1673         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1674         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1675         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1676         * gst/tcp/gsttcpclientsrc.h:
1677         * gst/tcp/gsttcpserversink.h:
1678         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1679         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1680         (gst_tcpserversrc_stop):
1681         * gst/tcp/gsttcpserversrc.h:
1682         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1683         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1684         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1685           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1686           moved bitshift from macro to enum definition
1687
1688 2005-10-12  Wim Taymans  <wim@fluendo.com>
1689
1690         * examples/seeking/Makefile.am:
1691         Oops.
1692
1693 2005-10-12  Wim Taymans  <wim@fluendo.com>
1694
1695         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1696         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1697         Don't assert on normal stuff.
1698
1699         * gst/playback/gstplaybin.c: (do_playbin_seek):
1700         API fix.
1701
1702 2005-10-12  Wim Taymans  <wim@fluendo.com>
1703
1704         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1705         * examples/seeking/Makefile.am:
1706         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1707         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1708         (do_seek), (set_update_scale), (message_received), (main):
1709         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1710         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1711         Update for _get_state() API change.
1712
1713 2005-10-11  Wim Taymans  <wim@fluendo.com>
1714
1715         * gst-libs/gst/audio/gstbaseaudiosink.c:
1716         (gst_base_audio_sink_render):
1717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1718         (gst_base_audio_src_create):
1719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1720         (gst_ring_buffer_read):
1721         Cleanups.
1722         Commit and read from ringbuffer in samples rather than bytes.
1723
1724 2005-10-11  Wim Taymans  <wim@fluendo.com>
1725
1726         * gst-libs/gst/audio/gstbaseaudiosink.c:
1727         (gst_base_audio_sink_render):
1728         Respect segment rate and accum when scheduling samples.
1729
1730 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1731
1732         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1733         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1734         EOS correctly, that needs more work.
1735
1736 2005-10-11  Wim Taymans  <wim@fluendo.com>
1737
1738         * check/generic/states.c: (GST_START_TEST):
1739         remove old property.
1740
1741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1742         (gst_ogg_demux_perform_seek):
1743         * ext/theora/theoradec.c: (theora_dec_sink_event):
1744         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1745         (vorbis_handle_data_packet):
1746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1747         (gst_base_rtp_depayload_set_gst_timestamp):
1748         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1749         Update for newsegment API change.
1750
1751 2005-10-11  Michael Smith <msmith@fluendo.com>
1752
1753         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1754         (do_playbin_seek), (gst_play_bin_send_event):
1755           Override send_event differently, so that we can takes bits of
1756           functionality from GstPipeline (special handling for seeks,
1757           including pausing/resuming, and resetting stream time) and still get
1758           the appropriate behaviour of only forwarding event to a single sink,
1759           rather than all of them.
1760           Unfortunately requires a lot of code duplication, but the
1761           alternatives are equally ugly in the end.
1762
1763 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1764
1765         * check/elements/audioconvert.c: (setup_audioconvert),
1766         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1767         (GST_START_TEST), (audioconvert_suite):
1768           clean up tests a little, fix some leaks.
1769
1770 2005-10-10  Wim Taymans  <wim@fluendo.com>
1771
1772         * ext/alsa/gstalsasink.c:
1773         Also allow unsigned int.
1774
1775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1776         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1777         Small cleanup
1778
1779 2005-10-10  Wim Taymans  <wim@fluendo.com>
1780
1781         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1782         Small update, use API as stated in design docs.
1783
1784         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1785         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1786         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1787         (message_received), (main):
1788         Updated seek example for GOption. Some usability improvements.
1789
1790 2005-10-10  Wim Taymans  <wim@fluendo.com>
1791
1792         * gst/audioconvert/audioconvert.h:
1793         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
1794         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
1795         Alloc temp storage somewhere else where we can do it more
1796         portable.
1797
1798 2005-10-10  Wim Taymans  <wim@fluendo.com>
1799
1800         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
1801         (gst_tcpserversrc_start):
1802         Don't block in accept while doing the state change, move
1803         to poll and make cancellable.
1804
1805 2005-10-09  Philippe Khalaf <burger@speedy.org>
1806
1807         * gst-libs/gst/rtp/rtpbasedepayload.c:
1808         Set timestamp and add queue delay to timestamp
1809         * gst-libs/gst/rtp/rtpbuffer.h:
1810         Set correct payload type for h263
1811
1812 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1813
1814         * gst/audiotestsrc/gstaudiotestsrc.c:
1815         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
1816         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
1817         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
1818         (gst_audiotestsrc_create_triangle),
1819         (gst_audiotestsrc_create_silence),
1820         (gst_audiotestsrc_create_white_noise),
1821         (gst_audiotestsrc_init_pink_noise),
1822         (gst_audiotestsrc_generate_pink_noise_value),
1823         (gst_audiotestsrc_create_pink_noise),
1824         (gst_audiotestsrc_change_wave):
1825         * gst/audiotestsrc/gstaudiotestsrc.h:
1826           fixed typo, added pink noise
1827
1828 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1829
1830         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
1831         (plugin_init):
1832           Add wavpack and spc typefind functions from 0.8 branch.
1833
1834 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1835
1836         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
1837         (ar_type_find), (msdos_type_find), (plugin_init):
1838           Add typefind functions for tar archives, ar archives,
1839           RAR archives, and msdos-executables (dlls, exe, etc.).
1840           Some of those would be wrongly identified as mpeg
1841           streams of some sort before (#315550).
1842
1843 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * configure.ac:
1846         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1847         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1848         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
1849         * gst/audiotestsrc/Makefile.am:
1850         * gst/audiotestsrc/gstaudiotestsrc.c:
1851         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
1852         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
1853         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
1854         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
1855         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
1856         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
1857         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
1858         (gst_audiotestsrc_create_silence),
1859         (gst_audiotestsrc_create_white_noise),
1860         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
1861         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
1862         (gst_audiotestsrc_start), (plugin_init):
1863         * gst/audiotestsrc/gstaudiotestsrc.h:
1864           add new plugin and element
1865         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
1866           use gobject_class
1867
1868 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
1869
1870         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
1871         (gst_adder_init), (gst_adder_request_new_pad),
1872         (gst_adder_change_state):
1873           Add query function to source pad, so adder reports the correct
1874           time/sample position when queried (#315457); fix state change
1875           function; use GST_DEBUG_FUNCPTR() for pad functions.
1876
1877 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1878
1879         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
1880           Fix leaks in typefind registration
1881           Clean up the gratuitous commenting and whitespacing a little
1882
1883 2005-10-08  Wim Taymans  <wim@fluendo.com>
1884
1885         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
1886         Only actually wait for the thread to be stopped if it's 
1887         running.
1888
1889 2005-10-08  Wim Taymans  <wim@fluendo.com>
1890
1891         * gst-libs/gst/audio/gstbaseaudiosink.c:
1892         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1893         If we receive EOS we can start playback of what we had.
1894
1895 2005-10-08  Wim Taymans  <wim@fluendo.com>
1896
1897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
1898         (gst_multifdsink_finalize), (multifdsink_hash_remove),
1899         (gst_multifdsink_stop):
1900         Fix crasher when going to NULL multiple times.
1901
1902 2005-10-06  Wim Taymans  <wim@fluendo.com>
1903
1904         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
1905         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1906         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1907         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
1908         patch from Edgard Lima <edgard.lima@indt.org.br>
1909         Fixed gstbaseaudiosrc adding ring buffer sync to it.
1910
1911 2005-10-06  Wim Taymans  <wim@fluendo.com>
1912
1913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1914         Report the FLOW_RETURN as string in the error message.
1915
1916         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
1917         Don't assert when clearing an unnegotiated buffer.
1918
1919 2005-10-04  Michael Smith <msmith@fluendo.com>
1920
1921         * gst/playback/gstplaybasebin.c: (group_destroy),
1922         (gen_preroll_element), (remove_groups), (setup_source):
1923         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
1924         (setup_sinks), (gst_play_bin_send_event),
1925         (gst_play_bin_change_state):
1926           Set state to NULL before removing from bin. Fix refcounting.
1927
1928 2005-10-04  Michael Smith <msmith@fluendo.com>
1929
1930         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1931           Correct refcounting in send_event() function. Previously was wrong
1932           if the first sink was unable to handle the event.
1933
1934 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1935
1936         * configure.ac:
1937           back to development
1938
1939 === release 0.9.3 ===
1940
1941 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1942
1943         * configure.ac:
1944           Releasing 0.9.3, "De Facto"
1945
1946 2005-10-03  Andy Wingo  <wingo@pobox.com>
1947
1948         * gst/playback/gstdecodebin.c (try_to_link_1)
1949         (remove_element_chain): set element to NULL before removing it.
1950
1951 2005-10-02  Johan Dahlin  <johan@gnome.org>
1952
1953         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
1954         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
1955         MT safe.
1956
1957 2005-10-02  Andy Wingo  <wingo@pobox.com>
1958
1959         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
1960         (gst_ring_buffer_prepare_read): 
1961         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
1962         Demote to LOG.
1963
1964 2005-09-29  Wim Taymans  <wim@fluendo.com>
1965
1966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
1967         * ext/theora/theoradec.c: (theora_handle_data_packet):
1968         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1969         Propagate error codes from alloc_buffer too.
1970
1971 2005-09-29  Wim Taymans  <wim@fluendo.com>
1972
1973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
1974         We use fixed caps.
1975
1976         * gst/playback/Makefile.am:
1977         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1978         (dump_element_stats), (main):
1979         Added example stream introspection code.
1980
1981 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
1982
1983         * gst/adder/gstadder.c: (gst_adder_collected):
1984           fix adder for float elements
1985
1986 2005-09-28  Wim Taymans  <wim@fluendo.com>
1987
1988         * gst-libs/gst/audio/gstbaseaudiosink.c:
1989         (gst_base_audio_sink_class_init),
1990         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
1991         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1992         (gst_base_audio_src_class_init),
1993         (gst_base_audio_src_provide_clock):
1994         get_clock -> provide_clock
1995
1996 2005-09-28  Andy Wingo  <wingo@pobox.com>
1997
1998         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
1999         and unlocking.
2000
2001         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2002         unlocking.
2003
2004         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2005         Actually add the pad template.
2006         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2007
2008         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2009         I'm at it...
2010
2011         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2012         from fdsrc. Get caps in create() instead of start() so it can be
2013         interrupted. Interruption somewhat untested.
2014
2015         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2016         Proper EOS handling.
2017
2018 2005-09-27  Andy Wingo  <wingo@pobox.com>
2019
2020         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2021
2022         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2023
2024         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2025
2026         * gst/tcp/gsttcp.h: 
2027         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2028         out of tcpclientsrc.c. Cancellable.
2029         (gst_tcp_socket_read): Made private, cancellable, with better
2030         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2031         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2032         whole buffer, and better diagnostics.
2033         (gst_tcp_gdp_read_caps): Same.
2034
2035         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2036
2037 2005-09-26  Andy Wingo  <wingo@pobox.com>
2038
2039         * gst/sine/gstsinesrc.h:
2040         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2041         change the 'sync' property to 'is-live' and implement it halfway,
2042         update for controller api change.
2043
2044         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2045         controller api change.
2046
2047 2005-09-24  Wim Taymans  <wim@fluendo.com>
2048
2049         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2050         * gst-libs/gst/audio/gstaudiosink.c:
2051         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2052         (gst_audioringbuffer_stop):
2053         * gst-libs/gst/audio/gstbaseaudiosink.c:
2054         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2055         (gst_base_audio_sink_change_state):
2056         * gst-libs/gst/audio/gstbaseaudiosink.h:
2057         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2058         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2059         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2060         * gst-libs/gst/audio/gstringbuffer.h:
2061         Fix sync again. Moved sample alignment to basesink.
2062
2063 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2064
2065         * docs/plugins/Makefile.am:
2066         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2067         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2068         * gst/volume/gstvolume.c:
2069           add/fix docs
2070         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2071         * gst-libs/gst/audio/audio.h:
2072           add conversion macros for frames <-> clocktime
2073
2074 2005-09-23  David Schleef  <ds@schleef.org>
2075
2076         * gst/audioresample/Makefile.am:
2077         * gst/audioresample/debug.h:
2078         * gst/audioresample/gstaudioresample.c:
2079         * gst/audioresample/resample.c: Convert to using gst debugging
2080
2081 2005-09-22  Wim Taymans  <wim@fluendo.com>
2082
2083         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2084         (gst_play_bin_send_event):
2085         Only seek on one sink, the first one that succeeds.
2086
2087 2005-09-22  Michael Smith <msmith@fluendo.com>
2088
2089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2090         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2091         Don't flush encoder state unless we have an initialised encoder.
2092         Clear out encoder state on PAUSED_TO_READY.
2093
2094 2005-09-22  Wim Taymans  <wim@fluendo.com>
2095
2096         * gst-libs/gst/rtp/gstbasertppayload.c:
2097         (gst_basertppayload_class_init), (gst_basertppayload_init),
2098         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2099         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2100         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2101         (gst_basertppayload_set_property),
2102         (gst_basertppayload_get_property),
2103         (gst_basertppayload_change_state):
2104         * gst-libs/gst/rtp/gstbasertppayload.h:
2105         Added max-ptime to control amount of data in the rtp packets.
2106
2107 2005-09-21  Andy Wingo  <wingo@pobox.com>
2108
2109         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2110         thingies.
2111
2112         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2113         can be called multiple times, dogs.
2114
2115 2005-09-21  Wim Taymans  <wim@fluendo.com>
2116
2117         * gst-libs/gst/rtp/gstbasertppayload.c:
2118         (gst_basertppayload_class_init), (gst_basertppayload_init),
2119         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2120         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2121         (gst_basertppayload_push), (gst_basertppayload_get_property),
2122         (gst_basertppayload_change_state):
2123         Allow 0 ssrc too.
2124
2125 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2126
2127         * docs/libs/compiling.sgml:
2128           fixing typos
2129
2130 2005-09-20  Wim Taymans  <wim@fluendo.com>
2131
2132         * gst-libs/gst/rtp/gstbasertppayload.c:
2133         (gst_basertppayload_class_init), (gst_basertppayload_init),
2134         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2135         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2136         (gst_basertppayload_push), (gst_basertppayload_set_property),
2137         (gst_basertppayload_get_property),
2138         (gst_basertppayload_change_state):
2139         * gst-libs/gst/rtp/gstbasertppayload.h:
2140         Added property to configure sequence number offsets.
2141
2142 2005-09-20  Wim Taymans  <wim@fluendo.com>
2143
2144         * gst-libs/gst/rtp/gstbasertppayload.c:
2145         (gst_basertppayload_class_init), (gst_basertppayload_init),
2146         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2147         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2148         (gst_basertppayload_push), (gst_basertppayload_set_property),
2149         (gst_basertppayload_get_property),
2150         (gst_basertppayload_change_state):
2151         * gst-libs/gst/rtp/gstbasertppayload.h:
2152         Make timestamp offset configurable.
2153
2154 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2155
2156         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2157           fix wrong pop/unref
2158
2159 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2160
2161         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2162
2163         * gst-libs/gst/interfaces/propertyprobe.c:
2164         (gst_property_probe_probe_property_name),
2165         (gst_property_probe_needs_probe_name),
2166         (gst_property_probe_get_values_name),
2167         (gst_property_probe_probe_and_get_values_name):
2168           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2169           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2170
2171 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2172
2173         * check/Makefile.am:
2174           have some tests be disabled for valgrinding
2175         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2176         (GST_START_TEST):
2177         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2178           Fix A Leak.  Chain To Parent Finalize.
2179
2180 2005-09-19  Wim Taymans  <wim@fluendo.com>
2181
2182         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2183         Fixed wav pipeline.
2184
2185 2005-09-19  Wim Taymans  <wim@fluendo.com>
2186
2187         * gst-libs/gst/rtp/gstbasertppayload.c:
2188         (gst_basertppayload_class_init), (gst_basertppayload_init),
2189         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2190         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2191         (gst_basertppayload_push), (gst_basertppayload_get_property),
2192         (gst_basertppayload_change_state):
2193         Posting ERROR and WARNING messages is good.
2194
2195 2005-09-19  Wim Taymans  <wim@fluendo.com>
2196
2197         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2198         (gst_base_rtp_depayload_add_to_queue),
2199         (gst_base_rtp_depayload_push),
2200         (gst_base_rtp_depayload_set_gst_timestamp),
2201         (gst_base_rtp_depayload_queue_release):
2202         This one was not supposed to go in.
2203
2204 2005-09-19  Wim Taymans  <wim@fluendo.com>
2205
2206         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2207         Fix for bus API.
2208
2209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2210         (gst_base_rtp_depayload_chain),
2211         (gst_base_rtp_depayload_add_to_queue),
2212         (gst_base_rtp_depayload_push),
2213         (gst_base_rtp_depayload_set_gst_timestamp),
2214         (gst_base_rtp_depayload_queue_release):
2215         Some cleanups.
2216
2217         * gst-libs/gst/rtp/gstbasertppayload.c:
2218         (gst_basertppayload_class_init), (gst_basertppayload_init),
2219         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2220         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2221         (gst_basertppayload_get_property),
2222         (gst_basertppayload_change_state):
2223         Added debugging category.
2224
2225 2005-09-18  David Schleef  <ds@schleef.org>
2226
2227         * gst/playback/gstdecodebin.c: free plugin list correctly
2228         * gst/playback/gstplaybin.c: emit warning if autovideosink
2229           and autoaudiosink can't be found (instead of segfaulting)
2230
2231 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2232
2233         * check/elements/audioconvert.c: (GST_START_TEST):
2234           try out 24 bit conversion
2235
2236 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2237
2238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2239         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2240         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2241         * ext/vorbis/vorbisenc.h:
2242           Fix EOS handling.  Still needs a fix in the ogg muxer to
2243           mark the last page as eos.
2244
2245 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2246
2247         * common/gtk-doc-plugins.mak:
2248         * docs/plugins/Makefile.am:
2249         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2250         * gst/ffmpegcolorspace/Makefile.am:
2251         * gst/ffmpegcolorspace/avcodec.h:
2252         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2253         * gst/tcp/gstmultifdsink.c:
2254           fix up ffmpegcolorspace docs; extract header
2255
2256 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2257
2258         * common/gtk-doc-plugins.mak:
2259         * docs/plugins/Makefile.am:
2260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2261         * ext/theora/Makefile.am:
2262         * ext/theora/gsttheoraenc.h:
2263         * ext/theora/theoraenc.c:
2264         * ext/vorbis/vorbisenc.c:
2265           pick up signals and args for vorbis; add some docs for vorbis
2266
2267 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2268
2269         * common/gstdoc-scangobj:
2270         * common/gtk-doc-plugins.mak:
2271         * docs/libs/Makefile.am:
2272         * docs/plugins/gst-plugins-base-plugins.args:
2273         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2274         * docs/plugins/gst-plugins-base-plugins.interfaces:
2275         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2276         * docs/plugins/gst-plugins-base-plugins.signals:
2277           only scanobj stuff from our source module.  Not sure yet
2278           if that's correct, given the hierarchy stuff :)
2279
2280 2005-09-15  Wim Taymans  <wim@fluendo.com>
2281
2282         * gst/audioconvert/gstaudioconvert.c:
2283         And enable 24 bits mode as well..
2284
2285 2005-09-15  Wim Taymans  <wim@fluendo.com>
2286
2287         * gst-libs/gst/rtp/Makefile.am:
2288         * gst-libs/gst/rtp/gstbasertppayload.c:
2289         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2290         (gst_basertppayload_class_init), (gst_basertppayload_init),
2291         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2292         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2293         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2294         (gst_basertppayload_set_property),
2295         (gst_basertppayload_get_property),
2296         (gst_basertppayload_change_state):
2297         * gst-libs/gst/rtp/gstbasertppayload.h:
2298         Added rtp payloader base class.
2299
2300 2005-09-15  Andy Wingo  <wingo@pobox.com>
2301
2302         * configure.ac (plugindir): Remove the EOL matcher from the
2303         regexp, as it causes me problems. Libtool? Make? Who knows?
2304
2305 2005-09-14  David Schleef  <ds@schleef.org>
2306
2307         * check/generic/states.c: 
2308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2309         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2310           Fixes for changes in registry API.
2311
2312         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2313           to GST_PLUGIN_LDFLAGS.
2314         * ext/libvisual/visual.c: Make the library shut up.
2315         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2316         * gst-libs/gst/audio/gstaudiofilter.c: same
2317
2318 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2319
2320         * docs/plugins/Makefile.am:
2321         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2322         * docs/plugins/inspect/plugin-libvisual.xml:
2323         * docs/plugins/tmpl/element-tcpserversink.sgml:
2324         * ext/theora/theoraenc.c:
2325           add libvisual plugin and theoraenc element to docs
2326
2327 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2328
2329         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2330         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2331         * ext/theora/theoraenc.c:
2332           add theoraenc
2333
2334 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2335
2336         * gst/audioconvert/Makefile.am:
2337           Audioconvert derives from GstBaseTransform and should
2338           link to the library with our base elements to avoid
2339           unresolved symbols. Makes things work with MinGW (#316160)
2340
2341         * gst/playback/test4.c: (main):
2342           Fix MinGW build problem and use g_usleep() instead of 
2343           sleep() (#316162)
2344
2345 2005-09-12  Wim Taymans  <wim@fluendo.com>
2346
2347         * gst/audioconvert/audioconvert.c: (float),
2348         (audio_convert_prepare_context), (audio_convert_convert):
2349         * gst/audioconvert/audioconvert.h:
2350         Cleanups, speedups, simplifications, added back support
2351         for 24 bits.
2352
2353 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2354
2355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2357         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2358         * docs/plugins/tmpl/element-tcpserversink.sgml:
2359         * gst/ffmpegcolorspace/gstffmpeg.c:
2360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2361         * gst/videotestsrc/gstvideotestsrc.c:
2362         * gst/volume/gstvolume.c:
2363           add more elements to the docs
2364
2365 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2366
2367         * check/Makefile.am:
2368         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2369         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2370           Add extra tests for basetransform based components. 
2371           Comment out the test_element_negotiation test until we decide
2372           if it's testing correct behaviour.
2373         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2374         (gst_visual_chain), (gst_visual_change_state):
2375           Slightly more correct but still bogus timestamping.
2376           Fix state change function.
2377         * gst/audioconvert/gstaudioconvert.c:
2378         (gst_audio_convert_class_init):
2379         * gst/audioresample/gstaudioresample.c:
2380         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2381         (gst_ffmpegcsp_class_init):
2382         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2383         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2384         (gst_videoscale_prepare_image):
2385         * gst/volume/gstvolume.c: (gst_volume_class_init),
2386         (volume_transform_ip):
2387           Basetransform updates. Enable passthrough modes.
2388         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2389         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2390         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2391           Negotiation fix that allows the window to return to the original
2392           size and renegotiate passthrough upstream. Extra debug output.
2393
2394 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2395
2396         * gst/sine/gstsinesrc.c:
2397         * gst/volume/gstvolume.c:
2398           fix up header include
2399
2400 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2401
2402         * gst-libs/gst/audio/gstbaseaudiosink.c:
2403         (gst_base_audio_sink_render):
2404         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2405         * gst/volume/gstvolume.c: (gst_volume_class_init),
2406         (volume_transform):
2407           fixing lost sync, some more debugging
2408
2409 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2410
2411         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2412         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2413         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2414         (gst_xvimagesink_check_xshm_calls):
2415           Fix compilation when XShm is not available.
2416
2417 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2418
2419         * ext/libvisual/visual.c: (gst_visual_dispose),
2420         (gst_visual_getcaps), (gst_visual_src_setcaps),
2421         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2422         (gst_visual_change_state):
2423           Finish fixing up libvisual plugin so that it runs. 
2424
2425 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2426
2427         * ext/vorbis/vorbisenc.c:
2428         * gst-libs/gst/tag/gstvorbistag.c:
2429           gsttaginterface.h -> gsttagsetter.h
2430
2431 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2432
2433         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2434           added another test that failes for me (test is not active by default)
2435
2436 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2437
2438         * configure.ac:
2439           v4l2 is no longer in gst-plugins-base
2440
2441 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2442
2443         * configure.ac:
2444           In the output at the end, don't show the first plugin on the same
2445           line as "Core plug-ins, always built:".
2446           Indent the output as for other plugin categories
2447         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2448           #define that can be used to not use peer buffer_alloc functions for
2449           test purposes.
2450         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2451         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2452         (gst_ximagesink_show_frame):
2453         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2454         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2455         (gst_xvimagesink_show_frame):
2456           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2457           fails gracefully instead of XError aborting or deadlocking.
2458
2459 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2460
2461         * ext/libvisual/Makefile.am:
2462           link against gst-base-libs
2463
2464 2005-09-06  David Schleef  <ds@schleef.org>
2465
2466         * configure.ac: Enable libvisual plugin.
2467         * ext/libvisual/Makefile.am:
2468         * ext/libvisual/visual.c: Fixes to make it compile.
2469
2470 === release 0.9.2 ===
2471
2472 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2473
2474         * NEWS:
2475         * RELEASE:
2476         * configure.ac:
2477         * docs/random/ChangeLog-0.8:
2478           releasing 0.9.2, "Spoon"
2479
2480 2005-09-05  Michael Smith <msmith@fluendo.com>
2481
2482         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2483           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2484           that in the vorbisenc element.
2485
2486 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2487
2488         * common/gtk-doc-plugins.mak:
2489         * docs/plugins/Makefile.am:
2490           fix distcheck
2491         * gst/audioresample/resample.c:
2492           fix wrong docstring
2493
2494 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2495
2496         * common/gst-xmlinspect.py:
2497         * common/gtk-doc-plugins.mak:
2498           only inspect plugins for this given package
2499           require gst-python 0.9
2500
2501 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2502
2503         * Makefile.am:
2504         * autogen.sh:
2505         * common/gst-xmlinspect.py:
2506         * configure.ac:
2507         * docs/Makefile.am:
2508         * docs/plugins/inspect/plugin-alsa.xml:
2509         * docs/plugins/inspect/plugin-audioresample.xml:
2510         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2511         * docs/plugins/inspect/plugin-ogg.xml:
2512         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2513         * docs/plugins/tmpl/element-multifdsink.sgml:
2514         * docs/plugins/tmpl/element-tcpserversink.sgml:
2515         * docs/plugins/tmpl/element-vorbisenc.sgml:
2516         * gst-plugins-base.spec.in:
2517           various doc-related updates
2518
2519 2005-08-31  Wim Taymans  <wim@fluendo.com>
2520
2521         * gst-libs/gst/audio/gstbaseaudiosink.c:
2522         (gst_base_audio_sink_render):
2523         Resync if the buffer timestamps drift more than a 10th 
2524         of a second.
2525
2526 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2527
2528         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2529         (gst_v4lsrc_get_property):
2530           The 'timestamp-offset' property is registered as an int64, so
2531           let's use g_value_{set|get}_int64() in our setter and getter
2532           functions (makes it work and fixes warnings with gst-inspect).
2533
2534 2005-08-30  Wim Taymans  <wim@fluendo.com>
2535
2536         * check/elements/audioconvert.c: (setup_audioconvert):
2537         * check/elements/audioresample.c: (setup_audioresample):
2538         * check/elements/volume.c: (setup_volume):
2539         Fix checks.
2540
2541 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2542
2543         * common/gtk-doc-plugins.mak:
2544         * common/plugins.xsl:
2545         * docs/plugins/Makefile.am:
2546           make module a param
2547
2548 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2549
2550         * examples/seeking/seek.c: (make_mp3_pipeline),
2551         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2552         (play_cb), (pause_cb), (stop_cb):
2553           update the example
2554
2555 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2556
2557         * gst/volume/gstvolume.c: (gst_volume_class_init),
2558         (volume_transform):
2559           do not update controlled params, if buffer has no timestamp
2560
2561 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2562
2563         * configure.ac:
2564         * gst/sine/Makefile.am:
2565         * gst/volume/Makefile.am:
2566           controllerized elements also need to link against controller-libs ;)
2567
2568 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2569
2570         * docs/libs/tmpl/gstcolorbalance.sgml:
2571         * docs/libs/tmpl/gstgconf.sgml:
2572         * docs/libs/tmpl/gstmixer.sgml:
2573         * docs/libs/tmpl/gstringbuffer.sgml:
2574         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2575         (gst_sinesrc_create):
2576         * gst/volume/gstvolume.c: (gst_volume_class_init),
2577         (volume_transform):
2578           controllerized two audio plugins
2579
2580 2005-08-29  Andy Wingo  <wingo@pobox.com>
2581
2582         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2583         (vorbis_handle_data_packet): Fix some int overflow errors.
2584
2585         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2586         -1.
2587         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2588         valid.
2589         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2590         if it's valid. Fixed streaming-mode playback.
2591
2592         * check/elements/volume.c (cleanup_volume): Fix for running
2593         CK_FORK=no.
2594
2595         * check/elements/audioconvert.c: Convert from native endian, not
2596         little endian.
2597
2598 2005-08-29  Michael Smith <msmith@fluendo.com>
2599
2600         * ext/ogg/Makefile.am:
2601         * ext/ogg/gstogg.c: (plugin_init):
2602         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2603         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2604         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2605         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2606         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2607         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2608         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2609         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2610         Add an ogg parser element.
2611
2612 2005-08-28  Andy Wingo  <wingo@pobox.com>
2613
2614         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2615
2616 2005-08-26  Wim Taymans  <wim@fluendo.com>
2617
2618         * gst/audioconvert/audioconvert.c: (if), (float),
2619         (audio_convert_get_func_index), (check_default),
2620         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2621         (audio_convert_clean_context), (audio_convert_get_sizes),
2622         (audio_convert_convert):
2623         Cleanups.
2624
2625 2005-08-26  Wim Taymans  <wim@fluendo.com>
2626
2627         * gst/audioconvert/audioconvert.c: (if), (float),
2628         (audio_convert_get_func_index), (check_default),
2629         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2630         (audio_convert_clean_context), (audio_convert_get_sizes),
2631         (audio_convert_convert):
2632         More elegant and working temp buffer selection algo.
2633
2634 2005-08-26  Wim Taymans  <wim@fluendo.com>
2635
2636         * gst/audioconvert/audioconvert.c: (if), (float),
2637         (audio_convert_get_func_index), (check_default),
2638         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2639         (audio_convert_clean_context), (audio_convert_get_sizes),
2640         (get_temp_buffer), (audio_convert_convert):
2641         Use realloc else we lose our original data.
2642
2643 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2644
2645         * gst/audioresample/gstaudioresample.c:
2646           use base class' newsegment to properly timestamp
2647
2648 2005-08-26  Wim Taymans  <wim@fluendo.com>
2649
2650         * gst/audioconvert/audioconvert.c: (if), (float),
2651         (audio_convert_get_func_index), (check_default),
2652         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2653         (audio_convert_clean_context), (audio_convert_get_sizes),
2654         (get_temp_buffer), (audio_convert_convert):
2655         * gst/audioconvert/gstaudioconvert.c:
2656         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2657         (gst_audio_convert_transform_caps),
2658         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2659         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2660         Oops, allocate enough space to perform the channel mix.
2661
2662 2005-08-26  Wim Taymans  <wim@fluendo.com>
2663
2664         * gst/audioconvert/Makefile.am:
2665         * gst/audioconvert/audioconvert.c: (if), (float),
2666         (audio_convert_get_func_index), (check_default),
2667         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2668         (audio_convert_clean_context), (audio_convert_get_sizes),
2669         (get_temp_buffer), (audio_convert_convert):
2670         * gst/audioconvert/audioconvert.h:
2671         * gst/audioconvert/gstaudioconvert.c:
2672         (gst_audio_convert_class_init), (gst_audio_convert_init),
2673         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2674         (gst_audio_convert_get_unit_size),
2675         (gst_audio_convert_transform_caps),
2676         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2677         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2678         * gst/audioconvert/gstaudioconvert.h:
2679         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2680         (gst_channel_mix_fill_identical),
2681         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2682         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2683         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2684         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2685         (gst_channel_mix_mix):
2686         * gst/audioconvert/gstchannelmix.h:
2687         Cleanups, librarify a bit, optimize, better negotiation and more.
2688
2689 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2690
2691         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2692         Another from MikeS:
2693         During typefinding, don't support negative offsets
2694         (offsets from the end of the stream) in our typefind->peek() function
2695         - nothing embedded in ogg ever needs them. However, we need to recognise
2696         those requests and reject them, otherwise we return invalid pointers.
2697
2698 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2699
2700         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2701         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2702         (vorbisdec_finalize), (vorbis_handle_type_packet):
2703           Big shout-out to MikeS for fixing this giant memory leak.
2704           Huzzah!
2705
2706 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2707
2708         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2709         (audio_convert_get_unit_size):
2710           plug some leaks
2711
2712 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2713
2714         * check/Makefile.am:
2715         * check/elements/audioconvert.c: (setup_audioconvert),
2716         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2717         (GST_START_TEST), (audioconvert_suite), (main):
2718           add a test for audioconvert
2719         * gst/audioresample/gstaudioresample.c:
2720         * gst/audioresample/gstaudioresample.h:
2721           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2722           note that for buffers of 1/3 sec this means DURATION(c) is 
2723           one nanosecond more than for a and b
2724
2725 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2726
2727         * check/Makefile.am:
2728         * check/elements/audioresample.c: (setup_audioresample),
2729         (cleanup_audioresample), (fail_unless_perfect_stream),
2730         (test_perfect_stream_instance), (GST_START_TEST),
2731           add a check for audioresample
2732         (audioresample_suite), (main):
2733         * check/elements/volume.c: (GST_START_TEST):
2734           remove unused method
2735         * gst/audioresample/gstaudioresample.c:
2736           set correct buffer parameters since we're changing them
2737         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2738           add some debug
2739
2740 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2741
2742         * gst/audioresample/debug.c:
2743         * gst/audioresample/gstaudioresample.c:
2744           add room for extra overlap samples when asked to transform size
2745           protect against possible mem corruption and check for discrepancies
2746           between written size and outbuffer's size so we can warn for
2747           potential problems
2748         * gst/audioresample/resample.c: (resample_init),
2749         (resample_get_output_size_for_input), (resample_get_output_size),
2750         (resample_set_n_channels), (resample_set_format):
2751           set debug level based on RESAMPLE_DEBUG env var
2752           make sure that get_output_size* returns a whole number of
2753           sample_size
2754           set sample_size each time either channel or format is set
2755         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2756         * gst/audioresample/resample_functable.c:
2757         (resample_scale_functable):
2758         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2759           remove r->sample_size, it's done in resample.c now
2760           add some debugging to the ref implementation
2761           make sure we only give back bytes that are wholes of the sample
2762           size
2763
2764 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2765         * gst/playback/gstplaybasebin.c: (fill_buffer):
2766         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2767
2768 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2769
2770         * gst/volume/gstvolume.c:
2771           made set_caps function static
2772
2773 2005-08-24  Wim Taymans  <wim@fluendo.com>
2774
2775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2776         (gst_vorbisenc_change_state):
2777         Stop leaking taglists.
2778
2779 2005-08-24  Wim Taymans  <wim@fluendo.com>
2780
2781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2782         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2783         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2784         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2785         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2786         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2787         Parse seeking events better.
2788         Unref static caps.
2789         Generate correct newsegment events, fixes seeking in live oggs.
2790
2791         * ext/theora/theoradec.c: (theora_dec_src_query),
2792         (theora_dec_src_event), (theora_dec_src_getcaps),
2793         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
2794         Use newsegment values to report correct play time.
2795
2796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2797         (vorbis_dec_src_event), (vorbis_dec_sink_event):
2798         * ext/vorbis/vorbisdec.h:
2799         Parse and use newsegment values to report correct play time.
2800
2801         * gst-libs/gst/audio/gstbaseaudiosink.c:
2802         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2803         Clear ringbuffer on flush.
2804         Use newsegment values to calculate playback time.
2805
2806         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
2807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
2808         Basesink does newsegment calculations for us now.
2809
2810 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2811
2812         * check/Makefile.am:
2813         * configure.ac:
2814           add core's plugins to the mix so that playbin works
2815         * check/generic/states.c: (GST_START_TEST):
2816           set a 0 timeout on pipelines, so they don't force the next
2817           state change
2818         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
2819         (gst_play_base_bin_change_state):
2820           remove the crappy error handling and do GST error handling
2821
2822 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2823
2824         * check/Makefile.am:
2825         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
2826           add same test as to core, it bitches out on playbin atm.
2827
2828 2005-08-24  Wim Taymans  <wim@fluendo.com>
2829
2830         * configure.ac:
2831         Remove audioscale.
2832
2833 2005-08-24  Wim Taymans  <wim@fluendo.com>
2834
2835         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
2836         (gst_videoscale_prepare_size), (parse_caps),
2837         (gst_videoscale_set_caps), (gst_videoscale_get_size),
2838         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
2839         (gst_videoscale_transform):
2840         * gst/videoscale/gstvideoscale.h:
2841         Refactor, make use of BaseTranform really well.
2842
2843 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2844
2845         * configure.ac:
2846           compile audioresample
2847         * gst/audioresample/Makefile.am:
2848         * gst/audioresample/buffer.c:
2849         * gst/audioresample/functable.c:
2850         * gst/audioresample/gstaudioresample.c:
2851         * gst/audioresample/gstaudioresample.h:
2852         * gst/audioresample/resample.c:
2853         (resample_get_output_size_for_input):
2854         * gst/audioresample/resample.h:
2855         * gst/audioresample/resample_chunk.c:
2856         * gst/audioresample/resample_functable.c:
2857         * gst/audioresample/resample_ref.c:
2858           port to use basetransform; doesn't work in all cases yet
2859
2860 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2861
2862         * gst/audioconvert/gstaudioconvert.c:
2863         (gst_audio_convert_class_init), (gst_audio_convert_init),
2864         (audio_convert_get_unit_size), (audio_convert_transform_caps),
2865         (audio_convert_fixate_caps), (audio_convert_set_caps),
2866         (audio_convert_transform),
2867         (gst_audio_convert_buffer_to_default_format),
2868         (gst_audio_convert_buffer_from_default_format),
2869         (gst_audio_convert_channels):
2870         * gst/audioconvert/gstchannelmix.c:
2871         * gst/audioconvert/gstchannelmix.h:
2872           port to basetransform
2873         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2874         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
2875         (gst_ffmpegcsp_get_unit_size):
2876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2877         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
2878           fix for basetransform changes
2879
2880 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
2881
2882         * check/Makefile.am:
2883           Add CHECK_CFLAGS and LDFLAGS
2884
2885         * gst/playback/gstplaybasebin.c: (fill_buffer):
2886           GST_MESSAGE_SRC became a GObject
2887
2888 2005-08-24  Wim Taymans  <wim@fluendo.com>
2889
2890         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
2891         (gst_ring_buffer_clear_all):
2892         * gst-libs/gst/audio/gstringbuffer.h:
2893         Added function to clear the ringbuffer.
2894
2895 2005-08-24  Andy Wingo  <wingo@pobox.com>
2896
2897         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
2898         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
2899         of _open and _close.
2900
2901         * sys/v4l/gstv4lxoverlay.h:
2902         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
2903         an Xv connection here, instead of all the time. Make Xv only be
2904         loaded if you axe for it. Kindof a workaround for buggy behaviour
2905         of Xv when using remote xservers (XvQueryExtension would block).
2906         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
2907         replace the _open and _close public API. Only start the xv
2908         connection if necessary.
2909         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
2910
2911 2005-08-23  David Schleef  <ds@schleef.org>
2912
2913         * gst/audioresample/Makefile.am: Leet audioresampling code
2914         * gst/audioresample/buffer.c:
2915         * gst/audioresample/buffer.h:
2916         * gst/audioresample/debug.c:
2917         * gst/audioresample/debug.h:
2918         * gst/audioresample/functable.c:
2919         * gst/audioresample/functable.h:
2920         * gst/audioresample/gstaudioresample.c:
2921         * gst/audioresample/gstaudioresample.h:
2922         * gst/audioresample/resample.c:
2923         * gst/audioresample/resample.h:
2924         * gst/audioresample/resample_chunk.c:
2925         * gst/audioresample/resample_functable.c:
2926         * gst/audioresample/resample_ref.c:
2927
2928 2005-08-23  Wim Taymans  <wim@fluendo.com>
2929
2930         * examples/seeking/seek.c: (make_vorbis_pipeline),
2931         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
2932         Small seek updates.
2933
2934 2005-08-23  Andy Wingo  <wingo@pobox.com>
2935
2936         * gst-libs/gst/audio/gstbaseaudiosrc.c
2937         (gst_base_audio_src_fixate): Only fixate endianness if it is
2938         present in the caps.
2939
2940 2005-08-22  Andy Wingo  <wingo@pobox.com>
2941
2942         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
2943         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
2944         device-name property.
2945
2946         * gst-libs/gst/audio/gstaudiosrc.h:
2947         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
2948         close_device in the ring buffer, like gstaudiosink.
2949
2950         * ext/alsa/gstalsamixer.h:
2951         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
2952         macro to implement the interface without much code. Cleanups. 
2953
2954         * ext/alsa/gstalsasrc.h:
2955         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
2956         READY.
2957
2958         * ext/alsa/Makefile.am: Add new files.
2959         * ext/alsa/gstalsamixerelement.c: 
2960         * ext/alsa/gstalsamixerelement.c: Split element code out from
2961         mixer code so that alsasrc can be a mixer too.
2962
2963 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
2964
2965         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2966         (GST_START_TEST):
2967         * check/elements/vorbisdec.c: (setup_vorbisdec),
2968         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
2969         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2970         (vorbis_handle_identification_packet),
2971         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
2972         (vorbis_handle_header_packet), (vorbis_dec_push),
2973         (vorbis_dec_chain):
2974           use the setup/teardown methods to save code.  save code is good.
2975
2976 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2977
2978         * check/Makefile.am:
2979           add ext dir for plugins
2980           add vorbisdec test conditionally
2981         * check/elements/volume.c: (setup_volume), (cleanup_volume),
2982         (GST_START_TEST), (volume_suite):
2983           add a test with wrong caps
2984         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
2985         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
2986           add a vorbisdec test
2987         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
2988         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
2989           clean up debug output
2990         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
2991           yay, fix a segfault/security issue in vorbisdec
2992           gst-launch fakesrc ! vorbisdec wasn't happy
2993         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
2994         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
2995         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
2996         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2997         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
2998         (gst_vorbisenc_set_metadata), (get_constraints_string),
2999         (update_start_message), (gst_vorbisenc_setup),
3000         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3001         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3002         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3003         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3004         * ext/vorbis/vorbisenc.h:
3005           march in line
3006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3007         (gst_ffmpegcsp_transform):
3008           have the kow come home
3009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3010           debug my func ptr
3011         * gst/volume/gstvolume.c: (volume_set_caps):
3012           add a debug
3013
3014 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3015
3016         * Makefile.am:
3017         * check/.cvsignore:
3018         * check/Makefile.am:
3019         * check/elements/.cvsignore:
3020         * check/elements/volume.c: (chain_func), (event_func),
3021         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3022         (main):
3023         * configure.ac:
3024           add unit test structure for gst-plugins-base
3025           add a test for volume
3026         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3027         (gst_volume_set_volume), (gst_volume_get_volume),
3028         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3029         (volume_funcfind), (volume_process_float), (volume_process_int16),
3030         (volume_set_caps), (volume_transform), (volume_update_mute),
3031         (volume_update_volume), (volume_set_property),
3032         (volume_get_property):
3033           document a little; use basetransform vmethod _set_caps
3034
3035 2005-08-19  Andy Wingo  <wingo@pobox.com>
3036
3037         * ext/alsa/gstalsamixertrack.h:
3038         * ext/alsa/gstalsamixertrack.c:
3039         * ext/alsa/gstalsamixeroptions.h:
3040         * ext/alsa/gstalsamixeroptions.c:
3041         * ext/alsa/gstalsamixer.h:
3042         * ext/alsa/gstalsamixer.c: Port to 0.9.
3043
3044         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3045         Remove gstalsa.c and alsaclock. No more cruft here.
3046         
3047 2005-08-18  Wim Taymans  <wim@fluendo.com>
3048
3049         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3050         (gst_base_rtp_depayload_chain),
3051         (gst_base_rtp_depayload_add_to_queue),
3052         (gst_base_rtp_depayload_push),
3053         (gst_base_rtp_depayload_queue_release):
3054         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3055         Fix for RTPBuffer changes.
3056
3057         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3058         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3059         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3060         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3061         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3062         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3063         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3064         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3065         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3066         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3067         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3068         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3069         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3070         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3071         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3072         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3073         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3074         (gst_rtpbuffer_get_payload):
3075         * gst-libs/gst/rtp/gstrtpbuffer.h:
3076         Don't subclass GstBuffer but add methods and helper functions
3077         to construct and manipulate RTP packets in regular GstBuffers.
3078
3079 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3080
3081         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3082           moved statement below switch
3083         * gst/volume/gstvolume.c: (gst_volume_class_init):
3084           added debug ptr
3085
3086 2005-08-16  Wim Taymans  <wim@fluendo.com>
3087
3088         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3089         (gst_base_audio_src_change_state):
3090         Open and close device in READY<->NULL state change.
3091
3092 2005-08-16  Andy Wingo  <wingo@pobox.com>
3093
3094         * examples/seeking/Makefile.am: Don't compile non-compiling
3095         compiled objects with the compiler.
3096
3097         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3098         elements.
3099
3100 2005-08-12  Philippe Khalaf <burger@speedy.org>
3101         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3102         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3103           Made a thread to release the queue.
3104           Removed timestamp conversion for now.
3105
3106 2005-08-10  Philippe Khalaf <burger@speedy.org>
3107         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3108         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3109           Added rtp timestamp -> gst timestamp conversion.
3110           Fixed several problems with queue.
3111
3112 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3113
3114         * gst-libs/gst/audio/gstaudioclock.h:
3115         * gst-libs/gst/audio/gstaudiofilter.h:
3116         * gst-libs/gst/audio/gstaudiosink.h:
3117         * gst-libs/gst/audio/gstaudiosrc.h:
3118         * gst-libs/gst/audio/gstbaseaudiosink.h:
3119         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3120         * gst-libs/gst/audio/gstringbuffer.h:
3121         * gst-libs/gst/net/gstnetbuffer.h:
3122         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3123         * gst-libs/gst/rtp/gstrtpbuffer.h:
3124           Add padding (you will need to rebuild gst-plugins-base,
3125           gst-plugins and all applications afterwards!)
3126
3127 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3128
3129         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3130         (gst_riff_parse_chunk):
3131           Fix bug in debug message and add some more debug messages.
3132
3133 2005-08-08  Edward Hervey  <edward@fluendo.com>
3134
3135         * gst-libs/gst/riff/riff-media.c:
3136         backported updates since branch
3137
3138 2005-08-08  Andy Wingo  <wingo@pobox.com>
3139
3140         * gst-libs/gst/audio/gstbaseaudiosink.c
3141         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3142         like good elements should. Close on READY->NULL too.
3143
3144         * gst-libs/gst/audio/gstaudiosink.c
3145         (gst_audioringbuffer_open_device,
3146         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3147         (gst_audioringbuffer_release): Updates for new ring buffer API,
3148         hook into the new audio sink api.
3149
3150         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3151         (GstAudioSinkClass.close): Just open and close the device -- no
3152         resource allocation or configuration.
3153         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3154         vmethods, handle device setup and resource allocation.
3155
3156         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3157         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3158         base class API.
3159
3160         * gst-libs/gst/audio/gstringbuffer.h
3161         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3162         New vmethods.
3163
3164         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3165         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3166         New API functions. The device should be opened before acquiring
3167         and closed after releasing.
3168
3169 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3170
3171         * gst-libs/gst/interfaces/mixer.h:
3172           Reset padding to GST_PADDING.
3173
3174 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3175
3176         * gst/playback/gstplaybin.c: (remove_sinks):
3177           Remove visualization from parent explicitely; works around some
3178           apparent refcount issue that I haven't tracked down yet.
3179
3180 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3181
3182         * ext/alsa/gstalsasink.c: (set_hwparams):
3183           Assign debug category, add negotiation debug msgs.
3184
3185 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3186
3187         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3188           Fix error code for file-not-found to NOT_FOUND.
3189
3190 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3191
3192         * common/gtk-doc-plugins.mak:
3193         * docs/plugins/Makefile.am:
3194         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3195         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3196           renamed to actual element names, so much nicer to look at
3197         * docs/plugins/tmpl/gstmultifdsink.sgml:
3198           remove
3199         * docs/plugins/tmpl/multifdsink.sgml:
3200         * docs/plugins/tmpl/tcpserversink.sgml:
3201           add
3202         * ext/alsa/gstalsa.c:
3203         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3204         * ext/ogg/gstoggmux.c:
3205         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3206         * gst/playback/gstdecodebin.c:
3207         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3208         * gst/tcp/gsttcpserversink.c:
3209           various fixes and documentation additions
3210
3211 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3212
3213         * common/Makefile.am:
3214         * common/gstdoc-scangobj:
3215         * common/gtk-doc-plugins.mak:
3216         * common/gtk-doc.mak:
3217           add a custom scangobj that uses the registry
3218           add a custom gtk-doc-plugins.mak that uses it
3219           some doc build fixes
3220         * configure.ac:
3221         * docs/Makefile.am:
3222         * docs/plugins/Makefile.am:
3223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3225         * docs/plugins/gst-plugins-base-plugins.types:
3226         * docs/plugins/tmpl/gstmultifdsink.sgml:
3227           add docs for one element, multifdsink
3228         * gst/adder/gstadder.h:
3229         * gst/volume/gstvolume.h:
3230           don't privatize enum
3231         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3232         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3233         (gst_sync_method_get_type), (gst_client_status_get_type),
3234         (gst_multifdsink_class_init),
3235         (gst_multifdsink_client_queue_buffer),
3236         (gst_multifdsink_handle_client_write):
3237         * gst/tcp/gstmultifdsink.h:
3238         * gst/tcp/gsttcp.h:
3239         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3240         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3241         (gst_tcpclientsink_render):
3242         * gst/tcp/gsttcpclientsink.h:
3243         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3244         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3245         (gst_tcpclientsrc_start):
3246         * gst/tcp/gsttcpclientsrc.h:
3247         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3248         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3249         * gst/tcp/gsttcpserversrc.h:
3250         * gst/typefind/gsttypefindfunctions.c:
3251           remove superfluous Type stuff
3252
3253 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3254
3255         * gst/playback/gstplaybin.c: (gen_video_element):
3256           Enable videoscale.
3257
3258 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3259
3260         * gst-libs/gst/gconf/gconf.c:
3261         * gst-libs/gst/gconf/gconf.h:
3262           Fix some Andy Problem [tm].
3263
3264 2005-08-04  Andy Wingo  <wingo@pobox.com>
3265
3266         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3267         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3268         (gst_ffmpegcsp_get_size): Adapt to API changes.
3269
3270         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3271         Implement an in-place do-nothing transform.
3272
3273 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3274
3275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3276         (gst_ximagesink_renegotiate_size):
3277           Do not set new window sizes yet if we prepare a new buffer size
3278           for upstream renegotiation (software scaling) at some point in the
3279           future, because this new size waqs not actually accepted yet. Once
3280           accepted, renegotiation later on will set the new sizes just fine.
3281           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3282           embedding testcase.
3283
3284 2005-08-03  Andy Wingo  <wingo@pobox.com>
3285
3286         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3287         (gst_ximagesink_buffer_alloc): 
3288         Protect the height, width, and desired_caps with the pool_lock.
3289         Fixes videotestsrc ! queue ! ximagesink.
3290
3291 2005-08-02  Edward Hervey  <edward@fluendo.com>
3292
3293         * gst/volume/gstvolume.c:
3294         include left from controller cleanup
3295
3296 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3297         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3298           Stop collectpads before calling the parent state
3299           change function on PAUSED->READY.
3300
3301 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3302         * configure.ac:
3303           When testing for X libs, use the X CFlags 
3304         * gst/adder/gstadder.c: (gst_adder_change_state):
3305           Stop the collectpads before calling parent state change function
3306           on PAUSED->READY, otherwise we deadlock deactivating pads.
3307
3308 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3309
3310         * configure.ac:
3311         * docs/libs/tmpl/gstcolorbalance.sgml:
3312         * docs/libs/tmpl/gstmixer.sgml:
3313         * examples/Makefile.am:
3314         * gst/sine/Makefile.am:
3315         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3316         (gst_sinesrc_set_property), (plugin_init):
3317         * gst/sine/gstsinesrc.h:
3318         * gst/volume/Makefile.am:
3319         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3320         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3321         (volume_process_float), (volume_process_int16),
3322         (volume_set_property), (plugin_init):
3323         * gst/volume/gstvolume.h:
3324           deactivate and remove dparams (libgstcontrol)
3325
3326 2005-07-29  Wim Taymans  <wim@fluendo.com>
3327
3328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3329         Convert me to BaseTransform!! help..
3330
3331 2005-07-29  Andy Wingo  <wingo@pobox.com>
3332
3333         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3334         sinks.
3335
3336         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3337         support of both endiannesses.
3338
3339 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3340
3341         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3342           Fix confusing debug message (s/event/query/)
3343
3344 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3345
3346         * gst/videotestsrc/videotestsrc.h:
3347           Use "_stdint.h" instead of <stdint.h>
3348
3349 2005-07-27  Wim Taymans  <wim@fluendo.com>
3350
3351         * ext/vorbis/Makefile.am:
3352         Revert wrong commit.
3353
3354 2005-07-27  Wim Taymans  <wim@fluendo.com>
3355
3356         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3357         More compilation fixen.
3358
3359 2005-07-27  Wim Taymans  <wim@fluendo.com>
3360
3361         * gst-libs/gst/audio/gstbaseaudiosink.c:
3362         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3363         (gst_base_audio_sink_create_ringbuffer),
3364         (gst_base_audio_sink_change_state):
3365         Fix compilation.
3366
3367 2005-07-27  Wim Taymans  <wim@fluendo.com>
3368
3369         * examples/seeking/seek.c: (setup_dynamic_link),
3370         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3371         (query_positions_elems), (query_positions_pads), (do_seek):
3372         Update seek example.
3373
3374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3375         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3376         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3377         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3378         (gst_ogg_demux_handle_event),
3379         (gst_ogg_demux_deactivate_current_chain),
3380         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3381         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3382         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3383         (gst_ogg_demux_loop):
3384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3385         * ext/theora/theoradec.c: (theora_dec_src_event),
3386         (theora_dec_src_getcaps), (theora_dec_sink_event),
3387         (theora_dec_push), (theora_dec_chain):
3388         * ext/vorbis/Makefile.am:
3389         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3390         (vorbis_dec_sink_event), (vorbis_dec_push),
3391         (vorbis_handle_data_packet):
3392         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3393         (gst_vorbisenc_chain):
3394         * gst/playback/gststreaminfo.c: (cb_probe):
3395         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3396         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3397         * gst/videoscale/gstvideoscale.c:
3398         (gst_videoscale_handle_src_event):
3399         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3400         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3401         (gst_ximagesink_navigation_send_event):
3402         * sys/xvimage/xvimagesink.c:
3403         (gst_xvimagesink_navigation_send_event):
3404         Various event updates and cleanups
3405
3406 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3407
3408         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3409           Fix segfault for I420/YV12.
3410
3411 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3412
3413         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3414           Report bitrate.
3415
3416 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3417
3418         * gst/playback/gstplaybin.c: (gen_video_element),
3419         (gen_audio_element):
3420           Switch to auto*sink elements as default sinks; add volume element
3421           so that volume control in totem works.
3422
3423 2005-07-21  Wim Taymans  <wim@fluendo.com>
3424
3425         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3426         * gst/playback/gstplaybin.c: (setup_sinks),
3427         (gst_play_bin_change_state):
3428         Refcount fix and more comments.
3429
3430 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3431
3432         * sys/ximage/Makefile.am:
3433         * sys/ximage/ximage.c: (plugin_init):
3434         * sys/ximage/ximagesink.c:
3435         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3436         
3437
3438 2005-07-21  Wim Taymans  <wim@fluendo.com>
3439
3440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3441         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3442         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3443         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3444         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3445         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3446         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3447         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3448         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3449         Generate correct disconts for live chained oggs.
3450
3451         * gst-libs/gst/audio/gstbaseaudiosink.c:
3452         (gst_base_audio_sink_render),
3453         (gst_base_audio_sink_create_ringbuffer),
3454         (gst_base_audio_sink_change_state):
3455         Handle discont math correctly.
3456
3457         * gst/playback/gstplaybin.c: (add_sink):
3458         Some small debug cleanup.
3459
3460 2005-07-21  Wim Taymans  <wim@fluendo.com>
3461
3462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3463         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3464         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3465         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3466         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3467         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3468         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3469         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3470         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3471         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3472         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3473         (gst_ogg_demux_change_state), (gst_ogg_print):
3474         Reorganize code to send the right disconts when in streaming
3475         mode.
3476
3477 2005-07-20  Andy Wingo  <wingo@pobox.com>
3478
3479         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3480         fix (?), fixes a seggie mcfalterson (#310894).
3481
3482 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3483
3484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3485         (gst_ogg_mux_set_header_on_caps):
3486         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3488         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3489         * gst-libs/gst/audio/multichannel.c:
3490         (gst_audio_set_channel_positions),
3491         (gst_audio_set_structure_channel_positions_list):
3492         * gst/playback/gstdecodebin.c: (dynamic_create):
3493         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3494         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3495           Fixes for API changes in core.
3496
3497 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3498
3499         * gst/playback/gstplaybasebin.c: (fill_buffer):
3500           Use _new_custom() so we can set custom message types for buffering
3501           messages.
3502
3503 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3504
3505         * configure.ac:
3506         * gst-libs/gst/Makefile.am:
3507         * gst-libs/gst/gconf/.cvsignore:
3508         * gst-libs/gst/gconf/Makefile.am:
3509         * gst-libs/gst/gconf/test-gconf.c:
3510         * pkgconfig/Makefile.am:
3511         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3512         * pkgconfig/gstreamer-gconf.pc.in:
3513           Remove gconf stuff, use gconf elements instead from now on.
3514
3515 2005-07-20  Wim Taymans  <wim@fluendo.com>
3516
3517         * gst-libs/gst/audio/TODO:
3518         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3519         (gst_audio_clock_get_internal_time):
3520         * gst-libs/gst/audio/gstaudioclock.h:
3521         * gst-libs/gst/audio/gstbaseaudiosink.c:
3522         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3523         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3524         (gst_base_audio_sink_render),
3525         (gst_base_audio_sink_create_ringbuffer),
3526         (gst_base_audio_sink_change_state):
3527         Make sure the audio clock always returns an increasing value.
3528
3529 2005-07-19  Andy Wingo  <wingo@pobox.com>
3530
3531         * gst/videotestsrc/: Cleanups.
3532
3533 2005-07-19  Wim Taymans  <wim@fluendo.com>
3534
3535         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3536         Better debugging.
3537
3538 2005-07-19  Wim Taymans  <wim@fluendo.com>
3539
3540         * examples/seeking/seek.c: (make_dv_pipeline),
3541         (make_vorbis_theora_pipeline), (query_rates),
3542         (query_positions_elems), (query_positions_pads), (do_seek):
3543         Make correct DV pipeline.
3544
3545 2005-07-18  Andy Wingo  <wingo@pobox.com>
3546
3547         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3548         default. Also because it's the only thing that really works. (This
3549         is used in the GConf elements).
3550         Use AS_LIBTOOL_TAGS.
3551
3552 2005-07-18  Wim Taymans  <wim@fluendo.com>
3553
3554         * gst/playback/gstdecodebin.c: (remove_element_chain):
3555         * gst/playback/gstplaybin.c: (add_sink):
3556         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3557         (gst_stream_info_set_mute):
3558         * gst/playback/gststreamselector.c:
3559         (gst_stream_selector_get_linked_pad),
3560         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3561         More leak and compile fixes.
3562
3563 2005-07-18  Wim Taymans  <wim@fluendo.com>
3564
3565         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3566         (query_rates), (query_positions_elems), (query_positions_pads),
3567         (do_seek), (seek_cb), (stop_seek):
3568         Updated seek example. 
3569
3570         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3571         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3572         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3573         * gst/playback/gstplaybin.c: (add_sink):
3574         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3575         (gst_stream_info_set_mute):
3576         Some refcount leak fixes.
3577
3578 2005-07-16  Wim Taymans  <wim@fluendo.com>
3579
3580         * gst-libs/gst/audio/gstbaseaudiosink.c:
3581         (gst_base_audio_sink_render):
3582         Align samples even if we have roundoff errors in the 
3583         timestamp conversion.
3584
3585 2005-07-16  Wim Taymans  <wim@fluendo.com>
3586
3587         * docs/libs/tmpl/gstringbuffer.sgml:
3588         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3589         (query_rates), (query_positions_elems), (query_positions_pads),
3590         (update_scale), (do_seek):
3591         Updated seek example.
3592
3593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3594         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3595         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3596         (gst_ogg_demux_loop):
3597         Push out correct discont values.
3598
3599         * ext/theora/theoradec.c: (theora_dec_src_convert),
3600         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3601         (theora_dec_sink_event), (theora_handle_type_packet),
3602         (theora_handle_header_packet), (theora_dec_push),
3603         (theora_handle_data_packet), (theora_dec_chain),
3604         (theora_dec_change_state):
3605         Better timestamping.
3606
3607         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3608         (vorbis_dec_sink_event), (vorbis_dec_push),
3609         (vorbis_handle_data_packet), (vorbis_dec_chain):
3610         * ext/vorbis/vorbisdec.h:
3611         Better timestamping.
3612
3613         * gst-libs/gst/audio/gstbaseaudiosink.c:
3614         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3615         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3616         Handle syncing on timestamps instead of sample offsets. Make
3617         use of DISCONT values as described in design docs.
3618
3619         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3620         (gst_base_audio_src_get_time):
3621         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3622         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3623         (gst_ring_buffer_read):
3624         * gst-libs/gst/audio/gstringbuffer.h:
3625         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3626         (gst_ximagesink_show_frame):
3627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3628         Correcly convert buffer timestamp to stream time.
3629
3630 2005-07-16  Wim Taymans  <wim@fluendo.com>
3631
3632         * gst/audioconvert/gstaudioconvert.c:
3633         (gst_audio_convert_get_buffer):
3634         Timestamp buffers correctly.
3635
3636         * gst/playback/gstplaybin.c: (gen_video_element):
3637         Make internal fakesink silent.
3638
3639 2005-07-15  Wim Taymans  <wim@fluendo.com>
3640
3641         * gst/ffmpegcolorspace/Makefile.am:
3642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3643         (gst_ffmpegcsp_caps_remove_format_info),
3644         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3645         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3646         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3647         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3648         Ported ffmpegcolorspace to basetransform.
3649
3650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3651         * gst/volume/gstvolume.c: (volume_transform):
3652         Ported to new API.
3653
3654 2005-07-14  Wim Taymans  <wim@fluendo.com>
3655
3656         * gst/videotestsrc/Makefile.am:
3657         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3658         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3659         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3660         (gst_videotestsrc_init), (gst_videotestsrc_event),
3661         (gst_videotestsrc_create), (gst_videotestsrc_start),
3662         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3663         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3664         (gst_videotestsrc_get_property):
3665         * gst/videotestsrc/gstvideotestsrc.h:
3666         Make videotestsrc a pushsrc.
3667
3668 2005-07-14  Wim Taymans  <wim@fluendo.com>
3669
3670         * gst/tcp/gstfdset.c: (gst_fdset_free):
3671         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3672         (gst_multifdsink_add), (gst_multifdsink_remove),
3673         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3674         (gst_multifdsink_remove_client_link),
3675         (gst_multifdsink_client_queue_data),
3676         (gst_multifdsink_client_queue_caps),
3677         (gst_multifdsink_client_queue_buffer),
3678         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3679         (gst_multifdsink_stop):
3680         * gst/tcp/gstmultifdsink.h:
3681         0.8 backporting.
3682
3683         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3684         Also draw image when not from a pool.
3685
3686 2005-07-14  Wim Taymans  <wim@fluendo.com>
3687
3688         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3689         (mute_stream), (silence_stream):
3690         Small debug additions.
3691
3692 2005-07-14  Wim Taymans  <wim@fluendo.com>
3693
3694         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3695         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3696         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3697         Better error recovery, ignore unconnected pads and
3698         non-fatal errors.
3699
3700 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3701
3702         * docs/libs/tmpl/gstaudio.sgml:
3703         * docs/libs/tmpl/gstcolorbalance.sgml:
3704         * docs/libs/tmpl/gstgconf.sgml:
3705         * docs/libs/tmpl/gstmixer.sgml:
3706         * docs/libs/tmpl/gstringbuffer.sgml:
3707         * docs/libs/tmpl/gsttuner.sgml:
3708         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3710         (gst_tcpclientsrc_class_init):
3711         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3712         (gst_tcpserversrc_class_init):
3713         * sys/v4l/gstv4lelement.c:
3714           more autistic cleanliness in functions/names/defines
3715
3716 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3717
3718         * configure.ac:
3719           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3720           added manually to each Makefile.am so we are sure it goes
3721           *last* and doesn't add -L flags before linking in libs of our
3722           own, like, say, internal .la libs, that then accidentally pick
3723           up the installed copy.
3724         * docs/libs/Makefile.am:
3725         * ext/alsa/Makefile.am:
3726         * ext/cdparanoia/Makefile.am:
3727         * ext/gnomevfs/Makefile.am:
3728         * ext/libvisual/Makefile.am:
3729         * ext/ogg/Makefile.am:
3730         * ext/theora/Makefile.am:
3731         * ext/vorbis/Makefile.am:
3732         * gst-libs/gst/video/Makefile.am:
3733         * gst/adder/Makefile.am:
3734         * gst/audioconvert/Makefile.am:
3735         * gst/audiorate/Makefile.am:
3736         * gst/audioscale/Makefile.am:
3737         * gst/ffmpegcolorspace/Makefile.am:
3738         * gst/playback/Makefile.am:
3739         * gst/sine/Makefile.am:
3740         * gst/subparse/Makefile.am:
3741         * gst/tags/Makefile.am:
3742         * gst/tcp/Makefile.am:
3743         * gst/typefind/Makefile.am:
3744         * gst/videorate/Makefile.am:
3745         * gst/videoscale/Makefile.am:
3746         * gst/videotestsrc/Makefile.am:
3747         * gst/volume/Makefile.am:
3748         * sys/v4l/Makefile.am:
3749         * sys/ximage/Makefile.am:
3750         * sys/xvimage/Makefile.am:
3751           adapt properly to this change. This should make sure that
3752           plugins and libs properly link to the as-yet-uninstalled
3753           copies of stuff like libgstinterfaces and libgstvideo
3754
3755 2005-07-13  Andy Wingo  <wingo@pobox.com>
3756
3757         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3758         (gst_v4lsrc_fixate): Fixate on format as well.
3759
3760         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3761         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3762         buffer points to it.
3763         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3764         rather just doing X calls ourselves. Also fixes a memleak.
3765
3766 2005-07-12  Andy Wingo  <wingo@pobox.com>
3767
3768         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3769         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3770         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3771         TRUE to avoid deadlocks if an element holds on to our buffers.
3772
3773 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3774
3775         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3776         (gst_sinesrc_init), (gst_sinesrc_create),
3777         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3778         (gst_sinesrc_start):
3779         * gst/sine/gstsinesrc.h:
3780           removing num-buffers property before moving it
3781
3782 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3783
3784         * configure.ac:
3785           use overridable ERROR_CFLAGS
3786         * docs/libs/gst-plugins-base-libs.types:
3787         * docs/libs/tmpl/gstringbuffer.sgml:
3788         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3789         (gst_alsasink_class_init):
3790         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3791         (gst_alsasrc_class_init):
3792         * gst-libs/gst/audio/audio.h:
3793         * gst-libs/gst/audio/gstaudioclock.h:
3794         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
3795         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
3796         (gst_audio_filter_link), (gst_audio_filter_init),
3797         (gst_audio_filter_chain), (gst_audio_filter_set_property),
3798         (gst_audio_filter_get_property),
3799         (gst_audio_filter_class_add_pad_templates):
3800         * gst-libs/gst/audio/gstaudiofilter.h:
3801         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3802         (gst_audio_filter_template_get_type),
3803         (gst_audio_filter_template_base_init),
3804         (gst_audio_filter_template_class_init),
3805         (gst_audio_filter_template_init),
3806         (gst_audio_filter_template_set_property),
3807         (gst_audio_filter_template_get_property), (plugin_init),
3808         (gst_audio_filter_template_setup),
3809         (gst_audio_filter_template_filter),
3810         (gst_audio_filter_template_filter_inplace):
3811         * gst-libs/gst/audio/gstaudiosink.c:
3812         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3813         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
3814         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3815         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3816         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
3817         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
3818         * gst-libs/gst/audio/gstaudiosink.h:
3819         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3820         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3821         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3822         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
3823         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
3824         (gst_audio_src_class_init), (gst_audio_src_init),
3825         (gst_audio_src_create_ringbuffer):
3826         * gst-libs/gst/audio/gstaudiosrc.h:
3827         * gst-libs/gst/audio/gstbaseaudiosink.c:
3828         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
3829         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3830         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
3831         (gst_base_audio_sink_set_property),
3832         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
3833         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
3834         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
3835         (gst_base_audio_sink_create_ringbuffer),
3836         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
3837         * gst-libs/gst/audio/gstbaseaudiosink.h:
3838         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3839         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
3840         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
3841         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
3842         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
3843         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
3844         (gst_base_audio_src_event), (gst_base_audio_src_create),
3845         (gst_base_audio_src_create_ringbuffer),
3846         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
3847         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3848         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
3849         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
3850         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
3851         (gst_ring_buffer_debug_spec_caps),
3852         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
3853         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
3854         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
3855         (gst_ring_buffer_start), (gst_ring_buffer_pause),
3856         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
3857         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3858         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
3859         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
3860         (gst_ring_buffer_clear):
3861         * gst-libs/gst/audio/gstringbuffer.h:
3862         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
3863         (gst_video_sink_class_init), (gst_video_sink_get_type):
3864         * gst-libs/gst/video/videosink.h:
3865         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
3866         (gst_multifdsink_class_init),
3867         (gst_multifdsink_handle_client_write),
3868         (gst_multifdsink_change_state):
3869         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3870         (gst_tcpclientsink_setcaps):
3871         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
3872         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
3873         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
3874         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
3875         (gst_ximagesink_send_pending_navigation),
3876         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
3877         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
3878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3879         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3880         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
3881         (gst_xvimagesink_send_pending_navigation),
3882         (gst_xvimagesink_navigation_send_event),
3883         (gst_xvimagesink_set_xwindow_id),
3884         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
3885         (gst_xvimagesink_get_type):
3886         more macro splitting
3887
3888 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3889
3890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
3891           plug a memleak, allows me to import 1479 albums in one go
3892           in jamboree
3893         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
3894         (vorbis_handle_type_packet), (vorbis_dec_chain),
3895         (vorbis_dec_change_state):
3896           fix some format strings
3897
3898 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3899
3900         * docs/libs/tmpl/gstcolorbalance.sgml:
3901         * docs/libs/tmpl/gstmixer.sgml:
3902         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
3903         (gst_alsasink_set_property), (gst_alsasink_get_property):
3904         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
3905         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
3906           add device property
3907
3908 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
3909
3910         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3911         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
3912         (audiocast_register_listener), (audiocast_thread_run),
3913         (gst_gnomevfssrc_send_additional_headers_callback),
3914         (gst_gnomevfssrc_received_headers_callback),
3915         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
3916         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
3917         (gst_gnomevfssrc_get_size):
3918           add/clean up debugging
3919         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3920           cleanups
3921
3922 2005-07-07  Andy Wingo  <wingo@pobox.com>
3923
3924         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
3925         framerate. Need to get a handle on when exactly this function is
3926         called, tho.
3927
3928         * sys/v4l/v4lsrc_calls.h:
3929         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
3930         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
3931         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
3932
3933         * sys/v4l/v4l_calls.h: Cast to V4lElement.
3934         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
3935         v4lelements are sources.
3936
3937         * sys/v4l/gstv4lxoverlay.h:
3938         * sys/v4l/gstv4lxoverlay.c:
3939         * sys/v4l/gstv4ltuner.h:
3940         * sys/v4l/gstv4ltuner.c: Header loc fixen.
3941         
3942         * sys/v4l/gstv4lsrc.h:
3943         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
3944         PushSrc/BaseSrc. Removed most sync-related properties, videorate
3945         or something should handle that. Made a live source.
3946
3947         * sys/v4l/gstv4lelement.h:
3948         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
3949         signals. Some cleanups.
3950
3951         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
3952
3953         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
3954         stuff.
3955
3956         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
3957         stuff.
3958
3959         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
3960
3961 2005-07-07  Wim Taymans  <wim@fluendo.com>
3962
3963         * ext/theora/theoradec.c: (theora_get_query_types),
3964         (theora_dec_src_getcaps), (theora_dec_push):
3965         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
3966         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
3967         Remove deprecated/unused query types.
3968
3969 2005-07-06  Wim Taymans  <wim@fluendo.com>
3970
3971         * ext/alsa/Makefile.am:
3972         * ext/alsa/gstalsaplugin.c: (plugin_init):
3973         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
3974         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3975         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
3976         (gst_alsasrc_class_init), (gst_alsasrc_init),
3977         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
3978         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
3979         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
3980         (gst_alsasrc_reset):
3981         * ext/alsa/gstalsasrc.h:
3982         * gst-libs/gst/audio/Makefile.am:
3983         * gst-libs/gst/audio/gstaudiosink.c:
3984         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3985         (gst_audioringbuffer_start):
3986         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
3987         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
3988         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
3989         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
3990         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
3991         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
3992         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
3993         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
3994         * gst-libs/gst/audio/gstaudiosrc.h:
3995         * gst-libs/gst/audio/gstbaseaudiosink.c:
3996         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
3997         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
3998         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
3999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4000         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4001         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4002         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4003         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4004         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4005         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4006         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4007         (gst_baseaudiosrc_change_state):
4008         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4009         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4010         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4011         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4012         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4013         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4014         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4015         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4016         * gst-libs/gst/audio/gstringbuffer.h:
4017         Added audiosource base classes.
4018         Ported alsasrc, still very basic.
4019
4020 2005-07-06  Wim Taymans  <wim@fluendo.com>
4021
4022         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4023         (theora_dec_push), (theora_handle_data_packet):
4024         Prepare for better timestamp fix later.
4025
4026         * gst/audioconvert/gstaudioconvert.c:
4027         List most accurate caps first
4028
4029         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4030         Use proper pad task function.
4031
4032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4033         (gst_xvimagesink_show_frame):
4034         Fix deadlock when alloc failed.
4035
4036 2005-07-05  Andy Wingo  <wingo@pobox.com>
4037
4038         * ext/gnomevfs/gstgnomevfssrc.c:
4039         * gst/sine/gstsinesrc.c:
4040         * gst/tcp/gsttcpserversrc.c:
4041         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4042
4043         * sys/v4l/: Port from 0.8.
4044
4045         * Many files: Null if we got it....
4046
4047 2005-07-05  Andy Wingo  <wingo@pobox.com>
4048
4049         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4050         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4051         Signedness fixes.
4052
4053 2005-07-05  Wim Taymans  <wim@fluendo.com>
4054
4055         * configure.ac:
4056         * gst/tcp/Makefile.am:
4057         * gst/tcp/README:
4058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4059         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4060         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4061         (is_sync_frame), (gst_multifdsink_handle_client_write),
4062         (gst_multifdsink_render), (gst_multifdsink_start),
4063         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4064         * gst/tcp/gstmultifdsink.h:
4065         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4066         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4067         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4068         * gst/tcp/gsttcp.h:
4069         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4070         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4071         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4072         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4073         * gst/tcp/gsttcpclientsink.h:
4074         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4075         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4076         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4077         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4078         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4079         * gst/tcp/gsttcpclientsrc.h:
4080         * gst/tcp/gsttcpplugin.c: (plugin_init):
4081         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4082         * gst/tcp/gsttcpserversink.h:
4083         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4084         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4085         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4086         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4087         (gst_tcpserversrc_stop):
4088         * gst/tcp/gsttcpserversrc.h:
4089         * gst/tcp/gsttcpsink.c:
4090         * gst/tcp/gsttcpsink.h:
4091         * gst/tcp/gsttcpsrc.c:
4092         * gst/tcp/gsttcpsrc.h:
4093         Ported tcp plugins to 0.9. 
4094         
4095
4096 2005-07-05  Andy Wingo  <wingo@pobox.com>
4097
4098         * gst/playback/gstplaybasebin.c (fill_buffer):
4099         message_new_application fixen.
4100
4101         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4102         Style fix.
4103
4104 2005-07-04  Wim Taymans  <wim@fluendo.com>
4105
4106         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4107         Set caps on output buffer.
4108
4109 2005-07-04  Andy Wingo  <wingo@pobox.com>
4110
4111         * ext/gnomevfs/gstgnomevfssrc.c
4112         (gst_gnomevfssrc_received_headers_callback) 
4113         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4114         hopefully.
4115
4116         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4117         No refcount leakage.
4118
4119         * configure.ac: Enable -Werror.
4120         
4121         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4122         * gst/audioconvert/bufferframesconvert.c
4123         (buffer_frames_convert_fixate):
4124         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4125         (gst_audio_convert_fixate):
4126         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4127         (gst_sinesrc_create): Fixate func changes.
4128         
4129         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4130         (gst_ximagesink_buffer_alloc): Unused var.
4131
4132 2005-07-01  Andy Wingo  <wingo@pobox.com>
4133
4134         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4135         getcaps to do explicit caps. Needs to be done in all decoders,
4136         possibly via a base class.
4137
4138         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4139
4140         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4141         caps on the sink pad, just rely on the pad template. Also, setting
4142         ANY caps on a pad is not valid because the caps are not fixed.
4143
4144         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4145         caps on the buffer, and get the width from the desired_caps if
4146         they're set.
4147         (gst_ximagesink_renegotiate_size): Implement via setting the
4148         desired_caps on the ximagesink.
4149         (gst_ximagesink_setcaps): Only reset the width of the player if it
4150         wasn't already set. Not sure if this is right.
4151         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4152
4153         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4154         that the user wants. NULL unless the window has been resized.
4155
4156         * gst/volume/gstvolume.c (volume_transform): Adapt to
4157         basetransform refcount changes.
4158         
4159 2005-07-01  Andy Wingo  <wingo@pobox.com>
4160
4161         * gst/videoscale/gstvideoscale.c:
4162         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4163         from BaseTransform, implements a transform_caps. Removed dead code
4164         including some PAR stuff that was never reached -- should probably
4165         be added back somehow.
4166
4167 2005-07-01  Andy Wingo  <wingo@pobox.com>
4168
4169         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4170         come later.
4171
4172 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4173
4174         * configure.ac:
4175         * docs/libs/Makefile.am:
4176         * docs/libs/gst-plugins-libs.types:
4177         * ext/alsa/Makefile.am:
4178         * ext/alsa/gstalsamixer.h:
4179         * ext/alsa/gstalsamixeroptions.h:
4180         * ext/alsa/gstalsamixertrack.h:
4181         * gst-libs/gst/Makefile.am:
4182         * gst-libs/gst/colorbalance/.cvsignore:
4183         * gst-libs/gst/colorbalance/Makefile.am:
4184         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4185         * gst-libs/gst/colorbalance/colorbalance.c:
4186         * gst-libs/gst/colorbalance/colorbalance.h:
4187         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4188         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4189         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4190         * gst-libs/gst/interfaces/Makefile.am:
4191         * gst-libs/gst/interfaces/colorbalance.c:
4192         (gst_color_balance_class_init):
4193         * gst-libs/gst/interfaces/colorbalance.h:
4194         * gst-libs/gst/interfaces/interfaces-marshal.list:
4195         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4196         * gst-libs/gst/interfaces/mixer.h:
4197         * gst-libs/gst/interfaces/mixeroptions.h:
4198         * gst-libs/gst/interfaces/navigation.c:
4199         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4200         * gst-libs/gst/interfaces/tuner.h:
4201         * gst/volume/Makefile.am:
4202         * gst/volume/gstvolume.c:
4203         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4204         * sys/ximage/Makefile.am:
4205         * sys/ximage/ximagesink.c:
4206         * sys/xvimage/Makefile.am:
4207         * sys/xvimage/xvimagesink.c:
4208           fold in all interfaces into an interfaces dir, preserving CVS
4209           history
4210
4211 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4212
4213         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4214           Fix build after riff changes.
4215
4216 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4217
4218         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4219         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4220         (gst_riff_create_video_template_caps),
4221         (gst_riff_create_audio_template_caps),
4222         (gst_riff_create_iavs_template_caps):
4223         * gst-libs/gst/riff/riff-media.h:
4224         * gst-libs/gst/riff/riff-read.h:
4225         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4226           Add gst_riff_init() to initialize the debug category, instead
4227           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4228
4229 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4230
4231         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4232           Oops, I shouldn't apply hacks.
4233
4234 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4235
4236         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4237           Remove pad_loop function which doesn't work.
4238
4239 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4240
4241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4242           Send EOS when deactivating.
4243         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4244         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4245         (gen_preroll_element), (probe_triggered), (mute_stream),
4246         (silence_stream), (new_decoded_pad), (setup_substreams),
4247         (set_active_source):
4248         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4249         (remove_sinks), (add_sink):
4250         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4251           Change for new probe API.
4252
4253 2005-06-29  Wim Taymans  <wim@fluendo.com>
4254
4255         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4256         * gst-libs/gst/audio/gstbaseaudiosink.c:
4257         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4258         (gst_baseaudiosink_change_state):
4259         * gst-libs/gst/audio/gstbaseaudiosink.h:
4260         * gst-libs/gst/audio/gstringbuffer.c:
4261         (gst_ringbuffer_set_callback):
4262         Fix compilation error.
4263         Ringbuffer starts out as not running.
4264         Free our clock in dispose.
4265         When releasing the ringbuffer we need to renegotiate so
4266         clear the pad caps.
4267
4268 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4269
4270         * autogen.sh:
4271         * configure.ac:
4272         * docs/Makefile.am:
4273         * docs/libs/Makefile.am:
4274         * docs/libs/gst-plugins-libs-docs.sgml:
4275         * docs/libs/gst-plugins-libs-sections.txt:
4276         * docs/libs/gst-plugins-libs.types:
4277         * docs/libs/tmpl/gstaudio.sgml:
4278         * docs/libs/tmpl/gstcolorbalance.sgml:
4279         * docs/libs/tmpl/gstringbuffer.sgml:
4280         * gst-libs/gst/audio/gstringbuffer.c:
4281         (gst_ringbuffer_set_callback):
4282           reinstate gtk-doc docs for plugin libs
4283
4284 2005-06-28  Wim Taymans  <wim@fluendo.com>
4285
4286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4287         (gst_ogg_demux_init):
4288         Removed pad loop function.
4289
4290 2005-06-28  Wim Taymans  <wim@fluendo.com>
4291
4292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4293         If we're building a chain we are not in an error case
4294         when we queue a buffer.
4295
4296 2005-06-28  Andy Wingo  <wingo@pobox.com>
4297
4298         * *.c: Don't cast to GstObject before reffing/unreffing.
4299
4300 2005-06-27  Andy Wingo  <wingo@pobox.com>
4301
4302         * gst/videotestsrc/gstvideotestsrc.c
4303         (gst_videotestsrc_activate_push): Activation API changes.
4304
4305         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4306         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4307         they have refs on the decodebin.
4308
4309         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4310         parent class.
4311         (gst_ogg_pad_typefind): Don't leak a pad ref.
4312         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4313         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4314         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4315
4316 2005-06-27  Edward Hervey  <edward@fluendo.com>
4317
4318         * ext/theora/theoradec.c: (theora_dec_change_state): 
4319         re-arranged call to parent's state change in order to avoid locks (or
4320         worse).
4321
4322 2005-06-26  Edward Hervey  <edward@fluendo.com>
4323
4324         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4325         2nd argument of 'unknow-type' signal is a GstCaps and not a
4326         GstMiniObject
4327
4328 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4329         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4330           Set the worker thread's running flag to TRUE before starting the
4331           thread.
4332         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4333           Catch a failure to add typefind to the bin.
4334
4335 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4336
4337         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4338         (gst_sinesrc_init), (gst_sinesrc_create),
4339         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4340         (gst_sinesrc_start):
4341         * gst/sine/gstsinesrc.h:
4342           add num-buffers and timestamp-offset properties
4343         * gst/videotestsrc/gstvideotestsrc.c:
4344         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4345         (gst_videotestsrc_get_property):
4346           add timestamp-offset property
4347
4348 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4349
4350         * configure.ac: add videorate
4351         * gst-plugins-base.spec.in: add videorate
4352
4353 2005-06-23  Wim Taymans  <wim@fluendo.com>
4354
4355         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4356         (gst_videorate_getcaps), (gst_videorate_setcaps),
4357         (gst_videorate_event), (gst_videorate_chain):
4358         Fixed videorate, fixating an already fixated caps is not
4359         an error.
4360
4361 2005-06-23  Wim Taymans  <wim@fluendo.com>
4362
4363         * ext/ogg/README:
4364         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4365         Buffer on caps is not boxed anymore.
4366
4367 2005-06-22  Wim Taymans  <wim@fluendo.com>
4368
4369         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4371         Set buffers on caps as miniobjects and not as boxed.
4372
4373 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4374
4375         * configure.ac:
4376           back to HEAD
4377
4378 === release 0.9.1 ===
4379
4380 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4381
4382         * .cvsignore:
4383         * NEWS:
4384         * README:
4385         * RELEASE:
4386         * configure.ac:
4387         * po/af.po:
4388         * po/az.po:
4389         * po/cs.po:
4390         * po/en_GB.po:
4391         * po/hu.po:
4392         * po/it.po:
4393         * po/nb.po:
4394         * po/nl.po:
4395         * po/or.po:
4396         * po/sq.po:
4397         * po/sr.po:
4398         * po/sv.po:
4399         * po/uk.po:
4400         * po/vi.po:
4401           updates for release
4402
4403 2005-06-09  Andy Wingo  <wingo@pobox.com>
4404
4405         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4406         
4407 2005-06-09  Andy Wingo  <wingo@pobox.com>
4408
4409         * configure.ac:
4410         * gst-libs/gst/Makefile.am:
4411         * gst-libs/gst/net/Makefile.am:
4412         Add gstnet to build.
4413
4414 2005-06-09  Andy Wingo  <wingo@pobox.com>
4415
4416         * gst-libs/gst/gconf/gconf.c:
4417         * gst/playback/test.c:
4418         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4419         fixes.
4420
4421         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4422
4423         * ext/theora/theoraenc.c (theora_enc_chain): 
4424         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4425
4426         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4427         RealPad.
4428
4429 2005-06-02  Wim Taymans  <wim@fluendo.com>
4430
4431         * gst-libs/gst/net/Makefile.am:
4432         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4433         * pkgconfig/gstreamer-libs.pc.in:
4434         Added net stuff, version net lib.
4435
4436 2005-06-02  Wim Taymans  <wim@fluendo.com>
4437
4438         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4439         (query_rates), (query_positions_elems), (query_positions_pads),
4440         (do_seek):
4441         Updated seek example.
4442
4443 2005-06-02  Andy Wingo  <wingo@pobox.com>
4444
4445         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4446         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4447         list.
4448
4449         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4450         remove the typefind, the bin dispose will do it for us. When it's
4451         removed and unreffed, the signal handler will be disconnected,
4452         too.
4453         (unlinked): It's too difficult to disconnect from unlinked
4454         handlers, as they are on pads not elements. Just punt if the pads
4455         aren't grandkids of the bin.
4456
4457 2005-06-02  Wim Taymans  <wim@fluendo.com>
4458
4459         * ext/ogg/README:
4460         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4461         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4463         * ext/theora/theoradec.c: (theora_dec_src_query),
4464         (theora_handle_data_packet):
4465         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4466         (theora_enc_chain):
4467         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4468         (vorbis_handle_data_packet):
4469         * gst/audioconvert/bufferframesconvert.c:
4470         (buffer_frames_convert_chain):
4471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4472         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4473         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4474         (gst_ffmpegcsp_chain):
4475         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4476         (gst_videorate_getcaps), (gst_videorate_setcaps),
4477         (gst_videorate_event), (gst_videorate_chain):
4478         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4479         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4480         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4481         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4483         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4484         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4485         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4486         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4487         Cleanups and buffer alloc.
4488
4489 2005-05-31  Wim Taymans  <wim@fluendo.com>
4490
4491         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4492         Don't try to call the delay method when the device is not
4493         opened.
4494
4495 2005-05-31  Wim Taymans  <wim@fluendo.com>
4496
4497         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4498         Get actual segment size and buffer size after opening
4499         the device.
4500
4501 2005-05-30  Wim Taymans  <wim@fluendo.com>
4502
4503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4504         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4505         Also FLUSH upstream, makes the loop function exit faster.
4506         
4507         * ext/theora/theoradec.c: (theora_dec_src_query):
4508         Some more debug info in the query.
4509         
4510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4511         (gst_ximagesink_setcaps):
4512         Release lock on par error, better error reporting.
4513
4514 2005-05-26  Wim Taymans  <wim@fluendo.com>
4515
4516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4517         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4518         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4519         Clear chains in READY
4520         Queue packets until the chain is activated.
4521
4522 2005-05-25  Wim Taymans  <wim@fluendo.com>
4523
4524         * gst-libs/gst/audio/gstaudiosink.c:
4525         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4526         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4527         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4528         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4529         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4530         (gst_audiosink_create_ringbuffer):
4531         * gst-libs/gst/audio/gstbaseaudiosink.c:
4532         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4533         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4534         (gst_baseaudiosink_set_property), (build_linear_format),
4535         (debug_spec_caps), (debug_spec_buffer),
4536         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4537         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4538         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4539         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4541         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4542         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4543         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4544         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4545         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4546         (wait_segment), (gst_ringbuffer_commit),
4547         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4548         (gst_ringbuffer_clear):
4549         Various small cleanups.
4550
4551         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4552         (gst_audio_convert_change_state):
4553         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4554         No need to take the locks anymore.
4555
4556 2005-05-25  Wim Taymans  <wim@fluendo.com>
4557
4558         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4559         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4560         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4561         (type_found):
4562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4563         (group_destroy), (group_commit), (queue_overrun),
4564         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4565         (mute_stream), (new_decoded_pad), (setup_substreams),
4566         (setup_source), (mute_group_type), (set_active_source),
4567         (gst_play_base_bin_change_state):
4568         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4569         (gen_video_element), (gen_text_element), (gen_audio_element),
4570         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4571         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4572         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4573         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4574         Some playbin cleanups mostly refcounting sloppyness.
4575
4576 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4577
4578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4579           Work with streaming input.
4580
4581 2005-05-25  Wim Taymans  <wim@fluendo.com>
4582
4583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4584         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4585         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4586         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4587         No need to take the STREAM lock anymore.
4588
4589 2005-05-25  Wim Taymans  <wim@fluendo.com>
4590
4591         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4592         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4593         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4594         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4595         (gst_ogg_demux_sink_activate):
4596         * ext/theora/theoradec.c: (theora_dec_src_event),
4597         (theora_handle_comment_packet), (theora_dec_chain),
4598         (theora_dec_change_state):
4599         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4600         (vorbis_handle_data_packet), (vorbis_dec_chain),
4601         (vorbis_dec_change_state):
4602         Remove STREAM locks as they are taken in core now.
4603         Never set bogus granulepos on vorbis/theora.
4604         Fix leaks in theoradec tag parsing.
4605
4606 2005-05-25  Wim Taymans  <wim@fluendo.com>
4607
4608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4609         Fix memleaks, GST_BUFFER_DATA() is not freed.
4610
4611 2005-05-25  Wim Taymans  <wim@fluendo.com>
4612
4613         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4614         Open non-blocking, set to blocking mode afterwards to avoid
4615         lockups when audio device is busy.
4616
4617 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4618
4619         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4620           This can't be good.
4621
4622 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4623
4624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4625         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4626         (gst_audio_convert_setcaps):
4627           Implement instant setup switching.
4628
4629 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4630
4631         * gst/playback/gstplaybasebin.c: (probe_triggered):
4632           Fix missing unlock.
4633         * gst/playback/gstplaybin.c: (add_sink):
4634           First add, then link (otherwise pad link fails).
4635
4636 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4637
4638         * examples/Makefile.am:
4639         fix buildbot (make distcheck)
4640
4641 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4642
4643         * gst/playback/gstplaybin.c: (gen_vis_element):
4644           Remove some wrong code. Doesn't work yet.
4645
4646 2005-05-19  Wim Taymans  <wim@fluendo.com>
4647
4648         * gst-libs/gst/net/Makefile.am:
4649         * gst-libs/gst/net/README:
4650         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4651         (gst_netbuffer_class_init), (gst_netbuffer_init),
4652         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4653         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4654         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4655         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4656         * gst-libs/gst/net/gstnetbuffer.h:
4657         Added buffer subclass to store extra to/from addresses for
4658         network sources/sinks.
4659
4660 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4661
4662         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4663           Don't lock an unassigned variable.
4664
4665 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4666
4667         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4668           Increase buffer for video, decrease buffer for other media types.
4669         * gst/playback/gstplaybin.c: (gen_video_element),
4670         (gen_audio_element):
4671           Change names for debugging purposes.
4672
4673 2005-05-18  Wim Taymans  <wim@fluendo.com>
4674
4675         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4676         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4677         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4678         (gst_ffmpegcsp_chain):
4679         Enable buffer alloc passthrough if the source and dest
4680         formats are the same.
4681
4682 2005-05-17  Wim Taymans  <wim@fluendo.com>
4683
4684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4685         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4686         (gst_ogg_demux_chain_unlocked):
4687         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4688         (gst_audio_convert_caps_remove_format_info),
4689         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4690         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4691         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4692         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4693         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4694         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4695         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4696         (gst_ffmpegcsp_get_property):
4697         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4698         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4699         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4700         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4701         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4702         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4703         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4704         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4705         Leak fixes in oggdemux.
4706         Some cleanups in audioconvert.
4707         Make passthrough work along with buffer_alloc etc.
4708         Make buffer_alloc and buffer recycling actually work in
4709         xvimagesink.
4710
4711 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4712
4713         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4714           make the compiler happy
4715
4716 2005-05-17  Wim Taymans  <wim@fluendo.com>
4717
4718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4719         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4720         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4721         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4722         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4723         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4724         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4725         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4726         (gst_xvimagesink_set_xwindow_id):
4727         * sys/xvimage/xvimagesink.h:
4728         Port xvimagesink to new MiniObject.
4729
4730 2005-05-17  Wim Taymans  <wim@fluendo.com>
4731
4732         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4733         (gst_audiofilter_chain):
4734         * gst-libs/gst/audio/gstaudiosink.c:
4735         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4736         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4737         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4738         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4739         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4740         (gst_audiosink_create_ringbuffer):
4741         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4742         (gst_audio_convert_caps_remove_format_info),
4743         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4744         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4745         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4746         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4747         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4748         Fix passthrough in ffmpegcolorspace.
4749         Fix memset in audiosink on wrong memory.
4750
4751 2005-05-16  David Schleef  <ds@schleef.org>
4752
4753         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4754         to GstMiniObject.
4755
4756 2005-05-16  David Schleef  <ds@schleef.org>
4757
4758         Port from GstData to GstMiniObject.
4759         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4761         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4762         (gst_ogg_mux_collected):
4763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4764         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4765         (theora_handle_data_packet):
4766         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4767         (theora_set_header_on_caps), (theora_enc_chain):
4768         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4769         (vorbis_handle_comment_packet):
4770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4771         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4772         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4773         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4774         * gst/audioconvert/gstaudioconvert.c:
4775         (gst_audio_convert_get_buffer):
4776         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4777         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4778         (mute_stream), (silence_stream):
4779         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4780         * gst/volume/gstvolume.c: (volume_transform):
4781         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4782         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4783         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4784         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4785         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4786         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4787         (gst_ximagesink_buffer_alloc):
4788         * sys/ximage/ximagesink.h:
4789
4790 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4791
4792         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4793         (fill_buffer), (check_queue), (queue_threshold_reached),
4794         (queue_out_of_data):
4795         * gst/playback/gstplaybasebin.h:
4796           Post buffer-fullness on the bus.
4797
4798 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4799
4800         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4801         (try_to_link_1):
4802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4803         (group_commit), (probe_triggered), (setup_source),
4804         (gst_play_base_bin_change_state):
4805         * gst/playback/gstplaybasebin.h:
4806         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4807         (gst_play_bin_init), (remove_sinks), (setup_sinks),
4808         (gst_play_bin_change_state):
4809           Move setup_output_pads into a virtual function, remove
4810           group-switch (no longer needed) and redirect (handled by bus
4811           now) signals.
4812
4813 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4814
4815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
4816         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
4817         (get_active_group), (get_building_group), (group_destroy),
4818         (group_commit), (check_queue), (queue_overrun),
4819         (queue_threshold_reached), (queue_out_of_data),
4820         (gen_preroll_element), (remove_groups), (unknown_type),
4821         (add_element_stream), (no_more_pads), (probe_triggered),
4822         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
4823         (setup_substreams), (setup_source), (finish_source),
4824         (prepare_output), (muted_group_change_state),
4825         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
4826         (gst_play_base_bin_change_state):
4827         * gst/playback/gstplaybasebin.h:
4828         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4829         (gst_play_bin_init), (gst_play_bin_set_property),
4830         (gen_video_element), (gen_text_element), (gen_audio_element),
4831         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
4832         (gst_play_bin_change_state):
4833         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
4834         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
4835         (stream_info_change_state), (gst_stream_info_set_mute),
4836         (gst_stream_info_get_property):
4837         * gst/playback/gststreaminfo.h:
4838         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4839         (gst_stream_selector_get_linked_pad),
4840         (gst_stream_selector_getcaps),
4841         (gst_stream_selector_get_linked_pads),
4842         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
4843         * gst/playback/gststreamselector.h:
4844           Rough port of playbin. Needs some more work, but is mostly done,
4845           and uses a few locks in important places, which should make stuff
4846           like chain-switches clean. Still uses GST_STATE() in a few places,
4847           which isn't all that good an idea, subtitles/elements disabled
4848           because no elements to test with and thus probably broken, query
4849           and event handling moved to GstBin, internal thread removed
4850           alltogether because the pipeline does that for us now. Can play
4851           Ogg/Vorbis files. Haven't tested anything else yet.
4852
4853 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4854
4855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
4856           Do no-more-pads (needed for autoplugging).
4857
4858 2005-05-10  Andy Wingo  <wingo@pobox.com>
4859
4860         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
4861         message to the bus with the tags. Still not sent downstream tho.
4862
4863         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
4864         get_parent.
4865         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
4866         avoid refcounting hassles.
4867
4868 2005-05-09  Andy Wingo  <wingo@pobox.com>
4869
4870         * gst/volume/Makefile.am:
4871         * gst/volume/demo.c
4872         * gst/volume/gstvolume.h
4873         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
4874         basetransform. Probably need an audio filter base class.
4875
4876 2005-05-09  Wim Taymans  <wim@fluendo.com>
4877
4878         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
4879         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
4880         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
4881         (gst_vorbisenc_chain):
4882         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4883         (gst_audio_convert_caps_remove_format_info),
4884         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4885         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4886         Make caps writable before writing to it.
4887         Fix negotiation in audioconvert some more.
4888
4889 2005-05-09  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4892         (gst_videorate_getcaps), (gst_videorate_setcaps),
4893         (gst_videorate_event), (gst_videorate_chain):
4894         Better negotiation.
4895
4896 2005-05-09  Wim Taymans  <wim@fluendo.com>
4897
4898         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4899         (gst_videorate_getcaps), (gst_videorate_setcaps),
4900         (gst_videorate_blank_data), (gst_videorate_init),
4901         (gst_videorate_event), (gst_videorate_chain),
4902         (gst_videorate_change_state):
4903         Port videorate, do a better job at negotiation while we're at
4904         it.
4905
4906 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
4907
4908         * configure.ac:
4909           Disable libvisual
4910
4911         * examples/Makefile.am:
4912         * gst-libs/gst/audio/Makefile.am:
4913         * gst-libs/gst/riff/Makefile.am:
4914         * gst-libs/gst/tag/Makefile.am:
4915         * gst-libs/gst/video/Makefile.am:
4916           Fixups for missing variables.
4917
4918 2005-05-09  Wim Taymans  <wim@fluendo.com>
4919
4920         * examples/seeking/seek.c: (make_theora_pipeline),
4921         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
4922         (query_rates), (query_positions_elems), (query_positions_pads),
4923         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
4924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4925         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
4926         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
4927         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
4928         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
4929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4930         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
4931         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
4932         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4933         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4934         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4935         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4936         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
4937         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
4938         (theora_dec_src_convert), (theora_dec_sink_convert),
4939         (theora_dec_src_query), (theora_dec_sink_query),
4940         (theora_dec_src_event), (theora_dec_sink_event),
4941         (theora_handle_comment_packet), (theora_handle_type_packet),
4942         (theora_handle_header_packet), (theora_handle_data_packet),
4943         (theora_dec_chain):
4944         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4945         (vorbis_dec_convert), (vorbis_dec_src_query),
4946         (vorbis_dec_sink_query), (vorbis_dec_src_event),
4947         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4948         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
4949         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
4950         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
4951         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
4952         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
4953         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4954         (gst_play_bin_query):
4955         * gst/playback/test3.c: (update_scale):
4956         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
4957         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
4958         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4959         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4960         (gst_videotestsrc_src_query):
4961         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
4962         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
4963         (paint_hline_YUV9):
4964         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
4965         Port to new query API.
4966         Updated seek.
4967         Cleanups in x[v]imagesink
4968
4969 2005-05-09  Andy Wingo  <wingo@pobox.com>
4970
4971         * ext/alsa/gstalsasink.h:
4972         * ext/gnomevfs/gstgnomevfssrc.c:
4973         (gst_gnomevfssrc_get_icy_metadata):
4974         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
4975         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
4976         * ext/theora/theoradec.c (theora_dec_src_query)
4977         (theora_dec_src_event, theora_dec_sink_event)
4978         (theora_handle_comment_packet, theora_handle_data_packet):
4979         * ext/theora/theoraenc.c (theora_enc_chain):
4980         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
4981         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
4982         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
4983         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
4984         (qt_type_find):
4985         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
4986         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
4987         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
4988         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
4989         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
4990         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
4991         (paint_setup_xBGR8888, paint_setup_RGBx8888)
4992         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
4993         (paint_setup_RGB565, paint_setup_xRGB1555):
4994         * gst/videotestsrc/videotestsrc.h:
4995         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
4996         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
4997         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
4998         GCC4 fixes.
4999         
5000         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5001         gst_pad_query_position. Fixes oggdemux.
5002
5003 2005-05-08  David Schleef  <ds@schleef.org>
5004
5005         * configure.ac: Require liboil.
5006         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5007         a few more.
5008         * gst/videotestsrc/videotestsrc.c:
5009         * gst/videotestsrc/videotestsrc.h:
5010
5011 2005-05-06  Wim Taymans  <wim@fluendo.com>
5012
5013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5014         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5015         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5016         Well, unreffing a buffer right before pushing it is asking
5017         for trouble..
5018
5019 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5020
5021         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5022
5023 2005-05-06  Wim Taymans  <wim@fluendo.com>
5024
5025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5026         (gst_audio_convert_caps_remove_format_info),
5027         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5028         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5029         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5030         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5031         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5032         * gst/sine/Makefile.am:
5033         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5034         (gst_sinesrc_class_init), (gst_sinesrc_init),
5035         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5036         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5037         (gst_sinesrc_update_freq):
5038         * gst/sine/gstsinesrc.h:
5039         * gst/tcp/gstmultifdsink.c:
5040         * sys/xvimage/xvimagesink.c:
5041         Fixed negotiation wrt _peer_get_caps()
5042         Some cleanups.
5043
5044
5045 2005-05-06  Wim Taymans  <wim@fluendo.com>
5046
5047         * gst-libs/gst/audio/gstaudiosink.c:
5048         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5049         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5050         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5051         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5052         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5053         (gst_audiosink_create_ringbuffer):
5054         * gst-libs/gst/audio/gstbaseaudiosink.c:
5055         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5056         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5057         (gst_baseaudiosink_set_property), (build_linear_format),
5058         (debug_spec_caps), (debug_spec_buffer),
5059         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5060         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5061         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5062         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5063         * gst-libs/gst/audio/gstbaseaudiosink.h:
5064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5065         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5066         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5067         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5068         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5069         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5070         (wait_segment), (gst_ringbuffer_commit),
5071         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5072         (gst_ringbuffer_clear):
5073         * gst-libs/gst/audio/gstringbuffer.h:
5074         Make the base audiosink return an error when there is no
5075         audiobuffer negotiated.
5076
5077 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5078
5079         * ext/Makefile.am:
5080         Disable cdparanoia until someone ports it!
5081
5082 2005-05-06  Wim Taymans  <wim@fluendo.com>
5083
5084         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5085         (gst_ogg_demux_sink_activate):
5086         And revert after wingo's revert.. sigh..
5087
5088 2005-05-05  Andy Wingo  <wingo@pobox.com>
5089
5090         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5091         GObject.
5092         * configure.ac: Return audiorate and subparse from the ghetto.
5093         Re-enable -Wall -Werror.
5094         * gst/subparse/gstsubparse.c:
5095         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5096         or chain-based. Cleaned up a bit. Not tested.
5097         
5098 2005-05-05  Christian Schaller <christian@fluendo.com> 
5099
5100         * Makefile.am: remove stuff that is not building
5101         * configure.ac: remove stuff that is not building
5102         * examples/Makefile.am: remove stuff that is not building
5103         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5104         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5105         * sys/Makefile.am: remove stuff that is not building
5106         * testsuite/Makefile.am: remove stuff that is not building
5107
5108 2005-05-05  Andy Wingo  <wingo@pobox.com>
5109
5110         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5111         * gst-libs/gst/tag/gstvorbistag.c:
5112         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5113         * gst/adder/gstadder.h:
5114         * gst/audioconvert/gstchannelmix.c:
5115         (gst_audio_convert_fill_one_other):
5116         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5117         (gst_audiorate_init), (gst_audiorate_chain):
5118         * gst/playback/gstplaybasebin.c: (setup_source):
5119         * gst/playback/test3.c: (update_scale):
5120         Some GCC4 fixes
5121         
5122         * po/af.po:
5123         * po/az.po:
5124         * po/cs.po:
5125         * po/en_GB.po:
5126         * po/hu.po:
5127         * po/it.po:
5128         * po/nb.po:
5129         * po/nl.po:
5130         * po/or.po:
5131         * po/sq.po:
5132         * po/sr.po:
5133         * po/sv.po:
5134         * po/uk.po:
5135         * po/vi.po: Foo
5136
5137 2005-05-05  Wim Taymans  <wim@fluendo.com>
5138
5139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5140         (gst_audio_convert_caps_remove_format_info),
5141         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5142         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5143         * gst/videotestsrc/gstvideotestsrc.c:
5144         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5145         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5146         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5147         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5148         Don't ignore _push() return values.
5149         Make sure no processing is done when shutting down.
5150         Videotestsrc pad activation fix.
5151
5152 2005-05-05  Wim Taymans  <wim@fluendo.com>
5153
5154         * gst/adder/Makefile.am:
5155         * gst/adder/gstadder.c: (gst_adder_setcaps),
5156         (gst_adder_class_init), (gst_adder_init),
5157         (gst_adder_request_new_pad), (gst_adder_collected),
5158         (gst_adder_change_state):
5159         * gst/adder/gstadder.h:
5160         Ported adder as an example of a mixer element using
5161         collect pads. Needs more negotiation work.
5162
5163 2005-05-05  Wim Taymans  <wim@fluendo.com>
5164
5165         * ext/theora/theoradec.c: (_inc_granulepos),
5166         (theora_dec_src_event), (theora_dec_sink_event),
5167         (theora_handle_comment_packet), (theora_handle_type_packet),
5168         (theora_handle_header_packet), (theora_handle_data_packet),
5169         (theora_dec_chain):
5170         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5171         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5172         (theora_push_buffer), (theora_push_packet),
5173         (theora_enc_sink_event), (theora_enc_chain),
5174         (theora_enc_change_state), (theora_enc_set_property),
5175         (theora_enc_get_property):
5176         Added stream lock to decoder so that we can serialize
5177         the discont event.
5178         More theoraenc porting, recover from errors, do clean
5179         shutdown.
5180
5181 2005-05-05  Wim Taymans  <wim@fluendo.com>
5182
5183         * ext/ogg/Makefile.am:
5184         * ext/ogg/README:
5185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5186         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5187         (gst_ogg_print):
5188         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5189         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5190         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5191         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5192         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5193         (gst_ogg_mux_change_state):
5194         Ported ogg muxer.
5195
5196 2005-05-05  Wim Taymans  <wim@fluendo.com>
5197
5198         * docs/design-audiosinks.txt:
5199         * gst-libs/gst/audio/TODO:
5200         * gst-libs/gst/audio/gstaudiosink.c:
5201         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5202         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5203         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5204         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5205         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5206         (gst_audiosink_create_ringbuffer):
5207         * gst-libs/gst/audio/gstbaseaudiosink.c:
5208         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5209         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5210         (gst_baseaudiosink_set_property), (build_linear_format),
5211         (debug_spec_caps), (debug_spec_buffer),
5212         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5213         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5214         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5215         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5217         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5218         (gst_ringbuffer_release), (gst_ringbuffer_play),
5219         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5220         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5221         (gst_ringbuffer_set_sample), (wait_segment),
5222         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5223         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5224         More work on the audiosink, mostly debugging and a race in
5225         shutdown.
5226
5227 2005-04-28  Wim Taymans  <wim@fluendo.com>
5228
5229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5230         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5231         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5232         (vorbis_dec_src_query), (vorbis_dec_src_event),
5233         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5234         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5235         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5236         Don't crap out when seeking back to position 0.
5237
5238 2005-04-28  Wim Taymans  <wim@fluendo.com>
5239
5240         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5241         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5242         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5243         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5244         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5245         Make audio sink configurable, use alsasink as default.
5246
5247 2005-04-28  Wim Taymans  <wim@fluendo.com>
5248
5249         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5250         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5251         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5252         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5253         (vorbis_dec_change_state):
5254         * ext/vorbis/vorbisdec.h:
5255         Refactor, use STREAM_LOCK.
5256
5257 2005-04-28  Wim Taymans  <wim@fluendo.com>
5258
5259         * ext/theora/theoradec.c: (_inc_granulepos),
5260         (theora_dec_sink_event), (theora_handle_comment_packet),
5261         (theora_handle_type_packet), (theora_handle_header_packet),
5262         (theora_handle_data_packet), (theora_dec_chain),
5263         (theora_dec_change_state):
5264         Refactor a bit, use STREAM_LOCK.
5265
5266 2005-04-28  Wim Taymans  <wim@fluendo.com>
5267
5268         * ext/alsa/Makefile.am:
5269         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5270         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5271         (gst_alsa_link), (gst_alsa_close_audio):
5272         * ext/alsa/gstalsaplugin.c: (plugin_init):
5273         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5274         (gst_alsasink_dispose), (gst_alsasink_base_init),
5275         (gst_alsasink_class_init), (gst_alsasink_init),
5276         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5277         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5278         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5279         (gst_alsasink_reset):
5280         * ext/alsa/gstalsasink.h:
5281         Implement alsasink with simple open/write/close API. 
5282         Make alsa dir build by disabling compilation of code.
5283
5284 2005-04-28  Wim Taymans  <wim@fluendo.com>
5285
5286         * gst-libs/gst/audio/Makefile.am:
5287         * gst-libs/gst/audio/audio.h:
5288         * gst-libs/gst/audio/audioclock.c:
5289         * gst-libs/gst/audio/audioclock.h:
5290         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5291         (gst_audio_clock_class_init), (gst_audio_clock_init),
5292         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5293         * gst-libs/gst/audio/gstaudioclock.h:
5294         * gst-libs/gst/audio/gstaudiosink.c:
5295         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5296         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5297         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5298         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5299         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5300         (gst_audiosink_create_ringbuffer):
5301         * gst-libs/gst/audio/gstbaseaudiosink.c:
5302         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5303         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5304         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5305         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5306         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5307         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5308         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5309         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5310         * gst-libs/gst/audio/gstbaseaudiosink.h:
5311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5312         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5313         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5314         (gst_ringbuffer_release), (gst_ringbuffer_play),
5315         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5316         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5317         (gst_ringbuffer_set_sample), (wait_segment),
5318         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5319         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5320         * gst-libs/gst/audio/gstringbuffer.h:
5321         Make ringbuffer faster and more simple by removing the locks
5322         in the playback thread.
5323         Add sample accurate playback based on buffer sample offsets.
5324         Make the baseaudiosink provide a clock.
5325         Parse caps in the base class.
5326         Correctly handle seeking, flushing and state changes.
5327
5328 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5329
5330         * configure.ac:
5331         * gst/audioconvert/Makefile.am:
5332         * gst/audioscale/Makefile.am:
5333           Fix part of the build.  Come on guys, autogen didn't even work :)
5334
5335 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5336
5337         * configure.ac:
5338         * gst-libs/gst/Makefile.am:
5339         * gst-libs/gst/media-info/.cvsignore:
5340         * gst-libs/gst/media-info/Makefile.am:
5341         * gst-libs/gst/media-info/README:
5342         * gst-libs/gst/media-info/media-info-priv.c:
5343         * gst-libs/gst/media-info/media-info-priv.h:
5344         * gst-libs/gst/media-info/media-info-test.c:
5345         * gst-libs/gst/media-info/media-info.c:
5346         * gst-libs/gst/media-info/media-info.h:
5347         * gst-libs/gst/media-info/media-info.vcproj:
5348         * pkgconfig/Makefile.am:
5349         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5350         * pkgconfig/gstreamer-media-info.pc.in:
5351           Remove media-info, which is also successed by playbin (see Totem
5352           implementation).
5353
5354 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5355
5356         * configure.ac:
5357         * examples/Makefile.am:
5358         * examples/gstplay/.cvsignore:
5359         * examples/gstplay/Makefile.am:
5360         * examples/gstplay/player.c:
5361         * gst-libs/gst/Makefile.am:
5362         * gst-libs/gst/play/.cvsignore:
5363         * gst-libs/gst/play/Makefile.am:
5364         * gst-libs/gst/play/play.c:
5365         * gst-libs/gst/play/play.h:
5366         * gst-libs/gst/play/play.vcproj:
5367         * pkgconfig/Makefile.am:
5368         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5369         * pkgconfig/gstreamer-play.pc.in:
5370           Remove libgstplay, playbin is now the official successor.
5371
5372 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5373
5374         * configure.ac:
5375         * gst-libs/gst/Makefile.am:
5376         * gst-libs/gst/xwindowlistener/Makefile.am:
5377         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5378         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5379           Remove deprecated xwindowlistener (I've moved xwindowlistening
5380           in the v4l/v4l2 plugins over to serverside).
5381
5382 2005-04-25  David Schleef  <ds@schleef.org>
5383
5384         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5385         to examples/dynparams.  Examples do not belong interspersed with
5386         source code.
5387         * examples/dynparams/demo-dparams.c:
5388         * gst/sine/Makefile.am:
5389         * gst/sine/demo-dparams.c:
5390
5391 2005-04-25  David Schleef  <ds@schleef.org>
5392
5393         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5394         * gst-libs/gst/audio/Makefile.am:
5395         * gst-libs/gst/riff/Makefile.am:
5396         * gst-libs/gst/tag/Makefile.am:
5397         * gst-libs/gst/video/Makefile.am:
5398         * gst-libs/gst/xwindowlistener/Makefile.am:
5399
5400         Convert to 0.9 API, seems to work:
5401         * sys/ximage/Makefile.am:
5402         * sys/ximage/ximagesink.c:
5403
5404 2005-04-24  David Schleef  <ds@schleef.org>
5405
5406         Link plugins against libraries:
5407         * ext/alsa/Makefile.am:
5408         * gst/tcp/Makefile.am:
5409
5410         Remove asm code that should be in liboil
5411         * gst/videoscale/Makefile.am:
5412         * gst/videoscale/videoscale_x86_asm.s:
5413
5414         gettext wants these checked in:
5415         * po/af.po:
5416         * po/az.po:
5417         * po/cs.po:
5418         * po/en_GB.po:
5419         * po/hu.po:
5420         * po/it.po:
5421         * po/nb.po:
5422         * po/nl.po:
5423         * po/or.po:
5424         * po/sq.po:
5425         * po/sr.po:
5426         * po/sv.po:
5427         * po/uk.po:
5428         * po/vi.po:
5429
5430 2005-04-24  David Schleef  <ds@schleef.org>
5431
5432         Convert gst_main() to g_main_loop_run()
5433         * gst/playback/decodetest.c: (main):
5434         * gst/playback/test2.c: (main):
5435         * gst/playback/test3.c: (main):
5436         * gst/playback/test4.c: (main):
5437
5438         Link plugins against libraries:
5439         * ext/libvisual/Makefile.am:
5440         * sys/xvimage/Makefile.am:
5441
5442 2005-04-24  David Schleef  <ds@schleef.org>
5443
5444         * configure.ac: Remove idct and resample libs
5445         * gst-libs/gst/Makefile.am: same
5446
5447         Remove usage of gst_library_load():
5448         * ext/alsa/gstalsaplugin.c: (plugin_init):
5449         * ext/libvisual/visual.c: (plugin_init):
5450         * ext/ogg/gstogg.c: (plugin_init):
5451         * ext/theora/theora.c: (plugin_init):
5452         * ext/vorbis/vorbis.c: (plugin_init):
5453         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5454         * gst/audioscale/gstaudioscale.c:
5455         * gst/adder/gstadder.c: (plugin_init):
5456         * gst/audioconvert/plugin.c: (plugin_init):
5457         * sys/ximage/ximagesink.c: (plugin_init):
5458         * sys/xvimage/xvimagesink.c: (plugin_init):
5459         * gst/tcp/gsttcpplugin.c: (plugin_init):
5460
5461         Link plugins against libraries:
5462         * ext/ogg/Makefile.am:
5463         * ext/theora/Makefile.am:
5464         * ext/vorbis/Makefile.am:
5465         * gst/audioconvert/Makefile.am:
5466
5467         Create proper libraries:
5468         * gst-libs/gst/riff/Makefile.am:
5469         * gst-libs/gst/audio/Makefile.am:
5470         * gst-libs/gst/video/Makefile.am:
5471
5472         Move resample library to audioscale plugin directory:
5473         * gst-libs/gst/resample/Makefile.am:
5474         * gst-libs/gst/resample/README:
5475         * gst-libs/gst/resample/dtof.c:
5476         * gst-libs/gst/resample/dtos.c:
5477         * gst-libs/gst/resample/functable.c:
5478         * gst-libs/gst/resample/private.h:
5479         * gst-libs/gst/resample/resample.c:
5480         * gst-libs/gst/resample/resample.h:
5481         * gst-libs/gst/resample/resample.vcproj:
5482         * gst-libs/gst/resample/test.c:
5483         * gst/audioscale/Makefile.am:
5484         * gst/audioscale/README:
5485         * gst/audioscale/dtof.c:
5486         * gst/audioscale/dtos.c:
5487         * gst/audioscale/functable.c:
5488         * gst/audioscale/private.h:
5489         * gst/audioscale/resample.c:
5490         * gst/audioscale/resample.h:
5491         * gst/audioscale/test.c:
5492
5493         Move tagedit library to gst-libs:
5494         * gst-libs/gst/tag/Makefile.am:
5495         * gst-libs/gst/tag/gstid3tag.c:
5496         * gst-libs/gst/tag/gsttagediting.c:
5497         * gst-libs/gst/tag/gsttageditingprivate.h:
5498         * gst-libs/gst/tag/gstvorbistag.c:
5499         * gst/tags/Makefile.am:
5500         * gst/tags/gstid3tag.c:
5501         * gst/tags/gstvorbistag.c:
5502
5503         Fix for core changes:
5504         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5505         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5506         (gst_sinesrc_getrange):
5507
5508 2005-04-23  David Schleef  <ds@schleef.org>
5509
5510         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5511         in gst-plugins in a long time, and properly belongs in liboil.
5512         * gst-libs/gst/idct/Makefile.am:
5513         * gst-libs/gst/idct/README:
5514         * gst-libs/gst/idct/dct.h:
5515         * gst-libs/gst/idct/doieee:
5516         * gst-libs/gst/idct/fastintidct.c:
5517         * gst-libs/gst/idct/floatidct.c:
5518         * gst-libs/gst/idct/idct.c:
5519         * gst-libs/gst/idct/idct.h:
5520         * gst-libs/gst/idct/idtc.vcproj:
5521         * gst-libs/gst/idct/ieeetest.c:
5522         * gst-libs/gst/idct/intidct.c:
5523
5524 2005-04-20  Wim Taymans  <wim@fluendo.com>
5525
5526         * docs/design-audiosinks.txt:
5527         * gst-libs/gst/audio/Makefile.am:
5528         * gst-libs/gst/audio/TODO:
5529         * gst-libs/gst/audio/gstaudiosink.c:
5530         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5531         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5532         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5533         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5534         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5535         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5536         (gst_audiosink_class_init), (gst_audiosink_init),
5537         (gst_audiosink_create_ringbuffer):
5538         * gst-libs/gst/audio/gstaudiosink.h:
5539         * gst-libs/gst/audio/gstbaseaudiosink.c:
5540         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5541         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5542         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5543         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5544         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5545         (gst_baseaudiosink_create_ringbuffer),
5546         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5547         * gst-libs/gst/audio/gstbaseaudiosink.h:
5548         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5549         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5550         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5551         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5552         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5553         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5554         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5555         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5556         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5557         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5558         * gst-libs/gst/audio/gstringbuffer.h:
5559         An attempt at a set of audio base classes together with some
5560         design docs.
5561
5562 2005-04-20  Wim Taymans  <wim@fluendo.com>
5563
5564         * gst/audioconvert/Makefile.am:
5565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5566         (gst_audio_convert_caps_remove_format_info),
5567         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5568         (gst_audio_convert_channels):
5569         Link against audio libs.
5570         Fix audio convert plugin.
5571
5572 2005-04-20  Wim Taymans  <wim@fluendo.com>
5573
5574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5575         (gst_ogg_demux_sink_activate):
5576         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5577         (theora_set_header_on_caps), (theora_enc_sink_event),
5578         (theora_enc_chain):
5579         Fix theora encoder.
5580
5581 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5582
5583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5584         * gst/playback/gstdecodebin.c: (find_compatibles):
5585           Work with staticpadtemplates in elementfactories.
5586
5587 2005-04-12  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/playback/README:
5590         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5591         (compare_ranks), (print_feature), (gst_decode_bin_init),
5592         (dynamic_create), (dynamic_free), (find_compatibles),
5593         (mimetype_is_raw), (close_pad_link), (got_redirect),
5594         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5595         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5596         (gst_decode_bin_change_state):
5597         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5598         (gst_play_base_bin_init), (group_destroy), (group_commit),
5599         (check_queue), (queue_overrun), (queue_threshold_reached),
5600         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5601         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5602         (got_redirect), (setup_source), (play_base_eos),
5603         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5604         (gst_play_base_bin_remove_element):
5605         * gst/playback/gstplaybasebin.h:
5606         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5607         (gst_play_bin_init), (gst_play_bin_dispose),
5608         (gst_play_bin_set_property), (gen_video_element),
5609         (gen_text_element), (gen_audio_element), (remove_sinks),
5610         (gst_play_bin_send_event):
5611         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5612         (stream_info_change_state), (gst_stream_info_set_mute):
5613         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5614         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5615         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5616         (gst_stream_selector_chain):
5617         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5618         (main):
5619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5620         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5621         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5622         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5623         Raw and crude port of decodebin. 
5624         Make playbin compile.
5625
5626 2005-04-06  Wim Taymans  <wim@fluendo.com>
5627
5628         * ext/gnomevfs/Makefile.am:
5629         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5630         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5631         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5632         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5633         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5634         (gst_gnomevfssrc_stop):
5635         * ext/ogg/Makefile.am:
5636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5637         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5638         * ext/theora/Makefile.am:
5639         * ext/theora/theoradec.c: (_inc_granulepos),
5640         (theora_dec_sink_event), (theora_dec_chain):
5641         * ext/vorbis/Makefile.am:
5642         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5643         (vorbis_dec_sink_event), (vorbis_dec_chain):
5644         * gst-libs/gst/audio/Makefile.am:
5645         * sys/xvimage/Makefile.am:
5646         Make gnomevfssrc extend the source base class.
5647         Fix linking against libs in various plugins.
5648
5649 2005-04-06  Andy Wingo  <wingo@pobox.com>
5650
5651         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5652         GST_BASE_LIBS.
5653
5654         * configure.ac: Add check and AC_SUBST for libgstbase.
5655
5656 2005-03-31  Wim Taymans  <wim@fluendo.com>
5657
5658         * examples/seeking/Makefile.am:
5659         * examples/seeking/cdparanoia.c: (main):
5660         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5661         (play_cb), (pause_cb), (stop_cb), (main):
5662         * examples/seeking/playbin.c:
5663         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5664         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5665         (make_sid_pipeline), (make_vorbis_pipeline),
5666         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5667         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5668         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5669         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5670         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5671         (stop_cb), (main):
5672         * examples/seeking/spider_seek.c:
5673         * examples/seeking/vorbisfile.c:
5674         * ext/gnomevfs/Makefile.am:
5675         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5677         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5678         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5679         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5680         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5681         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5682         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5683         * ext/ogg/README:
5684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5685         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5686         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5687         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5688         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5689         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5690         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5691         (gst_ogg_demux_factory_filter), (compare_ranks),
5692         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5693         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5694         (gst_ogg_chain_new), (gst_ogg_chain_free),
5695         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5696         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5697         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5698         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5699         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5700         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5701         (gst_ogg_demux_get_prev_page),
5702         (gst_ogg_demux_deactivate_current_chain),
5703         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5704         (gst_ogg_demux_bisect_forward_serialno),
5705         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5706         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5707         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5708         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5709         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5710         (gst_ogg_demux_change_state), (gst_ogg_print):
5711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5712         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5713         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5714         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5715         (gst_ogg_mux_loop):
5716         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5717         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5718         (theora_dec_src_convert), (theora_dec_sink_convert),
5719         (theora_dec_src_query), (theora_dec_src_event),
5720         (theora_dec_sink_event), (theora_dec_chain),
5721         (theora_dec_change_state):
5722         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5723         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5724         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5725         (theora_enc_change_state):
5726         * ext/vorbis/Makefile.am:
5727         * ext/vorbis/oggvorbisenc.c:
5728         * ext/vorbis/oggvorbisenc.h:
5729         * ext/vorbis/vorbis.c: (plugin_init):
5730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5731         (vorbis_dec_src_query), (vorbis_dec_src_event),
5732         (vorbis_dec_sink_event), (vorbis_dec_chain),
5733         (vorbis_dec_change_state):
5734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5735         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5736         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5737         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5738         (gst_vorbisenc_change_state):
5739         * ext/vorbis/vorbisenc.h:
5740         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5741         * gst-libs/gst/audio/audioclock.c:
5742         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5743         (gst_audiofilter_init), (gst_audiofilter_chain):
5744         * gst-libs/gst/audio/testchannels.c: (main):
5745         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5746         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5747         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5748         (gmip_find_track_streaminfo), (gmip_find_track_format):
5749         * gst-libs/gst/media-info/media-info.c:
5750         (gst_media_info_read_idler):
5751         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5752         (gst_play_get_all_by_interface):
5753         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5754         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5755         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5756         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5757         (gst_riff_parse_info):
5758         * gst-libs/gst/riff/riff-read.h:
5759         * gst-libs/gst/riff/riff.c: (plugin_init):
5760         * gst-libs/gst/video/Makefile.am:
5761         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5762         (gst_videosink_class_init), (gst_videosink_get_type):
5763         * gst-libs/gst/video/videosink.h:
5764         * gst/audioconvert/bufferframesconvert.c:
5765         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5766         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5767         * gst/audioconvert/channelmixtest.c: (main):
5768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5769         (gst_audio_convert_chain),
5770         (gst_audio_convert_caps_remove_format_info),
5771         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5772         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5773         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5774         (gst_audio_convert_buffer_to_default_format),
5775         (gst_audio_convert_buffer_from_default_format),
5776         (gst_audio_convert_channels):
5777         * gst/audioconvert/gstchannelmix.h:
5778         * gst/ffmpegcolorspace/avcodec.h:
5779         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5780         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5781         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5782         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5783         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5784         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5785         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5786         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5787         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5788         (dv_type_find):
5789         * gst/videotestsrc/gstvideotestsrc.c:
5790         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5791         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
5792         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
5793         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
5794         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
5795         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
5796         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
5797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
5798         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
5799         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
5800         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
5801         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5802         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
5803         (gst_xvimagesink_navigation_send_event),
5804         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
5805         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
5806         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
5807         * sys/xvimage/xvimagesink.h:
5808         Plugin port to 0.9, ogg/theora playback should work in the seek
5809         example now.
5810         Removed old examples.
5811         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
5812         explained in 0.9 TODO doc.
5813
5814
5815 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5816
5817         * autogen.sh:
5818         * configure.ac:
5819         * ext/Makefile.am:
5820         * gst/Makefile.am:
5821         * po/POTFILES.in:
5822         * po/af.po:
5823         * po/az.po:
5824         * po/cs.po:
5825         * po/en_GB.po:
5826         * po/hu.po:
5827         * po/it.po:
5828         * po/nb.po:
5829         * po/nl.po:
5830         * po/or.po:
5831         * po/sq.po:
5832         * po/sr.po:
5833         * po/sv.po:
5834         * po/uk.po:
5835         * po/vi.po:
5836         * sys/Makefile.am:
5837         * testsuite/Makefile.am:
5838           remove a whole bunch of plugins.  This module now contains a set
5839           of free reference plugins/elements as agreed.
5840
5841 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5842
5843         * configure.ac:
5844           hunting season on 0.9 is now OPEN
5845
5846 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5847
5848         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5849           Kick the hell out of gcc for not warning me about a symbol conflict.
5850
5851 2005-02-22  Luca Ognibene  <luogni@tin.it>
5852
5853         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5854
5855         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
5856           Don't leak caps string (fixes #168134)
5857
5858         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
5859         (gst_jpegenc_init), (gst_jpegenc_finalize),
5860         (gst_jpegenc_change_state):
5861           Don't leak line buffers and context struct (fixes #168133).
5862
5863 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
5864
5865         * configure.ac:
5866         * ext/dirac/gstdiracdec.cc:
5867         (gst_diracdec_chain):
5868           Since dirac 0.5.0 the framerate in dirac is expressed as a
5869           rational number. Fix build and up requirement to 0.5.0, and
5870           also pass parameters to gst_diracdec_link in the right order
5871           (fixes #167959).
5872
5873 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
5874
5875         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
5876         * ext/faad/gstfaad.h:
5877         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
5878         certain invalid muxed streams, where some packets will contain 
5879         junk after decoder data. Partially fixes #149158.
5880
5881 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
5882         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
5883           Make sure we only write to writable buffers
5884
5885 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
5886
5887         * gst-libs/gst/riff/riff-media.c:
5888         (gst_riff_create_audio_caps_with_data):
5889           Do actually fix invalid RIFF fmt header values for alaw
5890           and mulaw audio instead of just saying so.
5891
5892         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
5893           Give gst_riff_create_audio_caps_with_data() a chance to
5894           fix up broken format header fields before extracting any
5895           parameters from the header. (fixes #167633)
5896
5897 2005-02-19  Martin Holters  <martin.holters@gmx.de>
5898
5899         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5900
5901         * gst/audioconvert/bufferframesconvert.c:
5902         (buffer_frames_convert_link):
5903           Don't leak othercaps. (fixes #167878)
5904
5905 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
5906
5907         * configure.ac:
5908         * ext/libvisual/visual.c: (gst_visual_srclink),
5909         (gst_visual_change_state):
5910           Support libvisual 0.2.0.
5911
5912 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
5913
5914         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
5915         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
5916           Use same rowstrides for I420 as used everywhere else.
5917
5918 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
5919
5920         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
5921           Declare variables at beginning of block and make gcc-2.95 happy
5922           (fixes # 167482, patch by Gergely Nagy).
5923           
5924         * gst/tcp/gsttcpclientsrc.c:
5925         * gst/tcp/gsttcpclientsrc.h:
5926           Move some includes into the header, so that struct sockaddr_in is
5927           defined when it should be defined on FreeBSD as well (fixes
5928           #167483).
5929           
5930         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
5931           Don't pass uninitialised values to setsockopt() here either.
5932
5933 2005-02-17  Luca Ognibene  <luogni at tin dot it>
5934
5935         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
5936
5937         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
5938           Don't pass uninitialised values to setsockopt(). (fixes #167704)
5939
5940 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5941
5942         * gst/playback/gstplaybin.c: (add_sink):
5943           Invert bin_add/link order to workaround deadlock in opt.
5944
5945 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5946
5947         * gst/modplug/gstmodplug.cc:
5948           Add missing break causing position queries to fail.
5949
5950 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5951
5952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
5953           Granpos can apparently be -1, which screws up calculations...
5954
5955 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
5956
5957         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
5958         (gst_ximagesink_send_pending_navigation),
5959         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
5960         (gst_ximagesink_init):
5961         * sys/ximage/ximagesink.h:
5962         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
5963         (gst_xvimagesink_send_pending_navigation),
5964         (gst_xvimagesink_navigation_send_event),
5965         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
5966         * sys/xvimage/xvimagesink.h:
5967           Use a mutex protected list to marshal navigation
5968           events into the stream thread from whichever thread
5969           sends them.
5970
5971 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
5972
5973         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
5974           Display current position and track length; misc. clean-ups.
5975           
5976         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
5977         (speed_init), (speed_chain):
5978           Add query function, so that the stream length and current position
5979           get adjusted when queried (note that current position queries may
5980           still be wrong if the audio sink returns values based on buffer
5981           timestamps instead of passing on the query).
5982
5983 2005-02-13  Benjamin Otte  <otte@gnome.org>
5984
5985         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
5986         (gst_audio_convert_channels):
5987           create channel conversion matrix when linking
5988         * gst/audioconvert/.cvsignore:
5989         * gst/audioconvert/Makefile.am:
5990         * gst/audioconvert/channelmixtest.c: (main):
5991           add (ugly) test that ensures stereo <=> mono conversion works
5992           correctly
5993
5994 2005-02-13  Benjamin Otte  <otte@gnome.org>
5995
5996         * gst/audioconvert/gstchannelmix.h:
5997           include missing header file
5998         * gst/audioconvert/gstchannelmix.c:
5999         (gst_audio_convert_fill_compatible):
6000           use same sign for both channels when converting to/from compatible
6001           channel. Previously used different signs made the signals cancel
6002           each other out and appear like silence. (fixes #167269)
6003
6004 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6005
6006         * gst/ffmpegcolorspace/avcodec.h:
6007         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6008         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6009         (gst_ffmpegcsp_avpicture_fill):
6010         * gst/ffmpegcolorspace/imgconvert.c:
6011           Convert to and from YV12 (fixes #156379).
6012
6013 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6014
6015         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6016         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6017         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6018         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6019         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6020         methods from chain and negotiation and vice versa (Fixes #166142).
6021         * sys/ximage/ximagesink.h: Add stream_lock.
6022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6023         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6024         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6025         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6026
6027 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6028
6029         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6030           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6031           error message when we can't open the DVD device (when dvdnav_open()
6032           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6033           the above). Send something more useful instead (fixes #167117).
6034
6035 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6036
6037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6038         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6039         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6040         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6041         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6042         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6043         methods from chain and negotiation and vice versa (Fixes #166142).
6044         Fix a possible bug of images in the buffer pool being discarded because
6045         we are looking at the wrong geometry.
6046         * sys/xvimage/xvimagesink.h: Add stream_lock.
6047
6048 2005-02-11  David Schleef  <ds@schleef.org>
6049
6050         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6051         unsigned int. (fixes #167128)
6052
6053 2005-02-11  David Schleef  <ds@schleef.org>
6054
6055         * gst/librfb/Makefile.am: Testing stuff before committing is
6056           for wimps... and people with fast machines.  Fix stupid
6057           mistake.
6058
6059 2005-02-11  David Schleef  <ds@schleef.org>
6060
6061         * configure.ac: Pull in librfb from my CVS tree, because it is
6062           too small and annoying to be separate.  Move rfbsrc plugin
6063           to gst/.
6064         * ext/Makefile.am:
6065         * ext/librfb/Makefile.am:
6066         * ext/librfb/gstrfbsrc.c:
6067         * gst/librfb/Makefile.am:
6068         * gst/librfb/gstrfbsrc.c:
6069         * gst/librfb/rfb.c:
6070         * gst/librfb/rfb.h:
6071         * gst/librfb/rfbbuffer.c:
6072         * gst/librfb/rfbbuffer.h:
6073         * gst/librfb/rfbbytestream.c:
6074         * gst/librfb/rfbbytestream.h:
6075         * gst/librfb/rfbcontext.h:
6076         * gst/librfb/rfbdecoder.c:
6077         * gst/librfb/rfbdecoder.h:
6078         * gst/librfb/rfbutil.h:
6079
6080 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6081
6082         * gst/speed/Makefile.am:
6083         * gst/speed/demo-mp3.c: (main):
6084         * gst/speed/filter.func:
6085         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6086         (speed_class_init), (speed_init), (speed_chain_int16),
6087         (speed_chain_float32), (speed_chain), (speed_set_property),
6088         (speed_get_property), (speed_change_state):
6089         * gst/speed/gstspeed.h:
6090           Fix speed element and make it chain-based (fixes #156467),
6091           and make it handle more than one channel.
6092
6093 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6094
6095         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6096         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6097         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6098         * ext/dts/gstdtsdec.h:
6099           Don't clobber the stack constructing the channels array.
6100           Make the element chain-based. DTS tracks can now be played.
6101           
6102 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6103
6104         * gst-libs/gst/audio/multichannel.h:
6105         * gst-libs/gst/gconf/gconf.h:
6106         * gst-libs/gst/idct/idct.h:
6107         * gst-libs/gst/media-info/media-info-priv.h:
6108         * gst-libs/gst/play/play.h:
6109         * gst-libs/gst/resample/private.h:
6110         * gst-libs/gst/resample/resample.h:
6111         * gst-libs/gst/riff/riff-ids.h:
6112         * gst-libs/gst/video/video.h:
6113         * gst-libs/gst/video/videosink.h:
6114           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6115           missing, so that they work when included from C++ code.
6116
6117 2005-02-09  David Schleef  <ds@schleef.org>
6118
6119         * testsuite/gst-lint: Check for non-statically scoped
6120           parent_class variables.  This won't be a problem once
6121           plugins are loaded with RTLD_LOCAL.
6122
6123 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6124
6125         * ext/mplex/gstmplexibitstream.cc:
6126           gcc madness.
6127
6128 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6129
6130         * ext/ogg/gstogmparse.c:
6131         * gst/debug/gstnavigationtest.c:
6132           Die, thou faulty symbol pollutors (non-static parent_class).
6133
6134 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6135
6136         * ext/mplex/gstmplexibitstream.cc:
6137           Fix event handling (#165525).
6138
6139 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6140
6141         * ext/mikmod/gstmikmod.c:
6142         * gst/modplug/gstmodplug.cc:
6143           Add missing endianness to template (fixes #165509).
6144
6145 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6146
6147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6148           Fix wrong order of reading of optional bytes (#165290).
6149
6150 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6151
6152         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6153           Implement FILLER event awareness.
6154
6155 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6156
6157         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6158           Fix track calculations (#166208).
6159
6160 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6161
6162         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6163
6164         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6165         * ext/libpng/gstpngenc.c:
6166           Fix byte-order, use proper fixed caps. Fixes #164197.
6167
6168 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6169
6170         * configure.ac:
6171           Add dvdlpcmdec 
6172
6173         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6174         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6175           Don't push buffers if the src pad isn't negotiated yet.
6176           
6177         * gst/audioconvert/gstaudioconvert.c:
6178         (gst_audio_convert_buffer_to_default_format),
6179         (gst_audio_convert_buffer_from_default_format):
6180           Add support for 24-bit width.
6181
6182         * gst/dvdlpcmdec/.cvsignore:
6183         * gst/dvdlpcmdec/Makefile.am:
6184         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6185         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6186         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6187         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6188         (plugin_init):
6189         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6190           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6191           format. Needs support for the channels maps if someone can find 
6192           a DVD LPCM track with > 2 channels.
6193
6194         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6195         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6196         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6197         * gst/mpegstream/gstdvddemux.h:
6198         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6199         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6200         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6201         * gst/mpegstream/gstmpegdemux.h:
6202         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6203         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6204         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6205         (gst_mpeg_parse_handle_src_query),
6206         (gst_mpeg_parse_handle_src_event):
6207           Use audio/x-dvd-lpcm for LPCM output.
6208           Add DTS output.
6209
6210 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6211
6212         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6213
6214         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6215         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6216           Add BGRA handling (#165736).
6217
6218 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6219
6220         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6221
6222         * gst/law/alaw-decode.c: (alawdec_link):
6223         * gst/law/alaw-encode.c: (alawenc_link):
6224         * gst/law/mulaw-decode.c: (mulawdec_link):
6225         * gst/law/mulaw-encode.c: (mulawenc_link):
6226           Fix caps memleaks (#166600).
6227
6228 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6229
6230         * ext/tarkin/mem.h:
6231         * ext/tarkin/wavelet.h:
6232         * ext/tarkin/yuv.h:
6233         * gst/ffmpegcolorspace/avcodec.h:
6234           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6235           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6236
6237 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6238
6239         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6241         (gst_xvimagesink_change_state):
6242           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6243           Xv video (and thereby regenerate Xv colourkey) in clear() so
6244           that PLAY -> READY -> PLAY works (fixes #162504).
6245
6246 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6247
6248         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6249           Switch to list instead of range, since MJPEG-devices really just
6250           support decimations, not any size.
6251
6252 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6253         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6254         (gst_mpeg2dec_reset), (free_all_buffers),
6255         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6256         * ext/mpeg2dec/gstmpeg2dec.h:
6257           The libmpeg2 user-allocated buffer management is awkward, 
6258           to say the least. Hopefully this fixes things.
6259
6260 2005-02-04  Andy Wingo  <wingo@pobox.com>
6261
6262         * gst/audioconvert/bufferframesconvert.c
6263         (buffer_frames_convert_fixate): New function, fixates to 256
6264         frames per buffer by default. (Much better than 1.)
6265         (buffer_frames_convert_init): Set the fixate function for both src
6266         and sink pad.
6267         (buffer_frames_convert_link): After success setting nonfixed caps,
6268         get the negotiated caps so we can know how many buffer-frames it
6269         will be. No idea how this worked at all before.
6270
6271 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6272
6273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6274         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6275         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6276         (handle_sequence), (handle_picture):
6277         * ext/mpeg2dec/gstmpeg2dec.h:
6278           Rearrange buffer tracking and refcounting and refactor
6279           a little for readability. 
6280
6281 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6282         * sys/v4l/gstv4l.c: (plugin_init):
6283         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6284         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6285         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6286         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6287         * sys/v4l/gstv4ljpegsrc.h:
6288         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6289         * sys/v4l/v4l_calls.h:
6290         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6291         (gst_v4lsrc_get_fps):
6292         * sys/v4l/v4lsrc_calls.h:
6293           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6294           you jpeg inside rgb frames" driver.
6295           Don't error in the v4lsrc link function, just return 
6296           REFUSED.
6297
6298 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6299
6300         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6301         (gst_qcamsrc_open):
6302           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6303
6304 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6305
6306         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6307           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6308
6309 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6310
6311         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6312           Reset negotiated state on PAUSED->READY.
6313
6314 2005-02-02  David Schleef  <ds@schleef.org>
6315
6316         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6317         whereever possible.  (Fixes #165997)
6318         * examples/capsfilter/capsfilter1.c: (main):
6319         * examples/dynparams/filter.c: (create_ui):
6320         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6321         * examples/seeking/chained.c: (main):
6322         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6323         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6324         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6325         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6326         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6327         * examples/switch/switcher.c: (main):
6328         * ext/dv/demo-play.c: (main):
6329         * ext/faad/gstfaad.c: (gst_faad_change_state):
6330         * ext/mad/gstmad.c: (gst_mad_chain):
6331         * ext/smoothwave/demo-osssrc.c: (main):
6332         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6333         (gst_gconf_render_bin_from_description),
6334         (gst_gconf_get_default_audio_sink),
6335         (gst_gconf_get_default_video_sink),
6336         (gst_gconf_get_default_audio_src),
6337         (gst_gconf_get_default_video_src),
6338         (gst_gconf_get_default_visualization_element):
6339         * gst/level/demo.c: (main):
6340         * gst/level/plot.c: (main):
6341         * gst/playback/gstplaybin.c: (gen_video_element),
6342         (gen_audio_element):
6343         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6344         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6345         * gst/sine/demo-dparams.c: (main):
6346         * gst/spectrum/demo-osssrc.c: (main):
6347         * gst/speed/demo-mp3.c: (main):
6348         * gst/volume/demo.c: (main):
6349         * testsuite/embed/embed.c: (main):
6350
6351 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6352
6353         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6354         (gst_tcpclientsink_finalize):
6355         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6356         (gst_tcpclientsrc_finalize):
6357         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6358         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6359         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6360         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6361           Don't leak the hostname when shutting down.
6362           In tcpserversrc, take a copy of the default hostname.
6363
6364 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6365
6366         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6367           Set caps to systemstream=TRUE.
6368
6369 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6370
6371         * testsuite/Makefile.am:
6372           Fix more OSX buildbots.
6373
6374 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6375
6376         * ext/mpeg2dec/gstmpeg2dec.c:
6377           Don't send things to NULL PAD_PEERs
6378
6379         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6380           Copy-on-write the incoming buffer.
6381
6382         * gst/mpegstream/gstdvddemux.h:
6383         * gst/mpegstream/gstmpegclock.h:
6384         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6385         (normal_seek), (gst_mpeg_demux_handle_src_event):
6386         * gst/mpegstream/gstmpegdemux.h:
6387         * gst/mpegstream/gstmpegpacketize.h:
6388         * gst/mpegstream/gstmpegparse.c:
6389         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6390         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6391         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6392         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6393         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6394         * gst/mpegstream/gstmpegparse.h:
6395         * gst/mpegstream/gstrfc2250enc.h:
6396           Various changes to the way time is computed that make seeking and
6397           total time estimation much better here.
6398           Use G_BEGIN/END_DECLS instead of __cplusplus
6399
6400         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6401           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6402
6403 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6404
6405         * gst/subparse/gstsubparse.c:
6406           Fix OSX buildbot.
6407
6408 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6409
6410         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6411         (theora_enc_chain), (theora_enc_change_state):
6412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6413         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6414         (gst_vorbisenc_change_state):
6415         * ext/vorbis/vorbisenc.h:
6416           Set granulepos and timestamp correctly for streams not
6417           starting at 0, taking into account the initial delay.
6418
6419 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6420
6421         * gst/mpegstream/gstdvddemux.c:
6422           Add audio/x-dts to audio pad template caps
6423
6424 2005-01-30  David Schleef  <ds@schleef.org>
6425
6426         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6427         (create_context), (gst_polypsink_link): Fix silly endianness
6428         bug.  Add some debugging.  Remove float from caps; it doesn't
6429         work.  Attempt to get remote audio working.
6430
6431 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6432
6433         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6434           Add 3IV2 fourcc.
6435
6436 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6437
6438         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6439         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6440         (gst_avi_demux_stream_data):
6441         * gst/avi/gstavidemux.h:
6442           Invert DIB images. Fixes #132341.
6443
6444 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6445
6446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6447         (gst_ffmpegcsp_chain):
6448           D'oh, reference the palette data, not the palette structure.
6449           Fixes color distortion in #132341.
6450
6451 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6452
6453         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6454           PAR can be non-fixed when not provided as argument (#162626).
6455
6456 2005-01-29  David Moore  <dcm@acm.org>
6457
6458         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6459
6460         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6461         (gst_qtdemux_loop_header):
6462           Re-apply patch from #142272 that allows non-seekable sources,
6463           re-proposed by Daniel Drake <dsd@gentoo.org>.
6464
6465 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6466
6467         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6468           Use the src template for creating the src pad (#162330).
6469
6470 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6471
6472         * configure.ac:
6473         * ext/musepack/Makefile.am:
6474         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6475         (gst_musepackdec_init), (gst_musepackdec_dispose),
6476         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6477         (gst_musepack_stream_init), (gst_musepackdec_loop),
6478         (gst_musepackdec_change_state):
6479         * ext/musepack/gstmusepackdec.cpp:
6480         * ext/musepack/gstmusepackdec.h:
6481         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6482         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6483         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6484         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6485         * ext/musepack/gstmusepackreader.cpp:
6486         * ext/musepack/gstmusepackreader.h:
6487           Update to 1.1 API (#165446).
6488
6489 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6490
6491         * ext/Makefile.am:
6492           Unbreak buildbot.
6493
6494 2005-01-28  Andy Wingo  <wingo@pobox.com>
6495
6496         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6497         to reflect a different dubious internet source. Add a reference
6498         and some commentary.
6499
6500 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6501
6502         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6503         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6504         * gst/playback/gststreamselector.h:
6505           Be more selective when we're redoing caps negotiation from
6506           within the chain function on a stream change.
6507
6508 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6509
6510         * configure.ac:
6511         * ext/Makefile.am:
6512         * ext/amrnb/Makefile.am:
6513         * ext/amrnb/amrnb.c: (plugin_init):
6514         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6515         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6516         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6517         (gst_amrnbdec_state_change):
6518         * ext/amrnb/amrnbdec.h:
6519         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6520         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6521         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6522         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6523         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6524         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6525         * ext/amrnb/amrnbparse.h:
6526           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6527         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6528           Add AMR-NB/-WB raw formats.
6529         * ext/alsa/gstalsa.c: (gst_alsa_link):
6530           Keep valid time when changing format.
6531         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6532         (qtdemux_parse_trak):
6533           Add some more format-specific options (#140141, #143555, #155163).
6534
6535 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6536
6537         * gst/matroska/matroska-demux.c:
6538         (gst_matroska_demux_parse_blockgroup):
6539           Fix logic error in timing of subtitle stream synchronization.
6540         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6541           Add skip-chunk, which is found in kodak-camera streams.
6542
6543 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6544
6545         * po/LINGUAS:
6546         * po/vi.po:
6547           Adding Vietnamese translation (submitted by Clytie Siddall)
6548
6549 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6550
6551         * gst/playback/gstdecodebin.c: (try_to_link_1):
6552           Use realpad for signal.
6553
6554 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6555
6556         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6557           Fix category so decodebin picks it up.
6558
6559 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6560
6561         * ext/mad/Makefile.am:
6562         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6563         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6564         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6565         (found_type), (gst_id3demux_bin_change_state):
6566         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6567         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6568         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6569         (gst_id3_tag_change_state), (plugin_init):
6570         * ext/mad/gstmad.h:
6571           Add id3demuxbin (which is a simple bin consisting of id3demux
6572           and typefind), take over rank from id3demux, remove typefind
6573           code from id3demux. Makes all broken mp3s that I know of work,
6574           and thereby fixes #152688.
6575
6576 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6577
6578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6579
6580         * ext/mad/gstmad.c: (gst_mad_src_event):
6581         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6582           Allow seeks on audio pad, make mad forward those (#164826).
6583         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6584           Set duration (#165335).
6585
6586 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6587
6588         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6589         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6590         (gst_asf_demux_process_ext_content_desc),
6591         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6592         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6593         * gst/asfdemux/gstasfdemux.h:
6594           Improve metadata display, e.g. if the metadata comes before the
6595           streams are loaded (which is perfectly valid).
6596
6597 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6598
6599         * tools/gst-launch-ext-m.m:
6600           Fix AVI/ASF pipelines (#165340).
6601
6602 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6603         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6604         build failure on amd64
6605
6606 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6607
6608         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6609         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6610           Check environment variables GST_ID3V2_TAG_ENCODING,
6611           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6612           list of character encodings to force interpretation of non-unicode
6613           strings stored in an ID3v2 tag to a particular encoding. If none
6614           is specified, try to use current locale's encoding, then fall back
6615           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6616         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6617         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6618           Check environment variables GST_ID3V1_TAG_ENCODING,
6619           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6620           list of character encodings to use in case a string encountered
6621           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6622           specified, try to use the current locale's encoding, then fall
6623           back to ISO-8859-1 (which will always succeed).
6624
6625 2005-01-25  Benjamin Otte  <otte@gnome.org>
6626
6627         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6628           - on half framerate, compute the rate in advance so the comparisons
6629             don't compare wrong values
6630           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6631             behaviour
6632           - don't use mad_header_decode anymore, mad_frame_decode does that
6633             automatically
6634           - when getting rid of consumed bytes, reset the stream's skiplen
6635           (fixes #163867)
6636
6637 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6638
6639         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6640           Use 1/2 a second for default max_discont, as PES streams from DVB
6641           seem to have larger spacings in the SCR. 
6642           Fix a typo.
6643
6644 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst/playback/gstplaybasebin.c: (group_commit):
6647           Notify delayed stream-info availability.
6648
6649 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6650         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6651         (gst_a52dec_handle_event), (gst_a52dec_chain):
6652         Add some debug output. Check that a discont has a valid
6653         time associated.
6654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6655         (gst_alsa_sink_loop):
6656         Ignore TAG events. A little extra debug for broken timestamps.
6657         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6658         (dvdnavsrc_change_state):
6659         Ensure we send a discont to engage the link before we send any
6660         other events.
6661         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6662         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6663         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6664         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6665         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6666         dvd://title works in totem because typefinding sends a seek that ends
6667         up going back to chapter 1 regardless.
6668         * ext/mpeg2dec/gstmpeg2dec.c:
6669         * ext/mpeg2dec/gstmpeg2dec.h:
6670         Output correct timestamps and handle disconts.
6671         * ext/ogg/gstoggdemux.c: (get_relative):
6672         Small guard against a null dereference.
6673         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6674         (gst_textoverlay_set_property):
6675         Free memory when done. Don't call gst_event_filler_get_duration on
6676         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6677         g_warning.
6678         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6679         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6680         (gst_sw_srclink), (gst_smoothwave_chain):
6681         Draw solid lines, prettier colours.
6682         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6683         Add a default palette that'll work for some movies.
6684         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6685         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6686         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6687         * gst/mpegstream/gstdvddemux.h:
6688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6689         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6690         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6691         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6692         * gst/mpegstream/gstmpegparse.h:
6693         Use PTM/NAV events when for timestamp adjustment when connected to 
6694         dvdnavsrc. Don't use many discont events where one suffices.
6695         * gst/playback/gstplaybasebin.c: (group_destroy),
6696         (gen_preroll_element), (gst_play_base_bin_add_element):
6697         * gst/playback/gstplaybasebin.h:
6698         Make sure we remove subtitles from the same bin we put them in.
6699         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6700         (gst_subparse_buffer_format_autodetect),
6701         (gst_subparse_change_state):
6702         Fix some memleaks and invalid accesses.
6703         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6704         (oggskel_type_find), (cmml_type_find), (plugin_init):
6705         Some typefind functions for Annodex v3.0 files
6706         * gst/wavparse/gstwavparse.h:
6707         GstRiffReadClass is the correct parent class.
6708
6709 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * gst-libs/gst/riff/riff-media.c:
6712         (gst_riff_create_video_caps_with_data):
6713           Add extradata to huffyuv (fixes #165013).
6714         * gst-libs/gst/riff/riff-read.c:
6715         (gst_riff_read_strf_vids_with_data):
6716           Fix extradata extraction if it is in the chunk size.
6717
6718 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6719
6720         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6721
6722         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6723         (gst_quarktv_change_state), (gst_quarktv_dispose):
6724           Memory free'ing location fix (#164708).
6725
6726 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6727
6728         * gst/playback/gstplaybasebin.c: (group_commit),
6729         (gen_preroll_element), (probe_triggered), (gen_source_element),
6730         (setup_source), (gst_play_base_bin_change_state),
6731         (gst_play_base_bin_add_element):
6732           Don't block for streams.
6733         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6734         (gst_stream_info_set_mute):
6735           Use gst_pad_set_active_recursive.
6736
6737 2005-01-25  Andy Wingo  <wingo@pobox.com>
6738
6739         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6740         for #ifndef HAVE_XVIDEO.
6741
6742 2005-01-24  Jeffrey C. Ollie
6743
6744         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6745
6746         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6747         * ext/gsm/gstgsmdec.h:
6748         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6749         * ext/gsm/gstgsmenc.h:
6750         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6751         was given by property. Add proper buffer timestamps and offsets.
6752
6753 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6754
6755         * gst-libs/gst/riff/riff-media.c:
6756         (gst_riff_create_audio_caps_with_data):
6757           Audio can be <8000Hz.
6758
6759 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6760
6761         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6762           Explicit state change to workaround refcount bugs.
6763
6764 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6765
6766         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6767         (gst_avimux_riff_get_avi_header):
6768           Fix...
6769
6770 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6771
6772         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6773         (gst_riff_read_element_data):
6774         * gst-libs/gst/riff/riff-read.h:
6775           Add _peek version (req'ed in CDXA).
6776         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6777         (gst_cdxaparse_loop):
6778           Fix parsing in playbin.
6779         * gst/playback/gstdecodebin.c: (close_pad_link):
6780           Ignore current_ pads, they cause major annoyance.
6781
6782 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6783
6784         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6785           Safety guard.
6786
6787 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6788
6789         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6790           Fix padding...
6791
6792 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6793
6794         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
6795           Allow for 0-sized buffers. Fixes length query problems in
6796           starwars.mkv from the testsuite.
6797
6798 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
6799
6800         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
6801         (gst_video_box_i420), (gst_video_box_chain):
6802           Fix row strides for I420 (fixes #163159)
6803           
6804 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6805
6806         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
6807           MPEG2 has a useful rate property, so we can actually use that.
6808           For MPEG-1, continue using the bytes/time properties.
6809
6810 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6811
6812         * gst-libs/gst/riff/riff-media.c:
6813         (gst_riff_create_video_caps_with_data),
6814         (gst_riff_create_video_template_caps):
6815           Add intel-h263.
6816
6817 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6818
6819         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6820           Fail if caps negotiation fails. Should fix #162184, and should
6821           definately be in there regardless of it fixing the actual bug.
6822         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
6823         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
6824         (gst_avimux_riff_get_avix_header),
6825         (gst_avimux_riff_get_video_header),
6826         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
6827         (gst_avimux_start_file), (gst_avimux_handle_event),
6828         (gst_avimux_change_state):
6829         * gst/avi/gstavimux.h:
6830           Refactor structure writing to use GST_WRITE_UINT macros, add
6831           metadata writing support.
6832
6833 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6834
6835         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
6836           Elements may already be destroyed when this function is called.
6837
6838 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6839
6840         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6841         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
6842           More memory leak fixes (#149162).
6843
6844 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6845
6846         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6847         (gst_qtdemux_add_stream):
6848           Fix two memleaks.
6849
6850 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6851
6852         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6853           Argh...
6854
6855 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6856
6857         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
6858           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
6859           when fixating to six channels in Totem.
6860
6861 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6862
6863         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
6864           Fix compile warnings on Solaris 10 buildbot
6865
6866 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6867
6868         * ext/dvdread/dvdreadsrc.c: (_read):
6869           Don't read beyond the last cell in a chapter (fixes 
6870           invalid memory access)
6871
6872 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
6873
6874         * ext/dvdread/stream_labels.c:
6875         (dvdreadsrc_get_audio_stream_labels):
6876           Use NULL for an empty GList instead of g_list_alloc(); fix 
6877           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
6878           of GString (easier to bulk free later)
6879
6880 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6881
6882         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6883
6884         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6885         (gst_ffmpeg_pixfmt_to_caps):
6886           Fix BGRA32 caps (#164209).
6887
6888 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
6889
6890         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6891
6892         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6893         (gst_ffmpeg_caps_to_pixfmt):
6894           alpha_mask can be RGBA/ABGR. Fixes #164265.
6895
6896 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
6897
6898         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6899
6900         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
6901         (gst_mpeg2dec_alloc_buffer):
6902         * ext/mpeg2dec/gstmpeg2dec.h:
6903           Crop if decoding size is not the actual image size (#163676).
6904
6905 2005-01-17  Steve Baker  <steve@stevebaker.org>
6906
6907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6908
6909         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
6910         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
6911           Add libsndfile typefind functions (#163309).
6912
6913 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6914
6915         * tools/gst-launch-ext-m.m:
6916           Add .aac, fix .m1v/.m2v (#163891).
6917
6918 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6919
6920         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
6921           Sanity check, don't wait endlessly since the clock might not
6922           actually run at this point (which is a deadlock). Fixes #164069.
6923
6924 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6925
6926         * gst/playback/gstplaybasebin.c: (probe_triggered):
6927           Of course, only pause if group is done...
6928
6929 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6930
6931         * gst/playback/gstplaybasebin.c: (probe_triggered):
6932           Thread safety.
6933
6934 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
6935
6936         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
6937           Don't return state change success when the parent
6938           failed.
6939
6940 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6941
6942         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
6943           Free events (fix memleak in #162905).
6944
6945 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
6946
6947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6948
6949         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6950         (gst_ffmpeg_caps_to_pixfmt):
6951           Fix for depth = 15. Fixes #161675.
6952
6953 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6954
6955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
6956           Set FPS correctly, even for webcams and the like.
6957         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
6958           Don error on setting while capturing.
6959
6960 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6961
6962         * ext/dv/gstdvdec.c:
6963         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6964         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6965           I'm a bad boy. using /1001. to force C to do float division
6966           and not integer division (as it did in my last commit)
6967           Thanks to David I. Lehn for pointing this mistake.
6968
6969 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6970
6971         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6972           Revert Johan??s 1.35->1.36 since it breaks compat.
6973
6974 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
6975
6976         * ext/dv/gstdvdec.c:
6977         * ext/libfame/gstlibfame.c:
6978         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
6979         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
6980           replace framerate aproximations by their real value
6981           (24000/1001, 30000/1001, 60000/1001)
6982           Finish fixing bug #164049
6983
6984 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6985
6986         * ext/ogg/gstoggmux.c:
6987           eos/bos debugging
6988         * gst/tcp/gstmultifdsink.c:
6989         * gst/tcp/gstmultifdsink.h:
6990         * gst/tcp/gsttcp.c:
6991         * gst/tcp/gsttcp.h:
6992         * gst/tcp/gsttcpclientsink.c:
6993         * gst/tcp/gsttcpclientsrc.c:
6994         * gst/tcp/gsttcpserversink.c:
6995         * gst/tcp/gsttcpserversrc.c:
6996           improve reusability of elements after state changes and errors
6997           make multifdsink throw away streamheaders when receiving new ones
6998
6999 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7000
7001         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7002           Fix for if items are already in list...
7003
7004 2005-01-12  Benjamin Otte  <otte@gnome.org>
7005
7006         * gst/adder/gstadder.c: (gst_adder_loop):
7007           fix adder a bit so it doesn't screw up with events as much anymore
7008
7009 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7010
7011         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7012         (pixbufscale_scale), (gst_pixbufscale_chain):
7013         * ext/gdk_pixbuf/pixbufscale.h:
7014           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7015           to ensure rowstrides are calculated the same way as 
7016           ffmpegcolorspace
7017           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7018           that we pick up duration and offset also.
7019
7020 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7021
7022         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7023         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7024           Reusability fixes.
7025
7026 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7027
7028         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7029         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7030         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7031         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7032           Update flags when requested.
7033
7034 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7035
7036         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7037           Fix dmix.
7038
7039 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7040
7041         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7042         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7043         (probe_triggered), (new_decoded_pad), (gen_source_element),
7044         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7045         * gst/playback/gstplaybasebin.h:
7046         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7047         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7048         (gst_play_bin_change_state):
7049           Implement group-switch signal for use in apps to clear metadata
7050           cache, clean up subtitle, add suburi property instead of # hack,
7051           some error-out fixes.
7052
7053 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7054
7055         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7056           Debug.
7057         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7058           If we got a state change in the _get handler, don't return success.
7059
7060 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7061
7062         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7063         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7064           Make jpegdec quiet on MJPEG decoding
7065         * gst/asfdemux/README:
7066           Fix mimetypes for MJPEG and H263
7067
7068 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7069
7070         * ext/theora/theoradec.c: (theora_dec_chain):
7071           Fix broken code generation by gcc by swapping arguments.
7072         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7073           Fix \n in debug.
7074
7075 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7076
7077         * TODO:
7078           delete this file, it is by far outdated
7079         * ext/alsa/gstalsa.1: remove
7080         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7081         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7082         (gst_alsa_get_caps):
7083           Add HW probing for supported sample rates. Fixes #161704
7084
7085 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7086
7087         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7088           Don't crash, biatch! :).
7089
7090 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7091
7092         * ext/musepack/gstmusepackreader.cpp:
7093         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7094           Some work on tags - still doesn't work in playbin...
7095         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7096           Handle events...
7097
7098 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7099
7100         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7101           Also shove tags on kid pads.
7102
7103 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7104
7105         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7106           Don't bail on unknown events.
7107         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7108           Don't crash on events before negotiation.
7109         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7110           Send tags on pads, too.
7111         * gst/playback/gststreamselector.c:
7112         (gst_stream_selector_request_new_pad):
7113           Forward events on first pad if no input was selected yet.
7114
7115 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7116
7117         * gst/playback/gstplaybasebin.c: (setup_substreams):
7118           Don't disable streamtype if the stream doesn't exist, since
7119           then playing a video after audio will disable both and nothing
7120           will happen. Fixes the testsuite.
7121
7122 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7123
7124         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7125         (gst_v4l_xoverlay_set_xwindow_id):
7126         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7127         (gst_v4l2_xoverlay_set_xwindow_id):
7128           Add debug categories, fix overlay disabling.
7129
7130 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7131
7132         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7133         * ext/alsa/gstalsa.h:
7134           Add HW probing for period_count/size and buffer_size MIX/MAX
7135           Adjust default/user defined value if out of bounds
7136           Should fix bug #162024
7137
7138 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7139
7140         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7141           Fix warning (#161191).
7142
7143 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7144
7145         * ext/dvdread/stream_labels.c:
7146         (dvdreadsrc_get_audio_stream_labels):
7147           Fix warning (init the good variable in switch default)
7148
7149 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7150
7151         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7152
7153         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7154           Fix gcc-2.95 compile (#163485).
7155
7156 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7157
7158         * configure.ac:
7159         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7160         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7161         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7162         (gst_flacenc_change_state):
7163         * ext/flac/gstflacenc.h:
7164           Update for API change in flac-1.1.1. Update requirement in
7165           configure.ac. Fixes #162974.
7166
7167 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7168
7169         * gst/playback/gstplaybasebin.c: (group_destroy):
7170           Remove hack to get rid of assert and get rid of unlinked
7171           signals properly.
7172
7173 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7174
7175         * gst/playback/gstplaybasebin.c: (setup_source):
7176           Set source to NULL so that resources are free'ed. Fixes issues
7177           with playback of CDDA and similar device-accessing things.
7178
7179 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7180
7181         * testsuite/embed/Makefile.am:
7182           test->noinst, fix make test in buildbot.
7183
7184 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7185
7186         * ext/dvdread/stream_labels.c: new file
7187         * ext/dvdread/stream_labels.h: new file
7188         * ext/dvdread/Makefile.am:
7189         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7190           Extract audio stream label from DVD IFO files.
7191           It only dump them on the console for now, still have to
7192           make playbin aware of them.
7193
7194 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7195
7196         * gst/playback/gstplaybasebin.c: (setup_source):
7197           Fix hanging subs.
7198
7199 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7200
7201         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7202         (gen_preroll_element), (remove_groups), (setup_subtitle),
7203         (gen_source_element), (setup_source):
7204         * gst/playback/gstplaybasebin.h:
7205           Multiple .sub files is just a stupid idea... Fix some threading
7206           mistakes. Interestingly, external .sub files cause playbin to
7207           hang, I don't know why... Parsing fixes contributed by Fran??ois
7208           Kooman <fkooman@tuxed.net>.
7209
7210 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7211
7212         * testsuite/embed/Makefile.am:
7213           Fix buildbot.
7214
7215 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7216
7217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7218
7219         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7220         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7221         (gst_pngenc_set_property):
7222         * ext/libpng/gstpngenc.h:
7223           Add compression level property (#163323).
7224
7225 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7226
7227         * configure.ac:
7228         * examples/capsfilter/capsfilter1.c: (main):
7229         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7230         * ext/dvdread/Makefile.am:
7231         * ext/dvdread/demo-play:
7232         * ext/dvdread/demo-play.c:
7233         * gconf/gstreamer.schemas.in:
7234         * gst-libs/gst/gconf/gconf.c:
7235         * sys/v4l/TODO:
7236         * testsuite/Makefile.am:
7237         * testsuite/embed/Makefile.am:
7238         * testsuite/embed/embed.c: (cb_expose), (main):
7239           Remove all references to xvideosink, fix examples (#140845).
7240         * gst/playback/gstplaybasebin.c: (group_destroy):
7241           Apparently, disposal does not unlink - so do explicitely.
7242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7243           Add debug.
7244
7245 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7246
7247         * README: fix PKG_CONFIG_PATH instructions, what was there
7248         previously was breaking default search path, not nice. 
7249         Fixes #163358
7250
7251 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7252
7253         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7254         (gst_audioscale_chain):
7255           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7256           when resampling - how the ^@$^!@^! is this possible?!?
7257
7258 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7259
7260         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7261           Reset variables on READY.
7262         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7263         (gst_matroska_mux_loop):
7264           Require data before writing header.
7265
7266 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7267
7268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7269
7270         * ext/mad/gstmad.c: (gst_mad_chain):
7271           Don't call mad_stream_sync() directly after recovering sync.
7272           Fixes #151661.
7273
7274 2005-01-09  Martin Eikermann  <meiker@upb.de>
7275
7276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7277
7278         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7279         (snapshot_handler), (gst_snapshot_sinkconnect),
7280         (gst_snapshot_chain):
7281           Allocate resources when required, fix recursive signal emission
7282           and fix caps. Fixes #161667.
7283
7284 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7285
7286         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7287
7288         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7289         (gst_pngdec_chain):
7290           Handle only 8-bppc (bits-per-pixel-component) images, better
7291           error handling and correct strides. Fixes #163177.
7292         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7293         (gst_pngenc_chain):
7294           Better error handling. Fixes #163348.
7295
7296 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7297
7298         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7299         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7300         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7301         (dvdnavsrc_uri_handler_init):
7302           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7303         * gst/playback/gstplaybasebin.c: (gen_source_element):
7304           Add MMS to streaming URIs.
7305
7306 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7307
7308         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7309         * sys/xvimage/xvimagesink.c:
7310         (gst_xvimagesink_navigation_send_event):
7311           Check for pad availability before sending event.
7312
7313 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7314
7315         * gst-plugins.spec.in:
7316           Add subparse.
7317
7318 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7319
7320         * configure.ac:
7321           Since we use functions from CVS, up requirement.
7322
7323 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * gst/playback/Makefile.am:
7326         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7327         (group_destroy), (group_commit), (group_is_muted),
7328         (gen_preroll_element), (add_stream), (unknown_type),
7329         (probe_triggered), (preroll_unlinked), (mute_stream),
7330         (silence_stream), (new_decoded_pad), (setup_substreams),
7331         (setup_source), (get_active_source), (mute_group_type),
7332         (muted_group_change_state), (set_active_source),
7333         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7334         (play_base_eos), (gst_play_base_bin_change_state):
7335         * gst/playback/gstplaybasebin.h:
7336         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7337         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7338         (gst_stream_info_dispose), (stream_info_mute_pad),
7339         (stream_info_change_state), (gst_stream_info_set_mute):
7340         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7341         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7342         (gst_stream_selector_init), (gst_stream_selector_dispose),
7343         (gst_stream_selector_get_linked_pad),
7344         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7345         (gst_stream_selector_get_linked_pads),
7346         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7347         * gst/playback/gststreamselector.h:
7348           Adding stream selection support plus required properties for
7349           applications to use this. Fully fixes #100931.
7350
7351 2005-01-08  Benjamin Otte  <otte@gnome.org>
7352
7353         * gst/games/gstpuzzle.c: (nav_event_handler):
7354           - handle nav events differently: forward every event no matter if it
7355             was handled or not.
7356           - translate events
7357           You can now cheat by using navigationtest ! puzzle and moving the
7358           mouse close to the edge of a tile. ;)
7359
7360 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7361
7362         * configure.ac:
7363         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7364         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7365         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7366         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7367         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7368         (gst_ogm_parse_plugin_init):
7369         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7370         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7371         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7372         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7373         * ext/pango/gsttextoverlay.h:
7374         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7375         (gst_matroska_demux_handle_seek_event),
7376         (gst_matroska_demux_sync_streams),
7377         (gst_matroska_demux_parse_blockgroup),
7378         (gst_matroska_demux_subtitle_caps),
7379         (gst_matroska_demux_plugin_init):
7380         * gst/matroska/matroska-ids.h:
7381         * gst/playback/gstdecodebin.c: (close_pad_link):
7382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7383         (gen_preroll_element), (remove_groups), (add_stream),
7384         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7385         (setup_source):
7386         * gst/playback/gstplaybasebin.h:
7387         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7388         * gst/subparse/Makefile.am:
7389         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7390         (gst_subparse_base_init), (gst_subparse_class_init),
7391         (gst_subparse_init), (gst_subparse_formats),
7392         (gst_subparse_eventmask), (gst_subparse_event),
7393         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7394         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7395         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7396         (parse_mpsub_deinit), (parse_mpsub_init),
7397         (gst_subparse_buffer_format_autodetect),
7398         (gst_subparse_format_autodetect), (gst_subparse_loop),
7399         (gst_subparse_change_state), (gst_subparse_type_find),
7400         (plugin_init):
7401         * gst/subparse/gstsubparse.h:
7402         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7403         (plugin_init):
7404           Add subtitle support, .sub parser (supports SRT and MPsub),
7405           OGM text support, Matroska UTF-8 text support, deadlock fixes
7406           all over the place, subtitle awareness in decodebin/playbin
7407           and some fixes to textoverlay to handle subtitles in a stream
7408           correctly. Fixes #100931.
7409
7410 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7411
7412         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7413           Check for pad availability before doing a query on it.
7414
7415 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7416
7417         * ext/dv/gstdvdec.c:
7418           really fix bpp24/32 dvdec caps (classic rgba indeed)
7419         * gst/asfdemux/gstasfdemux.c:
7420         (gst_asf_demux_process_ext_content_desc):
7421           don't send text tags if they are empty (bis repetita)
7422
7423 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7424
7425         * ext/dv/gstdvdec.c:
7426          remove unneeded comment from dvdec
7427           (related to DV 4CC codes in AVI files)
7428           moved them in gstreamer/docs/random/mimetypes
7429         * gst/asfdemux/gstasfdemux.c:
7430         (gst_asf_demux_process_ext_content_desc):
7431          don't send text tags if they are empty
7432          fix mem leak on error path
7433         * gst/ffmpegcolorspace/avcodec.h:
7434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7435         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7436         (gst_ffmpegcsp_avpicture_fill):
7437         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7438         * gst/ffmpegcolorspace/imgconvert_template.h:
7439          adds BGR32 and BGRA32 to ffmpegcolorspace
7440           (still bad colors, fixing it on next commit)
7441           helps with dvdec outputing BGR32
7442
7443 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7444
7445         * ext/dv/gstdvdec.c:
7446          Fix audio caps i just broke (missing ',')
7447         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7448         (gst_matroska_mux_reset):
7449          Fix typo + add FIXME about old "x-gst-metadata" crap
7450
7451 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7452
7453         * ext/dv/demo-play.c: (main):
7454          xvideosink -> xvimagesink
7455         * ext/dv/gstdvdec.c:
7456          change rgb 32/32 caps to 24/32 (no alpha)
7457          change nb of channels to be a list (2 or 4, not 2)
7458          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7459         * gst/asfdemux/gstasfdemux.c:
7460         (gst_asf_demux_process_ext_content_desc):
7461          Add 'date/year' to extracted metadata list
7462
7463 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7464
7465         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7466           The return value of fixate_to does not imply that the requested
7467           value was set, so don't assume.
7468
7469 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7470
7471         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * ext/libpng/gstpngdec.c:
7474         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7475         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7476         * ext/libpng/gstpngenc.h:
7477           Alpha support (encoder; #163161), mime fixage.
7478
7479 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7480
7481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7482
7483         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7484         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7485         (gst_faac_set_property), (gst_faac_get_property):
7486         * ext/faac/gstfaac.h:
7487           Allow for ADTS output (#153434).
7488
7489 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7490
7491         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7492           Fix against template (#150576).
7493
7494 2005-01-06  Benjamin Otte  <otte@gnome.org>
7495
7496         * gst/games/gstpuzzle.c: (draw_puzzle):
7497           don't draw a puzzle if either width or height of tiles would be 0.
7498
7499 2005-01-06  Benjamin Otte  <otte@gnome.org>
7500
7501         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7502         (gst_puzzle_class_init), (gst_puzzle_finalize):
7503           no memleaks, please
7504         (gst_puzzle_create), (gst_puzzle_init),
7505         (gst_puzzle_set_property), (gst_puzzle_setup):
7506           change initialization code around so we don't reshuffle on resize
7507         (draw_puzzle):
7508           fix another stupid typo
7509
7510 2005-01-06  Benjamin Otte  <otte@gnome.org>
7511
7512         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7513           fix stupid typo that borked copying on YUY2
7514
7515 2005-01-06  Benjamin Otte  <otte@gnome.org>
7516
7517         * gst/games/gstpuzzle.c: (draw_puzzle):
7518           fix edges when image sizes aren't multiples of tile sizes
7519
7520 2005-01-06  Benjamin Otte  <otte@gnome.org>
7521
7522         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7523           make RGB endianness work correctly
7524         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7525           refactor and fix race with initial shuffling
7526         (nav_event_handler):
7527           allow using the mouse to puzzle
7528         (draw_puzzle):
7529           insist on tiles having width and height as multiples of 4 to get
7530           clean YUV image handling
7531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7532         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7533           s/DEBUG/LOG/ for common messages
7534         (gst_xvimagesink_navigation_send_event):
7535           fix mouse event translation to not include screen PAR
7536         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7537           fix mouse event translation to actually work
7538
7539 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7540
7541         * gst/asfdemux/gstasfdemux.c:
7542         (gst_asf_demux_process_ext_content_desc):
7543          Extract TrackNumber metadata + clean up code
7544         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7545          Hope this is the good fix (var used unitialised)
7546
7547 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7548
7549         * ext/faad/gstfaad.c: (gst_faad_chain):
7550           Only increment timestamp if it's valid. Fixes raw AAC streams.
7551
7552 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7553
7554         * configure.ac:
7555         * gst/games/Makefile.am:
7556         * gst/games/gstpuzzle.c:
7557           add a puzzle game with...
7558         * gst/games/gstvideoimage.c:
7559         * gst/games/gstvideoimage.h:
7560           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7561           from videotestsrc and made into something that would be a nice
7562           library for a lot of other plugins.
7563
7564 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7565
7566         * configure.ac:
7567          don't compile faad plugin if a RC of 2.0 is found
7568          Fixes #155346 (and FC1 buildbot)
7569         * gst/asfdemux/gstasfdemux.c:
7570         (gst_asf_demux_process_ext_content_desc):
7571          try to make Solaris compiler happier
7572
7573 2005-01-06  Paul Jack  <pjack@sfaf.org>
7574
7575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7576
7577         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7578           Fix segfault (#161667).
7579
7580 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7581
7582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7583           Fix framerate reporting.
7584
7585 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7586
7587         * gst-libs/gst/riff/riff-ids.h:
7588         * gst/wavenc/riff.h:
7589          Add AMR (VBR and CBR) ids to riff.h audio codec list
7590         * gst/asfdemux/gstasfdemux.c:
7591         (gst_asf_demux_process_ext_content_desc),
7592         (gst_asf_demux_process_object):
7593           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7594
7595 2005-01-05  Martin Eikermann  <meiker@upb.de>
7596
7597         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7598
7599         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7600         (gst_dvd_demux_handle_discont):
7601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7602         (gst_mpeg_demux_handle_discont):
7603           Recreate pads on new-media (#160730).
7604         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7605           Send discont even if manager changes timestamps (#161929).
7606
7607 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7608
7609         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7610
7611         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7612           Fix invalid memory access (#159211).
7613
7614 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7615
7616         * examples/gstplay/player.c: (main):
7617           Don't iterate.
7618         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7619           Add visualizations.
7620         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7621         (gst_a52dec_handle_frame):
7622           Set duration.
7623         * ext/dvdnav/gst-dvd:
7624           Add audioconvert. Fixes #161325.
7625         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7626           Explicitely case to gint64. Possible valgrind error.
7627         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7628         (gst_play_tick_callback), (gst_play_change_state),
7629         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7630         (gst_play_set_location), (gst_play_get_location),
7631         (gst_play_seek_to_time), (gst_play_set_data_src),
7632         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7633         (gst_play_set_visualization), (gst_play_connect_visualization),
7634         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7635         (gst_play_new):
7636           Use playbin. Fixes #139749 and #147744.
7637         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7638           Add genre tag.
7639         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7640         (audioscale_get_type), (gst_audioscale_base_init),
7641         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7642         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7643         (gst_audioscale_link), (gst_audioscale_get_buffer),
7644         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7645         (gst_audioscale_init), (gst_audioscale_dispose),
7646         (gst_audioscale_chain), (gst_audioscale_set_property),
7647         (gst_audioscale_get_property), (plugin_init):
7648           Indent properly.
7649         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7650           Fix LPCM.
7651         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7652         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7653         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7654           Add more metadata (fixes #162656).
7655
7656 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7657
7658         * configure.ac:
7659           back to cvs
7660
7661 === release 0.8.7 ===
7662
7663 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7664
7665         * NEWS:
7666         * RELEASE:
7667         * configure.ac:
7668           releasing 0.8.7, "Hyperspace"
7669
7670 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7671
7672         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7673
7674         * gst/playback/gstplaybasebin.c:
7675          Fix for #162924 - free caps after use, not before
7676
7677 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7678
7679         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7680
7681         * gst/playback/gstplaybasebin.c:
7682         * gst/wavparse/gstwavparse.c:
7683           Fix for #154773 - fixes playback of small .wav files
7684
7685 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7686
7687         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7688
7689         * gst/audioscale/gstaudioscale.c:
7690           Fix for #162819 - make audioscale reusable
7691           Fixes playback of more than one file with playbin/totem
7692
7693 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7694
7695         * gst/ffmpegcolorspace/avcodec.h:
7696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7697         * gst/ffmpegcolorspace/imgconvert.c:
7698           clean up the mess that made me cry and avoid needless duplication
7699
7700 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7701
7702         * gst/ffmpegcolorspace/imgconvert.c:
7703           give some indication of why we're segfaulting
7704
7705 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7706
7707         * configure.ac:
7708           Fix indentation, fix v4l2 plugin detection.
7709         * ext/Makefile.am:
7710           Fix libmms location (Maciej, use diff -u!).
7711         * ext/alsa/gstalsa.c: (gst_alsa_init):
7712           Initialize caps cache to NULL.
7713         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7714           Only change state on audiosink if it exists.
7715
7716 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7717
7718         * gst/matroska/matroska-demux.c:
7719         * gst/matroska/matroska-ids.h:
7720         * gst/matroska/matroska-demux.h:
7721         Fix Vorbis streams failing to decode in some files, where cluster_time
7722         isn't 0, because then it doesn't send codec_priv before actual data.
7723         Remove time-based test and replace it with marker set on beginning of
7724         new stream
7725
7726 2004-12-28  David Schleef  <ds@schleef.org>
7727
7728         Merge patch from Ronald fixing problems with streaming
7729         text.
7730         * ext/cairo/gstcairo.c: (plugin_init):
7731         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7732         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7733         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7734         (gst_textoverlay_font_init), (gst_textoverlay_init),
7735         (gst_textoverlay_set_property):
7736         * ext/cairo/gsttextoverlay.h:
7737
7738 2004-12-27  David Schleef  <ds@schleef.org>
7739
7740         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7741         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7742         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7743         (gst_textoverlay_font_init), (gst_textoverlay_init),
7744         (gst_textoverlay_set_property): Improvements to actually
7745         render text as white on black outline on video, including
7746         font selection and horizontal/vertical alignment.  (Ronald's
7747         christmas present)
7748         * ext/cairo/gsttextoverlay.h:
7749
7750 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7751
7752         * ext/ogg/gstogg.c:
7753         * ext/ogg/gstogmparse.c:
7754           fix ogm[audio/video]parse plugin registration
7755           (riff won't load if bytestream is already loaded)
7756
7757 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         * gst/audioconvert/gstchannelmix.c:
7760           fix for GLIB < 2.4
7761
7762 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7763
7764         * Makefile.am:
7765         * configure.ac:
7766           disable docs again until it actually passes make distcheck.
7767
7768 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7769
7770         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7771         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7772         (plugin_init):
7773           Add 3GP (variables name Q3GP because they can't start with a
7774           number). Add samr audio fourcc (used in .3gp files), decoder
7775           is work in progress. Also do a GST_WARNING instead of ERROR
7776           in case of unknown nodes, to decrease output.
7777
7778 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7779
7780         * Makefile.am:
7781           really fix dist
7782
7783 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7784
7785         * configure.ac:
7786         * ext/speex/gstspeexdec.h:
7787         * ext/speex/gstspeexenc.h:
7788           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7789           Fix detection code in configure.ac
7790
7791 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7792
7793         * gst/matroska/matroska-demux.c:
7794         (gst_matroska_demux_parse_blockgroup):
7795           Save position, so that queries give proper return values. Don't
7796           know how this could ever have worked before...
7797
7798 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7799
7800         * configure.ac:
7801           Put additional LAME check inside the conditional.  Fixes #152339
7802
7803 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7804
7805         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7806         (gst_avi_demux_stream_scan):
7807           Add some more debug. Fix logic error when setting movi offset
7808           while reading index.
7809
7810 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7811
7812         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
7813         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
7814         (gst_avi_demux_process_next_entry):
7815           Add some debugging. Better detection of broken indexes and the
7816           accompanying index recovery. No infinite loops on state changes
7817           when we're still in our loopfunction.
7818
7819 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7820
7821         * configure.ac:
7822           Fix up.
7823
7824 2004-12-22  Archana Shah  <archana.shah@wipro.com>
7825
7826         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
7827
7828         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
7829           Normalizing the value before setting
7830         (gst_sunaudiomixer_get_volume):
7831           Normalizing the value after getting. Fixes bug# 161980
7832
7833 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7834
7835         * Makefile.am: Make sure docs gets disted
7836         * docs/Makefile.am: Make sure all needed files get disted
7837         * gst-plugins.spec.in: latest updates
7838
7839 2004-12-22  Wim Taymans  <wim@fluendo.com>
7840
7841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
7842         Revert patch 1.38 as clock distribution over schedulers does
7843         not work correcly in the core yet.
7844
7845 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7846
7847         * sys/oss/README: remove this file, which predates my birth
7848           (and which content is by far outdated)
7849
7850 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
7851
7852         * Makefile.am:
7853         * configure.ac:
7854         * docs/Makefile.am:
7855         * docs/libs/Makefile.am:
7856         * docs/libs/gst-plugins-libs-docs.sgml:
7857         * docs/libs/gst-plugins-libs-sections.txt:
7858         * docs/libs/tmpl/gstgconf.sgml:
7859         * docs/upload.mak:
7860         * docs/version.entities.in:
7861           Added boilerplate gtk-doc files for plugin-libs documentation.
7862
7863 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7864
7865         * gst/auparse/gstauparse.c: fix int and float audio caps
7866
7867 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7868
7869         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7870         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
7871           g_assert() can be a macro, don't use #ifdef inside it.
7872
7873 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
7874
7875         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7876
7877         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
7878         (gst_videorate_init), (gst_videorate_chain),
7879         (gst_videorate_change_state):
7880           Event handling (fixes #159986).
7881
7882 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7883
7884         * gst-libs/gst/riff/riff-media.c:
7885         (gst_riff_create_video_caps_with_data):
7886           Add BLZ0 (Blizzard's version of DivX) fourcc.
7887
7888 2004-12-18  David Schleef  <ds@schleef.org>
7889
7890         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
7891         portability fix.
7892
7893 2004-12-18  David Schleef  <ds@schleef.org>
7894
7895         * gst/tta/ttadec.h: Disable some header code that isn't used
7896         and clearly isn't portable.
7897
7898 2004-12-18  David Schleef  <ds@schleef.org>
7899
7900         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
7901         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7902         (avcodec_get_pix_fmt), (avpicture_layout),
7903         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
7904         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
7905         Fix code to not use GCC extensions (and c99 extensions that
7906         Forte does not like.)
7907
7908 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7909
7910         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7911
7912         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
7913         (gst_deinterlace_chain):
7914           Rowstride fixes. Fixes #161039.
7915         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
7916         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
7917         (gst_video_crop_getcaps), (gst_video_crop_link),
7918         (gst_video_crop_i420), (gst_video_crop_chain),
7919         (gst_video_crop_change_state):
7920           Rework of negotiation. Actually works now. Fixes #158650.
7921
7922 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7923
7924         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
7925           That was very stupid.
7926
7927 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * gst/matroska/matroska-demux.c:
7930         (gst_matroska_demux_parse_blockgroup):
7931           Fix possible crasher.
7932
7933 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7934
7935         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
7936         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
7937           Lace sizes can be zero.
7938
7939 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * ext/musepack/gstmusepackdec.cpp:
7942           Fetch error return values. Fixes #161624.
7943         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7944           Really EOS.
7945
7946 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7947
7948         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
7949           Work for truncated (unfinished download etc.) files. Fixes #160514.
7950
7951 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7952
7953         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
7954           Fix for integer overflow. Makes #156001 not crash. Probably masks
7955           the real bug.
7956
7957 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7958
7959         * gst/ac3parse/gstac3parse.c: (plugin_init):
7960           Parsers never have ranks. Fixes #159651.
7961
7962 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7963
7964         * gst/playback/gstdecodebin.c: (compare_ranks):
7965           make sure the facotries are ordered the same every time even if they
7966           have the same rank by using the name
7967         * gst/playback/gstdecodebin.c: (find_compatibles):
7968           make sure we don't add factories to the list twice
7969
7970 2004-12-16  David Schleef  <ds@schleef.org>
7971
7972         * configure.ac: look for musepack headers as musepack/*.h
7973         (fixes #159847)
7974         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
7975         * ext/musepack/gstmusepackreader.h: same
7976
7977 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7978
7979         * gst-libs/gst/riff/riff-read.c:
7980         (gst_riff_read_strf_auds_with_data):
7981           Read extradata correctly (fixes #155879).
7982
7983 2004-12-16  David Schleef  <ds@schleef.org>
7984
7985         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
7986         audio.  does _not_ attempt or allow conversion unless channels
7987         is 1 or 2.
7988
7989 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
7990
7991         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
7992
7993 2004-12-16  David Schleef  <ds@schleef.org>
7994
7995         * gst/audioscale/gstaudioscale.c: the resample library only
7996         handles 1 or 2 channels.  Change caps to compensate.
7997
7998 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7999
8000         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8001         (gst_matroska_demux_audio_caps):
8002           Some MPEG-AAC hacks, because else it doesn't work...
8003
8004 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8005
8006         * gst-libs/gst/riff/riff-media.c:
8007         (gst_riff_create_video_caps_with_data),
8008         (gst_riff_create_video_template_caps):
8009           Add h264.
8010
8011 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8012
8013         * gst-libs/gst/audio/Makefile.am:
8014           Try to fix buildbot.
8015
8016 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8017
8018         * gst/tcp/gstmultifdsink.c:
8019           Clean up and uniformize debugging.
8020
8021 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8022
8023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8024
8025         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8026         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8028         (gst_mpeg_demux_change_state):
8029           Reset on ready. Fixes 160276.
8030
8031 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8032
8033         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8034
8035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8036         (gst_ffmpegcsp_pad_link):
8037           Fix memleak (#154815).
8038
8039 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8040
8041         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8042
8043         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8044         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8045         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8046         * ext/musicbrainz/gsttrm.h:
8047           Add support for using a proxy server when getting a trm id from
8048           the MusicBrainz database (#149613).
8049
8050 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8051
8052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8053
8054         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8055         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8056           Fix memleaks (#157233).
8057
8058 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8059
8060         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8061
8062         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8063         * gst-libs/gst/resample/resample.h:
8064         * gst/audioscale/gstaudioscale.c:
8065           Fix memleak (#159215).
8066
8067 2004-12-16  Toni Willberg  <toniw@iki.fi>
8068
8069         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8070
8071         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8072         * sys/oss/oss_probe.c: (main):
8073           Check for mono/stereo support (similar to samplerate probing),
8074           fixes #159433. Also add missing copyright header to oss_probe.c.
8075
8076 2004-12-15  David Schleef  <ds@schleef.org>
8077
8078         * configure.ac: add audioresample and cairo plugins.  Remove
8079         HAVE_MMX stuff, because it's not used.
8080         * ext/Makefile.am: same
8081         * ext/audioresample/Makefile.am: You are not ready for an
8082         audio resampling element based on audioresample.
8083         * ext/audioresample/gstaudioresample.c:
8084         * ext/audioresample/gstaudioresample.h:
8085         * ext/cairo/Makefile.am: You are not ready for overlay elements
8086         based on cairo.  Don't look too closely, these elements kinda
8087         suck right now.
8088         * ext/cairo/gstcairo.c: new
8089         * ext/cairo/gsttextoverlay.c: new
8090         * ext/cairo/gsttextoverlay.h: new
8091         * ext/cairo/gsttimeoverlay.c: new
8092         * ext/cairo/gsttimeoverlay.h: new
8093         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8094         problem with compilers that don't support variadic macros.
8095
8096 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8097
8098         Reviewed by:  David Schleef  <ds@schleef.org>
8099
8100         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8101         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8102         bit.  Also ran indent-gst.
8103         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8104         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8105         (gst_sunaudiosrc_setparams):
8106
8107 2004-12-14  David Schleef  <ds@schleef.org>
8108
8109         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8110         output rate to 16000.  Should fix #160235.
8111
8112 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8113
8114         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8115         Add typefinding for mpeg2 pes streams
8116
8117 2004-12-13  David Schleef  <ds@schleef.org>
8118
8119         * configure.ac:  Applied patch from bug #143659, making default
8120         sources and sinks OS-dependent (for Solaris), and added code
8121         for OS/X.
8122         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8123
8124 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8125
8126         * gst-libs/gst/riff/riff-media.c:
8127           forgot to add h2.64 to avidemux template caps
8128
8129 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8130
8131         * gst/wavenc/riff.h:
8132         * gst-libs/gst/riff/riff-media.c:
8133         * gst-libs/gst/riff/riff-ids.h:
8134         * gst/avi/gstavimux.c
8135         add 4CC code for VideoSoft h264 in AVI (VSSH)
8136           fixes bug #160655
8137         remove s323 from riff, it's quicktime specific :(
8138
8139 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8140
8141         * gst/asfdemux/README
8142         * gst/wavenc/riff.h
8143         * gst-libs/gst/riff/riff-ids.h
8144         * gst-libs/gst/riff/riff-media.c
8145         * gst/qtdemux/qtdemux.c:
8146           add new 4CC codes for h263 related codecs
8147           fixes partially bug #155163
8148
8149 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8150
8151         * configure.ac: Update polyaudio requirement to 0.7
8152         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8153
8154 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8155
8156         * gst/interleave/deinterleave.c:
8157         fix my name's spelling! :)
8158
8159 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8160
8161         * AUTHORS ChangeLog
8162         * gst/auparse/gstauparse.c
8163         * gst/interleave/deinterleave.c
8164         * gst/law/:
8165                 alaw-decode.c alaw-encode.c
8166                 mulaw-decode.c mulaw-encode.c
8167         * gst/oneton/gstoneton.c
8168         * sys/osxaudio/:
8169                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8170         * sys/osxvideo/:
8171                 cocoawindow.h cocoawindow.m
8172                 osxvideosink.h osxvideosink.m
8173
8174         put the same mail address for Zaheer Abbas Merali everywhere
8175
8176 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8177
8178         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8179           Align by packetsize, and assert that we a packet available before
8180           playing. The first makes webstreams work (they often include
8181           trailing padding data in a packet), the second allows pausing a
8182           ASF stream in totem without getting demux errors afterwards.
8183
8184 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8185
8186         * ext/ogg/gstoggdemux.c: (get_relative):
8187           Check for non-NULL before accessing member (end-of-chain).
8188
8189 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8190
8191         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8192         (cdparanoia_set_property), (cdparanoia_get_property):
8193         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8194         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8195         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8196         (dvdreadsrc_init), (dvdreadsrc_set_property),
8197         (dvdreadsrc_get_property):
8198         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8199         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8200           Synchronize property names where not yet the case. Devices are
8201           now device=X, other versions are deprecated (but still exist).
8202           Also use g_free() unconditionally.
8203         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8204         (setup_source), (gst_play_base_bin_get_property):
8205           Expose source.
8206
8207 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8208
8209         * configure.ac: move GCONF macro outside conditional for the am
8210           conditional. Fixes #160439
8211
8212 2004-12-08  David Schleef  <ds@schleef.org>
8213
8214         * tools/gst-visualise-m.m: Switch to elements that currently
8215         exist.
8216
8217 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8218
8219         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8220           We love wrong commas.
8221
8222 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8223
8224         * gst/matroska/matroska-demux.c:
8225         (gst_matroska_demux_handle_src_query):
8226           Don't set DEFAULT, unsupported - makes length display incorrectly
8227           in some cases.
8228
8229 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8230
8231         * gst/monoscope/README: remove blurb about files being GPL
8232         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8233         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8234           monoscope is now effectively LGPL licensed
8235
8236 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8237
8238         * gst/monoscope/README: Update information to be more correct
8239         * gst/monoscope/convolve.c: Relicense to LGPL
8240         * gst/monoscope/convolve.h: Relicense to LGPL
8241
8242 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8243
8244         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8245           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8246         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8247           set default_duration for mpeg1 audio
8248
8249 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8250
8251         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8252         * ext/alsa/gstalsa.h:
8253           refactor big chunks of the core caps negotiation code to make it
8254           a lot faster, because people claim it's really slow
8255           (actually, just cache the getcaps when the device is opened)
8256
8257 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8258
8259         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8260         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8261         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8262         (gst_a52dec_change_state), (plugin_init):
8263         * ext/a52dec/gsta52dec.h:
8264           Do something useful with timestamps. Make chain-based (since
8265           there's really no reason to be loopbased).
8266         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8267           Update current_byte/frame correctly.
8268
8269 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8270
8271         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8272         (gst_ape_demux_stream_init):
8273           Forward tags, too.
8274
8275 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8276
8277         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8278           Let's make sure we're done typefinding when detecting tags.
8279
8280 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8281
8282         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8283         (gst_ebml_read_init), (gst_ebml_read_use_event),
8284         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8285         (gst_ebml_read_seek), (gst_ebml_read_skip),
8286         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8287         (gst_ebml_read_master):
8288         * gst/matroska/ebml-read.h:
8289         * gst/matroska/matroska-demux.c:
8290         (gst_matroska_demux_parse_contents),
8291         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8292           Disgustingly evil hack for working around INTERRUPT events and
8293           their extremely annoying habit of being a pain in the ass. We
8294           simply peek a cluster before reading any of it.
8295
8296 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8297
8298         * ext/musepack/gstmusepackdec.cpp:
8299           There's also floating point libmusepacks.
8300
8301 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8302
8303         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8304         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8305           Set DURATION even if source buffer didn't. Also use increasing
8306           timestamps.
8307         * gst-libs/gst/riff/riff-media.c:
8308         (gst_riff_create_audio_caps_with_data):
8309           Block_align can have larger values than 8192.
8310
8311 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8312
8313         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8314         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8315         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8316         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8317           Fix caps.
8318
8319 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8320
8321         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8322           Fix logic bug.
8323
8324 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8325
8326         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8327           Yay, another one.
8328
8329 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8330
8331         * ext/esd/esdsink.c: (gst_esdsink_chain):
8332           Make error actually say something useful (fixes #156798).
8333         * gst-libs/gst/riff/riff-media.c:
8334         (gst_riff_create_video_caps_with_data),
8335         (gst_riff_create_video_template_caps):
8336           Add Intel Video 5.0 fourcc (IV50).
8337
8338 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8339
8340         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8341         detection on mono and stereo mp3 files.
8342
8343 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8344
8345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8346           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8347           the contained stream).
8348
8349 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8350
8351         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8352           Oops, remove debug.
8353
8354 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8355
8356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8357
8358         * gst/law/alaw-decode.c: (alawdec_getcaps):
8359         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8360           Prevent warnings when negotiating caps (fixes #159338).
8361
8362 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8363
8364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8365         (gst_ffmpegcsp_chain):
8366           Remove old leftover that shouldn't be there...
8367
8368 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8369
8370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8371
8372         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8373           Don't forward DISCONT events (fixes #159684).
8374
8375 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8376
8377         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8378           Unlink manually since sometimes bin disposal (and therefore
8379           pad unlinking) is delayed, which will cause a new media file
8380           to not be able to start playing instantly.
8381
8382 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8383
8384         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8385           On mute of an unlinked stream, check for pad availability so
8386           we don't crash on unlinked pad.
8387
8388 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8389
8390         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8391         (gst_avi_demux_massage_index):
8392           Fix quite humiliating bug in omitting 0-sized index chunks but
8393           forgetting to count them for timestamps.
8394
8395 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8396
8397         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8398           Actually leave the loop if we failed to sync. Don't crash.
8399
8400 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8401
8402         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8403         (gst_dvd_demux_process_private):
8404         * gst/mpegstream/gstdvddemux.h:
8405           Fix crash (#159759). Doesn't work, though. :-(.
8406
8407 2004-11-28  Benjamin Otte  <otte@gnome.org>
8408
8409         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8410           more overwriting protection due to modifying channels one by one
8411           instead of all at once
8412
8413 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8414
8415         * gst/audioconvert/gstchannelmix.c:
8416         (gst_audio_convert_fill_normalize):
8417           Normalize using absolute values.
8418
8419 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8420
8421         * configure.ac:
8422         * ext/Makefile.am:
8423         * ext/directfb/Makefile.am:
8424         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8425         (gst_directfbvideosink_get_pixel_format),
8426         (gst_directfbvideosink_get_format_from_fourcc),
8427         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8428         (gst_directfbvideosink_sink_link),
8429         (gst_directfbvideosink_change_state),
8430         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8431         (gst_directfbvideosink_buffer_alloc),
8432         (gst_directfbvideosink_interface_supported),
8433         (gst_directfbvideosink_interface_init),
8434         (gst_directfbvideosink_navigation_send_event),
8435         (gst_directfbvideosink_navigation_init),
8436         (gst_directfbvideosink_set_property),
8437         (gst_directfbvideosink_get_property),
8438         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8439         (gst_directfbvideosink_base_init),
8440         (gst_directfbvideosink_class_init),
8441         (gst_directfbvideosink_get_type), (plugin_init):
8442         * ext/directfb/directfbvideosink.h: Adding a first version of
8443         directfbvideosink.
8444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8445         more.
8446
8447 2004-11-28  Benjamin Otte  <otte@gnome.org>
8448
8449         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8450           walk the samples backwards if out_channels > in_channels so we don't
8451           overwrite data
8452
8453 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8454
8455         * gst/audioconvert/Makefile.am:
8456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8457         (gst_audio_convert_link), (gst_audio_convert_change_state),
8458         (gst_audio_convert_channels):
8459         * gst/audioconvert/gstchannelmix.c:
8460         (gst_audio_convert_unset_matrix),
8461         (gst_audio_convert_fill_identical),
8462         (gst_audio_convert_fill_compatible),
8463         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8464         (gst_audio_convert_fill_others),
8465         (gst_audio_convert_fill_normalize),
8466         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8467         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8468         * gst/audioconvert/gstchannelmix.h:
8469           Implement a channel mixer.
8470
8471 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8472
8473         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8474         * ext/alsa/gstalsa.h:
8475         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8476         Make alsasink actually honor gst_element_set_clock and use that
8477         clock instead of its internal one.
8478
8479 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8480
8481         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8482         (gst_play_base_bin_change_state): nullify source and decoder when
8483         going from READY to NULL so that we don't try to do weird stuff with
8484         them when going from NULL to READY
8485         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8486         instead of g_object_unref
8487         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8488         it should be correct
8489         (gst_play_bin_change_state): don't call remove_sinks if we are
8490         currently disposing the object
8491
8492 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8493
8494         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8495           Don't forget bass if it's there. Else left channel is silent...
8496
8497 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8498
8499         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8500         (gst_a52dec_change_state):
8501           Don't do sample adjusting anymore, we use float audio now.
8502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8503           Don't fixate to non-existing properties.
8504
8505 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8506
8507         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8508         (gst_a52dec_change_state):
8509           Advertise that we can do surround sound.
8510
8511 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8512
8513         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8514           Add buffer-frames=0.
8515         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8516         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8517         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8518         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8519         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8520         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8521         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8522         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8523         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8524         * ext/dvdread/dvdreadsrc.h:
8525           Add seeking, querying for bytes, sectors, title, angle and
8526           chapter. Handle multiple chapters. Relicense to LGPL because
8527           Billy agreed on that (thanks Billy!).
8528
8529 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8530
8531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8532         call parent dispose method
8533
8534 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8535
8536         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8537         (gst_audio_clock_get_internal_time):
8538         Fix active <-> inactive transitions: ensure time value always
8539         grows and avoid abrupt value changes.
8540
8541 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8542
8543         * configure.ac:
8544         * gst/tta/Makefile.am:
8545         * gst/tta/crc32.h:
8546         * gst/tta/filters.h:
8547         * gst/tta/gsttta.c:
8548         * gst/tta/gstttadec.c:
8549         * gst/tta/gstttadec.h:
8550         * gst/tta/gstttaparse.c:
8551         * gst/tta/gstttaparse.h:
8552         * gst/tta/ttadec.h:
8553           added TTA parser and decoder
8554
8555 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8556
8557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8558         (probe_triggered), (check_queue), (buffer_underrun),
8559         (buffer_running), (buffer_overrun), (gen_source_element),
8560         (setup_source):
8561         * gst/playback/gstplaybasebin.h:
8562           Implement buffering. Needs some more work.
8563
8564 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8565
8566         * ext/theora/theoradec.c: (theora_dec_chain):
8567           Fix ilog mask range overflow.
8568
8569 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8570
8571         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8572           Don't omit the last (which in case of dmix is the only :) )
8573           channel count. Don't set channels if <= 2.
8574
8575 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8576
8577         * gst/playback/gstplaybin.c: (gen_video_element),
8578         (gen_audio_element): Removed 2 obsolete comments
8579
8580 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8581
8582         * ext/vorbis/oggvorbisenc.c
8583         * ext/vorbis/vorbisenc.c :
8584           change description fields of those plugins to differentiate them
8585           (pitivi show Encoders by description, they had the same one)
8586
8587 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8588
8589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8590
8591         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8592         (gst_play_bin_set_property), (gen_video_element),
8593         (gen_audio_element):
8594           Refcounting fixes for provided audio-/videosinks.
8595
8596 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8597
8598         * gst/playback/gstplaybin.c: (gen_video_element),
8599         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8600           Don't reference all sinks, but only the video- and audiosinks.
8601           The vis. element should be disposed when we're done with it.
8602           We don't have any reason to keep it around. This fixes warnings
8603           when reusing playbin for playing multiple audio files with
8604           vis. enabled. Also release audio device on pause - idea stolen
8605           from Rhythmbox.
8606
8607 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8608
8609         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8610         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8611         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8612         * ext/alsa/gstalsaplugin.c: (plugin_init):
8613         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8614         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8615         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8616         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8617         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8618         (gst_faad_change_state), (plugin_init):
8619         * ext/faad/gstfaad.h:
8620         * ext/vorbis/vorbis.c: (plugin_init):
8621         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8622         * gst-libs/gst/audio/Makefile.am:
8623         * gst-libs/gst/audio/audio.c: (plugin_init):
8624         * gst-libs/gst/audio/multichannel.c:
8625         (gst_audio_check_channel_positions),
8626         (gst_audio_get_channel_positions),
8627         (gst_audio_set_channel_positions),
8628         (gst_audio_set_structure_channel_positions_list),
8629         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8630         (gst_audio_fixate_channel_positions):
8631         * gst-libs/gst/audio/multichannel.h:
8632         * gst-libs/gst/audio/testchannels.c: (main):
8633         * gst/audioconvert/gstaudioconvert.c:
8634         (gst_audio_convert_class_init), (gst_audio_convert_init),
8635         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8636         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8637         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8638         * gst/audioconvert/plugin.c: (plugin_init):
8639           Surround sound support.
8640
8641 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8642
8643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8644           Fix position for discont if we're close as well. Nitpicking, but
8645           saves a few milliseconds of extra waiting or skipping.
8646
8647 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8648
8649         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8650           We sometimes need parsers for playback, so add those too.
8651
8652 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8653
8654         * configure.ac:
8655         * gst/apetag/Makefile.am:
8656         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8657         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8658         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8659         (gst_ape_demux_get_src_query_types),
8660         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8661         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8662         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8663         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8664         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8665         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8666         (gst_ape_demux_change_state):
8667         * gst/apetag/apedemux.h:
8668         * gst/apetag/apetag.c: (plugin_init):
8669         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8670         (plugin_init):
8671           APE v1/2 tag reader plus typefind function.
8672
8673 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8674
8675         * configure.ac:
8676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8677         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8678           Remove hacks for older core. Require newer core version
8679           accordingly.
8680
8681 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8682
8683         * gst/cdxaparse/Makefile.am:
8684         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8685         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8686         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8687         * gst/cdxaparse/gstcdxaparse.h:
8688         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8689         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8690         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8691         (gst_cdxastrip_get_src_query_types),
8692         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8693         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8694         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8695         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8696         * gst/cdxaparse/gstcdxastrip.h:
8697           SVCD/VCD header stripping separated from CDXA image parsing.
8698         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8699         (plugin_init):
8700           Add VCD/SVCD header typefinding for VCD/SVCD.
8701         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8702         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8703         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8704         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8705         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8706         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8707         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8708         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8709         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8710         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8711         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8712         * sys/vcd/vcdsrc.h:
8713           Fix up, add seeking, querying, URI interface. Works in totem now.
8714
8715 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8716
8717         * configure.ac:
8718           back to CVS
8719
8720 === release 0.8.6 ===
8721
8722 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8723
8724         * NEWS:
8725         * RELEASE:
8726         * configure.ac:
8727         * po/af.po:
8728         * po/az.po:
8729         * po/cs.po:
8730         * po/en_GB.po:
8731         * po/hu.po:
8732         * po/it.po:
8733         * po/nb.po:
8734         * po/nl.po:
8735         * po/or.po:
8736         * po/sq.po:
8737         * po/sr.po:
8738         * po/sv.po:
8739         * po/uk.po:
8740           releasing 0.8.6, "IOU Love"
8741
8742 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8743
8744         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8745
8746         * gst/playback/gstplaybasebin.c:
8747           Fix unplayable files error handling.  Fixes #158365
8748
8749 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8750
8751         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8752
8753         * gst/typefind/gsttypefindfunctions.c:
8754           Fix broken mp3 typefinding.  Fixes #158375
8755
8756 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8757
8758         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8759
8760         * ext/ogg/gstoggdemux.c:
8761           Fix sync on broken files.  Fixes #158976
8762
8763 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8764
8765         patch by: Edward Hervey <bilboed@bilboed.com>
8766
8767         * ext/libpng/gstpngenc.c:
8768           Copy over buffer properties.  Fixes #158832
8769
8770 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8771
8772         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8773
8774         * ext/dvdread/dvdreadsrc.c:
8775           Fixes invalid reads (#158462)
8776
8777 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8778
8779         * sys/v4l/gstv4lsrc.c:
8780         * sys/v4l/gstv4lsrc.h:
8781         * sys/v4l/v4lsrc_calls.c:
8782           Probe less and cache it.  Fixes #159187.
8783
8784 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8785
8786         * gst/videorate/gstvideorate.c:
8787           Handle all video formats. Fixes #159186.
8788
8789 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8790         * gst/synaesthesia/gstsynaesthesia.c:
8791         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
8792         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
8793         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
8794         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
8795         (gst_synaesthesia_change_state), (plugin_init):
8796         Fix up synaesthesia to work under different samplerates/ buffer sizes.
8797         Force 320x200 output, as that's the only thing the underlying
8798         synaesthesia implementation supports. Still needs to be made
8799         re-entrant.
8800
8801 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8802
8803         * configure.ac:
8804           Fix mpeg2enc configure check (similar to mplex check below).
8805
8806 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
8807
8808         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8809
8810         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8811           Fix for gcc-2.95 (fixes #158221).
8812
8813 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8814
8815         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8816           Re-add clock distribution hack (until new core is released).
8817           Fixes #158125.
8818
8819 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
8820         * configure.ac:
8821           fix mplex configure check segfaulting on some systems (bug #140994)
8822
8823 2004-11-13  Benjamin Otte  <otte@gnome.org>
8824
8825         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
8826           add debugging
8827         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8828           do a wait when we enter the loop func with no data available to
8829           write instead of getting into an 100% CPU loop by just returning and
8830           being called again by the scheduler
8831
8832 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
8833
8834         * configure.ac:
8835         * ext/libvisual/visual.c: (gst_visual_get_type),
8836         (libvisual_log_handler), (gst_visual_getcaps),
8837         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
8838         (plugin_init):
8839           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
8840         * ext/smoothwave/Makefile.am:
8841         * ext/smoothwave/demo-osssrc.c: (main):
8842         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
8843         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
8844         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
8845         (plugin_init):
8846         * ext/smoothwave/gstsmoothwave.h:
8847           Make gstsmoothwave a working element in the 20th century.
8848
8849         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
8850           Fix incorrect link function
8851
8852 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8853
8854         * gst/volume/gstvolume.c:
8855           Allow buffer-frames=0.
8856
8857 2004-11-12 Iain <iaingnome@gmail.com>
8858
8859         * configure.ac: Check for polypaudio
8860
8861         * ext/Makefile.am: Build the polyp dir
8862
8863         * ext/polyp: The polypsink sources.
8864
8865 2004-10-30 Iain <iaingnome@gmail.com>
8866
8867         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
8868         caps to reflect the new number of channels.
8869
8870 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8871
8872         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8873           Fix for negotiation order problem. This would show when the
8874           ALSA loopfuction was called before any other function. ALSA
8875           wouldn't do anything because we're not negotiated yet, leading
8876           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
8877
8878 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8879
8880         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8881
8882         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8883           No warnings (#157986).
8884
8885 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8886
8887         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8888           Prefer apev1/2 and id3v1 (at end of file) over musepack.
8889
8890 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8891
8892         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
8893           Signal no-more-pads (so it works in playbin).
8894
8895 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8896
8897         * ext/musepack/gstmusepackreader.cpp:
8898           Workaround for older core.
8899
8900 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8901
8902         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
8903           Actually test for odd width/height rather than testing whether
8904           a temporary variable that was 0 before we subtracted 1 is now
8905           not equal to zero (which it always is).
8906
8907 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8908
8909         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8910         Fix compilation if HAVE_XVIDEO is not defined
8911
8912 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8913
8914         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8915         Fix compilation if HAVE_XVIDEO is not defined
8916
8917 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
8918
8919         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
8920         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
8921         (gst_goom_change_state), (plugin_init):
8922         Use the bytestream adapter so goom doesn't depend on the input
8923         buffer size.
8924         Add a debug category
8925
8926 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8927
8928         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
8929           Only set hardware parameters *after* negotiation. Before
8930           negotiation, it will set ANY and that seems to cause crashes
8931           (see e.g. #151288, #153227).
8932
8933 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8934
8935         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8936           This seems to be antique leftover. It needs to pass error
8937           checking.
8938         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8939         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
8940         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
8941         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
8942           Fix GstXOverlay implementation (#151059).
8943
8944 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8945
8946         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8947           Don't assert (#157853).
8948
8949 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8950
8951         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
8952           Fix bytes/samples confustion.
8953         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
8954           Fix for underrun (#144389).
8955
8956 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8957
8958         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8959           Disable halfway-seek for pending release (since it needs a new
8960           core release).
8961
8962 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8963
8964         * sys/v4l/gstv4lsrc.c:
8965         * sys/v4l/gstv4lsrc.h:
8966         * sys/v4l/v4lsrc_calls.c:
8967           add autoprobe-fps property so we can separate autoprobing parts
8968
8969 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8970
8971         * sys/v4l/gstv4lsrc.c:
8972         * sys/v4l/v4lsrc_calls.c:
8973         initialise fourcc to catch unset fourcc's, and debug
8974
8975 2004-11-09  Wim Taymans  <wim@fluendo.com>
8976
8977         * gst/playback/README:
8978         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
8979         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8980         (gst_play_bin_dispose), (gst_play_bin_set_property),
8981         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
8982         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
8983         (gst_play_bin_get_formats), (gst_play_bin_convert),
8984         (gst_play_bin_get_query_types), (gst_play_bin_query):
8985         Cleanups and some more documentation.
8986
8987 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
8988
8989         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
8990         (gst_cacasink_init), (gst_cacasink_chain):
8991         * ext/libcaca/gstcacasink.h:
8992         Cacasink inherits from VideoSink, so let that store the clock.
8993
8994 2004-11-09  Wim Taymans  <wim@fluendo.com>
8995
8996         * gst/playback/README:
8997         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
8998         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
8999         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9000         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9001         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9002         (setup_sinks):
9003         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9004         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9005         * gst/playback/gststreaminfo.h:
9006         Updated README.
9007         Only switch groups if all streams have muted (EOSed).
9008         Send Tags in sync with the stream playback instead of in
9009         the playback/preroll phase.
9010         Some cleanups, free the fakesrc elements.
9011
9012 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9013
9014         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9015           buffer-frames property was missing
9016         * ext/arts/gst_arts.c:
9017           rate missing from sinkcaps
9018         * ext/audiofile/gstafparse.c:
9019         * ext/audiofile/gstafsink.c:
9020         * ext/audiofile/gstafsrc.c:
9021         * ext/swfdec/gstswfdec.c:
9022           int audio doesn't know buffer-frames
9023         * ext/cdparanoia/gstcdparanoia.c:
9024           int audio doesn't know chunksize either
9025         * ext/nas/nassink.c:
9026           it's endianness, not endianess
9027         * gst-libs/gst/audio/audio.h:
9028           make float standard pad template caps really describe float
9029         * gst/law/mulaw.c: (linear_factory):
9030           signed only, please
9031         * gst/mpegstream/gstdvddemux.c:
9032           widths of 20 are not valid
9033
9034 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9035
9036         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9037
9038         * po/LINGUAS:
9039         * po/it.po:
9040           Add Italian
9041
9042 2004-11-08  Wim Taymans  <wim@fluendo.com>
9043
9044         * gst/playback/README:
9045         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9046         * gst/playback/gstplaybasebin.c: (probe_triggered),
9047         (gst_play_base_bin_change_state):
9048         Updated README, added more comments for fixmes etc..
9049
9050 2004-11-08  Wim Taymans  <wim@fluendo.com>
9051
9052         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9053         We can remove this hack now.
9054
9055 2004-11-08  Wim Taymans  <wim@fluendo.com>
9056
9057         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9058         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9059         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9060         Only mix AYUV for maximum quality.
9061
9062 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9063
9064         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9065         (gst_ogg_demux_push), (gst_ogg_pad_push):
9066           Let's act as if we're synchronized now! :).
9067         * ext/theora/theoradec.c: (theora_dec_chain):
9068           Add some debug.
9069
9070 2004-11-08  Wim Taymans  <wim@fluendo.com>
9071
9072         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9073         (gst_alpha_set_property), (gst_alpha_sink_link),
9074         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9075         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9076         (gst_alpha_init_params), (gst_alpha_chain):
9077         Implement alpha functions for AYUV too, this increases
9078         accuracy quite a bit.
9079
9080 2004-11-08  Wim Taymans  <wim@fluendo.com>
9081
9082         * gst/ffmpegcolorspace/avcodec.h:
9083         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9084         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9085         (gst_ffmpegcsp_avpicture_fill):
9086         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9087         (gst_ffmpegcsp_caps_remove_format_info):
9088         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9089         (shrink12), (img_get_alpha_info), (deinterlace_line),
9090         (deinterlace_line_inplace):
9091         * gst/ffmpegcolorspace/imgconvert_template.h:
9092         Added AYUV colorspace and handle RGBA a bit more respectful.
9093
9094 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9095
9096         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9097           Actually always send a discont (cornercase when resending the
9098           same serial-tagged chain twice).
9099
9100 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9101
9102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9103         (gst_ximagesink_finalize):
9104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9105         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9106
9107 2004-11-08  Wim Taymans  <wim@fluendo.com>
9108
9109         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9110         Don't segfault on NULL data.
9111
9112 2004-11-08  Wim Taymans  <wim@fluendo.com>
9113
9114         * gst/playback/gstdecodebin.c: (unlinked):
9115         * gst/playback/gstplay-marshal.list:
9116         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9117         (gst_play_base_bin_init), (group_create), (get_active_group),
9118         (get_building_group), (group_destroy), (group_commit),
9119         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9120         (add_element_stream), (no_more_pads), (probe_triggered),
9121         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9122         (state_change), (setup_source), (gst_play_base_bin_get_property),
9123         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9124         (gst_play_base_bin_link_stream),
9125         (gst_play_base_bin_get_streaminfo):
9126         * gst/playback/gstplaybasebin.h:
9127         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9128         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9129         Add support for chained ogg files. Prepare for playlist
9130         support. This patch introduces the concept of pad groups, which
9131         together compose one playable media file.
9132
9133 2004-11-07  David Schleef  <ds@schleef.org>
9134
9135         * testsuite/gst-lint: Check for pad templates that aren't statically
9136         scoped.
9137
9138 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9139
9140         * configure.ac:
9141         * ext/Makefile.am:
9142         * ext/musepack/Makefile.am:
9143         * ext/musepack/gstmusepackdec.cpp:
9144         * ext/musepack/gstmusepackdec.h:
9145         * ext/musepack/gstmusepackreader.cpp:
9146         * ext/musepack/gstmusepackreader.h:
9147           Add musepack decoder.
9148         * ext/faad/gstfaad.c: (gst_faad_base_init):
9149           Make pad templates static.
9150         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9151         (plugin_init):
9152           Add musepack typefinder, make mp3 typefinding work halfway stream,
9153           which doesn't actually work yet because id3demux doesn't implement
9154           _get_length().
9155
9156 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9157
9158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9159         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9160           Fix interrupt event handling (#144436).
9161
9162 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9163
9164         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9165           Hide unused glory.
9166
9167 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9168
9169         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9170
9171         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9172           Fix weird caps (#157548).
9173
9174 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9175
9176         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9177
9178         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9179           Add missing NULL terminator (#157543).
9180
9181 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9182
9183         * gst/tcp/gsttcp.h:
9184         * gst/tcp/gsttcpclientsink.c:
9185         * gst/tcp/gsttcpclientsrc.c:
9186         * gst/tcp/gsttcpserversink.c:
9187         * gst/tcp/gsttcpserversrc.c:
9188           ports can go up to 65535.  Move common defines to gsttcp.h
9189
9190 2004-11-05  Wim Taymans  <wim@fluendo.com>
9191
9192         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9193         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9194         Added two more colorspaces.
9195
9196 2004-11-05  Wim Taymans  <wim@fluendo.com>
9197
9198         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9199         (gst_ffmpegcsp_avpicture_fill):
9200         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9201         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9202         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9203         More stride fixes.
9204
9205 2004-11-05  Wim Taymans  <wim@fluendo.com>
9206
9207         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9208         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9209         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9210         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9211         (gst_videomixer_loop):
9212         More stride fixes.
9213
9214 2004-11-05  Benjamin Otte  <otte@gnome.org>
9215
9216         * ext/mad/gstmad.c: (gst_mad_chain):
9217           don't overflow data buffer. Flush not needed sync data when syncing
9218           failed.
9219
9220 2004-11-04  Wim Taymans  <wim@fluendo.com>
9221
9222         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9223         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9224         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9225         (gst_alpha_init_params), (gst_alpha_chain),
9226         (gst_alpha_change_state):
9227         Updated the chroma keying algorithm with something more
9228         sophisticated.
9229
9230 2004-11-03  Wim Taymans  <wim@fluendo.com>
9231
9232         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9233         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9234         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9235         Fix stride issues. Does not completely work for odd
9236         heights.
9237
9238 2004-11-03  Wim Taymans  <wim@fluendo.com>
9239
9240         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9241         (gst_alpha_chroma_key), (gst_alpha_chain):
9242         Fix stride issues. Does not completely work for odd
9243         heights.
9244
9245 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9246
9247         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9248         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9249         leak fixes
9250
9251 2004-11-03  Wim Taymans  <wim@fluendo.com>
9252
9253         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9254         (gst_ffmpegcsp_avpicture_fill):
9255         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9256         (avpicture_alloc):
9257         * gst/ffmpegcolorspace/imgconvert_template.h:
9258         Use correct _fill function to get correct strides.
9259
9260 2004-11-02  David Schleef  <ds@schleef.org>
9261
9262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9263         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9264         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9265         Change all g_print()s to debugging.  Add a bunch of consistency
9266         checks.
9267
9268 2004-11-02  Wim Taymans  <wim@fluendo.com>
9269
9270         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9271         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9272         (unlinked), (no_more_pads), (close_link):
9273         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9274         (unknown_type), (add_element_stream), (new_decoded_pad),
9275         (removed_decoded_pad), (setup_source):
9276         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9277         (gst_stream_info_class_init), (gst_stream_info_init),
9278         (gst_stream_info_new), (gst_stream_info_dispose),
9279         (stream_info_mute_pad), (gst_stream_info_set_property),
9280         (gst_stream_info_get_property):
9281         * gst/playback/gststreaminfo.h:
9282         Fix playback of multiple files.
9283         a slightly different approach to handling dynamic pad removals.
9284         This one only looks at pads that we have linked.
9285
9286 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9287
9288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9289         free" warning from libc.
9290
9291 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9292
9293         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9294         (get_unconnected_element), (remove_starting_from), (pad_removed),
9295         (close_link):
9296           Implement support for dynamic pad changing. We listen to "live"
9297           pad removals (i.e. while playing) and re-setup autoplugging
9298           after that. Playbasebin/playbin need some more work for this
9299           to finally work, but decodebin supports (and replugs) chained
9300           ogg now.
9301
9302 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9303
9304         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9305         (gst_alsa_finalize):
9306         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9307         (gst_cdaudio_finalize):
9308         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9309         (cdparanoia_finalize):
9310         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9311         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9312         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9313         (dvdreadsrc_finalize):
9314         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9315         (gst_flacdec_finalize):
9316         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9317         (gst_flacenc_finalize):
9318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9319         (gst_gnomevfssink_finalize):
9320         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9321         (gst_gnomevfssrc_finalize):
9322         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9323         (gst_fameenc_finalize):
9324         * ext/nas/nassink.c: (gst_nassink_class_init),
9325         (gst_nassink_finalize):
9326         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9327         (gst_sdlvideosink_class_init):
9328         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9329         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9330         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9331         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9332         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9333         (gst_x_window_listener_dispose):
9334         * gst/audioscale/gstaudioscale.c:
9335         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9336         (play_on_demand_finalize):
9337         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9339         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9340         (cdplayer_finalize):
9341         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9342         (gst_glimagesink_class_init):
9343         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9344         (gst_osselement_finalize):
9345         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9346         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9347         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9348           Fixes a bunch of problems with finalize and dispose functions,
9349           either assumptions that dispose is only called once, or not calling
9350           the parent class dispose/finalize function
9351
9352 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9353
9354         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9355           added two api precondition guards
9356           use g_strdup with getenv to fix crash when using ENVVAR
9357
9358 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9359         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9360         (gst_esdsink_finalize):
9361         Use a finalize function, not dispose, and more importantly,
9362         call the parent class finalize function too
9363
9364 2004-11-01  Johan Dahlin  <johan@gnome.org>
9365
9366         * ext/ogg/gstoggdemux.c:
9367         * gst/tags/gstvorbistag.c:
9368         Plug leaks.
9369
9370 2004-10-31  Benjamin Otte  <otte@gnome.org>
9371
9372         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9373           lotsa memleaks today. But they're all small...
9374
9375 2004-10-31  Benjamin Otte  <otte@gnome.org>
9376
9377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9378           another memleak crushed
9379
9380 2004-10-31  Benjamin Otte  <otte@gnome.org>
9381
9382         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9383           fix memleak
9384
9385 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9386
9387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9388           Hack to prevent crash when going to READY inside signal handler
9389           while this function is active.
9390
9391 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9392
9393         * gst/ffmpegcolorspace/Makefile.am:
9394         * gst/ffmpegcolorspace/avcodec.h:
9395         * gst/ffmpegcolorspace/common.h:
9396         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9397         * gst/ffmpegcolorspace/dsputil.h:
9398         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9399         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9400         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9401         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9402         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9403         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9404         (gst_ffmpegcsp_avpicture_fill):
9405         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9407         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9408         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9409         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9410         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9411         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9412         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9413         * gst/ffmpegcolorspace/imgconvert.c:
9414         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9415         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9416         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9417         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9418         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9419         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9420         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9421         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9422         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9423         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9424         (grow21), (grow22), (grow41), (grow44), (conv411),
9425         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9426         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9427         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9428         (avpicture_free), (is_yuv_planar), (img_convert),
9429         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9430         (deinterlace_line_inplace), (deinterlace_bottom_field),
9431         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9432         * gst/ffmpegcolorspace/imgconvert_template.h:
9433         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9434         * gst/ffmpegcolorspace/mmx.h:
9435         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9436         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9437         (av_freep), (avcodec_get_context_defaults),
9438         (avcodec_alloc_context), (avcodec_init):
9439           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9440           handling plus update from ffmpeg CVS. Large clean-up.
9441
9442 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9443
9444         * gst/playback/Makefile.am:
9445           We need the marshallers for decodebin, too.
9446
9447 2004-10-30  David Schleef  <ds@schleef.org>
9448
9449         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9450           quicktime typefinding work with 64-bit offsets.
9451
9452 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9453
9454         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9455           Set EOS on the element when processing an EOS event.
9456         * ext/speex/gstspeexdec.h:
9457         * ext/speex/gstspeexenc.h:
9458           Only keep a const ptr to the mode
9459         * gst-libs/gst/riff/riff-media.c:
9460         (gst_riff_create_audio_caps_with_data),
9461         (gst_riff_create_audio_template_caps):
9462           Allow WMAV3, with up to 6 channels.
9463         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9464           Don't call gst_pad_set_event_function on a sink pad.
9465         * gst/mpegstream/gstdvddemux.c:
9466         (gst_dvd_demux_get_subpicture_stream),
9467         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9468           Copy the explicit caps that were set across to the cur_* pads,
9469           instead of trying to use a possibly non-existent negotiated caps.
9470           Reset the type of subpicture pads to UNKNOWN after calling
9471           init_stream, so that the caps get set.
9472
9473 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9474
9475         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9476
9477         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9478           Don't touch buffer if it is of size 0 (fixes #151064).
9479
9480 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9481
9482         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9483           Synchronized discont handling.
9484
9485 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9486
9487         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9488         (gst_ogg_demux_push):
9489           Make seeking sort-of exact again (fixes #156387).
9490
9491 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9492
9493         * gst/playback/gstplaybasebin.c: (unknown_type),
9494         (add_element_stream), (new_decoded_pad),
9495         (gst_play_base_bin_change_state):
9496         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9497         (gst_stream_info_init), (gst_stream_info_new),
9498         (gst_stream_info_dispose), (gst_stream_info_get_property):
9499         * gst/playback/gststreaminfo.h:
9500           Make caps explicitely available. Makes testing for unsupported
9501           types possible. Improves error reporting.
9502
9503 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9504
9505         * gst/audioconvert/gstaudioconvert.c:
9506         (gst_audio_convert_buffer_to_default_format):
9507           Really don't touch read-only buffers (#156563).
9508
9509 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9510
9511         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9512
9513         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9514           Fix memleak (#155223).
9515
9516 2004-10-29  Wim Taymans  <wim@fluendo.com>
9517
9518         * gst/tcp/.cvsignore:
9519         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9520         (gst_multifdsink_class_init), (gst_multifdsink_init),
9521         (gst_multifdsink_add), (gst_multifdsink_remove),
9522         (gst_multifdsink_remove_client_link), (is_sync_frame),
9523         (gst_multifdsink_new_client),
9524         (gst_multifdsink_handle_client_write),
9525         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9526         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9527         (gst_multifdsink_get_property):
9528         * gst/tcp/gstmultifdsink.h:
9529         Added burst on connect sync_method, deprecated sync_clients,
9530         streamlined the sync code some more.
9531
9532 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9533
9534         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9535         (gst_play_base_bin_change_state):
9536           Improve error reporting.
9537
9538 2004-10-28  Wim Taymans  <wim@fluendo.com>
9539
9540         * gst/tcp/Makefile.am:
9541         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9542         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9543         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9544         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9545         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9546         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9547         (gst_fdset_wait):
9548         Added more locks around fdset structures. Fixed/reworked
9549         the poll array resizing code.
9550         Added stress test for fdset.
9551
9552 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9553
9554         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9555         fix build
9556
9557 2004-10-28  Benjamin Otte  <otte@gnome.org>
9558
9559         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9560           fix link function to always query channels and query width for
9561           floats
9562         * configure.ac:
9563           add equalizer dir
9564         * gst/equalizer/Makefile.am:
9565         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9566         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9567         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9568         (arg_to_scale), (setup_filter),
9569         (gst_iir_equalizer_compute_frequencies),
9570         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9571         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9572         (plugin_init):
9573           add an equalizer
9574
9575 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9576
9577         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9578
9579         * po/LINGUAS:
9580         * po/nb.po:
9581           Added Norwegian Bokmaal translation
9582
9583 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9584
9585         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9586           Don't break on options (fixes #156488).
9587
9588 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9589
9590         * configure.ac:
9591         * ext/cdaudio/Makefile.am:
9592         * sys/Makefile.am:
9593           fix build on older automake
9594
9595 2004-10-26  Wim Taymans  <wim@fluendo.com>
9596
9597         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9598         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9599         Allow a little margin when negotiating the framerate.
9600
9601 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9602
9603         * gst/level/gstlevel.c:
9604           synchonised naming of pads and pad-templates
9605
9606 2004-10-26  Wim Taymans  <wim@fluendo.com>
9607
9608         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9609         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9610         (_find_streams_check), (gst_ogg_demux_push):
9611         Fix EOS again. Needs to be done in a better way. We should not
9612         remove the pad if there is no new chained stream.
9613
9614 2004-10-26 Iain <iaingnome@gmail.com>
9615
9616         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9617         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9618         of the caps.
9619         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9620         pad.
9621         (interleave_release_pad): Remove the pad.
9622         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9623         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9624         the set device.
9625         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9626         attrs
9627         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9628         (gst_xvimagesink_finalize): Free the par.
9629
9630 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9631
9632         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9633         (gst_avimux_stop_file):
9634           First calculate the rate, and only then use it. Hdr.rate is a
9635           multiple and not a derivative of hdr.scale. Scale is not the
9636           same as blockalign but is solely related to rate.
9637
9638 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9639
9640         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9641         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9642           Implement seeking.
9643
9644 2004-10-25  James Henstridge  <james@jamesh.id.au>
9645
9646         Reviewed by:  David Schleef  <ds@schleef.org>
9647
9648         * examples/gstplay/player.c: (got_stream_length), (main):
9649         * examples/seeking/cdplayer.c: (update_scale):
9650         * examples/seeking/seek.c: (format_value), (update_scale):
9651         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9652         (stop_seek):
9653         Build fixes on AMD64.
9654
9655 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9656
9657         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9658
9659         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9660         Fix for some v4l cards which hang in v4lsrc
9661
9662 2004-10-25  Wim Taymans  <wim@fluendo.com>
9663
9664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9665         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9666         Make sure to remove the pad when a new chain is
9667         encountered. Set some vars to NULL so we don't try
9668         to reference freed memory.
9669
9670 2004-10-25  Wim Taymans  <wim@fluendo.com>
9671
9672         * examples/seeking/Makefile.am:
9673         * examples/seeking/cdplayer.c: (update_scale):
9674         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9675         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9676         (format_value), (update_scale), (iterate), (start_seek),
9677         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9678         (print_usage), (main):
9679         Added some more examples, update others.
9680
9681 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9682
9683         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9684         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9685         * ext/theora/theoradec.c: (theora_dec_chain):
9686         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9687           Add codec-name metadata.
9688
9689 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9690
9691         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9692
9693         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9694         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9695         * ext/alsa/gstalsamixertrack.h:
9696         * po/POTFILES.in:
9697           ALSA mixer track label internationalization (#154054).
9698
9699 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9700
9701         * ext/theora/theoradec.c: (theora_dec_chain):
9702           Export bitrate as metadata.
9703
9704 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9705
9706         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9707         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9708         * ext/alsa/gstalsamixertrack.h:
9709           Fix names, fix loop.
9710
9711 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9712
9713         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9714         (speex_dec_convert):
9715           sinkconvert function so oggdemux can get the file length (totem).
9716
9717 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9718
9719         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9720
9721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9722           Don't push incomplete packets.
9723         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9724           Fix MPEG-4 audio typefinding.
9725
9726 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9727
9728         * sys/v4l/Makefile.am:
9729         * sys/v4l/gstv4l.c: (plugin_init):
9730         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9731         (gst_v4lelement_init), (gst_v4lelement_dispose),
9732         (gst_v4lelement_change_state):
9733         * sys/v4l/gstv4lelement.h:
9734         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9735         (gst_v4l_xoverlay_close), (idle_refresh),
9736         (gst_v4l_xoverlay_set_xwindow_id):
9737         * sys/v4l/gstv4lxoverlay.h:
9738         * sys/v4l/v4l-overlay_calls.c:
9739         * sys/v4l/v4l_calls.h:
9740         * sys/v4l2/Makefile.am:
9741         * sys/v4l2/gstv4l2.c: (plugin_init):
9742         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9743         (gst_v4l2element_init), (gst_v4l2element_dispose),
9744         (gst_v4l2element_change_state):
9745         * sys/v4l2/gstv4l2element.h:
9746         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9747         (gst_v4l2_xoverlay_close), (idle_refresh),
9748         (gst_v4l2_xoverlay_set_xwindow_id):
9749         * sys/v4l2/gstv4l2xoverlay.h:
9750         * sys/v4l2/v4l2-overlay_calls.c:
9751         * sys/v4l2/v4l2_calls.h:
9752           Remove client-side overlay handling, use the X-server v4l plugin
9753           for that. Nicer overlay, less code. Also make the plugin
9754           compileable without X (but then without overlay, obviously).
9755           Makes xwindowlistener obsolete, should we remove that?
9756
9757 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9758
9759         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9760         (gst_osssrc_src_query):
9761         * sys/oss/gstosssrc.h:
9762           OK, so people want offset in DEFAULT. This time, actually fix all
9763           cases.
9764         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9765           Add FPS properly.
9766
9767 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9768
9769         * gst/asfdemux/gstasfmux.c:
9770         * gst/avi/gstavimux.c:
9771           Framerate.
9772
9773 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9774
9775         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9776           Fix properties (channel, norm, frequency).
9777
9778 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9779
9780         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9781           Flag typo.
9782         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9783           No warnings.
9784
9785 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9786
9787         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9788           Fix hang.
9789
9790 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9791
9792         * sys/v4l2/gstv4l2element.h:
9793           Yet Another Hack (tm) for kernel header borkedness.
9794         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
9795         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
9796         (gst_v4l2src_link), (gst_v4l2src_getcaps),
9797         (gst_v4l2src_change_state):
9798         * sys/v4l2/gstv4l2src.h:
9799         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
9800         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
9801           Fix caps, keep track of state, work.
9802
9803 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9804
9805         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
9806           Quiet.
9807
9808 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9809
9810         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9811           Don't mix bytes and samples.
9812
9813 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9814
9815         * ext/ogg/gstoggmux.c:
9816           Basic pad template which accepts OGM tracks, speex, flac, vorbis
9817           and theora. Any is incorrect.
9818         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
9819           Fix caps.
9820         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
9821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
9822         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
9823         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
9824         * sys/v4l/gstv4lmjpegsrc.h:
9825         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
9826         (gst_v4lsrc_change_state):
9827         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
9828         (gst_v4lmjpegsrc_capture_stop):
9829           Fix caps. Keep track of internal state. Work.
9830
9831 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9832
9833         * ext/Makefile.am:
9834           Fix the build fixes.
9835
9836 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9837
9838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9839         (gst_ogg_demux_src_event), (_find_chain_seek),
9840         (gst_ogg_pad_push):
9841           Check for pad availability before using it.
9842         * ext/ogg/gstoggdemux.c: (_find_chain_process):
9843           Fix parsing of chained ogg. Needs more work on the decoder side.
9844
9845 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9846
9847         * gst/spectrum/Makefile.am:
9848         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
9849         (idle_func):
9850           Fix demo and reenable it. Yes, I'm currently playing with audio
9851           analysis tools
9852
9853 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9854
9855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9856           We love it if files that start at zero work too...
9857
9858 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9859
9860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9861           Handle files with missing EOS headers.
9862
9863 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9864
9865         * gst/tcp/gsttcpserversink.c:
9866         (gst_tcpserversink_handle_server_read),
9867         (gst_tcpserversink_init_send):
9868         Zero some variables first (need for accept not to return EINVAL)
9869
9870 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9871
9872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9873         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9874         * ext/theora/theoradec.c: (theora_dec_sink_convert),
9875         (theora_dec_chain):
9876         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
9877         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
9878           Seeking and querying finetune.
9879
9880 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9881
9882         * configure.ac:
9883         * ext/Makefile.am:
9884         * ext/raw1394/Makefile.am:
9885           fix the build
9886
9887 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9888
9889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9890           Wrong return.
9891         * gst/playback/Makefile.am:
9892         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
9893         * gst/playback/gstplay-marshal.list:
9894         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
9895           Fix marshallers.
9896
9897 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9898
9899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
9900           Silence.
9901
9902 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9903
9904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9905         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9906         (gst_ogg_pad_push):
9907           Yay for non-lineair granulepos in theora.
9908
9909 2004-10-18  Wim Taymans  <wim@fluendo.com>
9910
9911         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
9912         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9913         * ext/dv/gstdvdec.h:
9914         Make sure we renegotiate aspect ratio when the camera switches.
9915
9916 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9917
9918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9919         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
9920           Start at zero.
9921         * ext/theora/theoradec.c: (theora_dec_chain):
9922           Skip headers. Bad idea for chained ogg, but fixes seeking.
9923
9924 2004-10-18  Wim Taymans  <wim@fluendo.com>
9925
9926         * configure.ac:
9927         I swear, this is the last time I touch this.
9928
9929 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9930
9931         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9932         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
9933         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
9934           Faster seeking.
9935         * ext/theora/theoradec.c: (theora_dec_sink_convert):
9936           Time-to-default conversion.
9937         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9938           Don't error on unknown packets, just skip. We should probably
9939           read them if we want to support chained ogg.
9940
9941 2004-10-18  Wim Taymans  <wim@fluendo.com>
9942
9943         * configure.ac:
9944         Added cdaudio to wrong list.
9945
9946 2004-10-18  Wim Taymans  <wim@fluendo.com>
9947
9948         * configure.ac:
9949         Revive cdaudio.
9950
9951 2004-10-18  Wim Taymans  <wim@fluendo.com>
9952
9953         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9954         (gst_dvdec_video_link), (gst_dvdec_push):
9955         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
9956         (gst_smokeenc_resync), (gst_smokeenc_chain):
9957         Fix mimetype on smoke encoder.
9958         Add aspect ratio to dvdec. Not sure if these
9959         values are correct though....
9960
9961 2004-10-18  Wim Taymans  <wim@fluendo.com>
9962
9963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
9964         Fix vorbis property descriptions and ranges.
9965
9966 2004-10-18  Wim Taymans  <wim@fluendo.com>
9967
9968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
9969         Really do nothing when no data is available.
9970         Go to the playing state when the stream is not seekable
9971         instead of failing.
9972
9973 2004-10-18  Wim Taymans  <wim@fluendo.com>
9974
9975         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
9976         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
9977         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
9978         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
9979         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
9980         Added uri handler for cd://
9981         Port to new API.
9982
9983 2004-10-18  Wim Taymans  <wim@fluendo.com>
9984
9985         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9986         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
9987         (try_to_link_1), (no_more_pads), (close_link), (type_found):
9988         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
9989         (remove_prerolls), (unknown_type), (add_element_stream),
9990         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
9991         (gst_play_base_bin_remove_element),
9992         (gst_play_base_bin_link_stream):
9993         * gst/playback/gstplaybin.c: (gen_video_element),
9994         (gen_vis_element), (remove_sinks), (setup_sinks):
9995         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
9996         (gst_stream_info_get_type), (gst_stream_info_class_init),
9997         (gst_stream_info_init), (gst_stream_info_new),
9998         (gst_stream_info_dispose), (stream_info_mute_pad),
9999         (gst_stream_info_set_property), (gst_stream_info_get_property):
10000         * gst/playback/gststreaminfo.h:
10001         Add sink padtemplate to decodebin.
10002         Added some more comments.
10003         Make queue size configurable in playbasebin.
10004         Added possibility to use elements as sinks (ex cdaudio).
10005
10006 2004-10-15  Wim Taymans  <wim@fluendo.com>
10007
10008         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10009         (gst_speexenc_chain):
10010         Fix speex timestamps so that it gets muxed properly.
10011
10012 2004-10-15  Wim Taymans  <wim@fluendo.com>
10013
10014         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10015         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10016         (gst_dv1394src_init), (gst_dv1394src_dispose),
10017         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10018         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10019         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10020         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10021         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10022         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10023         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10024         * ext/raw1394/gstdv1394src.h:
10025         Added conversion/query functions.
10026         Update buffer timestamps,
10027         Added signals.
10028         Added uri dv:// so it might play from the firewire in playbin.
10029         Fix a possible leak.
10030         Added debugging.
10031
10032 2004-10-15  Wim Taymans  <wim@fluendo.com>
10033
10034         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10035         (gst_dv1394src_init), (gst_dv1394src_set_property),
10036         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10037         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10038         * ext/raw1394/gstdv1394src.h:
10039         Added AV/C VTR control support needed for some cameras.
10040         Added automatic port detection.
10041         Added properties for selecting the channel.
10042         The configure.ac script is not yet updated to reflect the
10043         new libavc1394 and librom1394 dependencies.
10044
10045 2004-10-15  Wim Taymans  <wim@fluendo.com>
10046
10047         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10048         (qtdemux_parse), (gst_qtdemux_handle_esds):
10049         An esds box is not a container.
10050         Fix parsing of mp4v boxes.
10051         Do not try to renegotiate fps for each frame. Need to
10052         find a better method. This should fix mp4 playback.
10053
10054 2004-10-14  David Schleef  <ds@schleef.org>
10055
10056         * configure.ac: update for swfdec-0.3 and liboil-0.2
10057         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10058         * ext/swfdec/gstswfdec.h: same
10059         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10060         * gst/videotestsrc/videotestsrc.c: same
10061
10062 2004-10-14  Wim Taymans  <wim@fluendo.com>
10063
10064         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10065         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10066         (is_sync_frame), (gst_multifdsink_new_client),
10067         (gst_multifdsink_handle_client_write),
10068         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10069         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10070         Turn warnings into info.
10071         Don't allow a state change in the streaming thread.
10072
10073 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10074
10075         * ext/vorbis/oggvorbisenc.c:
10076         * ext/vorbis/vorbisdec.c:
10077           fix template sample rate
10078
10079 2004-10-13  Wim Taymans  <wim@fluendo.com>
10080
10081         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10082         Decoding the header first fixes some problems in resyncing
10083         in more mp3s.
10084
10085 2004-10-12  Wim Taymans  <wim@fluendo.com>
10086
10087         * gst/playback/gstplaybin.c: (gen_video_element),
10088         (gen_vis_element), (remove_sinks), (setup_sinks):
10089         Added vis plugin support, need to configure the vis
10090         element to activate it.
10091
10092 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10093
10094         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10095         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10096           Some debug.
10097         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10098         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10099         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10100         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10101         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10102         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10103         * gst/avi/gstavidemux.h:
10104           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10105           recovery (where, if part of the index is broken, we will still read
10106           the rest of the index and recover the broken part by stream
10107           scanning). More broken media support. EOS workarounds. General AVI
10108           braindamage headache recovery. Aspirin included.
10109
10110 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10111
10112         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10113         (cdparanoia_event), (cdparanoia_query):
10114           Get rid of hideous lead-in.
10115
10116 2004-10-11  Wim Taymans  <wim@fluendo.com>
10117
10118         * gst/playback/gstplaybasebin.c: (setup_source):
10119         Wrong var used to get g_list_next.
10120
10121 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10122
10123         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10124         (cdparanoia_get), (cdparanoia_open):
10125           Report discid as metadata, add duration.
10126
10127 2004-10-11  Wim Taymans  <wim@fluendo.com>
10128
10129         * gst/playback/gstplaybasebin.c: (setup_source):
10130         Cleanup the previous pipeline a little earlier for the
10131         case that a source element provides raw data.
10132
10133 2004-10-11  Benjamin Otte  <otte@gnome.org>
10134
10135         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10136           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10137           consuming the last 128 bytes, even though it was valid mp3 data.
10138
10139 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10140
10141         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10142         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10143         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10144         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10145
10146 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10147
10148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10149         Fix for webcams that support only specific width or height
10150
10151 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10152
10153         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10154
10155         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10156           Fix wrong discont event setup (fixes #154967).
10157
10158 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10159
10160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10161
10162         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10163           Error out on invalid data (fixes #154807).
10164
10165 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10166
10167         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10168
10169         * ext/dvdread/dvdreadsrc.c: (_read):
10170           Make titles > 0 work again (fixes #154834).
10171
10172 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10173
10174         * gst-libs/gst/riff/riff-media.c:
10175         (gst_riff_create_video_template_caps):
10176           WMV3 missing in template caps.
10177
10178 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10179
10180         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10181           OK, so the original code was too strict. It makes random AVI files
10182           hang for seconds upon opening, which is unacceptable and is far
10183           beyond the original goal of getting multiple chunks for one-chunk
10184           sounc stream files. So now do just that.
10185
10186 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10187
10188         * gst/playback/gstplaybasebin.c: (setup_source),
10189         (gst_play_base_bin_change_state):
10190           Actually clean up streaminfo if output fails. This would trigger
10191           if, for example, there was no CD in the drive. No preroll, so
10192           a streaminfo structure is created, but the subsequent state change
10193           of the thread fails.
10194         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10195           Don't change state if parent failed.
10196
10197 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10198
10199         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10200         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10201         (gen_video_element), (remove_sinks):
10202           Add small bits of code for screenshot handling.
10203
10204 2004-10-08  Wim Taymans  <wim@fluendo.com>
10205
10206         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10207         (gen_video_element), (gen_audio_element), (setup_sinks):
10208         Don't assume the user provided sinks are named "sink"...
10209
10210 2004-10-08  Wim Taymans  <wim@fluendo.com>
10211
10212         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10213         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10214         (gst_play_base_bin_link_stream):
10215         Do not try to autoplug sources that generate raw streams like
10216         cdparanoia.
10217         disconnect the preroll overrun signal when we don't need it anymore.
10218
10219 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10220
10221         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10222         Added reworked patch from #154903 from milosz derezynski (deadchip).
10223
10224 2004-10-08  Wim Taymans  <wim@fluendo.com>
10225
10226         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10227         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10228         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10229         (cdparanoia_convert), (cdparanoia_uri_get_type),
10230         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10231         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10232         * ext/cdparanoia/gstcdparanoia.h:
10233         This adds the cdda://<tracknum> uri.
10234
10235 2004-10-08  Wim Taymans  <wim@fluendo.com>
10236
10237         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10238         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10239         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10241         (unknown_type), (gst_play_base_bin_remove_element),
10242         (gst_play_base_bin_link_stream):
10243         * gst/playback/gstplaybasebin.h:
10244         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10245         (gst_play_bin_set_property), (gen_video_element),
10246         (gen_audio_element), (setup_sinks):
10247         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10248         (gst_stream_info_get_type), (gst_stream_info_class_init),
10249         (gst_stream_info_init), (gst_stream_info_new),
10250         (gst_stream_info_dispose), (stream_info_mute_pad),
10251         (gst_stream_info_set_property), (gst_stream_info_get_property):
10252         * gst/playback/gststreaminfo.h:
10253         Reuse the audio and video bins.
10254         Some internal cleanups in the stream selection code.
10255
10256 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10257
10258         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10259         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10260         * sys/ximage/ximagesink.h:
10261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10262         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10263         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10264         not coming from those elements. Moreover these elements should not keep
10265         the xid they have been given when in NULL state.
10266
10267 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10268
10269         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10270         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10271         * sys/ximage/ximagesink.h:
10272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10273         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10274         * sys/xvimage/xvimagesink.h:
10275           Actually only create a new toplevel window if we're not gonna
10276           embed it right after.
10277
10278 2004-10-07  Wim Taymans  <wim@fluendo.com>
10279
10280         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10281         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10282         * gst/playback/gstplaybin.c: (setup_sinks):
10283         Implement muting/unmuting of streams, mute streams that are not
10284         used.
10285
10286 2004-10-07  Wim Taymans  <wim@fluendo.com>
10287
10288         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10289         (plugin_init):
10290         Added lame audio/x-ac3 typefind function.
10291
10292 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10293
10294         * configure.ac:
10295           bump nano to cvs
10296
10297 === release 0.8.5 ===
10298
10299 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10300
10301         * NEWS:
10302         * RELEASE:
10303         * configure.ac:
10304           releasing 0.8.5, "Take You On"
10305
10306 2004-10-06  Wim Taymans  <wim@fluendo.com>
10307
10308         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10309         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10310         (no_more_pads), (close_link), (type_found):
10311         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10312         * gst/playback/gstplaybin.c: (gen_video_element):
10313         Do not signal the no_more_pads after the first pad when
10314         we are plugging a non dynamic element with multiple
10315         output pads (like swfdec, dvdec, ...).
10316
10317 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10318
10319         * configure.ac:
10320           bump for prerelease
10321
10322 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10323
10324         * gst/wavparse/gstwavparse.c:
10325           add ATRAC3 to STATIC CAPS to fix a warning
10326
10327         * gst/matroska/ebml-read.c:
10328         * gst-libs/gst/riff/riff-read.c:
10329           fix typos
10330
10331 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10332
10333         * gst-libs/gst/riff/riff-media.c:
10334           generate caps for ATRAC3 audio streams
10335
10336         * gst/realmedia/rmdemux.c:
10337           generate caps for ATRAC3 audio streams
10338
10339 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10340
10341         * gst/wavparse/Makefile.am
10342         * gst/wavparse/riff.h
10343         * gst/wavparse/wavparse.vcproj
10344           riff.h removal (unused and duplication with riff-ids.h)
10345
10346 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10347
10348         * gst/wavparse/gstwavparse.h
10349           remove duplicated defines for audio codec codes
10350
10351         * gst-libs/gst/riff/riff-ids.h
10352         * gst/wavenc/riff.h:
10353           add "4CC" code for ATRAC3 audio streams
10354           add "4CC" code for ITU_G721_ADPCM (unused for now)
10355
10356 2004-10-06  Wim Taymans  <wim@fluendo.com>
10357
10358         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10359         Actually _do_ negotiation. Pass gdouble as arg instead
10360         of guint64 for the framerate.
10361
10362 2004-10-06  Wim Taymans  <wim@fluendo.com>
10363
10364         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10365         (find_compatibles), (close_pad_link), (try_to_link_1),
10366         (no_more_pads), (close_link), (type_found):
10367         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10368         * gst/playback/gstplaybin.c: (gen_video_element),
10369         (gen_audio_element):
10370         Set state on newly added element to READY so that negotiation
10371         can happen ASAP.
10372         Addes some more debug info.
10373         Do not try to plug pads with multiple caps structures or ANY
10374         because it is too dangerous since we do not do dynamic
10375         replugging.
10376
10377 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10380
10381         * po/LINGUAS:
10382         * po/or.po:
10383           add Oriya translation
10384
10385 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10386
10387         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10388           Prevent overwrite of size member. Makes audio sound crappy.
10389
10390 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10391
10392         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10393         Add rmvb to the list of known RealMedia extensions
10394
10395 2004-10-05  Wim Taymans  <wim@fluendo.com>
10396
10397         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10398         (mngdec_openstream), (mngdec_closestream),
10399         (mngdec_handle_sink_event), (mngdec_readdata),
10400         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10401         (mngdec_getcanvasline), (mngdec_refresh),
10402         (gst_mngdec_change_state):
10403         Set the framerate correctly.
10404
10405 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10408           There was something wrong with the index massaging.
10409
10410 2004-10-04  Wim Taymans  <wim@fluendo.com>
10411
10412         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10413         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10414         (gst_smokedec_chain):
10415         * ext/jpeg/gstsmokedec.h:
10416         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10417         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10418         * ext/jpeg/gstsmokeenc.h:
10419         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10420         (smokecodec_decode_new), (smokecodec_info_free),
10421         (smokecodec_set_quality), (smokecodec_get_quality),
10422         (smokecodec_set_threshold), (smokecodec_get_threshold),
10423         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10424         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10425         (smokecodec_encode), (smokecodec_parse_id),
10426         (smokecodec_parse_header), (smokecodec_decode):
10427         * ext/jpeg/smokecodec.h:
10428         * ext/jpeg/smokeformat.h:
10429         Updated smoke, new bitstream, allows embedding in ogg.
10430
10431 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10432
10433         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10434           Fix seeking in some files. All this code is no longer needed (and
10435           actually breaks stuff) because we now synchronize the full index
10436           right when reading the header.
10437
10438 2004-10-04  Wim Taymans  <wim@fluendo.com>
10439
10440         * configure.ac:
10441         configure update for libmng.
10442
10443 2004-10-04  Wim Taymans  <wim@fluendo.com>
10444
10445         * ext/libmng/Makefile.am:
10446         * ext/libmng/gstmng.c: (plugin_init):
10447         * ext/libmng/gstmng.h:
10448         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10449         (gst_mngdec_base_init), (gst_mngdec_class_init),
10450         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10451         (gst_mngdec_loop), (gst_mngdec_get_property),
10452         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10453         (mngdec_closestream), (mngdec_handle_sink_event),
10454         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10455         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10456         (gst_mngdec_change_state):
10457         * ext/libmng/gstmngdec.h:
10458         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10459         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10460         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10461         (gst_mngenc_chain), (gst_mngenc_get_property),
10462         (gst_mngenc_set_property):
10463         * ext/libmng/gstmngenc.h:
10464         Added basic MNG decoder. Needs more work. The encoder does
10465         not work yet.
10466
10467 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10468
10469         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10470         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10471         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10472           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10473           no-more-pads.
10474
10475 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10476
10477         * configure.ac:
10478           you need at least 1.0.4 of speex
10479
10480 2004-10-04 Iain <iaingnome@gmail.com>
10481
10482         * ext/speex/gstspeexdec.h: Revert the includes changes.
10483
10484         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10485
10486 2004-09-30 Iain <iaingnome@gmail.com>
10487
10488         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10489         found during init or set as a property instead of hardcoding /dev/audio
10490
10491 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10492
10493         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10494         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10495         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10496         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10497         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10498         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10499         (gst_rmdemux_dump_data):
10500           Use debug category, fix EOS handling. filesrc ! rmdemux now
10501           works.
10502
10503 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10504
10505         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10506         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10507         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10508           Improve allocation, cutting and sorting of the index. How takes a
10509           few seconds instead of minutes.
10510
10511 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10512
10513         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10514           fixed compilation
10515
10516 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10517
10518         * gst-libs/gst/riff/riff-media.c:
10519         (gst_riff_create_video_caps_with_data),
10520         (gst_riff_create_video_template_caps):
10521           Add wing commander format mimetype/fourccs.
10522         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10523           Don't crash if some value is 0.
10524
10525 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10526
10527         * gst-libs/gst/riff/riff-media.c:
10528         (gst_riff_create_video_caps_with_data),
10529         (gst_riff_create_video_template_caps):
10530           Add DIB fourcc (raw, palettized 8-bit RGB).
10531         * gst-libs/gst/riff/riff-read.c:
10532         (gst_riff_read_strf_vids_with_data):
10533           Oops, fix strf_data reading bug.
10534         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10535           Use a non-NULL tag.
10536         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10537           Time for hacks. Sorry Dave. At least one quicktime movie (a
10538           trailer) that I've encountered contains multiple video tracks.
10539           One of those is the actual video track, the other are one-frame
10540           tracks (images). Unfortunately, the number of frames according
10541           to the trak header is 1 for each, so that doesn't help. So
10542           instead, I look at the duration and discard tracks with a
10543           duration shorter than 20% of the length of the stream. Better
10544           than nothing.
10545
10546 2004-10-01  Christian Schaller <christian@fluendo.com>
10547
10548         * ext/ivorbis/vorbis.c:
10549           Patch from Phil Blundell (Bug 152341)
10550
10551 2004-10-01  Wim Taymans  <wim@fluendo.com>
10552
10553         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10554         (speex_dec_get_formats), (speex_dec_convert),
10555         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10556         (speex_dec_chain), (gst_speexdec_get_property),
10557         (gst_speexdec_set_property):
10558         Small cleanups.
10559
10560 2004-10-01  Wim Taymans  <wim@fluendo.com>
10561
10562         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10563         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10564         (gst_wavparse_other), (gst_wavparse_loop),
10565         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10566         (gst_wavparse_srcpad_event):
10567         * gst/wavparse/gstwavparse.h:
10568         Added some more debugging info.
10569         Fix the case where the length of the file is 0.
10570         Make sure we seek to sample borders.
10571
10572 2004-10-01  Wim Taymans  <wim@fluendo.com>
10573
10574         * gst/playback/README:
10575         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10576         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10577         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10578         Add some debug info to decodebin, update README
10579
10580 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10581
10582         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10583           Don't use g_print(); use GST_DEBUG().
10584
10585 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10586
10587         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10588         (gst_ogg_mux_queue_pads):
10589           Handle EOS properly.
10590
10591 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10592
10593         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10596         (gst_faad_chain), (gst_faad_change_state):
10597         * ext/faad/gstfaad.h:
10598           Allow playback of raw (unframed) MPEG AAC files (#148993).
10599
10600 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10601
10602         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10603
10604         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10605           Throw error if we didn't recognize the stream. Fixes #152289.
10606
10607 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10610           Fix negotiation.
10611
10612 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10613
10614         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10615
10616         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10617           Fix memleak.
10618
10619 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10620
10621         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10622
10623         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10624           Solve #152805.
10625         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10626           Solve 152806.
10627
10628 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10629
10630         * gst-libs/gst/riff/riff-media.c:
10631         (gst_riff_create_video_caps_with_data),
10632         (gst_riff_create_audio_caps_with_data):
10633           Add codec_data handling (like asfdemux used to do).
10634         * gst/asfdemux/gstasf.c: (plugin_init):
10635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10636         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10637           Use riff-media for caps creation instead of our own (mostly
10638           broken) copy of its functions.
10639
10640 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10641
10642         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10643           Don't actually error out if we get another return value than
10644           -EINVAL. Opposite to what I first thought, drivers have random
10645           return values for this, although -EINVAL is the expected return
10646           value. Since this is not fatal, we shouldn't use
10647           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10648
10649 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10650
10651         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10652         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10653         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10654         (dvdreadsrc_get), (dvdreadsrc_open_file),
10655         (dvdreadsrc_change_state):
10656           Fix. Don't do one big huge loop around the whole DVD, that will
10657           cache all data and thus eat sizeof(dvd) (several GB) before we
10658           see something.
10659         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10660           Actually NULL'ify event after using it.
10661         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10662         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10663         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10664         (gst_ebml_read_seek), (gst_ebml_read_skip):
10665           Handle events.
10666         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10667         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10668         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10669           Fix timing (this will probably break if I seek using menus, but
10670           I didn't get there yet). VOBs and normal DVDs should now work.
10671           Add a mpeg2-only pad with high rank so this get autoplugged for
10672           MPEG-2 movies.
10673         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10674         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10675         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10676         (gst_mpeg_demux_get_audio_stream),
10677         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10678         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10679           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10680           MPEG-1 but use dvddemux for MPEG-2.
10681         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10682         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10683         (gst_mpeg_parse_parse_packhead):
10684           Timing. Only add pad template if it exists. Add sink template from
10685           class and not from ourselves. This means we will always use the
10686           correct sink template even if it is not the one defined in this
10687           file.
10688
10689 2004-09-29  Wim Taymans  <wim@fluendo.com>
10690
10691         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10692         (gst_mpeg_demux_parse_pes):
10693         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10694         Fix playback of mpeg again, timestamps where screwed up by
10695         patch 1.61.
10696
10697 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10698
10699         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10700           Only return true if we actually filled something in. Prevents
10701           player applications from showing a random length for flac files.
10702         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10703         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10704         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10705         (gst_riff_read_strf_vids_with_data),
10706         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10707           OK, ok, so I implemented event handling. Apparently it's normal
10708           that we receive random events at random points without asking
10709           for it.
10710         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10711         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10712         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10713         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10714         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10715         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10716         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10717         * gst/avi/gstavidemux.h:
10718           Implement non-lineair chunk handling and subchunk processing.
10719           The first solves playback of AVI files where the audio and video
10720           data of individual buffers that we read are not synchronized.
10721           This should not happen according to the wonderful AVI specs, but
10722           of course it does happen in reality. It is also a prerequisite for
10723           the second. Subchunk processing allows us to cut chunks in small
10724           pieces and process each of these pieces separately. This is
10725           required because I've seen several AVI files with incredibly large
10726           audio chunks, even some files with only one audio chunk for the
10727           whole file. This allows for proper playback including seeking.
10728           This patch is supposed to fix all AVI A/V sync issues.
10729         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10730         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10731           Work.
10732         * gst/modplug/gstmodplug.cc:
10733           Proper return value setting for the query() function.
10734         * gst/playback/gstplaybasebin.c: (setup_source):
10735           Being in non-playing state (after, e.g., EOS) is not necessarily
10736           a bad thing. Allow for that. This fixes playback of short files.
10737           They don't actually playback fully now, because the clock already
10738           runs. This means that small files (<500kB) with a small length
10739           (<2sec) will still not or barely play. Other files, such as mod
10740           or flx, will work correctly, however.
10741
10742 2004-09-28  Wim Taymans  <wim@fluendo.com>
10743
10744         * ext/speex/gstspeex.c: (plugin_init):
10745         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10746         (gst_speex_dec_class_init), (speex_dec_get_formats),
10747         (speex_get_event_masks), (speex_get_query_types),
10748         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10749         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10750         (gst_speexdec_get_property), (gst_speexdec_set_property),
10751         (speex_dec_change_state):
10752         * ext/speex/gstspeexdec.h:
10753         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10754         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10755         (gst_speexenc_base_init), (gst_speexenc_class_init),
10756         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10757         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10758         (gst_speexenc_src_query), (gst_speexenc_init),
10759         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10760         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10761         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10762         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10763         (gst_speexenc_chain), (gst_speexenc_get_property),
10764         (gst_speexenc_set_property), (gst_speexenc_change_state):
10765         * ext/speex/gstspeexenc.h:
10766         Rewrote speex encoder, make sure it can be embedded in ogg.
10767         Implemented speex decoder.
10768
10769 2004-09-28  Christian Schaller <christian@fluendo.com>
10770
10771         * configure.ac:
10772         Remove kioslave plugin. Markey is brewing a new working one
10773         * ext/Makefile.am: Remove kioslave plugin
10774         * ext/kio: remove
10775         * gst-plugins.spec.in: remove kio plugin from spec
10776
10777 2004-09-27  Wim Taymans  <wim@fluendo.com>
10778
10779         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10780         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10781         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10782         (gst_multifdsink_new_client),
10783         (gst_multifdsink_handle_client_write),
10784         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10785         (gst_multifdsink_handle_clients):
10786         * gst/tcp/gstmultifdsink.h:
10787         Make syncing to keyframes actually work for new clients and lagging
10788         clients.
10789
10790 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10791
10792         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
10793         (gst_navigationtest_handle_src_event), (draw_box_planar411),
10794         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
10795         * gst/debug/gstnavigationtest.h:
10796           make navigationtest display button-press and button-release events
10797
10798 2004-09-26 Iain <iaingnome@gmail.com>
10799
10800         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
10801         the channels have received a new media event.
10802         (interleave_buffered_loop): Compresses a new media event on all
10803         channels into one.
10804
10805 2004-09-26 Iain <iaingnome@gmail.com>
10806
10807         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
10808         call the sinkpad's default event handler and not the srcpads. He also
10809         says this is confusing :)
10810         (gst_wavenc_stop_file): Company says that seek events only go upstream
10811         we should send a discontinuous downstream instead.
10812
10813 2004-09-25  Christian Schaller <christian@fluendo.com>
10814
10815         * Update SPEC file to be usable in conjunction with Fedora Core,
10816           Fedora.us and freshrpms packages
10817         * Fix typo in multifilesrc test Makefile
10818
10819 2004-09-24  Wim Taymans  <wim@fluendo.com>
10820
10821         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10822         Only signal the no_more_pads signal when we have
10823         added the stream to our list.
10824
10825 2004-09-24  Wim Taymans  <wim@fluendo.com>
10826
10827         * gst/playback/gstplaybasebin.c: (remove_prerolls),
10828         (new_decoded_pad):
10829         * gst/playback/gstplaybasebin.h:
10830         * gst/playback/gstplaybin.c: (setup_sinks):
10831         Don't try to preroll or decode more than one audio/video
10832         track.
10833
10834 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10835
10836         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10837           Throw error if we failed to find a suitable output. This should
10838           throw an error if we successfully set up a pipeline (e.g. because
10839           we recognized a media file) but found no decodable streams in it
10840           (e.g. because it contains only media stream types for which we
10841           have no decoders, or because it's not a media type).
10842
10843 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10844
10845         * ext/dirac/Makefile.am:
10846         * ext/dirac/gstdirac.cc:
10847         * ext/dirac/gstdiracdec.cc:
10848         * ext/dirac/gstdiracdec.h:
10849           Do something. Don't actually know if this works because I don't
10850           have a demuxer yet.
10851         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
10852           Add channels=1 to caps returned from _getcaps().
10853         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
10854         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
10855         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
10856         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
10857         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
10858         (gst_ogm_parse_change_state):
10859           Separate between audio/video so ogmaudioparse actually uses the
10860           audio pad templates. Both audio and video work now, including
10861           autoplugging. Also use sometimes-srcpad hack.
10862         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10863           Handle events better. Don't hang on infinite loops.
10864         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
10865         (gst_avi_demux_init), (gst_avi_demux_reset),
10866         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10867         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
10868         (gst_avi_demux_change_state):
10869         * gst/avi/gstavidemux.h:
10870           Improve A/V sync. Still not perfect.
10871         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
10872         (gst_ebml_read_skip):
10873           Handle events better.
10874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
10875         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
10876         (qtdemux_audio_caps):
10877           Add IMA4. Improve event handling. Save offset after a seek when
10878           the headers are at the end of the file so that we don't end up in
10879           an infinite loop.
10880         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10881           Add low-priority typefind support for files with no length.
10882
10883 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10884
10885         * testsuite/multifilesink/Makefile.am:
10886         fix typo
10887
10888 2004-09-22  Julien MOUTTE  <julien@moutte.net>
10889
10890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
10892         mistakes from thaytan's patches.
10893
10894 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10895
10896         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
10897           For completeness, XSync in the destroy function as xvimage does.
10898
10899 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
10900
10901         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
10902            Correct caps negotiation
10903         * gst/volume/gstvolume.c: (volume_chain_float),
10904         (volume_chain_int16):
10905            Modify debug output to be little more informative
10906         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
10907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10908         (gst_xvimagesink_xvimage_destroy):
10909           Add XSync calls after detaching from the shared memory segment to
10910           avoid a crash.
10911
10912 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10913
10914         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10915         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
10916         * ext/vorbis/vorbis.c: (plugin_init):
10917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
10918         (gst_vorbisenc_chain):
10919         * ext/vorbis/vorbisenc.h:
10920         remove explicit newmedia support from oggmux and vorbisenc
10921         add debug category to vorbisenc
10922         * gst/multifilesink/gstmultifilesink.c:
10923         (gst_multifilesink_class_init), (gst_multifilesink_init),
10924         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
10925         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
10926         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
10927         (plugin_init):
10928         * gst/multifilesink/gstmultifilesink.h:
10929         add support for streamheader in multifilesink
10930
10931 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10932
10933         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
10934         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
10935         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
10936           Prevent infinite loops. More correct error reporting.
10937         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10938           Error out if negotiation fails.
10939         * gst/playback/gstplaybasebin.c: (setup_source),
10940         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
10941         (gst_play_base_bin_found_tag):
10942           Error/tag forwarding. Pre-roll fixes for source errors on state
10943           changes (e.g. "file does not exist") to prevent hangs.
10944
10945 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10946
10947         * testsuite/multifilesink/Makefile.am:
10948         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
10949         (gst_newmedia_class_init), (gst_newmedia_init),
10950         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10951         (newfile_signal), (test_signal), (main):
10952         * testsuite/multifilesink/multifilesrc_test.c: (main):
10953         * testsuite/multifilesink/oggtheora_test.c:
10954         (gst_newmedia_base_init), (gst_newmedia_class_init),
10955         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10956         (test_format), (newfile_signal), (test_signal), (main):
10957         * testsuite/multifilesink/oggvorbis_test.c:
10958         (gst_newmedia_base_init), (gst_newmedia_class_init),
10959         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
10960         (test_format), (newfile_signal), (test_signal), (main):
10961         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
10962         (gst_newmedia_class_init), (gst_newmedia_init),
10963         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10964         (newfile_signal), (test_signal), (main):
10965         New media tests
10966
10967 2004-09-20  Christian Schaller <christian@fluendo.com>
10968
10969         * Fix mikmod license to LGPL as they have relicensed
10970         * Move Dirac and Effectv into LGPL section of README_license
10971
10972 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10973
10974         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
10975         (gst_mad_change_state):
10976           Allow for mp3 rate/channels changes. However, only very
10977           conservatively. Reason that we *have* to enable this is smiply
10978           because the mad find_sync() function is not good enough, it will
10979           regularly sync on random data as valid frames and therefore make
10980           us provide random caps as *final* caps of the stream. The best fix
10981           I could think of is to simply require several of the same stream
10982           changes in a row before we change caps.
10983           The actual testcase that works now is #
10984         * ext/ogg/Makefile.am:
10985         * ext/ogg/gstogg.c: (plugin_init):
10986         * ext/ogg/gstogmparse.c:
10987           OGM support (video only for now; I need an audio sample file).
10988         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10989         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
10990         (gst_asf_demux_add_video_stream):
10991           WMV extradata.
10992         * gst/playback/gstplaybasebin.c: (unknown_type):
10993           Don't error out on single unknown-types after all. It's wrong.
10994           If we found type of video and audio but not of a subtitle stream,
10995           it will still error out (which is unwanted). Will find a better fix
10996           later on.
10997         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
10998         (ogmaudio_type_find), (plugin_init):
10999           OGM support.
11000
11001 2004-09-20  Johan Dahlin  <johan@gnome.org>
11002
11003         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11004         after setting caps.
11005
11006 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11007
11008         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11009         * gst/wavenc/gstwavenc.h:
11010         Added newmedia support to wavenc
11011
11012 2004-09-17  Wim Taymans  <wim@fluendo.com>
11013
11014         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11015         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11016         (gst_fdset_fd_can_write), (gst_fdset_wait):
11017         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11018         (gst_multifdsink_init), (gst_multifdsink_add),
11019         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11020         (gst_multifdsink_remove_client_link),
11021         (gst_multifdsink_client_queue_buffer),
11022         (gst_multifdsink_handle_client_write),
11023         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11024         (gst_multifdsink_close), (gst_multifdsink_change_state):
11025         * gst/tcp/gstmultifdsink.h:
11026         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11027         (gst_tcpserversink_removed):
11028         Small cleanups in fdset.c
11029         Use a hastable to map fd to the client structure for faster
11030         lookup in _remove and get_stats.
11031         Added virtual function to close the fds.
11032         Handle clients even when the select/poll call was unblocked because
11033         of a command.
11034         Implement syncing to keyframe in the recovery procedure.
11035
11036 2004-09-16 Iain <iaingnome@gmail.com>
11037
11038         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11039         try caps.
11040
11041 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11042
11043         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11044           Caps are only set if the type of the stream is unknown, but this
11045           is initialized in ->init_stream(), so set to UNKNOWN after calling
11046           ->init_stream() so that capsnego starts.
11047
11048 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11049
11050         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11051         (gst_avi_demux_stream_data):
11052           Just hardcode for raw audio then. AVI audio sucks.
11053
11054 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11055
11056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11057         * gst/matroska/matroska-mux.c: (audiosink_templ),
11058         (gst_matroska_mux_audio_pad_link):
11059         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11060         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11061
11062 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11063
11064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11065         (gst_avi_demux_stream_data):
11066           Try to fix a/v sync issues.
11067
11068 2004-09-15  David Schleef  <ds@schleef.org>
11069
11070         * configure.ac: remove NASM check, since we don't use it.  Update
11071         dirac check to 0.4
11072         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11074         Initialized variables.
11075         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11076         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11077         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11078         SVQ3 format
11079
11080 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11081
11082         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11083         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11084         * gst/avi/gstavidemux.h:
11085           Fix for compressed audio (mp3) timestamp generation. How did this
11086           ever work?
11087
11088 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11089
11090         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11091           Volume is a double not a float.
11092
11093 2004-09-15  Wim Taymans  <wim@fluendo.com>
11094
11095         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11096         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11097         Don't close the fd in multifdsink as we didn't open it in the
11098         first place. Some cleanups.
11099
11100 2004-09-15  Wim Taymans  <wim@fluendo.com>
11101
11102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11104         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11105         Fix the case where the muxer would mark pages as delta
11106         frames when they are not (vorbis only ogg).
11107
11108 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11109
11110         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11111         (gst_play_base_bin_change_state):
11112           Handle the case where we failed to setup a clear pipeline. This
11113           will throw an error (or EOS, another nice case) and if you don't
11114           catch that, the app will wait for the signal forever (and thus
11115           hang).
11116
11117 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11118
11119         * ext/gnomevfs/gstgnomevfssink.c:
11120         (gst_gnomevfssink_uri_get_protocols):
11121         * ext/gnomevfs/gstgnomevfssrc.c:
11122         (gst_gnomevfssrc_uri_get_protocols):
11123         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11124         * ext/gnomevfs/gstgnomevfsuri.h:
11125           Use _uri_new() instead of _open(), so it doesn't take as long and
11126           Christophe's computer won't hang.
11127         * gst/playback/gstplaybasebin.c: (unknown_type):
11128           Throw error on unknown media type, so apps actually display it.
11129
11130 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11131
11132         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11133           this script to work on Solaris since bash shell handles echo
11134           differenly than bash.
11135
11136 2004-09-17  Wim Taymans  <wim@fluendo.com>
11137
11138         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11139         (setup_source), (gst_play_base_bin_set_property),
11140         (gst_play_base_bin_add_element):
11141         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11142         Some more work on making sure seeking pauses the pipeline and
11143         that changing the uri actually does something.
11144
11145 2004-09-17  Wim Taymans  <wim@fluendo.com>
11146
11147         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11148         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11149         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11150         (gst_tcpserversink_close):
11151         Be a bit more paranoid when freeing memory.
11152
11153 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11154
11155         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11156         (qtdemux_parse_trak):
11157           Don't crash by dividing by zero (see sample movie in #126922).
11158
11159 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11160
11161         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11162           Don't touch non-existing data (fixes crash on file in #140147).
11163
11164 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11165
11166         * gst/playback/gstplaybasebin.c:
11167         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11168           Handle double disposals, and proper change of URIs.
11169
11170 2004-09-13  Martin Eikermann <meiker@upb.de>
11171
11172         * gst/mpegstream/gstmpegparse.c:
11173           fix synchronistation for streams recorded from digital PCR
11174           fixes bug #119376
11175
11176 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11177
11178         * ext/gnomevfs/Makefile.am:
11179         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11180         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11181         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11182         (gst_gnomevfssink_uri_get_type),
11183         (gst_gnomevfssink_uri_get_protocols),
11184         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11185         (gst_gnomevfssink_uri_handler_init),
11186         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11187         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11188         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11189         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11190         (gst_gnomevfssrc_uri_get_type),
11191         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11192         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11193         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11194         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11195         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11196         * ext/gnomevfs/gstgnomevfsuri.h:
11197           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11198           of fake URIs to see which this version of Gnome-VFS likes, and
11199           uses that for the Gst-URI interface. Makes playbin support http://
11200           streams. Also fix up some stupid behaviour in gnomevfssrc.
11201
11202 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11203
11204         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11205         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11206         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11207         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11208           Update mixer (to sync with other sessions) if we try to obtain
11209           a new value. This makes alsamixer work accross applications.
11210         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11211           Only call sync functions if we're running, else alsalib asserts.
11212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11213           Sometimes fails to compile. Possibly a gcc bug.
11214         * gst/playback/gstplaybin.c: (gen_video_element),
11215         (gen_audio_element):
11216           Add a reference to an application-provided object, because we lose
11217           this same reference if we add it to the bin. If we don't do this,
11218           we can only use this object once and thus crash if we go from
11219           ready to playing, back to ready and back to playing again.
11220           Also add an audioscale element because several cheap soundcards -
11221           like mine - don't support all samplerates.
11222         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11223         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11224           Fix wrong order or PAR calls. Makes automatically obtained PAR
11225           from the X server atually being used.
11226
11227 2004-09-12  David Schleef  <ds@schleef.org>
11228
11229         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11230         #151887, #152102, #152247.
11231         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11232         * examples/seeking/cdparanoia.c: same
11233         * examples/seeking/cdplayer.c: same
11234         * examples/seeking/seek.c: same
11235         * examples/seeking/spider_seek.c: same
11236         * examples/seeking/vorbisfile.c: same
11237         * examples/stats/mp2ogg.c: same
11238         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11239         (gst_esdsink_dispose): Dispose of element properly.
11240         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11241         fixes.
11242         * ext/nas/nassink.c: (gst_nassink_class_init),
11243         (gst_nassink_dispose): Dispose of element correctly.
11244         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11245         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11246         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11247         Fix 64-bit warning.
11248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11249         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11250         Fix 64-bit warning.
11251
11252 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11253
11254         * configure.ac : change speex detection as 1.1.6 now uses
11255           .pc/pkg-config and they changed their headers location.
11256
11257 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11258
11259         * gst/matroska/matroska-mux.h:
11260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11261         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11262         (gst_matroska_mux_write_data):
11263           Write multiple blocks/frames per cluster.
11264                 Write meta-seek information (seek heads).
11265
11266 2004-09-09  Scott Wheeler <wheeler@kde.org>
11267
11268         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11269         (gst_play_bin_set_property), (gst_play_bin_get_property),
11270         (gen_audio_element), (gen_audio_element):
11271           Add a volume element / property to the pipeline.
11272
11273 2004-09-07  Wim Taymans  <wim@fluendo.com>
11274
11275         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11276         Copy timestamps from the master pad to the output buffers.
11277
11278 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11279
11280         * ext/raw1394/gstdv1394src.c:
11281           throw errors when applicable
11282
11283 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11284
11285         * gst/matroska/ebml-ids.h:
11286         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11287         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11288         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11289           automatically convert unix time <-> ebml time when reading/writing
11290           a date, use gst_ebml_write_uint to write CUETIME,
11291           not gst_ebml_write_date.
11292         * gst/matroska/matroska-ids.h:
11293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11294         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11295         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11296         (gst_matroska_mux_write_data):
11297           Write track and segment UIDs, write muxing date, write
11298           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11299           Create cues for audio only files.
11300
11301 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11302
11303         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11304         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11305           Re-commit ALSA switches.
11306         * gst/adder/gstadder.c: (gst_adder_loop):
11307           64-bit fix (#151416).
11308         * gst/debug/progressreport.c: (gst_progressreport_report):
11309           64-bit fix (#151419).
11310         * gst/matroska/matroska-demux.c:
11311         (gst_matroska_demux_parse_contents):
11312           64-bit fix (#151420).
11313         * gst/playback/test3.c: (update_scale):
11314           64-bit fix (#151421).
11315
11316 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11317
11318         * configure.ac:
11319           bump nano to cvs
11320
11321 === release 0.8.4 ===
11322
11323 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11324
11325         * configure.ac: releasing 0.8.4, "Alias"
11326
11327 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11328
11329         * ext/theora/Makefile.am:
11330           fix makefile.  Fixes #151462.
11331
11332 2004-08-30  Wim Taymans  <wim@fluendo.com>
11333
11334         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11335         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11336         (gst_multifdsink_remove_client_link),
11337         (gst_multifdsink_client_queue_buffer),
11338         (gst_multifdsink_handle_client_write):
11339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11340         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11341         Fix some memory leaks.
11342
11343 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11344
11345         Patch by: David Schleef
11346
11347         * configure.ac:
11348         * sys/Makefile.am:
11349           rename our detection macro for V4L2.  Fixes #151236.
11350
11351 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11352
11353         Patch by: David Schleef
11354
11355         * configure.ac:
11356           check to define LAMEPRESET.  Fixes #151232.
11357
11358 2004-08-27  David Schleef  <ds@schleef.org>
11359
11360         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11361         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11362         (gst_glimagesink_fixate):  Move local variable declarations to
11363         make gcc-2.95 happy.
11364
11365 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11366
11367         * configure.ac:
11368           bump nano for prerelease
11369
11370 2004-08-27  David Schleef  <ds@schleef.org>
11371
11372         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11373         * sys/sunaudio/gstsunaudiosrc.c:
11374         * sys/sunaudio/gstsunaudiosrc.h:
11375
11376 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11377
11378         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11379         handle EOS correctly
11380         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11381         * gst/matroska/matroska-mux.h:
11382         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11383         VFW compatibility mode
11384
11385 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11386
11387         patch by: Zaheer Abbas Merali
11388
11389         * ext/ogg/gstoggmux.c:
11390         * ext/vorbis/vorbisenc.c:
11391         * ext/vorbis/vorbisenc.h:
11392           handle NEWMEDIA
11393
11394 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11395
11396         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11397         fix byte order reversion on little endian machines.
11398         * gst/matroska/matroska-mux.c: (audiosink_templ),
11399         (gst_matroska_mux_audio_pad_link):
11400         add TTA codec to the list of supported codecs.
11401         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11402         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11403         (gst_matroska_mux_write_data):
11404         * gst/matroska/matroska-mux.h:
11405         write segment duration correctly, write muxing app string, fixes bugs
11406         #140897 and #140898.
11407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11408         wait for all pads to be negotiated before starting to mux.
11409
11410 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11411
11412         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11413         * ext/lame/gstlame.h:
11414         Added new media support to lame
11415
11416 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11417
11418         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11419         send vorbis headers at the beginning of a stream, fixes bug #141554.
11420         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11421         bug #148950.
11422         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11423         (gst_matroska_demux_plugin_init):
11424         * gst/matroska/matroska-ids.h:
11425         enable demuxing of TTA audio streams, fixes bug #148951.
11426         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11427         enable typefinding for TTA audio files, fixes bug #148711.
11428         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11429         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11430         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11431
11432 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11433
11434         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11435         (gst_riff_read_element_data), (gst_riff_read_seek),
11436         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11437         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11438         <teuf@gnome.org>
11439
11440 2004-08-23 Iain <iaingnome@gmail.com>
11441
11442         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11443         tags. They appear to be handled differently to normal.
11444         (tag_list_to_id3_tag_foreach): Ditto.
11445
11446 2004-08-22  Wim Taymans  <wim@fluendo.com>
11447
11448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11449         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11450         Make sure we never send -1 granulepos.
11451
11452 2004-08-20  Wim Taymans  <wim@fluendo.com>
11453
11454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11455         (gst_ogg_mux_loop):
11456         I will accept bitchslappings with non sharp objects.
11457
11458 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11459
11460         * configure.ac:
11461         Clean up the test for lame presets
11462
11463 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11464
11465         * configure.ac:
11466         * ext/lame/Makefile.am:
11467         * ext/lame/gstlame.c: (gst_lame_class_init),
11468         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11469         Only enable lame presets if version of lame has presets in API
11470
11471 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11472         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11473         * gst/udp/gstudpsrc.h:
11474           Don't call gst_pad_push in a get function. Fixes #150449
11475
11476 2004-08-18  Wim Taymans  <wim@fluendo.com>
11477
11478         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11479         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11480         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11481         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11482         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11483         (gst_fdset_wait):
11484         * gst/tcp/gstfdset.h:
11485         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11486         (gst_multifdsink_client_queue_buffer),
11487         (gst_multifdsink_handle_client_write):
11488         * gst/tcp/gstmultifdsink.h:
11489         Some extra checks in gstfdset.
11490         Only use send() when the fd is a socket. Don't try to
11491         read from write only fds.
11492
11493 2004-08-18  Wim Taymans  <wim@fluendo.com>
11494
11495         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11496         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11497         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11498         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11499         (gst_fdset_wait):
11500         Add more locking and bounds checking.
11501
11502 2004-08-18  Wim Taymans  <wim@fluendo.com>
11503
11504         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11505         Realloc test fdset in the lock and right before starting
11506         the poll call. Bump the limit to 4096.
11507
11508 2004-08-17  David Schleef  <ds@schleef.org>
11509
11510         * sys/sunaudio/Makefile.am:
11511         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11512         of rates and channels.  Make debugging less obnoxious.
11513
11514         Patch from Balamurali Viswanathan implementing a mixer for
11515         Sun audio.  (bug #144091):
11516         * sys/sunaudio/gstsunelement.c:
11517         * sys/sunaudio/gstsunelement.h:
11518         * sys/sunaudio/gstsunmixer.c:
11519         * sys/sunaudio/gstsunmixer.h:
11520
11521 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11522
11523         * gst/audioscale/gstaudioscale.c:
11524         * gst/audioscale/gstaudioscale.h:
11525         made audioscale resample from any sample rate to any sample rate
11526
11527 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11528
11529         * ext/libpng/gstpngdec.c:
11530           error out on unsupported types
11531
11532 2004-08-17  Iain <iaingnome@gmail.com>
11533
11534         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11535         mid_side and loose_mid_side properties if its a stereo stream.
11536
11537 2004-08-17  Wim Taymans  <wim@fluendo.com>
11538
11539         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11540         (theora_get_formats), (theora_dec_src_convert),
11541         (theora_dec_sink_convert), (theora_dec_src_query),
11542         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11543         Add a debug line.
11544
11545 2004-08-17  Wim Taymans  <wim@fluendo.com>
11546
11547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11548         (gst_ogg_pad_push):
11549         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11550         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11551         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11552         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11553         Mark delta units in the muxer.
11554         Try to decode the packet after an out-of-sync error from
11555         libogg.
11556
11557 2004-08-17  Wim Taymans  <wim@fluendo.com>
11558
11559         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11560         (gst_multifdsink_init), (gst_multifdsink_add),
11561         (gst_multifdsink_client_queue_buffer),
11562         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11563         * gst/tcp/gstmultifdsink.h:
11564         Added option to send a keyframe to clients as the first buffer.
11565         Make timeout property writable.
11566
11567 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11568
11569         patch by: Wim Taymans
11570
11571         * gst/tcp/gstfdset.c:
11572         * gst/tcp/gstmultifdsink.c:
11573           fix index comparison, should include 0
11574
11575 2004-08-16  Wim Taymans  <wim@fluendo.com>
11576
11577         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11578         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11579         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11580         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11581         (gst_fdset_wait):
11582           copy when reallocing for poll so the select arguments don't get
11583           changed during the call
11584
11585 2004-08-16  Wim Taymans  <wim@fluendo.com>
11586
11587         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11588         (gst_theora_enc_class_init), (theora_enc_sink_link),
11589         (theora_buffer_from_packet), (theora_enc_chain):
11590         Fix bug where buffers were not marked as keyframes
11591         correctly.
11592
11593 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11594
11595         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11596         (gst_lame_preset_get_type), (gst_lame_class_init):
11597         describe the enum values for vbr mode and presets more verbosely
11598
11599 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11600
11601         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11602         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11603         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11604         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11605         * ext/lame/gstlame.h:
11606         add preset property to lame so it can use lame presets
11607
11608 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11609
11610         * ext/lame/gstlame.c: (gst_lame_get_property):
11611         whoops forgot break, thanks teuf
11612
11613 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11614
11615         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11616         (gst_lame_class_init), (gst_lame_src_getcaps),
11617         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11618         (gst_lame_get_property), (gst_lame_setup):
11619         * ext/lame/gstlame.h:
11620         fix lame's broken vbr stuff, allow it to resample if need be, and also
11621         make xing header optional
11622
11623 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11624
11625         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11626         added getcaps function so samplerate doesnt get fixated to silly values
11627
11628 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11629
11630         * ext/lame/gstlame.c: (gst_lame_src_link):
11631         revert previous fix
11632
11633 2004-08-12  Johan Dahlin  <johan@gnome.org>
11634
11635         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11636         checks. Doesn't matter what state we are in. Interfaces are a
11637         compile time thing, not runtime. It also broke the python bindings.
11638
11639 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11640
11641         * ext/lame/gstlame.c: (gst_lame_src_link):
11642         made source pad link function check if sinkpad is ok..fixes the problem
11643         where core fixates the output rate of lame stupidly
11644
11645 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11646
11647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11648         * sys/v4l/v4l_calls.c:
11649         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11650           fix fixate function to handle nonsimple caps.
11651           remove bogus check in _link
11652           cleanups
11653
11654 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11655
11656         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11657         set default compression ratio parameter to 0.0 so bitrate parameter
11658         works :)
11659
11660 2004-08-11  David Schleef  <ds@schleef.org>
11661
11662         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11663
11664 2004-08-11  David Schleef  <ds@schleef.org>
11665
11666         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11667         before.
11668
11669 2004-08-11  David Schleef  <ds@schleef.org>
11670
11671         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11672
11673 2004-08-11  David Schleef  <ds@schleef.org>
11674
11675         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11676           license field
11677         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11678         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11679           LGPL.
11680         * gst/auparse/gstauparse.c: Fix plugin license field.
11681         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11682         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11683         * gst/rtp/gstrtp.c: Fix plugin license field.
11684
11685 2004-08-11  Wim Taymans  <wim@fluendo.com>
11686
11687         * gst/tcp/Makefile.am:
11688         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11689         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11690         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11691         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11692         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11693         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11694         (gst_fdset_fd_can_write), (gst_fdset_wait):
11695         * gst/tcp/gstfdset.h:
11696         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11697         (gst_multifdsink_class_init), (gst_multifdsink_init),
11698         (gst_multifdsink_add), (gst_multifdsink_remove),
11699         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11700         (gst_multifdsink_remove_client_link),
11701         (gst_multifdsink_handle_client_read),
11702         (gst_multifdsink_client_queue_data),
11703         (gst_multifdsink_client_queue_caps),
11704         (gst_multifdsink_client_queue_buffer),
11705         (gst_multifdsink_handle_client_write),
11706         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11707         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11708         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11709         (gst_multifdsink_close):
11710         * gst/tcp/gstmultifdsink.h:
11711         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11712         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11713         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11714         (gst_tcpserversink_close):
11715         * gst/tcp/gsttcpserversink.h:
11716         Abstracted away the select call, implemented poll (yes we ran into
11717         the 1024 limit in production).
11718
11719 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11720
11721         * gst/tcp/gsttcp.c:
11722         * gst/tcp/gsttcpplugin.c:
11723           improve debuggging, remove assert
11724
11725 2004-08-10  Wim Taymans  <wim@fluendo.com>
11726
11727         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11728         (gst_client_status_get_type), (gst_multifdsink_class_init),
11729         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11730         (gst_multifdsink_handle_client_read),
11731         (gst_multifdsink_handle_client_write),
11732         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11733         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11734         (gst_multifdsink_get_property):
11735         * gst/tcp/gstmultifdsink.h:
11736         * gst/tcp/gsttcp-marshal.list:
11737         Starting to prepare for specifying buffer time in other units
11738         than buffers. Expose remove reason in signal.
11739
11740 2004-08-10  Wim Taymans  <wim@fluendo.com>
11741
11742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11743         (gst_multifdsink_remove), (gst_multifdsink_clear),
11744         (gst_multifdsink_remove_client_link),
11745         (gst_multifdsink_handle_client_read),
11746         (gst_multifdsink_client_queue_data),
11747         (gst_multifdsink_client_queue_buffer),
11748         (gst_multifdsink_handle_client_write),
11749         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11750         (gst_multifdsink_chain), (gst_multifdsink_close):
11751         * gst/tcp/gstmultifdsink.h:
11752         Added more debugging info. Changed the way clients are
11753         removed from the lists. Fixed a bug where a bad file descriptor
11754         could cause many clients to be removed.
11755
11756 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11757
11758         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11759           allow all pixel-aspect-ratios, not just 1:1
11760
11761 2004-08-09  David Schleef  <ds@schleef.org>
11762
11763         * sys/glsink/ARB_multitexture.h:  Remove old files.
11764         * sys/glsink/EXT_paletted_texture.h:
11765         * sys/glsink/NV_register_combiners.h:
11766         * sys/glsink/gstgl_nvimage.c:
11767         * sys/glsink/gstgl_pdrimage.c:
11768         * sys/glsink/gstgl_rgbimage.c:
11769         * sys/glsink/gstglsink.c:
11770         * sys/glsink/gstglsink.h:
11771         * sys/glsink/gstglxwindow.c:
11772         * sys/glsink/regcomb_yuvrgb.c:
11773
11774 2004-08-09  David Schleef  <ds@schleef.org>
11775
11776         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11777         GL sink plugin.  (Bug #147302)
11778
11779         * configure.ac: Test for OpenGL
11780         * sys/Makefile.am: Use test for OpenGL
11781         * sys/glsink/Makefile.am:
11782         * sys/glsink/glimagesink.c: rewrite
11783         * sys/glsink/glimagesink.h: rewrite
11784
11785 2004-08-09  David Schleef  <ds@schleef.org>
11786
11787         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11788         sane framerates.
11789         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11791         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
11792
11793 2004-08-09  Wim Taymans  <wim@fluendo.com>
11794
11795         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11796         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11797         (gst_multifdsink_client_remove),
11798         (gst_multifdsink_handle_client_read),
11799         (gst_multifdsink_handle_client_write),
11800         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11801         Do a bit more logging, make the client_read code more robust.
11802
11803 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11804
11805         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
11806         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
11807         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
11808         (gst_jpegdec_init), (gst_jpegdec_chain):
11809         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
11810         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
11811           cleanups, debugging fixes and memleak plugging
11812
11813 2004-08-09  Wim Taymans  <wim@fluendo.com>
11814
11815         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11816         (theora_get_formats), (theora_dec_src_convert),
11817         (theora_dec_sink_convert), (theora_dec_src_query),
11818         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
11819         (theora_dec_change_state):
11820         Don't crash on missing header packets.
11821
11822 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11823
11824         * po/LINGUAS:
11825         * po/sq.po:
11826           Added Albanian translation (Laurent Dhima)
11827         * po/cs.po:
11828           updated
11829
11830 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11831
11832         * ext/lame/gstlame.c:
11833           fix/add debugging
11834
11835 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11836
11837         * sys/ximage/ximagesink.c:
11838         * sys/xvimage/xvimagesink.c:
11839           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
11840
11841 2004-08-06  Wim Taymans  <wim@fluendo.com>
11842
11843         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11844         (gst_multifdsink_add), (gst_multifdsink_get_stats),
11845         (gst_multifdsink_client_remove),
11846         (gst_multifdsink_handle_client_read),
11847         (gst_multifdsink_handle_client_write),
11848         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
11849         Make sure we don't try to read more from a client that what
11850         ioctl says us or we deadlock.
11851
11852 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11853
11854         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
11855         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
11856         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11857           decouple running_time and n_frames so it can handle changing
11858           framerate while running
11859
11860 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11861
11862         * po/nl.po:
11863         * po/sv.po:
11864           updated translations
11865
11866 2004-08-04  Benjamin Otte  <otte@gnome.org>
11867
11868         * gst/videotestsrc/gstvideotestsrc.c:
11869         (gst_videotestsrc_get_capslist), (generate_capslist),
11870         (plugin_init):
11871           generate the list of supported caps at startup and reuse it instead
11872           of always generating it
11873
11874 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11875
11876         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
11877           whoops, last checkin broke normal build
11878
11879 2004-08-03  Benjamin Otte  <otte@gnome.org>
11880
11881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
11882         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
11883         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
11884         (gst_alsa_mixer_get_option):
11885         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
11886         (dvdnavsrc_print_event):
11887         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
11888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
11889         (gst_ogg_mux_pad_unlink):
11890         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
11891         (gst_multipart_mux_pad_unlink):
11892         * gst/videofilter/gstvideobalance.c:
11893         (gst_videobalance_colorbalance_set_value):
11894         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
11895         (gst_videomixer_pad_unlink):
11896         * po/uk.po:
11897         * sys/oss/gstossmixer.c:
11898         * sys/v4l/gstv4lcolorbalance.c:
11899         * sys/v4l/gstv4ltuner.c:
11900         * sys/v4l/v4lsrc_calls.c:
11901         * sys/v4l2/gstv4l2colorbalance.c:
11902         * sys/v4l2/gstv4l2tuner.c:
11903           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
11904
11905 2004-08-03  Benjamin Otte  <otte@gnome.org>
11906
11907         * examples/dynparams/filter.c: (ui_control_create):
11908         * examples/gstplay/player.c: (print_tag):
11909         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
11910         * ext/gdk_pixbuf/gstgdkanimation.c:
11911         (gst_gdk_animation_iter_may_advance):
11912         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
11913         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
11914         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
11915         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
11916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
11917         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
11918         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
11919         * gst/sine/demo-dparams.c: (main):
11920         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
11921         * testsuite/alsa/formats.c: (create_pipeline):
11922         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
11923           fixes for G_DISABLE_ASSERT and friends
11924         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
11925         (mp3_type_frame_length_from_header), (mp3_type_find),
11926         (plugin_init):
11927           require mp3 typefinding to have at least MIN_HEADERS valid headers
11928           add typefinding for AAC adts files
11929
11930 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
11931
11932         * sys/ximage/ximagesink.c:
11933         (gst_ximagesink_calculate_pixel_aspect_ratio):
11934         * sys/xvimage/xvimagesink.c:
11935         (gst_xvimagesink_calculate_pixel_aspect_ratio):
11936         Make sure we calculate pixel-aspect-ratio using floating point maths
11937
11938 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11939
11940         * po/uk.po:
11941           updated translation
11942
11943 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11944
11945         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
11947           add debugging for display PAR calculation
11948
11949 2004-08-02  David Schleef  <ds@schleef.org>
11950
11951         * configure.ac: Fix mikmod CFLAGS.
11952
11953 2004-07-27  Benjamin Otte  <otte@gnome.org>
11954
11955         * gst/audioscale/gstaudioscale.c:
11956         - fix templates to only support S16, it's the only format that works
11957         - make caps nego code use try_set_caps_nonfixed and fixation instead
11958         of try_set_caps twice, which is not nice for autopluggers
11959         - change rank to secondary, so autopluggers can pick it up after
11960         audioconvert
11961
11962 2004-08-02  Iain <iain@prettypeople.org>
11963
11964         * gst/interleave/interleave.c (interleave_init),
11965         (interleave_request_new_pad),
11966         (interleave_pad_removed),
11967         (interleave_buffered_loop): Use the real pad count, not the artificial
11968         one.
11969
11970 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11971
11972         * configure.ac: bump nano back to development
11973
11974 === release 0.8.3 ===
11975
11976 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11977
11978         * configure.ac: releasing 0.8.3, "Water"
11979
11980 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11981
11982         * sys/xvimage/xvimagesink.c:
11983         (gst_xvimagesink_calculate_pixel_aspect_ratio),
11984         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
11985         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
11986         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
11987         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11988         * sys/xvimage/xvimagesink.h:
11989           apply similar PAR fixes as to ximagesink
11990
11991 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11992
11993         patch from: Benjamin Otte
11994
11995         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
11996           add link function to lame.  Fixes #148986.
11997
11998 2004-08-02  Johan Dahlin  <johan@gnome.org>
11999
12000         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12001         fix debugging log
12002
12003 2004-07-30  David Schleef  <ds@schleef.org>
12004
12005         * gst/videomixer/Makefile.am: Fix things that should have been
12006         fixed in the last checkin.
12007
12008 2004-07-30  David Schleef  <ds@schleef.org>
12009
12010         * gst/multipart/Makefile.am: Fix things that should have been
12011         fixed in the last checkin.
12012
12013 2004-07-30  David Schleef  <ds@schleef.org>
12014
12015         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12016
12017 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12018
12019         * configure.ac:
12020           bump nano for prerelease
12021         * po/af.po:
12022         * po/az.po:
12023         * po/cs.po:
12024         * po/en_GB.po:
12025         * po/hu.po:
12026         * po/nl.po:
12027         * po/sr.po:
12028         * po/sv.po:
12029         * po/uk.po:
12030           updates
12031
12032 2004-07-30  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12035         (gst_multifdsink_add), (gst_multifdsink_remove),
12036         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12037         (gst_multifdsink_client_remove),
12038         (gst_multifdsink_handle_client_write),
12039         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12040         * gst/tcp/gstmultifdsink.h:
12041         Recover from a select with a bad file descriptor by removing
12042         the client.
12043
12044 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12045
12046         * configure.ac:
12047           fix requirement of core
12048         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12049         (gst_play_pipeline_setup):
12050           don't use colorspace element.  do use hermescolorspace element.
12051           make macro to get a colorspace element.
12052           mark strings for translation.
12053         * po/POTFILES.in:
12054           add play.c
12055         * po/af.po:
12056         * po/az.po:
12057         * po/cs.po:
12058         * po/en_GB.po:
12059         * po/hu.po:
12060         * po/nl.po:
12061         * po/sr.po:
12062         * po/sv.po:
12063         * po/uk.po:
12064           update translations
12065
12066 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12067
12068         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12069         fix default for newmedia flag
12070
12071 2004-07-30  Wim Taymans  <wim@fluendo.com>
12072
12073         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12074         (gst_theora_dec_init), (theora_get_formats),
12075         (theora_dec_src_convert), (theora_dec_sink_convert),
12076         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12077         (theora_dec_chain), (theora_dec_set_property),
12078         (theora_dec_get_property):
12079         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12080         (gst_theora_enc_class_init), (gst_theora_enc_init),
12081         (theora_enc_sink_link), (theora_enc_chain),
12082         (theora_enc_set_property), (theora_enc_get_property):
12083         Added cropping option to theora decoder.
12084         Added border option to theora encoder.
12085
12086 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12087
12088         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12089         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12090         (gst_pngenc_set_property):
12091         * ext/libpng/gstpngenc.h:
12092         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
12093
12094 2004-07-30  Wim Taymans  <wim@fluendo.com>
12095
12096         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12097         (theora_enc_sink_link), (theora_enc_chain),
12098         (theora_enc_set_property), (theora_enc_get_property):
12099         Fix encoding of non-multiple-of-16 video.
12100
12101 2004-07-29  David Schleef  <ds@schleef.org>
12102
12103         * configure.ac: make test for audiofile more strict
12104
12105 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12106
12107         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12108           give different names to typefind functions
12109
12110 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12111
12112         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12113         (gst_ximagesink_calculate_pixel_aspect_ratio),
12114         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12115         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12116         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12117         (gst_ximagesink_get_property), (gst_ximagesink_init):
12118         * sys/ximage/ximagesink.h:
12119           allocate PAR's dynamically.
12120           use autodetected PAR if no object-set PAR is given.
12121           add workaround for directfb's X not setting physical size.
12122           fix to xvimagesink will follow tomorrow.
12123
12124 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12125
12126         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12127         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12128         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12129         (gst_shout2send_class_init), (gst_shout2send_init),
12130         (set_shout_metadata), (gst_shout2send_set_metadata),
12131         (gst_shout2send_chain), (gst_shout2send_set_property),
12132         (gst_shout2send_get_property), (gst_shout2send_connect),
12133         (gst_shout2send_change_state):
12134         * ext/shout2/gstshout2.h:
12135         - fix for sending mp3 audio to icecast2 server, if pad link function not
12136         called before PAUSED state
12137         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12138         - added tagging support for mp3 audio broadcasted
12139         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12140         debug info
12141
12142 2004-07-28  Wim Taymans  <wim@fluendo.com>
12143
12144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12145         (gst_ogg_demux_push):
12146         Return query failure when we don't know the length of
12147         an ogg stream insteda of returning TRUE with a bogus value.
12148
12149 2004-07-28  Wim Taymans  <wim@fluendo.com>
12150
12151         * ext/theora/theoradec.c: (theora_get_formats),
12152         (theora_dec_src_convert), (theora_dec_sink_convert),
12153         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12154         (theora_dec_chain):
12155         Don't screw up the 1 Chroma for 1 luma sample situation when we
12156         have an odd offset/width by adding a black border in those cases.
12157
12158 2004-07-28  Wim Taymans  <wim@fluendo.com>
12159
12160         * ext/theora/theoradec.c: (theora_get_formats),
12161         (theora_dec_src_convert), (theora_dec_sink_convert),
12162         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12163         (theora_dec_chain):
12164         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12165         Added first attempt at cropping of the image as required by the
12166         theora spec. We need more properties in the caps (offset_x,
12167         offset_y,stride) to implement this correctly.
12168
12169 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12170
12171         * ext/dvdnav/README:
12172           Update the README to use dvddemux
12173         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12174           Ensure getcaps returns a subset of the template caps
12175         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12176         (gst_mpeg2subt_init):
12177           Ensure getcaps returns a subset of the template caps
12178         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12179         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12180         (gst_dvd_demux_get_subpicture_stream),
12181         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12182         * gst/mpegstream/gstdvddemux.h:
12183           Set the explicit caps on the current_video pad before pushing
12184           anything
12185         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12186         (gst_mpeg_demux_get_audio_stream):
12187           Free caps used to gst_pad_set_explicit_caps, which takes a const
12188           GstCaps *
12189
12190 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12191
12192         * configure.ac: update GStreamer requirement to 0.8.4 because of
12193           GstFraction.
12194
12195 2004-07-28  Wim Taymans  <wim@fluendo.com>
12196
12197         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12198         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12199         Add the pad to the element after setting up the caps. This
12200         makes it a lot easier to autoplug.
12201
12202 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12203
12204         * gst/median/gstmedian.c:
12205         * gst/mpeg2subt/gstmpeg2subt.c:
12206         * gst/mpegaudioparse/gstmpegaudioparse.c:
12207         * gst/mpegstream/gstdvddemux.c:
12208         * gst/mpegstream/gstmpegdemux.c:
12209         * gst/mpegstream/gstmpegpacketize.c:
12210         * gst/rtjpeg/gstrtjpeg.c:
12211         * gst/rtjpeg/gstrtjpegdec.c:
12212         * gst/rtjpeg/gstrtjpegenc.c:
12213         * gst/sine/gstsinesrc.c:
12214         * gst/smooth/gstsmooth.c:
12215         * gst/smpte/gstsmpte.c:
12216         * gst/smpte/gstsmpte.h:
12217         * gst/stereo/gststereo.c:
12218         * gst/videofilter/gstgamma.c:
12219         * gst/videofilter/gstvideobalance.c:
12220         * gst/videofilter/gstvideofilter.c:
12221         * gst/videofilter/gstvideoflip.c:
12222         * gst/videoscale/gstvideoscale.c:
12223         * gst/videoscale/videoscale.c:
12224         * gst/videotestsrc/gstvideotestsrc.c:
12225         * gst/videotestsrc/videotestsrc.c:
12226         * gst/wavenc/gstwavenc.c:
12227         * gst/wavparse/gstwavparse.c:
12228           fix local includes and 64 bits constants
12229
12230 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12231
12232         * win32/gst.sln:
12233         * gst-libs/gst/*/*.vcproj:
12234         * gst/*/*.vcproj:
12235           more working plugins
12236
12237 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12238
12239         * testsuite/alsa/Makefile.am:
12240         * testsuite/alsa/srcstate.c:
12241         add test for alsasrc changing state
12242
12243 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12244
12245         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12246         (gst_silence_get):
12247         * gst/silence/gstsilence.h:
12248         fix silence generation for 16bit raw audio
12249
12250 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12251
12252         * gst/matroska/matroska-demux.c:
12253         (gst_matroska_demux_parse_metadata),
12254         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12255         * gst/mpegaudio/common.c:
12256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12257         (gst_videoscale_getcaps), (gst_videoscale_link),
12258         (gst_videoscale_src_fixate), (gst_videoscale_init),
12259         (gst_videoscale_finalize):
12260         * gst/videoscale/gstvideoscale.h:
12261         * gst/videotestsrc/gstvideotestsrc.c:
12262         (gst_videotestsrc_get_capslist):
12263         * gst/wavenc/gstwavenc.c:
12264         * sys/oss/gstossmixer.c: (fill_labels):
12265         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12266         (gst_ximagesink_handle_xevents),
12267         (gst_ximagesink_calculate_pixel_aspect_ratio),
12268         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12269         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12270         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12271         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12272         (gst_ximagesink_init), (gst_ximagesink_class_init):
12273         * sys/ximage/ximagesink.h:
12274         * sys/xvimage/xvimagesink.c:
12275         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12276         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12277         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12278         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12279         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12280         * sys/xvimage/xvimagesink.h:
12281           first batch of pixel aspect ratio commits.
12282
12283 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12284
12285         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12286         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12287         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12288           handle stride, needs work if we want to move stride handling
12289           upstream, but works correctly for our purposes.
12290
12291 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12292
12293         * gst/videoscale/README:
12294           add testing examples
12295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12296         (gst_videoscale_chain):
12297         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12298         (gst_videoscale_get_size):
12299           add get_size function that handles stride like videotestsrc.
12300           fixes conversion for YUV formats for as much as I can test them.
12301
12302 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12303
12304         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12305         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12307         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12308         (gst_xvimagesink_xvimage_put):
12309           further cleanups, logging, error handling and synchronizing
12310
12311 2004-07-27  Wim Taymans  <wim@fluendo.com>
12312
12313         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12314         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12315         (gst_videomixer_pad_set_property),
12316         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12317         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12318         (gst_videomixer_class_init), (gst_videomixer_init),
12319         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12320         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12321         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12322         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12323         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12324         (gst_videomixer_loop), (plugin_init):
12325         Be a nicer negotiation citizen and provide a getcaps function on
12326         the srcpad. This also fixes a crash when resizing.
12327
12328 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12329
12330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12331         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12332
12333 2004-07-27  Wim Taymans  <wim@fluendo.com>
12334
12335         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12336         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12337         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12338         (gst_pngenc_set_property):
12339         * ext/libpng/gstpngenc.h:
12340         Added snapshot property to pngenc.
12341         removed g_print from pngdec
12342
12343 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12344
12345         * gst/ac3parse/ac3parse.vcproj
12346         * gst/adder/adder.vcproj
12347         * gst/alpha/alpha.vcproj
12348         * gst/alpha/alphacolor.vcproj
12349         * gst/asfdemux/asf.vcproj
12350         * gst/audioconvert/audioconvert.vcproj
12351         * gst/audiorate/audiorate.vcproj
12352         * gst/audioscale/audioscale.vcproj
12353         * gst/auparse/auparse.vcproj
12354         * gst/avi/avi.vcproj
12355         * gst/cdxaparse/cdxaparse.vcproj
12356         * gst/chart/chart.vcproj
12357         * gst/colorspace/colorspace.vcproj
12358         * gst/cutter/cutter.vcproj
12359         * gst/debug/debug.vcproj
12360         * gst/debug/efence.vcproj
12361         * gst/debug/navigationtest.vcproj
12362         * gst/deinterlace/deinterlace.vcproj
12363         * gst/effectv/effectv.vcproj
12364         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12365         * gst/filter/filter.vcproj
12366         * gst/flx/flxdec.vcproj
12367         * gst/goom/goom.vcproj
12368         * gst/interleave/interleave.vcproj
12369         * gst/law/alaw.vcproj
12370         * gst/law/mulaw.vcproj
12371         * gst/matroska/matroska.vcproj
12372         * gst/median/median.vcproj
12373         * gst/mixmatrix/mixmatrix.vcproj
12374         * gst/mpeg1sys/mpeg1systemencode.vcproj
12375         * gst/mpeg1videoparse/mp1videoparse.vcproj
12376         * gst/mpeg2sub/mpeg2subt.vcproj
12377         * gst/mpegaudio/mpegaudio.vcproj
12378         * gst/mpegaudioparse/mpegaudioparse.vcproj
12379         * gst/mpegstream/mpegstream.vcproj
12380         * gst/multifilesink/multifilesink.vcproj
12381         * gst/multipart/multipart.vcproj
12382         * gst/oneton/oneton.vcproj
12383         * gst/overlay/overlay.vcproj
12384         * gst/passthrough/passthrough.vcproj
12385         * gst/qtdemux/qtdemux.vcproj
12386         * gst/realmedia/rmdemux.vcproj
12387         * gst/rtjpeg/rtjpeg.vcproj
12388         * gst/rtp/rtp.vcproj
12389         * gst/silence/silence.vcproj
12390         * gst/sine/sinesrc.vcproj
12391         * gst/smooth/smooth.vcproj
12392         * gst/smpte/smpte.vcproj
12393         * gst/spectrum/spectrum.vcproj
12394         * gst/speed/speed.vcproj
12395         * gst/stereo/stereo.vcproj
12396         * gst/switch/switch.vcproj
12397         * gst/tags/tagedit.vcproj
12398         * gst/tcp/tcp.vcproj
12399         * gst/typefind/typefindfunctions.vcproj
12400         * gst/udp/udp.vcproj
12401         * gst/videobox/videobox.vcproj
12402         * gst/videocrop/videocrop.vcproj
12403         * gst/videodrop/videodrop.vcproj
12404         * gst/videofilter/gamma.vcproj
12405         * gst/videofilter/videobalance.vcproj
12406         * gst/videofilter/videofilter.vcproj
12407         * gst/videofilter/videoflip.vcproj
12408         * gst/videoflip/videoflip.vcproj
12409         * gst/videomixer/videomixer.vcproj
12410         * gst/videorate/videorate.vcproj
12411         * gst/videoscale/videoscale.vcproj
12412         * gst/videotestsrc/videotestsrc.vcproj
12413         * gst/virtualdub/virtualdub.vcproj
12414         * gst/volenv/volenv.vcproj
12415         * gst/volume/volume.vcproj
12416         * gst/wavenc/wavenc.vcproj
12417         * gst/wavparse/wavparse.vcproj
12418         * gst/y4m/y4menc.vcproj
12419         * gst-libs/gst/audio/audio.vcproj
12420         * gst-libs/gst/audio/audiofilter.vcproj
12421         * gst-libs/gst/colorbalance/colorbalance.vcproj
12422         * gst-libs/gst/idct/idtc.vcproj
12423         * gst-libs/gst/media-info/media-info.vcproj
12424         * gst-libs/gst/mixer/mixer.vcproj
12425         * gst-libs/gst/navigation/navigation.vcproj
12426         * gst-libs/gst/play/play.vcproj
12427         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12428         * gst-libs/gst/resample/resample.vcproj
12429         * gst-libs/gst/riff/riff.vcproj
12430         * gst-libs/gst/tuner/tuner.vcproj
12431         * gst-libs/gst/video/video.vcproj
12432         * gst-libs/gst/xoverlay/xoverlay.vcproj
12433           avoid problems with math.h, fix release dependancy
12434           rename GStreamer-0.8.lib to libgstreamer.lib
12435
12436 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12437
12438         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12440         the atom is not available we have to unlock the mutex. Fixes #148023
12441
12442 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12443
12444         * gst-libs/gst/media-info/media-info.h:
12445           issue for a vararg macro with MSVC
12446
12447 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12448
12449         * gst/effectv/effectv.vcproj
12450         * gst-libs/gst/idct/idct.vcproj:
12451         * gst-libs/gst/media-info/media-info.vcproj:
12452         * gst-libs/gst/navigation/navigation.vcproj:
12453         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12454         * gst-libs/gst/video/video.vcproj:
12455         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12456           fixes for build problems
12457
12458 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12459
12460         * gst-libs/gst/audio/audio.def:
12461         * gst-libs/gst/audio/riff.def:
12462           add some definitions needed by plugins
12463
12464 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12465
12466         * gst/asfdemux/gstasfmux.c
12467           Fix some 64 bits constants to be glib friendly
12468
12469 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12470
12471         * gst/ac3parse/gstac3parse.c
12472         * gst/audioscale/gstaudioscale.c
12473         * gst/auparse/gstauparse.c
12474         * gst/colorspace/gstcolorspace.c
12475         * gst/colorspace/yuv2rgb.h
12476           local include fixes
12477
12478 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12479
12480         * win32/gst.sln
12481           add more plugins to the build
12482
12483 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12484
12485         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12486         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12487
12488 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12489
12490         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12491         (gst_level_set_property), (gst_level_get_property),
12492         (gst_level_base_init), (gst_level_class_init):
12493           add debugging categories.  cleanups.
12494
12495 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12496
12497         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12498         (gst_videoscale_planar411), (gst_videoscale_planar400),
12499         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12500         (gst_videoscale_scale_nearest_str1),
12501         (gst_videoscale_scale_nearest_str2),
12502         (gst_videoscale_scale_nearest_str4),
12503         (gst_videoscale_scale_nearest_16bit),
12504         (gst_videoscale_scale_nearest_24bit):
12505           fixed stride issues
12506           tested with 320x240 -> 321, 322, 324 x240
12507           tested with YV12, I420, YUY2, UYVY
12508           fixed packed422rev (don't think it could have worked before)
12509           by testing with UYVY
12510
12511 2004-07-26  Benjamin Otte  <otte@gnome.org>
12512
12513         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12514         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12515         (plugin_init):
12516           add debugging category, add error checks like checking return values
12517           of setup calls, make sure it still works after
12518           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12519
12520 2004-07-26  Wim Taymans  <wim@fluendo.com>
12521
12522         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12523         (gst_mpeg_demux_get_audio_stream),
12524         (gst_mpeg_demux_process_private):
12525         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12526         Check for error codes from the negotiation functions. Make sure
12527         we really set the pad caps when a new pad is created.
12528
12529 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12530
12531         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12532         (gst_ffmpeg_caps_to_pix_fmt):
12533         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12535         (gst_ffmpegcolorspace_pad_link):
12536           don't make function do two things at the same time without reason.
12537
12538 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12539
12540         * gst/ac3parse/ac3parse.vcproj
12541         * gst/adder/adder.vcproj
12542         * gst/alpha/alpha.vcproj
12543         * gst/alpha/alphacolor.vcproj
12544         * gst/asfdemux/asf.vcproj
12545         * gst/audioconvert/audioconvert.vcproj
12546         * gst/audiorate/audiorate.vcproj
12547         * gst/audioscale/audioscale.vcproj
12548         * gst/auparse/auparse.vcproj
12549         * gst/avi/avi.vcproj
12550         * gst/cdxaparse/cdxaparse.vcproj
12551         * gst/chart/chart.vcproj
12552         * gst/colorspace/colorspace.vcproj
12553         * gst/cutter/cutter.vcproj
12554         * gst/debug/debug.vcproj
12555         * gst/debug/efence.vcproj
12556         * gst/debug/navigationtest.vcproj
12557         * gst/deinterlace/deinterlace.vcproj
12558         * gst/effectv/effectv.vcproj
12559         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12560         * gst/filter/filter.vcproj
12561         * gst/flx/flxdec.vcproj
12562         * gst/goom/goom.vcproj
12563         * gst/interleave/interleave.vcproj
12564         * gst/law/alaw.vcproj
12565         * gst/law/mulaw.vcproj
12566         * gst/matroska/matroska.vcproj
12567         * gst/median/median.vcproj
12568         * gst/mixmatrix/mixmatrix.vcproj
12569         * gst/mpeg1sys/mpeg1systemencode.vcproj
12570         * gst/mpeg1videoparse/mp1videoparse.vcproj
12571         * gst/mpeg2sub/mpeg2subt.vcproj
12572         * gst/mpegaudio/mpegaudio.vcproj
12573         * gst/mpegaudioparse/mpegaudioparse.vcproj
12574         * gst/mpegstream/mpegstream.vcproj
12575         * gst/multifilesink/multifilesink.vcproj
12576         * gst/multipart/multipart.vcproj
12577         * gst/oneton/oneton.vcproj
12578         * gst/overlay/overlay.vcproj
12579         * gst/passthrough/passthrough.vcproj
12580         * gst/qtdemux/qtdemux.vcproj
12581         * gst/realmedia/rmdemux.vcproj
12582         * gst/rtjpeg/rtjpeg.vcproj
12583         * gst/rtp/rtp.vcproj
12584         * gst/silence/silence.vcproj
12585         * gst/sine/sinesrc.vcproj
12586         * gst/smooth/smooth.vcproj
12587         * gst/smpte/smpte.vcproj
12588         * gst/spectrum/spectrum.vcproj
12589         * gst/speed/speed.vcproj
12590         * gst/stereo/stereo.vcproj
12591         * gst/switch/switch.vcproj
12592         * gst/tags/tagedit.vcproj
12593         * gst/tcp/tcp.vcproj
12594         * gst/typefind/typefindfunctions.vcproj
12595         * gst/udp/udp.vcproj
12596         * gst/videobox/videobox.vcproj
12597         * gst/videocrop/videocrop.vcproj
12598         * gst/videodrop/videodrop.vcproj
12599         * gst/videofilter/gamma.vcproj
12600         * gst/videofilter/videobalance.vcproj
12601         * gst/videofilter/videofilter.vcproj
12602         * gst/videofilter/videoflip.vcproj
12603         * gst/videoflip/videoflip.vcproj
12604         * gst/videomixer/videomixer.vcproj
12605         * gst/videorate/videorate.vcproj
12606         * gst/videoscale/videoscale.vcproj
12607         * gst/videotestsrc/videotestsrc.vcproj
12608         * gst/virtualdub/virtualdub.vcproj
12609         * gst/volenv/volenv.vcproj
12610         * gst/volume/volume.vcproj
12611         * gst/wavenc/wavenc.vcproj
12612         * gst/wavparse/wavparse.vcproj
12613         * gst/y4m/y4menc.vcproj
12614           more plugins supported under windows
12615
12616 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12617
12618         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12619         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12620         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12622         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12623           Add debugging statements.  Use the sizes as returned by the
12624           *CreateImage calls.
12625
12626 2004-07-26  Johan Dahlin  <johan@gnome.org>
12627
12628         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12629         the pad is negotiated.
12630
12631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12632
12633 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12634
12635         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12636         * gst-libs/gst/idct/idct.vcproj:
12637         * gst-libs/gst/media-info/media-info.vcproj:
12638         * gst-libs/gst/mixer/mixer.vcproj:
12639         * gst-libs/gst/navigation/navigation.vcproj:
12640         * gst-libs/gst/play/play.vcproj:
12641         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12642         * gst-libs/gst/resample/resample.vcproj:
12643         * gst-libs/gst/tuner/tuner.vcproj:
12644         * gst-libs/gst/video/video.vcproj:
12645         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12646           more plugins supported under windows
12647
12648 2004-07-25 Iain <iain@prettypeople.org>
12649
12650         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12651         pad now rather than when the pad is created because state changes wipe
12652         explicit caps (fixes #148043).
12653
12654 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12655
12656         reviewed by Benjamin Otte  <otte@gnome.org>
12657
12658         * ext/mad/gstmad.c:
12659           fix mad plugin crashing on Sun (fixes #148289)
12660
12661 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12662
12663         * gst/avi/avi.def:
12664         * gst/avi/avi.vcproj:
12665         * gst/matroska/matroska.def:
12666         * gst/matroska/matroska.vcproj:
12667           remove unused .def files
12668
12669 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12670
12671         * gst-libs/gst/audio/gstaudiofilter.c:
12672           Clean the local include
12673
12674 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12675
12676         * win32/gst.sln:
12677         * gst-libs/gst/audio/audio.def:
12678         * gst-libs/gst/audio/audio.vcproj:
12679         * gst-libs/gst/audio/audiofilter.vcproj:
12680         * gst-libs/gst/audio/riff.def:
12681         * gst-libs/gst/audio/riff.vcproj:
12682         * gst-libs/gst/gst-libs.def:
12683         * gst-libs/gst/gst-libs.vcproj:
12684         * gst/avi/avi.vcproj:
12685         * gst/avi/avi.vcproj:
12686           Copy the files where needed after building, cleaner projects
12687
12688 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12689
12690         * gst/matroska/ebml-write.c:
12691           Fix some 64 bits constants to be glib friendly
12692
12693 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12694
12695         * win32/gst.sln:
12696         * gst-libs/gst/gst-libs.def:
12697         * gst-libs/gst/gst-libs.vcproj:
12698         * gst/matroska/matroska.def:
12699         * gst/matroska/matroska.vcproj:
12700           Add the preliminary canvas to build plugins on Win32
12701
12702 2004-07-23  Benjamin Otte  <otte@gnome.org>
12703
12704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12705           don't enfore negotiation from source side, it breaks
12706           sinesrc ! audioconvert ! osssink
12707
12708 2004-07-22  David Schleef  <ds@schleef.org>
12709
12710         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12711         for ELF files, since they can easily be recognized as audio/mpeg.
12712         (bug #147441)
12713
12714 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12715
12716         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12717         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12718         (gst_videoscale_scale_nearest_24bit),
12719         (gst_videoscale_scale_nearest_16bit):
12720           fix 16bit and 24bit for stride (24bit might need testing)
12721           don't pretend we do more than one algorithm
12722
12723 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12724
12725         * configure.ac:
12726         * gst/Makefile.am:
12727         * gst/multifilesink/Makefile.am:
12728         * gst/multifilesink/gstmultifilesink.c:
12729         (gst_multifilesink_get_formats),
12730         (gst_multifilesink_get_query_types), (_do_init),
12731         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12732         (gst_multifilesink_init), (gst_multifilesink_dispose),
12733         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12734         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12735         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12736         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12737         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12738         (gst_multifilesink_uri_get_type),
12739         (gst_multifilesink_uri_get_protocols),
12740         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12741         (gst_multifilesink_uri_handler_init), (plugin_init):
12742         * gst/multifilesink/gstmultifilesink.h:
12743         * testsuite/Makefile.am:
12744         * testsuite/multifilesink/Makefile.am:
12745         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12746         (gst_newmedia_class_init), (gst_newmedia_init),
12747         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12748         (newfile_signal), (test_signal), (main):
12749         multifilesink plugin for creating new files every time a new media
12750         discontinuity event occurs
12751
12752 2004-07-22  Wim Taymans  <wim@fluendo.com>
12753
12754         * gst/alpha/Makefile.am:
12755         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12756         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12757         (gst_alpha_color_init), (gst_alpha_color_set_property),
12758         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12759         (transform), (gst_alpha_color_chain),
12760         (gst_alpha_color_change_state), (plugin_init):
12761         Stupid plugin to to RGBA to AYUV conversion because none of
12762         the colorspace plugins can handle that yet.
12763
12764 2004-07-22  Wim Taymans  <wim@fluendo.com>
12765
12766         * examples/seeking/seek.c: (update_scale), (main):
12767         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12768         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12769         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12770         (gst_decode_bin_init), (gst_decode_bin_dispose),
12771         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12772         (no_more_pads), (close_link), (type_found),
12773         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12774         (plugin_init):
12775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12776         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12777         (gst_play_base_bin_dispose), (queue_overrun),
12778         (gen_preroll_element), (remove_prerolls), (unknown_type),
12779         (no_more_pads), (new_stream), (setup_source),
12780         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12781         (play_base_eos), (gst_play_base_bin_change_state),
12782         (gst_play_base_bin_add_element),
12783         (gst_play_base_bin_remove_element),
12784         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12785         (gst_play_base_bin_unlink_stream),
12786         (gst_play_base_bin_get_streaminfo):
12787         * gst/playback/gstplaybin.c: (gen_video_element),
12788         (gen_audio_element):
12789         * gst/playback/gststreaminfo.h:
12790         More playback updates, attempt to fix things after the state change
12791         breakage.
12792
12793 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12794
12795         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
12796         (gst_videoscale_scale_nearest_16bit):
12797           comment algorithm
12798
12799 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12800
12801         * gst/videotestsrc/gstvideotestsrc.c:
12802         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
12803         (gst_videotestsrc_init), (gst_videotestsrc_get),
12804         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
12805         (gst_videotestsrc_get_property):
12806         * gst/videotestsrc/gstvideotestsrc.h:
12807         * gst/videotestsrc/videotestsrc.c:
12808         * gst/videotestsrc/videotestsrc.h:
12809           cleanup and commenting
12810
12811 2004-07-21  Wim Taymans  <wim@fluendo.com>
12812
12813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12814         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
12815         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
12816         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
12817         (_find_chain_get_unknown_part), (_find_streams_check),
12818         (gst_ogg_demux_push), (gst_ogg_pad_push):
12819         * ext/theora/theoradec.c: (theora_get_formats),
12820         (theora_dec_src_convert), (theora_dec_sink_convert),
12821         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12822         (theora_dec_chain):
12823         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12824         (vorbis_dec_convert), (vorbis_dec_src_query),
12825         (vorbis_dec_src_event), (vorbis_dec_event):
12826         More seeking fixes, oggdemux now supports seeking to time and
12827         uses the downstream element to convert granulepos to time.
12828         Seeking in theora-only ogg files now works.
12829
12830 2004-07-21  Wim Taymans  <wim@fluendo.com>
12831
12832         * ext/theora/theoradec.c: (gst_theora_dec_init),
12833         (theora_get_formats), (theora_get_event_masks),
12834         (theora_get_query_types), (theora_dec_src_convert),
12835         (theora_dec_sink_convert), (theora_dec_src_query),
12836         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
12837         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
12838         (vorbis_get_event_masks), (vorbis_get_query_types),
12839         (gst_vorbis_dec_init), (vorbis_dec_convert),
12840         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
12841         Added query/convert/formats functions to vorbis and theora decoders
12842         so that the outside world can use them too. Fixed seeking on an
12843         ogg/theora/vorbis file by disabling the seeking seeking on the
12844         theora srcpad.
12845
12846 2004-07-21  Julien MOUTTE  <julien@moutte.net>
12847
12848         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12849         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
12850         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
12851         images creation for both elements. We don't create the image on caps
12852         nego or renego, we just destroy the internal one if present if it does
12853         not match the needs. The chain function takes care of creating a new
12854         image when needed.
12855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12856         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
12857         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12858         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
12859         the image format information. The buffer pool checks for the context
12860         image format and discard images with different formats.
12861         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
12862
12863 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12864
12865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12866         (gst_ffmpegcolorspace_chain):
12867           no point in doing any chaining if the pad we want to push from
12868           isn't usable.
12869
12870 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12871
12872         * gst-libs/gst/riff/riff-media.c:
12873         (gst_riff_create_audio_caps_with_data):
12874           Fix double end-to-native symbol conversion (#148021).
12875
12876 2004-07-20  David Schleef  <ds@schleef.org>
12877
12878         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12879         Don't use an Atom that doesn't exist.
12880
12881 2004-07-20  Wim Taymans  <wim@fluendo.com>
12882
12883         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12884         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12885         (gst_multifdsink_client_remove),
12886         (gst_multifdsink_handle_client_write),
12887         (gst_multifdsink_queue_buffer):
12888         * gst/tcp/gstmultifdsink.h:
12889         More multifdsink stats. Avoid deadlock by releasing locks
12890         before sending out a signal.
12891
12892 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12893
12894         * po/LINGUAS:
12895         * po/hu.po:
12896           added Hungarian translation (Laszlo Dvornik)
12897
12898 2004-07-20  Wim Taymans  <wim@fluendo.com>
12899
12900         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12901         (gst_multifdsink_add), (gst_multifdsink_client_remove),
12902         (gst_multifdsink_handle_client_write),
12903         (gst_multifdsink_queue_buffer):
12904         * gst/tcp/gsttcp-marshal.list:
12905         Fixed the stupid marshal definition.
12906
12907 2004-07-20  Wim Taymans  <wim@fluendo.com>
12908
12909         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12910         (gst_multifdsink_init), (gst_multifdsink_add),
12911         (gst_multifdsink_client_remove),
12912         (gst_multifdsink_handle_client_write),
12913         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
12914         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
12915         (gst_multifdsink_init_send):
12916         * gst/tcp/gstmultifdsink.h:
12917         Added more stats, added timeout for a client, fixed some typos
12918         and added some comments.
12919
12920 2004-07-20  Wim Taymans  <wim@fluendo.com>
12921
12922         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12923         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12924         (gst_multifdsink_client_remove),
12925         (gst_multifdsink_handle_client_write):
12926         * gst/tcp/gstmultifdsink.h:
12927         * gst/tcp/gsttcp-marshal.list:
12928         Added get_stats method that returns a GValueArray of
12929         stats values.
12930
12931 2004-07-19  Benjamin Otte  <otte@gnome.org>
12932
12933         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
12934           make sure longname, description and author are valid UTF-8
12935
12936 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12937
12938         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
12939         (gst_ximagesink_set_property):
12940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
12941         (gst_xvimagesink_set_property):
12942           make sure SYNCHRONOUS is respected after getting the X context
12943
12944 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12945
12946         * gst/matroska/matroska-demux.c:
12947         (gst_matroska_demux_handle_src_event),
12948         (gst_matroska_demux_parse_blockgroup):
12949         * gst/matroska/matroska-ids.h:
12950           add BlockReference tag and ignore it to clear out log.
12951           ignore NAVIGATION events to clear out log.
12952
12953 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
12954
12955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
12956         (gst_matroska_demux_add_stream):
12957         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
12958           add debug categories
12959
12960 2004-07-16  Wim Taymans  <wim@fluendo.com>
12961
12962         * ext/libpng/Makefile.am:
12963         * ext/libpng/gstpng.c: (plugin_init):
12964         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
12965         (gst_pngdec_get_type), (gst_pngdec_base_init),
12966         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
12967         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
12968         * ext/libpng/gstpngdec.h:
12969         Added png decoder.
12970
12971 2004-07-16  Julien MOUTTE  <julien@moutte.net>
12972
12973         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
12974         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
12975         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
12976         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
12977         (gst_ximagesink_buffer_alloc):
12978         * sys/ximage/ximagesink.h:
12979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12980         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12981         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
12982         (gst_xvimagesink_buffer_alloc):
12983         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
12984         again. Using internal data pointer of the x(v)image to store image's
12985         data to be coherent with the buffer alloc mechanism. Investigated the
12986         image destruction code to be sure that everything gets freed correctly.
12987
12988 2004-07-16  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst-libs/gst/riff/riff-read.c:
12991         (gst_riff_read_strf_vids_with_data),
12992         (gst_riff_read_strf_auds_with_data):
12993         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
12994         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
12995         Make sure we don't create 0 sized subbuffers in riff-read.
12996         Signal the no more pads signal after reading the avi header.
12997
12998 2004-07-16  Wim Taymans  <wim@fluendo.com>
12999
13000         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13001         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13002         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13003         (gst_decode_bin_init), (gst_decode_bin_dispose),
13004         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13005         (no_more_pads), (close_link), (type_found),
13006         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13007         (gst_decode_bin_change_state), (plugin_init):
13008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13009         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13010         (gst_play_base_bin_dispose), (queue_overrun),
13011         (gen_preroll_element), (remove_prerolls), (unknown_type),
13012         (no_more_pads), (new_stream), (setup_source),
13013         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13014         (play_base_eos), (gst_play_base_bin_change_state),
13015         (gst_play_base_bin_add_element),
13016         (gst_play_base_bin_remove_element),
13017         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13018         (gst_play_base_bin_unlink_stream),
13019         (gst_play_base_bin_get_streaminfo):
13020         * gst/playback/gstplaybasebin.h:
13021         Better error recovery. Added configurable preroll queue size. Faster
13022         detection of no-more-pads.
13023
13024 2004-07-16  Wim Taymans  <wim@fluendo.com>
13025
13026         * gst-libs/gst/video/video.h:
13027         Added 32 bits RGBA. Not sure if we should use another mime-type
13028         for alpha rgb. Currently the presence of the alpha_mask property
13029         signals an alpha channel.
13030
13031 2004-07-16  Wim Taymans  <wim@fluendo.com>
13032
13033         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13035         FPS seems to be 0.0 to MAX everywhere else.
13036
13037 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13038
13039         * gst-libs/gst/riff/riff-media.c:
13040         (gst_riff_create_video_caps_with_data):
13041           mp42/mp43 (no caps) exist too.
13042         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13043           Set pixel_width/height; we've got them in-caps.
13044         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13045         * gst/wavparse/gstwavparse.c: (plugin_init):
13046           Both are valid primary.
13047         * sys/oss/gstossmixer.c:
13048           Remove i18n hack and enable translations.
13049
13050 2004-07-15  Benjamin Otte  <otte@gnome.org>
13051
13052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13053         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13054           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13055
13056 2004-07-15  Benjamin Otte  <otte@gnome.org>
13057
13058         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13059         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13060         (gst_alsa_close_audio):
13061           disable some of the debugging code for now. Writing debugging to a
13062           buffer is broken in current alsalib releases.
13063
13064 2004-07-12  Benjamin Otte  <otte@gnome.org>
13065
13066         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13067           use bufferpools
13068
13069 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13070
13071         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13072         (theora_dec_src_query), (theora_dec_event):
13073         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13074           add debugging categories.  Remove \n's.
13075
13076 2004-07-13  Johan Dahlin  <johan@gnome.org>
13077
13078         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13079         (gst_play_bin_get_property): Impl.
13080
13081 2004-07-13  Wim Taymans  <wim@fluendo.com>
13082
13083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13084         When trying to find the stream length, seek back N pages
13085         instead of just one, where N is the number of streams in
13086         the current chain.
13087
13088 2004-07-13  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst-libs/gst/riff/riff-media.c:
13091         (gst_riff_create_audio_caps_with_data),
13092         (gst_riff_create_audio_caps),
13093         (gst_riff_create_audio_template_caps):
13094         * gst-libs/gst/riff/riff-media.h:
13095         * gst-libs/gst/riff/riff-read.c:
13096         (gst_riff_read_strf_vids_with_data),
13097         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13098         * gst-libs/gst/riff/riff-read.h:
13099         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13100         (gst_avi_demux_add_stream):
13101         Set codec_data on caps for avidemuxer.
13102
13103 2004-07-12  David Schleef  <ds@schleef.org>
13104
13105         * configure.ac: Fix test for Objective C
13106
13107 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13108         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13109         (gst_gdk_pixbuf_chain):
13110           Add svg and pcx to template caps, and ensure that getcaps returns a
13111           subset of the template caps.
13112           Copy each row manually for output, as gdkpixbuf may pad the
13113           rowstride to a 32-bit word boundary.
13114
13115 2004-07-12  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13118         (gst_riff_create_video_template_caps):
13119         Fix the template caps to include some more media types.
13120
13121 2004-07-12  Wim Taymans  <wim@fluendo.com>
13122
13123         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13124         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13125         (compare_ranks), (print_feature), (gst_decode_bin_init),
13126         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13127         (try_to_link_1), (new_pad), (close_link), (type_found),
13128         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13129         (gst_decode_bin_change_state), (plugin_init):
13130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13131         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13132         (gst_play_base_bin_dispose), (queue_overrun),
13133         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13134         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13135         (gst_play_base_bin_get_property), (play_base_eos),
13136         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13137         (gst_play_base_bin_remove_element),
13138         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13139         (gst_play_base_bin_unlink_stream),
13140         (gst_play_base_bin_get_streaminfo):
13141         * gst/playback/gstplaybasebin.h:
13142         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13143         (gst_play_bin_class_init), (gst_play_bin_init),
13144         (gst_play_bin_dispose), (gst_play_bin_set_property),
13145         (gst_play_bin_get_property), (gen_video_element),
13146         (gen_audio_element), (remove_sinks), (setup_sinks),
13147         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13148         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13149         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13150         (gst_play_bin_query), (plugin_init):
13151         * gst/playback/test4.c: (main):
13152         More fixes on reusing of the element.
13153
13154 2004-07-11  Benjamin Otte  <otte@gnome.org>
13155
13156         * ext/mad/gstmad.c: (normal_seek):
13157           allow seeking for other methods than just SET
13158
13159 2004-07-11  Andy Wingo  <wingo@pobox.com>
13160
13161         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13162         float, "any" caps -> buffer_frames=[0,MAX].
13163
13164         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13165         doesn't intersect our caps with the template any more. Do it
13166         ourselves.
13167         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13168
13169 2004-07-09  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13172         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13173         (compare_ranks), (print_feature), (gst_decode_bin_init),
13174         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13175         (try_to_link_1), (new_pad), (close_link), (type_found),
13176         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13177         (gst_decode_bin_change_state), (plugin_init):
13178         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13179         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13180         (gst_play_base_bin_dispose), (queue_overrun),
13181         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13182         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13183         (gst_play_base_bin_get_property), (play_base_eos),
13184         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13185         (gst_play_base_bin_remove_element),
13186         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13187         (gst_play_base_bin_unlink_stream),
13188         (gst_play_base_bin_get_streaminfo):
13189         * gst/playback/gstplaybasebin.h:
13190         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13191         (gst_play_bin_class_init), (gst_play_bin_init),
13192         (gst_play_bin_dispose), (gst_play_bin_set_property),
13193         (gst_play_bin_get_property), (gen_video_element),
13194         (gen_audio_element), (remove_sinks), (setup_sinks),
13195         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13196         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13197         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13198         (gst_play_bin_query), (plugin_init):
13199         * gst/playback/test4.c: (main):
13200         Work on object reuse and seeking.
13201
13202 2004-07-09  Wim Taymans  <wim@fluendo.com>
13203
13204         * examples/seeking/seek.c: (iterate):
13205         Don't consume all CPU in the idle loop.
13206
13207 2004-07-09  Wim Taymans  <wim@fluendo.com>
13208
13209         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13210         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13211         Add pad to element *after* setting the pad functions so that
13212         the scheduler can use the correct ones.
13213
13214 2004-07-09  Wim Taymans  <wim@fluendo.com>
13215
13216         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13217         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13218         Sync to keyframe after seek
13219
13220 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13221
13222         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13223         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13224         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13225         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13226         * ext/libvisual/visual.c: (gst_visual_change_state):
13227         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13228         * ext/theora/theoradec.c: (theora_dec_change_state):
13229         * ext/theora/theoraenc.c: (theora_enc_change_state):
13230         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13231         * gst-libs/gst/navigation/navigation.c:
13232         * gst/adder/gstadder.c: (gst_adder_change_state):
13233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13234         (gst_audio_convert_get_buffer):
13235         * gst/multipart/multipartdemux.c:
13236         (gst_multipart_demux_change_state):
13237         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13239         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13240         * gst/videoscale/gstvideoscale.c:
13241         (gst_videoscale_handle_src_event):
13242         * gst/volume/gstvolume.c: (volume_chain_int16):
13243           don't assert in state change, this should be done by the base
13244           GstElement class.
13245           various debugging fixes.
13246
13247 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13248
13249         * configure.ac:
13250         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13251         (gst_play_dispose), (gst_play_set_location),
13252         (gst_play_set_data_src), (gst_play_set_video_sink),
13253         (gst_play_set_audio_sink), (gst_play_set_visualization),
13254         (gst_play_connect_visualization), (gst_play_get_sink_element),
13255         (gst_play_get_all_by_interface):
13256         * gst-libs/gst/play/play.h:
13257           add new method to get elements implementing an interface.
13258           add various error logging
13259
13260 2004-07-08  Wim Taymans  <wim@fluendo.com>
13261
13262         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13263         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13264         (make_playerbin_pipeline), (query_durations_elems),
13265         (query_durations_pads), (query_positions_elems),
13266         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13267         (main):
13268         Added playbin seeking example.
13269
13270 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13271
13272         * gst-libs/gst/play/play.c: (gst_play_set_location),
13273         (gst_play_set_data_src), (gst_play_set_video_sink),
13274         (gst_play_set_audio_sink), (gst_play_set_visualization),
13275         (gst_play_connect_visualization), (gst_play_get_framerate):
13276           use a macro to look up elements from hash table
13277
13278 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13279
13280         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13281         (gst_play_get_length_callback), (gst_play_set_location),
13282         (gst_play_seek_to_time), (gst_play_set_data_src),
13283         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13284         (gst_play_set_visualization), (gst_play_connect_visualization),
13285         (gst_play_get_sink_element):
13286         - add debugging info
13287         - fix looking up sink elements by iterating over complete caps
13288         - put everything except for source and autoplugger in a complete bin
13289
13290 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13291
13292         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13294         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13295         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13296         * ext/alsa/gstalsasink.h:
13297         - add debugging info
13298         - clean up schizophrenia of data/buffer/event
13299         - fix double event unref error
13300
13301 2004-07-08  Wim Taymans  <wim@fluendo.com>
13302
13303         * gst/playback/Makefile.am:
13304         Add headers to noinst
13305
13306 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13307
13308         * tools/gst-launch-ext-m.m:
13309         * tools/gst-launch-ext.1.in:
13310           convert to the third millenium
13311
13312 2004-07-07  David Schleef  <ds@schleef.org>
13313
13314         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13315
13316 2004-07-07  Wim Taymans  <wim@fluendo.com>
13317
13318         * gst/playback/Makefile.am:
13319         * gst/playback/README:
13320         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13321         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13322         (compare_ranks), (print_feature), (gst_decode_bin_init),
13323         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13324         (try_to_link_1), (new_pad), (close_link), (type_found),
13325         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13326         (plugin_init):
13327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13328         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13329         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13330         (gen_preroll_element), (no_more_pads), (new_stream),
13331         (setup_source), (gst_play_base_bin_set_property),
13332         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13333         (gst_play_base_bin_add_element),
13334         (gst_play_base_bin_remove_element),
13335         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13336         (gst_play_base_bin_unlink_stream),
13337         (gst_play_base_bin_get_streaminfo):
13338         * gst/playback/gstplaybasebin.h:
13339         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13340         (gst_play_bin_class_init), (gst_play_bin_init),
13341         (gst_play_bin_dispose), (gst_play_bin_set_property),
13342         (gst_play_bin_get_property), (gen_video_element),
13343         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13344         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13345         (gst_play_bin_get_formats), (gst_play_bin_convert),
13346         (gst_play_bin_get_query_types), (gst_play_bin_query),
13347         (plugin_init):
13348         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13349         (gst_stream_info_get_type), (gst_stream_info_class_init),
13350         (gst_stream_info_init), (gst_stream_info_new),
13351         (gst_stream_info_dispose), (gst_stream_info_set_property),
13352         (gst_stream_info_get_property):
13353         * gst/playback/gststreaminfo.h:
13354         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13355         (main):
13356         * gst/playback/test2.c: (main):
13357         * gst/playback/test3.c: (update_scale), (main):
13358         More playbin fixes. Added README. Do better element filtering.
13359         Added base class to preroll media. Added test apps.
13360
13361 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13362
13363         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13364         * ext/mpeg2dec/gstmpeg2dec.h:
13365           various debugging improvements.  Reset stream to next picture
13366           instead of sequence header, otherwise seeks cannot work.
13367
13368 2004-07-07  Wim Taymans  <wim@fluendo.com>
13369
13370         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13371         (gst_video_box_class_init), (gst_video_box_set_property),
13372         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13373         Use pad_alloc where possible.
13374
13375 2004-07-07  Wim Taymans  <wim@fluendo.com>
13376
13377         * sys/oss/gstosselement.c: (gst_osselement_reset),
13378         (gst_osselement_parse_caps):
13379         * sys/oss/gstosselement.h:
13380         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13381         Fix offset on osssrc.
13382
13383 2004-07-07  Wim Taymans  <wim@fluendo.com>
13384
13385         * ext/theora/theora.c: (plugin_init):
13386         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13387         (theora_dec_src_query), (theora_dec_chain):
13388         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13389         (theora_enc_sink_link), (theora_buffer_from_packet),
13390         (theora_push_packet), (theora_enc_chain):
13391         Fix theora granulepos calculation.
13392         Fix overflow in duration/position calculation.
13393         Bump rank to PRIMARY for theoradec.
13394         Use granulepos of last packet to calculate position.
13395         Set keyframe flag on buffers when needed.
13396
13397 2004-07-06  David Schleef  <ds@schleef.org>
13398
13399         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13400         serious?  (Fixed, obviously.)
13401
13402 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13403
13404         * po/LINGUAS:
13405         * po/cs.po:
13406           added Czech translation (Miloslav Trmac)
13407
13408 2004-07-05  Wim Taymans  <wim@fluendo.com>
13409
13410         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13411         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13412         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13413         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13414         (close_link), (type_found), (gst_decode_bin_set_property),
13415         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13416         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13417         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13418         (gst_decode_bin_query), (plugin_init):
13419         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13420         (gst_play_bin_class_init), (gst_play_bin_init),
13421         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13422         (get_video_element), (new_pad), (setup_source),
13423         (gst_play_bin_set_property), (gst_play_bin_get_property),
13424         (gst_play_bin_change_state), (gst_play_bin_add_element),
13425         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13426         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13427         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13428         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13429         * gst/playback/test.c: (main):
13430         More fixes, cleaned up playbin, make it use decodebin. Added
13431         threaded property to playbin.
13432
13433 2004-07-05  Wim Taymans  <wim@fluendo.com>
13434
13435         * configure.ac:
13436         * gst/playback/Makefile.am:
13437         * gst/playback/decodetest.c: (main):
13438         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13439         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13440         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13441         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13442         (close_link), (type_found), (gst_decode_bin_set_property),
13443         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13444         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13445         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13446         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13447         (plugin_init):
13448         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13449         (gst_play_bin_class_init), (gst_play_bin_init),
13450         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13451         (collect_sink_pads), (find_compatibles), (close_pad_link),
13452         (try_to_link_1), (new_pad), (close_link), (type_found),
13453         (setup_source), (gst_play_bin_set_property),
13454         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13455         (compare_ranks), (gst_play_bin_collect_factories),
13456         (gst_play_bin_change_state), (gst_play_bin_add_element),
13457         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13458         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13459         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13460         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13461         * gst/playback/test.c: (main):
13462         Added some playback helper elements and some test apps, very alpha
13463         still.
13464
13465 2004-07-04  Benjamin Otte  <otte@gnome.org>
13466
13467         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13468           only restart audio when we indeed have an xrun to fix repeated
13469           xruns. Fix suggested by Giuliano Pochini.
13470
13471 2004-07-03  David Schleef  <ds@schleef.org>
13472
13473         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13474         call to gst_debug_log() if debugging is disabled (bug #145118)
13475
13476 2004-07-03  Benjamin Otte  <otte@gnome.org>
13477
13478         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13479           use our own functions for restarting the alsa device.
13480         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13481           I should apply patches myself - use MIN for the third argument, not
13482           the second, this fixes seeking
13483
13484 2004-07-02  David Schleef  <ds@schleef.org>
13485
13486         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13487         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13488         do with the logic.
13489
13490 2004-07-02  David Schleef  <ds@schleef.org>
13491
13492         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13493         output buffers.  Fix logic mistake.  (bug #144866)
13494
13495 2004-07-02  David Schleef  <ds@schleef.org>
13496
13497         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13498         on X.  (bug #144753)
13499
13500 2004-07-02  David Schleef  <ds@schleef.org>
13501
13502         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13503         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13504         (bug #144624)
13505         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13506         (gst_osselement_rate_probe_check): Add another workaround for
13507         buggy drivers (bug #145336)
13508
13509 2004-07-02  David Schleef  <ds@schleef.org>
13510
13511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13512         Most systems don't have MSG_NOSIGNAL.
13513
13514 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13515
13516         * Makefile.am:
13517         * gst-libs/gst/colorbalance/Makefile.am:
13518         * gst-libs/gst/mixer/Makefile.am:
13519         * gst-libs/gst/play/Makefile.am:
13520         * gst-libs/gst/tuner/Makefile.am:
13521           (hopefully) fix both install and dist and make error message useful.
13522           needs testing across automakes.
13523
13524 2004-07-02  Benjamin Otte  <otte@gnome.org>
13525
13526         * ext/ogg/gstogg.c: (plugin_init):
13527           we require bytestream now
13528         * ext/ogg/gstoggdemux.c:
13529           huge diff to implement chain setup in a fast and generic way. This
13530           improves tag reading and startup of huge files (read: Theora videos)
13531           quite a bit. It probably contains bugs, too, so please test.
13532           Seeking is not improved to the fast method.
13533
13534 2004-06-29  Wim Taymans  <wim@fluendo.com>
13535
13536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13537         * ext/ogg/gstoggmux.c:
13538         Fix memleak in oggdemux when running unconnected pads.
13539         doc update in mux, start working on keyframe mode.
13540
13541 2004-06-29  Benjamin Otte  <otte@gnome.org>
13542
13543         * sys/oss/gstosssink.c:
13544         * sys/oss/gstosssrc.c:
13545           advertise correct template caps - we indeed do non-native endianness
13546           and 8bit audio has no endianness
13547         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13549           avoid (wrong) duplications in getcaps function and return
13550           template caps
13551
13552 2004-06-29  Wim Taymans  <wim@fluendo.com>
13553
13554         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13555         (gst_multifdsink_class_init), (gst_multifdsink_add),
13556         (gst_multifdsink_remove), (gst_multifdsink_clear),
13557         (gst_multifdsink_client_remove),
13558         (gst_multifdsink_handle_client_read),
13559         (gst_multifdsink_client_queue_data),
13560         (gst_multifdsink_client_queue_caps),
13561         (gst_multifdsink_client_queue_buffer),
13562         (gst_multifdsink_handle_client_write),
13563         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13564         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13565         (gst_multifdsink_init_send), (gst_multifdsink_close):
13566         Fix wrong GList iteration that could crash the server when
13567         more then 2 clients disconnect at the same time. Read all the
13568         pending commands in one batch to recover from command storms under
13569         very heavy load.
13570
13571 2004-06-28  Wim Taymans  <wim@fluendo.com>
13572
13573         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13574         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13575         (gst_videomixer_pad_set_property),
13576         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13577         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13578         (gst_videomixer_class_init), (gst_videomixer_init),
13579         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13580         (pad_zorder_compare), (gst_videomixer_sort_pads),
13581         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13582         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13583         (gst_videomixer_update_queues), (gst_videomixer_loop),
13584         (plugin_init):
13585         Avoid divide by zero, choose masterpad as the pad with the highest
13586         framerate.
13587
13588 2004-06-27  Julien Moutte  <julien@moutte.net>
13589
13590         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13591         (gst_ximagesink_xwindow_new):
13592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13593         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13594         function directly. We might want to call it from somewhere else one day.
13595
13596 2004-06-27  Julien Moutte  <julien@moutte.net>
13597
13598         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13599         (gst_ximagesink_xwindow_new):
13600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13601         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13602         window decorations.
13603
13604 2004-06-27  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13607         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13608         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13609         (gst_dvdec_set_property), (gst_dvdec_get_property):
13610         * ext/dv/gstdvdec.h:
13611         Implement drop_factor property to lower the framerate with
13612         a factor.
13613
13614 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13615
13616         * gst-libs/gst/colorbalance/Makefile.am:
13617         * gst-libs/gst/mixer/Makefile.am:
13618         * gst-libs/gst/play/Makefile.am:
13619         * gst-libs/gst/tuner/Makefile.am:
13620           unbreak Company's fix that didn't install the -enum.h files
13621
13622 2004-06-27  Wim Taymans  <wim@fluendo.com>
13623
13624         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13625         (gst_dvdec_change_state):
13626         * ext/dv/gstdvdec.h:
13627         Fix timestamp, duration and offset of the buffers.
13628
13629 2004-06-27  Wim Taymans  <wim@fluendo.com>
13630
13631         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13632         (gst_multifdsink_class_init), (gst_multifdsink_add),
13633         (gst_multifdsink_remove), (gst_multifdsink_clear),
13634         (gst_multifdsink_client_remove),
13635         (gst_multifdsink_handle_client_read),
13636         (gst_multifdsink_client_queue_data),
13637         (gst_multifdsink_client_queue_caps),
13638         (gst_multifdsink_client_queue_buffer),
13639         (gst_multifdsink_handle_client_write),
13640         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13641         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13642         (gst_multifdsink_init_send), (gst_multifdsink_close):
13643         * gst/tcp/gstmultifdsink.h:
13644         * gst/tcp/gsttcpserversink.c:
13645         (gst_tcpserversink_handle_server_read),
13646         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13647         More multifdsink fixes, more recovery policy fixes.
13648         Removed stupid g_print
13649
13650 2004-06-26  Wim Taymans  <wim@fluendo.com>
13651
13652         * gst/tcp/Makefile.am:
13653         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13654         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13655         (gst_multifdsink_class_init), (gst_multifdsink_init),
13656         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13657         (gst_multifdsink_handle_client_read),
13658         (gst_multifdsink_client_queue_data),
13659         (gst_multifdsink_client_queue_caps),
13660         (gst_multifdsink_client_queue_buffer),
13661         (gst_multifdsink_handle_client_write),
13662         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13663         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13664         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13665         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13666         (gst_multifdsink_close), (gst_multifdsink_change_state):
13667         * gst/tcp/gstmultifdsink.h:
13668         * gst/tcp/gsttcpplugin.c: (plugin_init):
13669         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13670         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13671         (gst_tcpserversink_handle_server_read),
13672         (gst_tcpserversink_handle_select),
13673         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13674         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13675         * gst/tcp/gsttcpserversink.h:
13676         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13677         one of the locks, added recovery policy to multifdsink.
13678
13679 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13680
13681         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13682           fix decision for when getting frames with same timestamp
13683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13684         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13685         (gst_v4lsrc_get_property):
13686         * sys/v4l/gstv4lsrc.h:
13687           add latency offset property
13688
13689 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13690
13691         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13692         (plugin_init):
13693           fix debugging. add category.
13694
13695 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13696
13697         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13698           fix wrong offsets
13699
13700 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13701
13702         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13703         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13704         (gst_alsa_src_change_state):
13705           return a time that is in sync with the element's processing
13706
13707 2004-06-25  Wim Taymans  <wim@fluendo.com>
13708
13709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13710         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13711         (gst_tcpserversink_client_remove),
13712         (gst_tcpserversink_handle_client_read),
13713         (gst_tcpserversink_client_queue_data),
13714         (gst_tcpserversink_client_queue_caps),
13715         (gst_tcpserversink_client_queue_buffer),
13716         (gst_tcpserversink_handle_client_write),
13717         (gst_tcpserversink_queue_buffer),
13718         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13719         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13720         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13721         (gst_tcpserversink_close):
13722         * gst/tcp/gsttcpserversink.h:
13723         Serversink rewrite. Really do non blocking writes to clients and
13724         maintain an internal queue to handle slower clients while not
13725         disturbing fast clients.
13726
13727 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13728
13729         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13730           better debug, don't override OFFSET and OFFSET_END
13731
13732 2004-06-25  Iain <iain@prettypeople.org>
13733
13734         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13735         name=source for the wavparse pipeline.
13736
13737 2004-06-24  Johan Dahlin  <johan@gnome.org>
13738
13739         * ext/theora/theoraenc.c (theora_enc_chain): Call
13740         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13741         streamheader caps are set correctly.
13742
13743 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13744
13745         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13746         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13747           respect minimum bitrate; same could be done for max bitrate
13748
13749 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13750
13751         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13752         (gst_vorbisenc_setup):
13753           fix sample rate range
13754
13755 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13756
13757         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13758         (gst_oggvorbisenc_setup):
13759         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13760         (gst_vorbisenc_setup):
13761           resolve ambiguities in code and description
13762
13763 2004-06-24  Wim Taymans  <wim@fluendo.com>
13764
13765         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13766         * ext/alsa/gstalsa.h:
13767         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13768         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13769         Use alsa trigger_tstamp to get the timestamp of the first
13770         sample in the buffer for more precise sync. Some cleanups.
13771
13772 2004-06-24  Wim Taymans  <wim@fluendo.com>
13773
13774         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13775         (gst_audiorate_init), (gst_audiorate_chain),
13776         (gst_audiorate_set_property), (gst_audiorate_get_property):
13777         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13778         (gst_videorate_chain):
13779         Added some logging, fixed an overflow bug in videorate.
13780
13781 2004-06-24  Benjamin Otte  <otte@gnome.org>
13782
13783         * ext/kio/Makefile.am:
13784           fix for builddir != srcdir and distcheck
13785
13786 2004-06-24  Benjamin Otte  <otte@gnome.org>
13787
13788         * gst-libs/gst/colorbalance/Makefile.am:
13789         * gst-libs/gst/mixer/Makefile.am:
13790         * gst-libs/gst/play/Makefile.am:
13791         * gst-libs/gst/tuner/Makefile.am:
13792         * gst/tcp/Makefile.am:
13793         * sys/dxr3/Makefile.am:
13794           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
13795           tarball.
13796           Also add all *.list files that were missing.
13797         * Makefile.am:
13798           add a distcheck hook to ensure the above doesn't happen again.
13799
13800 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
13801
13802         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
13803
13804 2004-06-23  Colin Walters  <walters@redhat.com>
13805
13806         * m4/Makefile.am: Distribute gst-fionread.m4.
13807
13808 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13809
13810         * configure.ac: back to dev
13811
13812 2004-06-23  Wim Taymans  <wim@fluendo.com>
13813
13814         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
13815         (gst_alsa_xrun_recovery):
13816         * ext/alsa/gstalsa.h:
13817         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13818         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
13819         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13820         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
13821         (gst_alsa_src_loop):
13822         Add clock to alsasrc. Take new capture timestamp when
13823         restarting after an overrun. Split up some functions between
13824         alsasrc and alsasink.
13825
13826 === release 0.8.2 ===
13827
13828 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
13829
13830         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13831         (gst_alsa_change_state), (gst_alsa_update_avail),
13832         (gst_alsa_xrun_recovery):
13833         * ext/alsa/gstalsa.h:
13834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13835           merge back changes from release
13836
13837 2004-06-23  Wim Taymans  <wim@fluendo.com>
13838
13839         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
13840         (gst_audiorate_init), (gst_audiorate_chain),
13841         (gst_audiorate_set_property), (gst_audiorate_get_property):
13842         Implement sample dropping and notify
13843
13844 2004-06-22  Wim Taymans  <wim@fluendo.com>
13845
13846         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13847         (theora_enc_sink_link), (theora_buffer_from_packet),
13848         (theora_push_packet), (theora_enc_chain):
13849         Some cleanups, make sure the timestamps are correct.
13850
13851 2004-06-22  Wim Taymans  <wim@fluendo.com>
13852
13853         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
13854         (gst_alsa_change_state), (gst_alsa_update_avail),
13855         (gst_alsa_xrun_recovery):
13856         * ext/alsa/gstalsa.h:
13857         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13858         Cleanups, take queued samples into account when reporting
13859         the time.
13860
13861 2004-06-22  Wim Taymans  <wim@fluendo.com>
13862
13863         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13864         (gst_videorate_init):
13865         Initialize the property as well.
13866
13867 2004-06-22  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13870         (gst_videorate_init), (gst_videorate_chain),
13871         (gst_videorate_set_property), (gst_videorate_get_property):
13872         Add property to make videorate silent.
13873         Add property to prefer new frames over old ones.
13874
13875 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13876
13877         * sys/osxvideo/Makefile.am:
13878         Workaround so that the osxvideo .so file gets linked with the
13879         Cocoa, OpenGL and QuickTime frameworks
13880
13881 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13882
13883         * sys/osxaudio/Makefile.am:
13884         Workaround so that the osxaudio .so file gets linked with the
13885         CoreAudio framework
13886
13887 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13888
13889         * configure.ac:
13890         Whoops, my fault...fixed build issues
13891
13892 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13893
13894         * configure.ac:
13895         Add objective-c support if running in Darwin/Mac OS X
13896         * sys/Makefile.am:
13897         * sys/osxvideo:
13898         * sys/osxvideo/Makefile.am:
13899         * sys/osxvideo/osxvideosink.h:
13900         * sys/osxvideo/osxvideosink.m:
13901         * sys/osxvideo/cocoawindow.h:
13902         * sys/osxvideo/cocoawindow.m:
13903         Add osxvideosink, a cocoa-based osx video sink
13904
13905
13906 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
13907         * ext/dvdnav/gst-dvd:
13908         Grab the gconf key from the right spot
13909         * gst/debug/gstnavseek.c: (gst_navseek_init),
13910         (gst_navseek_segseek), (gst_navseek_handle_src_event),
13911         (gst_navseek_chain):
13912         * gst/debug/gstnavseek.h:
13913           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
13914           and loop parameters of a segment seek.
13915         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
13916         (gst_videotestsrc_get_event_masks),
13917         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
13918         * gst/videotestsrc/gstvideotestsrc.h:
13919           Add seeking support to videotestsrc
13920           Initialise the timestamp_offset variable.
13921
13922 2004-06-18  Wim Taymans  <wim@fluendo.com>
13923
13924         * ext/sidplay/gstsiddec.cc:
13925         Fix negotiation and set correct end offset.
13926
13927 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13928
13929         * configure.ac: branch and prerelease
13930
13931 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13932
13933         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
13934         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
13935         (gst_tcpclientsrc_init_receive):
13936         * gst/tcp/gsttcpclientsrc.h:
13937           read caps when connecting to server for GDP so we set them correctly
13938
13939 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13940
13941         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13942           notify drops and duplicates
13943         * gst/videoscale/videoscale.c: (videoscale_get_structure):
13944           no good reason to limit ourselves to 100x100
13945
13946 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13947
13948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13949         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13950         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13951         (gst_v4lsrc_get_property):
13952         * sys/v4l/gstv4lsrc.h:
13953         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
13954         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
13955         (gst_v4l_set_audio):
13956         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
13957         (gst_v4lsrc_try_capture):
13958         * sys/v4l/v4lsrc_calls.h:
13959           change try_palette to more general try_capture
13960           add autoprobe option so we can turn off autoprobing
13961           various fixes
13962
13963 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
13964
13965         * configure.ac:
13966           add videorate
13967         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
13968         (gst_ximagesink_class_init):
13969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
13970         (gst_xvimagesink_class_init):
13971           run them as finalize, not dispose, since dispose can be invoked
13972           multiple times
13973
13974 2004-06-17  Wim Taymans  <wim@fluendo.com>
13975
13976         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
13977         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
13978         * ext/alsa/gstalsa.h:
13979         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
13980         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
13981         (gst_alsa_src_change_state):
13982         * ext/alsa/gstalsasrc.h:
13983         Make the xrun code timestamp and offset the buffers correctly.
13984         moved the clock to the base class, use alsa methods to get time.
13985         Do correct timestamping on outgoing buffers.
13986
13987 2004-06-17  Wim Taymans  <wim@fluendo.com>
13988
13989         * gst/audiorate/Makefile.am:
13990         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
13991         (gst_audiorate_base_init), (gst_audiorate_class_init),
13992         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
13993         (gst_audiorate_set_property), (gst_audiorate_get_property),
13994         (gst_audiorate_change_state), (plugin_init):
13995         Added an audiorate converter that fills in gaps.
13996
13997 2004-06-17  Johan Dahlin  <johan@gnome.org>
13998
13999         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14000
14001 2004-06-16  Wim Taymans  <wim@fluendo.com>
14002
14003         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14004         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14005         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14006         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14007         (gst_v4lsrc_get_property):
14008         * sys/v4l/gstv4lsrc.h:
14009         Added a copy mode to v4lsrc where it will output a copied version
14010         of its internal hardware buffer.
14011         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14012         can't | them.
14013
14014 2004-06-16  Wim Taymans  <wim@fluendo.com>
14015
14016         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14017         Timestamp fixes.
14018
14019 2004-06-16  Wim Taymans  <wim@fluendo.com>
14020
14021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14022         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14023         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14024         (gst_v4lsrc_get_property):
14025         * sys/v4l/gstv4lsrc.h:
14026         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14027         Added a sync mode enum property to control v4lsrc timestamp method
14028         Removed the use-fixed-fps property and moved functionality in
14029         the enum.
14030         Don't error on an error value from v4l-conf, it might not always
14031         be a real error.
14032
14033 2004-06-16  Wim Taymans  <wim@fluendo.com>
14034
14035         * gst/videorate/Makefile.am:
14036         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14037         (gst_videorate_base_init), (gst_videorate_class_init),
14038         (gst_videorate_getcaps), (gst_videorate_link),
14039         (gst_videorate_init), (gst_videorate_chain),
14040         (gst_videorate_set_property), (gst_videorate_get_property),
14041         (gst_videorate_change_state), (plugin_init):
14042         Added a video timestamp corrector.
14043
14044 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14045
14046         fixed a potential leak with previous commit
14047
14048         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14049
14050 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14051
14052         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14053         Added missing refcount, fixes bug #144425
14054         Cheers Tim for finding the bug
14055
14056 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * sys/v4l/gstv4l.c: (plugin_init):
14059         * sys/v4l/gstv4lcolorbalance.c:
14060         * sys/v4l/gstv4lcolorbalance.h:
14061         * sys/v4l/gstv4lelement.c:
14062         * sys/v4l/gstv4lelement.h:
14063         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14064         * sys/v4l/gstv4lmjpegsink.h:
14065         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14066         * sys/v4l/gstv4lmjpegsrc.h:
14067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14068         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14069         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14070         * sys/v4l/gstv4lsrc.h:
14071         * sys/v4l/gstv4ltuner.c:
14072         * sys/v4l/gstv4ltuner.h:
14073         * sys/v4l/gstv4lxoverlay.c:
14074         * sys/v4l/gstv4lxoverlay.h:
14075         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14076         (gst_v4l_set_window), (gst_v4l_enable_overlay):
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/v4l_calls.h:
14081         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14082         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14083         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14084         (gst_v4lmjpegsink_playback_init),
14085         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14086         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14087         (gst_v4lmjpegsink_playback_stop),
14088         (gst_v4lmjpegsink_playback_deinit):
14089         * sys/v4l/v4lmjpegsink_calls.h:
14090         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14091         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14092         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14093         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14094         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14095         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14096         * sys/v4l/v4lmjpegsrc_calls.h:
14097         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14098         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14099         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14100         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14101         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14102         (gst_v4lsrc_try_palette):
14103         * sys/v4l/v4lsrc_calls.h:
14104           bunch of paranoia cleanups
14105
14106 2004-06-14  David Schleef  <ds@schleef.org>
14107
14108         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14109         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14110         Send discont events and change timestamps appropriately when
14111         we get a seek event.  (bug #144240)
14112         * ext/cdparanoia/gstcdparanoia.h:
14113
14114 2004-06-14  Benjamin Otte  <otte@gnome.org>
14115
14116         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14117           snd_pcm_hw_params_set_rate  since the latter fails for no good
14118           reason on some setups.
14119
14120 2004-06-14  David Schleef  <ds@schleef.org>
14121
14122         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14123         standard.  Thank you for playing.
14124
14125 2004-06-14  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14128         Patch 1.3 broke the ordering of the colorspace info and
14129         made the plugin basically work by coincidence, reordered
14130         the info.
14131
14132 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14133
14134         * ext/lame/gstlame.c:
14135         * ext/mad/gstmad.c:
14136           sync caps.  Make sure mad can only output a list of rates, not
14137           a full range.  In the future, have three caps lists for each of the
14138           mpeg versions.  Change mpegversion to a double as well.
14139
14140 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14141
14142         * gst/volume/.cvsignore:
14143         * gst/volume/Makefile.am:
14144         * gst/volume/demo.c: (value_changed_callback), (idler),
14145         (setup_gui), (main):
14146           added small demo app
14147
14148 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14149         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14150         * ext/esd/esdsink.h:
14151         Close the esd connection on pause, because esd will just wait -
14152         blocking all other esd clients indefinitely.
14153
14154 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14155
14156         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14157           previous commit with GST_DEBUG
14158
14159 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14160
14161         * configure.ac:
14162           add a header check for a dvdread header in dvdnav.  Fixes #133002
14163
14164 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14165
14166         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14167         * gst/tcp/gsttcpclientsink.h:
14168         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14169         * gst/tcp/gsttcpclientsrc.h:
14170         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14171         (gst_tcpserversink_handle_server_read),
14172         (gst_tcpserversink_init_send):
14173         * gst/tcp/gsttcpserversink.h:
14174         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14175         * gst/tcp/gsttcpserversrc.h:
14176         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14177         version of IP)
14178
14179 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14180
14181         * configure.ac:
14182         Added ogg library so that OSX detects libtheora properly
14183
14184 2004-06-11  Wim Taymans  <wim@fluendo.com>
14185
14186         * ext/theora/theoradec.c: (theora_dec_chain),
14187         (theora_dec_change_state):
14188         Don't try to decode frames before we received a keyframe.
14189
14190 2004-06-11  Wim Taymans  <wim@fluendo.com>
14191
14192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14193         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14194         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14195         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14196         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14197         Added property to set the maximum delay of a page.
14198
14199 2004-06-10  Wim Taymans  <wim@fluendo.com>
14200
14201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14202         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14203         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14204         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14205         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14206         Added max-delay property to control the maximum amount
14207         of data to put in one page.
14208
14209 2004-06-10  Wim Taymans  <wim@fluendo.com>
14210
14211         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14212         (gst_theora_enc_init), (theora_enc_sink_link),
14213         (theora_buffer_from_packet), (theora_enc_set_property),
14214         (theora_enc_get_property):
14215         Set duration on encoded buffer, added some more properties
14216
14217 2004-06-10  Wim Taymans  <wim@fluendo.com>
14218
14219         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14220         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14221         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14222         * ext/theora/theoraenc.c: (theora_enc_chain):
14223         Fix refcounting bugs
14224
14225 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14226
14227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14228         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14229         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14230         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14231         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14232         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14233         (gst_asf_demux_change_state):
14234         * gst/asfdemux/gstasfdemux.h:
14235           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14236           feels like. I think we should set a new requirement for demuxers
14237           from now on to implement sane loop functions, data loops, query
14238           and seek functions before first commit into CVS. And this commit
14239           fixes all of the above.
14240
14241 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14242
14243         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14244           vorbis comments are properly encoded in UTF-8 before adding them
14245           to a GstTagList
14246
14247 2004-06-09  Benjamin Otte  <otte@gnome.org>
14248
14249         * ext/alsa/gstalsa.c: (add_channels):
14250           handle min <= max correctly
14251         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14252         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14253           add fixation functions so we fixate correctly. No preferring of alaw
14254           anymore because it's the first structure.
14255         * ext/alsa/gstalsa.h:
14256         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14257         (gst_alsa_hw_params_dump):
14258           add functions to ease debugging in alsalib
14259         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14260         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14261         (gst_alsa_start_audio):
14262           only specify hw params if we really setup a format (fixes #134007 -
14263           or at least works around it)
14264
14265 2004-06-09  Wim Taymans  <wim@fluendo.com>
14266
14267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14268         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14269         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14270         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14271         (gst_ogg_mux_loop):
14272         Use stream caps to setup the initial pages in the ogg stream.
14273         Correctly set the streamheader caps on the srcpad.
14274
14275 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14276
14277         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14278         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14279         (gst_v4lsrc_getcaps):
14280         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14281         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14282           add querying of fps lists for webcams.  Negotiating to a framerate
14283           now works.
14284
14285 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14286
14287         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14288         (theora_push_buffer), (theora_push_packet),
14289         (theora_set_header_on_caps), (theora_enc_chain):
14290           mark buffers and put on streamheader, raw theora streaming
14291           now works too, whee
14292
14293 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14294
14295         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14296         (gst_tcp_gdp_read_caps):
14297           do a looping read for caps and GDP headers too
14298
14299 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14300
14301         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14302         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14303           return EOS instead of NULL in _get
14304
14305 2004-06-08  Wim Taymans  <wim@fluendo.com>
14306
14307         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14308         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14309         (gst_tcp_gdp_write_caps):
14310         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14311         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14312         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14313         Memory leak fixes
14314
14315 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14316
14317         * ext/vorbis/Makefile.am:
14318         * ext/vorbis/vorbis.c: (plugin_init):
14319         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14320         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14321         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14322         (vorbis_parse_change_state):
14323         * ext/vorbis/vorbisparse.h:
14324           adding a vorbisparse element that marks the buffers, streaming
14325           raw vorbis using GDP now works, whee
14326
14327 2004-06-08  Wim Taymans  <wim@fluendo.com>
14328
14329         * ext/jpeg/Makefile.am:
14330         * ext/jpeg/README:
14331         * ext/jpeg/gstjpeg.c: (plugin_init):
14332         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14333         (gst_smokedec_base_init), (gst_smokedec_class_init),
14334         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14335         * ext/jpeg/gstsmokedec.h:
14336         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14337         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14338         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14339         (gst_smokeenc_resync), (gst_smokeenc_chain),
14340         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14341         * ext/jpeg/gstsmokeenc.h:
14342         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14343         (smokecodec_flush_destination), (smokecodec_term_destination),
14344         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14345         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14346         (smokecodec_term_source), (smokecodec_encode_new),
14347         (smokecodec_decode_new), (smokecodec_info_free),
14348         (smokecodec_set_quality), (smokecodec_get_quality),
14349         (smokecodec_set_threshold), (smokecodec_get_threshold),
14350         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14351         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14352         (smokecodec_parse_header), (smokecodec_decode):
14353         * ext/jpeg/smokecodec.h:
14354         Added a new simple jpeg based codec
14355
14356 2004-06-08  Wim Taymans  <wim@fluendo.com>
14357
14358         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14359         (gst_multipart_mux_loop):
14360         Fix memory leak
14361
14362 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14363
14364         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14365         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14366         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14367         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14368         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14369         * gst/tcp/gsttcpserversink.h:
14370           take streamheader into account
14371
14372 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14373
14374         * gst/level/Makefile.am:
14375         * gst/level/gstlevel.c: (gst_level_class_init):
14376           clean up marshal generation
14377
14378 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14379
14380         * gst/tcp/Makefile.am:
14381         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14382         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14383         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14384         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14385         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14386         (gst_tcpclientsrc_get_property):
14387         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14388         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14389         (gst_tcpserversink_handle_client_read),
14390         (gst_tcpserversink_handle_client_write),
14391         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14392         * gst/tcp/gsttcpserversink.h:
14393           add signals client-added and client-removed
14394         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14395         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14396         (gst_tcpserversrc_get_property):
14397         uniformized, change default protocol to NONE
14398         * gst/tcp/gsttcp-marshal.list: added
14399 2004-06-07  Benjamin Otte  <otte@gnome.org>
14400
14401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14402           handle discont events if they happen before caps nego
14403
14404 2004-06-07  Wim Taymans  <wim@fluendo.com>
14405
14406         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14407         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14408         (gst_multipart_demux_plugin_init):
14409         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14410         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14411         (gst_multipart_mux_change_state):
14412         Small updates, fix a memleak
14413
14414 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14415
14416         * configure.ac: OSS portability
14417         * ext/arts/gst_arts.c: idem
14418         * sys/oss/gstosselement.c: idem
14419         * sys/oss/gstossmixer.c: idem
14420         * sys/oss/gstosssink.c: idem
14421         * sys/oss/gstosssrc.c: idem
14422         * sys/oss/oss_probe.c: idem
14423           - check for soundcard.h in different places for some BSD
14424
14425 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14426
14427         * AUTHORS:
14428         Add me to the authors file
14429         * configure.ac:
14430         Increase the libdv requirement to >= version 0.100
14431         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14432         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14433         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14434         * ext/dv/gstdvdec.h:
14435         Add support for the new_media flag when sending DISCONT events
14436         Make the querying work when video pad is not linked
14437
14438 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14439
14440         reviewed by Benjamin Otte  <otte@gnome.org>
14441
14442         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14443           create a NULL-initialized array of pads, so we don't think they
14444           exist already. (fixes #143130)
14445
14446 2004-06-07  Benjamin Otte  <otte@gnome.org>
14447
14448         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14449         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14450         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14451           don't use // coments
14452
14453 2004-06-07  Benjamin Otte  <otte@gnome.org>
14454
14455         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14456           cast to GstClockTime to get higher granularity
14457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14458           use gst_element_set_time_delay to get the exact time
14459         * ext/mad/gstmad.c: (gst_mad_chain):
14460           use the negotiated rate instead of the current frame's rate which
14461           might be wrong because of bit errors. This avoids emitting totally
14462           bogus timestamps and screwing sync.
14463         (fixes #143454)
14464
14465 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14466
14467         reviewed by Benjamin Otte  <otte@gnome.org>
14468
14469         * gst/adder/gstadder.c: (gst_adder_loop):
14470           properly error out when no negotiation has happened yet. (fixes
14471           #143032)
14472
14473 2004-06-06  Benjamin Otte  <otte@gnome.org>
14474
14475         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14476           forward correctly transformed offset in discont events. Based on
14477           patch by Arwed v. Merkatz. (fixes #142851)
14478
14479 2004-06-06  David Schleef  <ds@schleef.org>
14480
14481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14482         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14483         problems on several systems.
14484
14485 2004-06-06  Benjamin Otte  <otte@gnome.org>
14486
14487         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14488           use explicit caps on the srcpad
14489         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14490           properly error out if caps couldn't be set (fixes #142764)
14491
14492 2004-06-06  Benjamin Otte  <otte@gnome.org>
14493
14494         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14495         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14496         (gst_alsa_start_audio):
14497           - don't call set_periods_integer anymore, it breaks the
14498           configuration randomly
14499           - call snd_pcm_hw_params_set_access directly instead of using masks
14500           - don't fail if the sw_params can't be set, just use the default
14501           params and hope it works. Alsalib has weird issues when you touch
14502           sw_params and does no proper error reporting about what failed.
14503         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14504         (gst_alsa_close_audio):
14505           make our alsa debugging go via gst debugging and not conditionally
14506           defined
14507         * ext/alsa/gstalsa.h:
14508           add ALSA_DEBUG_FLUSH macro
14509         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14510         (plugin_init):
14511           wrap alsa errors to be printed via the gst debugging system and not
14512           spammed to stderr
14513
14514 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14515
14516         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14517         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14518         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14519         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14520         (qtdemux_parse_trak):
14521         * gst/qtdemux/qtdemux.h:
14522           Bitch. Also known as seeking, querying & co.
14523         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14524         (gst_osssink_change_state):
14525         * sys/oss/gstosssink.h:
14526           Resyncing is for weenies, this hack is no longer needed and was
14527           broken anyway (since it - unintendedly - always leaves resync to
14528           TRUE).
14529
14530 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14531
14532         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14533         * gst/tcp/gsttcpclientsrc.h: idem
14534           - define MSG_NOSIGNAL if not done
14535           - include unistd.h for off_t
14536           (fixes #143749)
14537
14538 2004-06-05  Benjamin Otte  <otte@gnome.org>
14539
14540         * configure.ac:
14541         * ext/kio/Makefile.am:
14542           check for qt's moc preprocessor explicitly and use it
14543
14544 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14545
14546         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14547           don't get a signal for EPIPE on socket writes
14548           (somebody check if this works on other platforms)
14549
14550 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14551
14552         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14553         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14554           check error condition on available samples correctly
14555
14556 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14557
14558         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14559           avoid a segfault
14560         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14561         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14562         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14563         (gst_tcpserversrc_gdp_read_header):
14564          use ssize_t over size_t since the former is signed and thus the
14565          check for error codes can work
14566
14567 2004-06-02  Wim Taymans  <wim@fluendo.com>
14568
14569         reviewed by: Johan
14570
14571         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14572         (gst_multipart_mux_loop):
14573         Oops
14574
14575 2004-06-02  Wim Taymans  <wim@fluendo.com>
14576
14577         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14578         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14579         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14580         (gst_multipart_mux_change_state):
14581         Added configurable boundary specifier, added the value as a
14582         caps field as well.
14583
14584 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14585
14586         * gst/tcp/gsttcp.c:
14587         * gst/tcp/gsttcpclientsrc.c:
14588         * gst/tcp/gsttcpclientsrc.h:
14589         * gst/tcp/gsttcpserversrc.c:
14590           - portability fix, to compile on OSX
14591             (fixes #143146)
14592
14593         * sys/osxaudio/gstosxaudioelement.c:
14594         * sys/osxaudio/gstosxaudiosink.c:
14595         * sys/osxaudio/gstosxaudiosrc.c:
14596           - compilation warnings on OSX
14597             (fixes #143153)
14598
14599 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14600
14601         * ext/vorbis/vorbisdec.c : sign warning fixes
14602
14603         * gst-libs/gst/mixer/mixertrack.c :
14604           do no use defines which are glib 2.4 specific
14605
14606 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14607
14608         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14609           buffer since libflac doesn't expect it (reports a sync error when
14610           it encounters that)
14611
14612
14613 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14614
14615         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14616         * gst-libs/gst/mixer/mixertrack.c:
14617         (gst_mixer_track_get_property), (get_mixer_track_init),
14618         (get_mixer_track_get_property): Added property accessors
14619         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14620         * gst-libs/gst/mixer/mixeroptions.c:
14621         (gst_mixer_options_get_values): Added
14622         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14623         * gst-libs/gst/mixer/mixer.c: Fixed comment
14624
14625
14626 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14627
14628         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14629           improve error messages on open
14630
14631
14632 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14633
14634         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14635           check if v4l-conf is in path
14636
14637 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14638
14639         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14640           change assert to a more readable error message
14641
14642 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14643
14644         * gst-libs/gst/tuner/tunerchannel.h:
14645           - add a freq_multiplicator field to make the conversion
14646             between internal frequency unit and Hz
14647         * sys/v4l/gstv4lelement.c:
14648         * sys/v4l2/gstv4l2element.c:
14649           - change default video device to /dev/video0
14650         * sys/v4l/v4l_calls.c:
14651         * sys/v4l2/v4l2_calls.c:
14652           - we only expose frequency to the user in Hz instead of
14653             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14654
14655 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14656         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14657           Initialise b_o_s and e_o_s variables
14658         * gst-libs/gst/riff/riff-media.c:
14659         (gst_riff_create_video_caps_with_data):
14660           Add some unusual fourcc's from mplayer avi's
14661         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14662           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14663           autoplugging.
14664
14665 2004-05-28  Wim Taymans  <wim@fluendo.com>
14666
14667         * configure.ac:
14668         * gst/alpha/Makefile.am:
14669         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14670         (gst_alpha_get_type), (gst_alpha_base_init),
14671         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14672         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14673         (gst_alpha_chroma_key), (gst_alpha_chain),
14674         (gst_alpha_change_state), (plugin_init):
14675         A plugin to add an alpha channel to I420 video. Can optionally do
14676         chroma keying.
14677         * gst/multipart/Makefile.am:
14678         * gst/multipart/multipart.c: (plugin_init):
14679         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14680         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14681         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14682         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14683         (gst_multipart_demux_change_state),
14684         (gst_multipart_demux_plugin_init):
14685         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14686         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14687         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14688         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14689         (gst_multipart_mux_pad_unlink),
14690         (gst_multipart_mux_request_new_pad),
14691         (gst_multipart_mux_handle_src_event),
14692         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14693         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14694         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14695         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14696         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14697         send multipart jpeg images to a browser.
14698         * gst/videobox/Makefile.am:
14699         * gst/videobox/README:
14700         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14701         (gst_video_box_get_type), (gst_video_box_base_init),
14702         (gst_video_box_class_init), (gst_video_box_init),
14703         (gst_video_box_set_property), (gst_video_box_get_property),
14704         (gst_video_box_sink_link), (gst_video_box_i420),
14705         (gst_video_box_ayuv), (gst_video_box_chain),
14706         (gst_video_box_change_state), (plugin_init):
14707         Crops or adds borders around an image. can do alpha channel
14708         borders as well.
14709         * gst/videomixer/Makefile.am:
14710         * gst/videomixer/README:
14711         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14712         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14713         (gst_videomixer_pad_get_sink_event_masks),
14714         (gst_videomixer_pad_get_property),
14715         (gst_videomixer_pad_set_property),
14716         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14717         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14718         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14719         (gst_videomixer_base_init), (gst_videomixer_class_init),
14720         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14721         (gst_videomixer_handle_src_event),
14722         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14723         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14724         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14725         (gst_videomixer_loop), (gst_videomixer_get_property),
14726         (gst_videomixer_set_property), (gst_videomixer_change_state),
14727         (plugin_init):
14728         Generic video mixer plugin, can handle multiple inputs all with
14729         different framerates and video sizes. Is fully alpha channel
14730         aware.
14731
14732 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14733
14734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14735           Select first track as master track. Not sure how else to handle
14736           that...
14737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14738           Discard discont events. Should fix #142962.
14739
14740 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14741
14742         * ext/alsa/Makefile.am:
14743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14744         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14745         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14746         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14747         (gst_alsa_mixer_get_option):
14748         * ext/alsa/gstalsamixer.h:
14749         * ext/alsa/gstalsamixeroptions.c:
14750         (gst_alsa_mixer_options_get_type),
14751         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14752         (gst_alsa_mixer_options_new):
14753         * ext/alsa/gstalsamixeroptions.h:
14754         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14755         * ext/alsa/gstalsamixertrack.h:
14756           Add enumerations (as GstMixerOptions). Make correct distinction
14757           between input/output tracks. Add capture/playback private flag.
14758           Use flag to decide on whether to set capture or playback volumes
14759           or switches. Use playback and record switches.
14760         * gst-libs/gst/mixer/Makefile.am:
14761         * gst-libs/gst/mixer/mixer-marshal.list:
14762         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14763         (gst_mixer_set_option), (gst_mixer_get_option),
14764         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14765         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14766         * gst-libs/gst/mixer/mixer.h:
14767         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14768         (gst_mixer_options_class_init), (gst_mixer_options_init),
14769         (gst_mixer_options_dispose):
14770         * gst-libs/gst/mixer/mixeroptions.h:
14771           Add GstMixerOptions.
14772         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14773           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14774           broken device detection on computers with multiple OSS sound
14775           cards.
14776
14777 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14778
14779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14780           fixate nicely even when the peer is not negotiating
14781
14782 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14783
14784         * gst/audioconvert/gstaudioconvert.c:
14785         (gst_audio_convert_parse_caps):
14786           make sure we don't allow depth > width
14787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14788           fixate endianness to G_BYTE_ORDER as default
14789         * gst/audioscale/gstaudioscale.c:
14790           we don't handle another endianness as host-endianness
14791
14792 2004-05-25  David Schleef  <ds@schleef.org>
14793
14794         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
14795
14796 2004-05-24  Benjamin Otte  <otte@gnome.org>
14797
14798         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
14799         (gst_oggvorbisenc_setup):
14800           properly fail when we can't setup the vorbis encoder due to
14801           unsupported settings
14802         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
14803         (gst_vorbisenc_setup):
14804           same
14805         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14806           fix case where warnings occured when one pad was unlinked while the
14807           other's link function was called
14808
14809 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14810
14811         * gst/tcp/Makefile.am:
14812           use GST_ENABLE_NEW
14813
14814 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14815
14816         * gst-libs/gst/resample/private.h:
14817           don't use optimizations that are #if 0'ed
14818
14819 2004-05-24  Wim Taymans  <wim@fluendo.com>
14820
14821         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
14822         Fix potential division by zero error and hopefully get
14823         the position query right to get correct timestamps on avi
14824         audio.
14825
14826 2004-05-24  Wim Taymans  <wim@fluendo.com>
14827
14828         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
14829         (gst_videoscale_scale_nearest_str2),
14830         (gst_videoscale_scale_nearest_str4),
14831         (gst_videoscale_scale_nearest_32bit),
14832         (gst_videoscale_scale_nearest_24bit),
14833         (gst_videoscale_scale_nearest_16bit):
14834         Fix the scaling algorithm and avoid a buffer overflow.
14835         removed the while loop in the scaling function as it
14836         was used for point sampling only.
14837
14838 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14839
14840         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
14841         (gst_id3_tag_class_init), (gst_id3_tag_init),
14842         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
14843         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
14844         (gst_id3_tag_send_tag_event):
14845           lots of fixes to make id3mux work and id3demux work correctly
14846
14847 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14848
14849         * ext/Makefile.am:
14850           add rules to build shout2send (was removed by accident
14851           when this module was no more marked experimental/broken)
14852
14853 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14854
14855         * ext/shout2/gstshout2.c:
14856         * ext/shout2/gstshout2.h:
14857           adding a "connection problem" signal to shout2send
14858           (fixes #142954)
14859
14860 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
14861
14862         * ext/kio/kioreceiver.cpp:
14863         * ext/kio/kioreceiver.h:
14864           fix sign comparison issues
14865
14866 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14867
14868         * gst/cdxaparse/gstcdxaparse.c:
14869         * gst/cdxaparse/gstcdxaparse.h:
14870           some renaming
14871           add some checks/sanity
14872           prepare for seek addition
14873
14874         * sys/sunaudio/gstsunaudio.c:
14875           remove exported dupe init function
14876
14877 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
14878
14879         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
14880         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
14881           Fix format conversion and position querying.
14882         * gst/debug/progressreport.c: (gst_progressreport_report):
14883           Don't output a bogus total value that we didn't query.
14884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
14885           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
14886           only a blank window after xine has been used.
14887
14888 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14889
14890         * m4/as-arts.m4:
14891           sync with upstream version to fix test on FC2
14892           readd with -ko to preserve Id header
14893
14894 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14895
14896         * configure.ac:
14897           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
14898         * gst/tcp/gsttcpclientsrc.c: idem
14899         * gst/tcp/gsttcpserversink.c: idem
14900         * gst/tcp/gsttcpserversrc.c: idem
14901         * m4/gst-fionread.m4: idem
14902
14903         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
14904
14905         * configure.ac: enable speex plugin for speex 1.1.5+
14906         * ext/speex/gstspeexenc.c: fix cast warning
14907
14908         * ext/esd/README: fix typo
14909
14910 2004-05-20  David Schleef  <ds@schleef.org>
14911
14912         * configure.ac: Minor cosmetic change to convince the buildbot to
14913         reautogen.
14914         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
14915         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
14916         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
14917         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
14918         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
14919         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
14920         More hacking.  Plays audio now.
14921
14922 2004-05-20  David Schleef  <ds@schleef.org>
14923
14924         * configure.ac:
14925         * sys/Makefile.am:
14926
14927 2004-05-20  David Schleef  <ds@schleef.org>
14928
14929         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
14930         * sys/osxaudio/gstosxaudio.c:
14931         * sys/osxaudio/gstosxaudioelement.c:
14932         * sys/osxaudio/gstosxaudioelement.h:
14933         * sys/osxaudio/gstosxaudiosink.c:
14934         * sys/osxaudio/gstosxaudiosink.h:
14935         * sys/osxaudio/gstosxaudiosrc.c:
14936         * sys/osxaudio/gstosxaudiosrc.h:
14937
14938 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14939
14940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
14941         (gst_vorbisenc_chain):
14942           put the codec headers on the caps as streamheader as well as
14943           pushing them out
14944
14945 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14946
14947         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
14948         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
14949         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
14950         split up push_packet into two functions
14951
14952 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
14953
14954         * gst/tcp/.cvsignore:
14955           ignore enums
14956         * gst/tcp/Makefile.am:
14957         * gst/tcp/README:
14958         * gst/tcp/gsttcp.c:
14959         * gst/tcp/gsttcp.h:
14960         * gst/tcp/gsttcpclientsink.c:
14961         * gst/tcp/gsttcpclientsink.h:
14962         * gst/tcp/gsttcpclientsrc.c:
14963         * gst/tcp/gsttcpclientsrc.h:
14964         * gst/tcp/gsttcpplugin.c:
14965         * gst/tcp/gsttcpserversink.c:
14966         * gst/tcp/gsttcpserversink.h:
14967         * gst/tcp/gsttcpserversrc.c:
14968         * gst/tcp/gsttcpserversrc.h:
14969           add new tcp elements
14970
14971 2004-05-19  Wim Taymans  <wim@fluendo.com>
14972
14973         * gst/law/mulaw-conversion.c: (mulaw_encode):
14974         Fix overflow bug in ulaw encoding.
14975
14976 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14977
14978         * ext/mad/gstmad.c: (gst_mad_handle_event):
14979           don't unref the event twice
14980
14981 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14982
14983         * configure.ac:
14984           remove -Wno-sign-compare
14985
14986 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14987
14988         * configure.ac:
14989           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
14990           if you want to work against glib 2.2 and 2.4
14991
14992 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14993
14994         * gst/tcp/Makefile.am:
14995         * gst/tcp/gsttcp.c:
14996         * gst/tcp/gsttcp.h:
14997         * gst/tcp/gsttcpsink.h:
14998         * gst/tcp/gsttcpsrc.h:
14999           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15000
15001 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15002
15003         * gst/debug/tests.c: (md5_get_value):
15004           fix segfault on gst-inspect
15005
15006 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15007
15008         * gst/debug/testplugin.c:
15009         * gst/debug/tests.c:
15010         * gst/debug/tests.h:
15011           add new extensible and configurable testing element. Current tests
15012           include buffer count, stream length, timestamp/duration matching and
15013           md5.
15014         * gst/debug/Makefile.am:
15015         * gst/debug/gstdebug.c: (plugin_init):
15016           add infrastructure for new element
15017
15018 2004-05-19  Johan Dahlin  <johan@gnome.org>
15019
15020         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15021         ending of the array. Fixes gst-inspect segfault on ppc.
15022
15023 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15024
15025         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15026
15027         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15028
15029 2004-05-18  David Schleef  <ds@schleef.org>
15030
15031         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15032         warnings (bugs, actually) noticed by gcc but not forte.
15033
15034 2004-05-18  David Schleef  <ds@schleef.org>
15035
15036         * sys/sunaudio/Makefile.am:
15037         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15038
15039 2004-05-18  David Schleef  <ds@schleef.org>
15040
15041         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15042         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15043         to allow qtdemux to use non-seekable streams. (bug #142272)
15044
15045 2004-05-18  David Schleef  <ds@schleef.org>
15046
15047         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15048         (gst_resample_sinc_ft_float): Remove use of static temporary
15049         buffer.  This code was obviously not supposed to last long, but
15050         it's stuck in our ABI, so it required a little hack to make it
15051         ABI-compatible.  Fixes #142585.
15052         * gst-libs/gst/resample/resample.h: same.
15053
15054 2004-05-18  David Schleef  <ds@schleef.org>
15055
15056         * configure.ac: Add sunaudio
15057         * examples/Makefile.am: make gstplay depend on gconf
15058         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15059         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15060         (convert_table_lookup), (img_convert): remove c99-isms
15061         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15062           unsigned, to fix a warning on Solaris
15063         * gst/mpeg1sys/systems.c: bcopy->memcpy
15064         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15065         * sys/Makefile.am: Add sunaudio
15066
15067 2004-05-18  Wim Taymans  <wim@fluendo.com>
15068
15069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15070         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15071         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15072         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15073         (gst_ogg_mux_loop):
15074         Fix an ugly memleak where the muxer didn't flush enough ogg
15075         pages. This also resulted in badly muxed ogg files.
15076
15077 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15078
15079         * gst/asfdemux/asfheaders.c :
15080         * gst/asfdemux/asfheaders.h :
15081         * gst/asfdemux/gstasfdemux.c :
15082           - fix ASF_OBJ_PADDING guid
15083           - add 3 new object guids (language list, metadata,
15084             extended stream properties)
15085           - add a function to parse extended header objects
15086
15087 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15088
15089         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15090           remove leftover debugging g_print
15091
15092 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15093
15094         * ext/mad/gstmad.c: (gst_mad_handle_event):
15095           Fix for when the first format in a discont event is not a
15096           byte-based one. Should fix #137710.
15097
15098 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15099
15100         * m4/a52.m4 : fix compilation with -Wall -Werror
15101         * m4/libfame.m4 : idem
15102         * m4/libmikmod.m4 : idem
15103
15104 2004-05-17  Benjamin Otte  <otte@gnome.org>
15105
15106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15107           signal the new tags before giving up the reference
15108
15109 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15110
15111         * ext/shout2/gstshout2.c:
15112           use application/ogg instead of application/x-ogg (patch by Patrick
15113           Guimond, fixes #142432)
15114         * sys/oss/gstosselement.c: (gst_osselement_reset),
15115         (gst_osselement_sync_parms):
15116           don't set fragment size unless specified (fixes #142493)
15117
15118 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15119
15120         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15121           fixes #142664
15122
15123 2004-05-17  Benjamin Otte  <otte@gnome.org>
15124
15125         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15126           compute offsets correctly for internal buffers so timestamps are set
15127           correctly when we can't seek. Also handle cases where there are no
15128           offsets. (based on a patch by David Moore, fixes #142507)
15129
15130 2004-05-17  Benjamin Otte  <otte@gnome.org>
15131
15132         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15133           use correct variable when determining amount of data to skip so we
15134           don't skip into the void and segfault
15135
15136 2004-05-16  Benjamin Otte  <otte@gnome.org>
15137
15138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15139           Hi, I'm a memleak
15140
15141 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15142
15143         * gst/asfdemux/gstasfdemux.c:
15144           - fix a mem leak and always propagate tags
15145           - add WMV3 to known video codecs (but no decoder yet)
15146           - replace "surplus data" at end of audio header for what
15147             it is : codec specific data
15148           - fix a typo
15149
15150 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15151
15152         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15153
15154         * gst-libs/gst/audio/audioclock.c:
15155           Fix wrong return type (#142205).
15156
15157 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15158
15159         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15160           Ignore CRCs by default (fixes #142566).
15161
15162 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15163
15164         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15165         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15166         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15167         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15168         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15169         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15170           Fix for cases where we fail to attach to a mixer.
15171
15172 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15173
15174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15175           Don't touch events after not owning them anymore.
15176         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15177         (gst_wavparse_fmt), (gst_wavparse_other),
15178         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15179         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15180         (gst_wavparse_srcpad_event):
15181         * gst/wavparse/gstwavparse.h:
15182           Add seeking, fix querying.
15183
15184 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15185
15186         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15187           - process comments even if they don't end with \0\0
15188             g_convert would ignore them if present and works well without them
15189
15190 2004-05-16  Benjamin Otte  <otte@gnome.org>
15191
15192         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15193           simplify caps
15194
15195 2004-05-16  Benjamin Otte  <otte@gnome.org>
15196
15197         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15198           don't write to memory we might not write to - g_convert does that
15199           for us anyway (fixes #142613)
15200         (gst_asf_demux_audio_caps):
15201           comment out gst_util_dump_mem
15202
15203 2004-05-16  Benjamin Otte  <otte@gnome.org>
15204
15205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15206           compute correct expected timestamps after seek (broken since
15207           last commit)
15208         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15209           rename element and debugging category to gdkpixbufscale
15210
15211 2004-05-16  Benjamin Otte  <otte@gnome.org>
15212
15213         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15214           add error checking to snd_pcm_delay and remove duplicate call to
15215           snd_pcm_delay that caused issues (see inline code comments)
15216         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15217           make more readable and fix return value when snd_pcm_delay fails
15218         (fixes #142586)
15219
15220 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15221         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15222         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15223         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15224         (gst_pixbufscale_link), (gst_pixbufscale_init),
15225         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15226         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15227         (gst_pixbufscale_get_property), (pixbufscale_init):
15228         * ext/gdk_pixbuf/pixbufscale.h:
15229         Add these files I forgot earlier
15230
15231 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15232         * ext/gdk_pixbuf/Makefile.am:
15233         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15234         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15235         Add new pixbufscale element to scale RGB video
15236         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15237         and HYPER interpolation correctly.
15238         * ext/theora/theoraenc.c: (theora_enc_chain),
15239         Discard buffer and return if explicit caps could not be set
15240         (theora_enc_get_property):
15241         Make _get return kbps for the bitrate consistent with
15242         the _set function.
15243
15244
15245 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15246
15247         * ext/libvisual/visual.c: (gst_visual_chain):
15248           add missing visual_audio_analyze
15249
15250 2004-05-14  David Schleef  <ds@schleef.org>
15251
15252         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15253         is killed while we're playing.
15254         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15255         gst_element_no_more_pads().
15256
15257 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15258
15259         * gst-libs/gst/riff/riff-read.c :
15260           - fix INFO tag extraction in RIFF/AVI files
15261             because gst_event_unref (event) also freed taglist
15262           - avoid a mem leak
15263
15264 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15265
15266         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15267         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15268
15269         * gst/auparse/gstauparse.c :
15270           - add code (commented for now) to support audio/x-adpcm on src pad
15271             (we have no decoder for those layout yet)
15272
15273         * gst/cdxaparse/gstcdxaparse.c :
15274         * gst/cdxaparse/gstcdxaparse.h :
15275           - partial rewrite using RiffRead (ripped iain's wavparse code)
15276
15277         * gst/rtp/gstrtpL16enc.c : typo
15278         * gst/rtp/gstrtpgsmenc.c : typo
15279
15280 2004-05-13  Benjamin Otte  <otte@gnome.org>
15281
15282         * configure.ac:
15283           check for exact version of libvisual, it's not supposed to be
15284           API/ABI stable yet
15285
15286 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15287
15288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15289           signal no-more-pads
15290
15291 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15292
15293         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15294         Report which format was used for GST_FORMAT_DEFAULT
15295         * gst/debug/Makefile.am:
15296         * gst/debug/gstdebug.c: (plugin_init):
15297         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15298         (gst_progressreport_class_init), (gst_progressreport_init),
15299         (gst_progressreport_report), (gst_progressreport_set_property),
15300         (gst_progressreport_get_property), (gst_progressreport_chain),
15301         (gst_progressreport_plugin_init):
15302         Add progressreport element for testing.
15303
15304 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15305
15306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15307         * sys/v4l/gstv4lsrc.h:
15308         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15309         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15311         (gst_v4lsrc_grab_frame):
15312           add more debugging
15313           send a discont at start
15314
15315 2004-05-12  Colin Walters  <walters@redhat.com>
15316
15317         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15318         inflooping if we can't find a chunk.  Or in other words, don't blow
15319         chunks if we don't have a chunk to blow.
15320
15321 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15322         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15323         Remove old debug output
15324         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15325         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15326         (gst_dvdec_set_property), (gst_dvdec_get_property):
15327         Change the quality setting to an enum, so it works from gst-launch
15328         Don't renegotiate a non-linked pad. Allows audio only decoding.
15329         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15330         (gst_deinterlace_link), (gst_deinterlace_init):
15331         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15332         (gst_videodrop_link):
15333         Some caps negotiation fixes
15334
15335 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15336
15337         * ext/tarkin/gsttarkin.c :
15338           - Change RANK from NONE to PRIMARY
15339         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15340           - Change RANK from NONE to MARGINAL
15341         * ext/divx/gstdivxenc.c :
15342           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15343
15344 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15345
15346         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15347         (gst_vorbisenc_push_packet):
15348           copy a function that was added between 1.0 and 1.0.1 until we
15349           depend on worthwhile features of post-1.0
15350
15351 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15352
15353         * configure.ac:
15354           enable shout2 by default
15355         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15356         (gst_shout2send_base_init), (gst_shout2send_init),
15357         (gst_shout2send_connect), (gst_shout2send_change_state):
15358         * ext/shout2/gstshout2.h:
15359           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15360           #142262)
15361         * ext/theora/theora.c: (plugin_init):
15362           don't set rank on encoders
15363
15364 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15365
15366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15367           Use codec_data property instead of flag1 and flag2 for wma
15368
15369 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15370
15371         * gst/cdxaparse/gstcdxaparse.c :
15372           - Add mpegversion to CAPS to make it link
15373           - Rank is as GST_RANK_SECONDARY instead of NONE
15374         * gst/auparse/gstauparse.c :
15375           - Document all audio encoding we can encounter from Solaris 9
15376             headers and libsndfile information.
15377           - Increase max. rate from 48000 to 192000 (to match other elements)
15378           - Don't try to play junk data between header and samples
15379
15380 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15381
15382         * ext/libvisual/visual.c: (gst_visual_getcaps):
15383           use the right caps depending on endianness (I hope)
15384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15385           use GST_RANK_NONE for all non-decoding elements or spider gets
15386           mighty confused
15387
15388 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15389
15390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15391           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15392
15393 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15394
15395         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15396         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15397         (gst_switch_loop), (gst_switch_get_type):
15398           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15399           HEADERS. Had to be said.
15400
15401 2004-05-10  David Schleef  <ds@schleef.org>
15402
15403         * configure.ac: Add prototype Dirac support.
15404         * ext/Makefile.am:
15405         * ext/dirac/Makefile.am:
15406         * ext/dirac/gstdirac.cc:
15407         * ext/dirac/gstdiracdec.cc:
15408
15409 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15410
15411         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15412         (gst_auparse_init), (gst_auparse_chain),
15413         (gst_auparse_change_state):
15414           Hack around spider. Remove me some day please.
15415
15416 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15417
15418         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15419           Fix for some uninitialized variables in previous patch, also
15420           makes it work. Fixes #142286 while we're at it.
15421
15422 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15423
15424         * gst/auparse/gstauparse.c:
15425                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15426                 only unsupported formats are ADPCM/CCITT G.72x
15427                 reviewed by Ronald
15428         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15429
15430 2004-05-10  Wim Taymans  <wim@fluendo.com>
15431
15432         * ext/vorbis/Makefile.am:
15433         * ext/vorbis/README:
15434         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15435         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15436         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15437         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15438         (gst_oggvorbisenc_convert_sink),
15439         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15440         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15441         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15442         (get_constraints_string), (update_start_message),
15443         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15444         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15445         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15446         * ext/vorbis/oggvorbisenc.h:
15447         * ext/vorbis/vorbis.c: (plugin_init):
15448         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15449         (raw_caps_factory), (gst_vorbisenc_class_init),
15450         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15451         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15452         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15453         * ext/vorbis/vorbisenc.h:
15454         Added a raw vorbis encoder to be used with the oggmuxer.
15455         We still need the old encoder for some gnome applications,
15456         read the README to find out how that works.
15457         The raw encoder is called "rawvorbisenc" until 0.9.
15458
15459 2004-05-10  Wim Taymans  <wim@fluendo.com>
15460
15461         * ext/ogg/gstogg.c: (plugin_init):
15462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15463         (gst_ogg_print):
15464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15465         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15466         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15467         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15468         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15469         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15470         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15471         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15472         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15473         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15474         Added an ogg muxer.
15475         Small typo fixes in the demuxer.
15476
15477 2004-05-10  Wim Taymans  <wim@fluendo.com>
15478
15479         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15480         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15481         (theora_enc_change_state), (theora_enc_set_property),
15482         (theora_enc_get_property):
15483         Mark the last packet with an EOS flag which is not really needed
15484         in gstreamer.
15485         Do some better video framerate initialisation.
15486         Update the buffer timestamp.
15487
15488 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15489
15490         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15491         Return the result of the parent state change call
15492
15493 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15494
15495         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15496         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15497         * gst/law/alaw-encode.c : (idem)
15498         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15499         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15500         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15501
15502 2004-05-09  Benjamin Otte  <otte@gnome.org>
15503
15504         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15505           don't use a fixed buffer size when writing variable length data to
15506           it. Fixes memory corruption and makes alsasrc work
15507
15508 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15509
15510         * ext/gnomevfs/gstgnomevfssink.c:
15511         (_gst_boolean_allow_overwrite_accumulator),
15512         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15513           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15514           RUN_LAST, and don't use that to set the accumulator value because
15515           then it's always FALSE.
15516
15517 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15518
15519         * gst-libs/gst/riff/riff-media.c:
15520         (gst_riff_create_video_caps_with_data),
15521         (gst_riff_create_audio_caps),
15522         (gst_riff_create_audio_template_caps):
15523         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15524           Fix for unaligned RIFF files (i.e. where all the chunks together
15525           in a LIST chunk are not of the same size as the size given in
15526           the LIST chunk header). Fixes several odd WAVE files. Also fix
15527           ADPCM (block_align property) in audio, so that wavparse based
15528           on this works now as it used to stand-alone.
15529
15530 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15531
15532         reviewed by Benjamin Otte  <otte@gnome.org>
15533
15534         * ext/a52dec/gsta52dec.c:
15535         * ext/divx/gstdivxdec.c:
15536         * ext/divx/gstdivxenc.c:
15537         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15538         * ext/faac/gstfaac.c: (gst_faac_base_init):
15539         * ext/faad/gstfaad.c: (gst_faad_base_init):
15540         * ext/ivorbis/vorbisfile.c:
15541         * ext/lame/gstlame.c:
15542         * ext/libfame/gstlibfame.c:
15543         * ext/mpeg2enc/gstmpeg2enc.cc:
15544         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15545         * ext/sidplay/gstsiddec.cc:
15546         * ext/speex/gstspeexdec.c:
15547         * ext/speex/gstspeexenc.c:
15548         * ext/xvid/gstxviddec.c:
15549         * ext/xvid/gstxvidenc.c:
15550           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15551           (fixes #142193)
15552
15553 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15554
15555         * ext/alsa/gstalsa.c: (device_list),
15556         (gst_alsa_class_probe_devices):
15557         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15558           Fix alsa oddness in mixer after the combination of using mixer
15559           in source/sink elements and using hw:x,y instead of just hw:x.
15560
15561 2004-05-09  Benjamin Otte  <otte@gnome.org>
15562
15563         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15564         (gst_wavparse_create_sourcepad):
15565           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15566           sourcepads
15567
15568 2004-05-09  Benjamin Otte  <otte@gnome.org>
15569
15570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15571           allow discont events before caps nego
15572
15573 2004-05-08  Benjamin Otte  <otte@gnome.org>
15574
15575         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15576           don't leak events
15577
15578 2004-05-08  Benjamin Otte  <otte@gnome.org>
15579
15580         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15581         (gst_level_change_state), (gst_level_init):
15582         * gst/level/gstlevel.h:
15583           figure out if we're initialized directly instead of keeping a
15584           variable that's wrong in 90% of cases
15585           don't initialize pads and then leak them and use a new unitialized
15586           pad. (fixes #142084)
15587           these were bugs so n00bish I didn't find them for an hour :/
15588
15589 2004-05-08 Iain <iain@prettypeople.org>
15590
15591         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15592         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15593         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15594         return the length that was read.
15595         (gst_riff_read_strf_auds): Allow fmt tags as well.
15596
15597 2004-05-07  David Schleef  <ds@schleef.org>
15598
15599         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15600         signed char assumption in faad.h.
15601
15602 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15603
15604         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15605           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15606
15607 2004-05-07  Colin Walters  <walters@redhat.com>
15608
15609         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15610         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15611         function.
15612         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15613         Add dispose function.
15614
15615 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15616         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15617           Fix caps nego and pad templates. RGB mode caps should
15618           work now.
15619         * ext/dvdnav/gst-dvd:
15620           Move mpeg2dec inside the thread because otherwise the
15621           queue rejects cap changes mid-stream
15622         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15623         (gst_mpeg2dec_flush_decoder):
15624           For mpeg2dec > 0.4.0, call the flush function instead of
15625           manually extracting all in-flight frames.
15626         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15627         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15628           Change mime type video/dv go video/x-dv to match the
15629           rest of gst-plugins
15630
15631 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15632
15633         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15635         (gst_alsa_sink_class_init):
15636         * ext/alsa/gstalsasink.h:
15637         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15638         (gst_alsa_src_class_init):
15639         * ext/alsa/gstalsasrc.h:
15640           Make alsasink/src a subclass of alsamixer so that mixer stuff
15641           shows up in gst-rec. Needs some finetuning.
15642
15643 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15644
15645         * ext/lame/gstlame.c: (gst_lame_chain):
15646           simplify
15647         * ext/mad/gstmad.c: (gst_mad_handle_event):
15648           fix event leak
15649         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15650           be able to detect mp3 files < 4096 bytes
15651
15652 2004-05-06  Wim Taymans  <wim@fluendo.com>
15653
15654         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15655         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15656         (theora_enc_set_property), (theora_enc_get_property):
15657         Also encode the first frame, cleanup some code.
15658
15659 2004-05-06  Wim Taymans  <wim@fluendo.com>
15660
15661         * ext/mpeg2enc/gstmpeg2enc.cc:
15662         Forward events first before deciding that negotiation was
15663         not performed.
15664
15665 2004-05-06  Wim Taymans  <wim@fluendo.com>
15666
15667         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15668         First process the events before deciding that negotiation
15669         was not performed.
15670
15671 2004-05-06  Wim Taymans  <wim@fluendo.com>
15672
15673         * ext/theora/Makefile.am:
15674         * ext/theora/theora.c: (plugin_init):
15675         * ext/theora/theoradec.c: (theora_dec_change_state):
15676         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15677         (gst_theora_enc_class_init), (gst_theora_enc_init),
15678         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15679         (theora_enc_chain), (theora_enc_change_state),
15680         (theora_enc_set_property), (theora_enc_get_property):
15681         Added a theora encoder, grouped the encoder and decoder into the
15682         same plugin.
15683
15684 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15685
15686         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15687         (gst_jpegenc_chain):
15688         fix DURATION on outgoing buffers
15689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15690         debug using time formats
15691         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15693         (gst_xvimagesink_sink_link):
15694         windows with width/height 0 generate X errors, so don't allow them
15695
15696 2004-05-05  Wim Taymans  <wim@fluendo.com>
15697
15698         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15699         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15700         (gst_mpeg2dec_negotiate_format):
15701         * ext/mpeg2dec/gstmpeg2dec.h:
15702           removed the static pad template so that we can add the
15703           more accurate framerate value to the caps.
15704
15705
15706 2004-05-04  Benjamin Otte  <otte@gnome.org>
15707
15708         * configure.ac:
15709           check for kdemacros.h, too (should fix #141821)
15710         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15711           don't crash if no header was sent, but nicely error out (fixes part
15712           of #141554)
15713
15714 2004-05-04  Wim Taymans  <wim@fluendo.com>
15715
15716         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15717         parent dispose function to avoid segfault on destroy.
15718
15719 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15720
15721         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15722         (plugin_init):
15723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15724         (gst_xvimagesink_sink_link):
15725         clean up debugging caps
15726         also recreate xvimage when format has changed
15727
15728 2004-05-04  Benjamin Otte  <otte@gnome.org>
15729
15730         * ext/libvisual/Makefile.am:
15731         * ext/libvisual/visual.c: (gst_visual_class_init),
15732         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15733         (gst_visual_srclink), (gst_visual_chain),
15734         (gst_visual_change_state), (plugin_init):
15735           use a GstAdapter to correctly adapt buffer sizes - allows using a
15736           framerate
15737
15738 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15739
15740         * sys/v4l/gstv4lelement.h:
15741         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15743         (gst_v4lsrc_buffer_free):
15744         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15745         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15746         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15747         (gst_v4lsrc_requeue_frame):
15748         move some debugging categories around
15749         query for fps index and set accordingly if found
15750
15751 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15752
15753         * ext/lame/gstlame.c:
15754         correct defaults that lame_init puts out of range
15755
15756 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15757
15758         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15759         (gst_divxenc_class_init):
15760         fix range since -1 is the default
15761         * gst/mpeg1sys/gstmpeg1systemencode.c:
15762         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15763         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15764         (gst_rtjpegdec_chain):
15765         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15766         (gst_rtjpegenc_chain):
15767         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15768         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15769         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15771         * sys/v4l/gstv4lsrc.c:
15772         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15773         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15774         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15775         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15776         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15777           remove gst_info calls
15778
15779 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15780
15781         * Makefile.am:
15782         * po/af.po:
15783         * po/az.po:
15784         * po/en_GB.po:
15785         * po/nl.po:
15786         * po/sr.po:
15787         * po/sv.po:
15788           Updated translations
15789
15790 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15791
15792         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15793           refactor/comment code
15794
15795 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15796
15797         * gst/asfdemux/Makefile.am:
15798         * gst/asfdemux/asfheaders.c:
15799         * gst/asfdemux/asfheaders.h:
15800         * gst/asfdemux/gstasf.c: (plugin_init):
15801         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
15802         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
15803         (gst_asf_demux_setup_pad):
15804         * gst/asfdemux/gstasfdemux.h:
15805         * gst/asfdemux/gstasfmux.c:
15806         * gst/asfdemux/gstasfmux.h:
15807           Add tagging support to demuxer, split out registration in its own
15808           file instead of in demux (hacky), and prevent having some tables
15809           in our memory multiple times (in asfheaders.h).
15810
15811 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15812
15813         * gst/matroska/matroska-demux.c:
15814         (gst_matroska_demux_parse_metadata):
15815         * gst/matroska/matroska-ids.h:
15816           Basic tag reading support.
15817
15818 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15819
15820         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
15821           Really detect ac-3 audio.
15822         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
15823           really detect matroska files (off-by-1).
15824
15825 2004-04-30  David Schleef  <ds@schleef.org>
15826
15827         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15828         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
15829         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
15830         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
15831         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
15832         hackage -- parse a lot more atoms, extract a few tags.  One might even
15833         mistake this for tag support.  Maybe it is.
15834         * gst/qtdemux/qtdemux.h:
15835
15836 2004-04-30  Colin Walters  <walters@verbum.org>
15837
15838         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
15839
15840 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15841
15842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15843         (gst_ffmpegcolorspace_getcaps):
15844           remove broken nego fix
15845
15846 2004-04-30  Benjamin Otte  <otte@gnome.org>
15847
15848         * configure.ac:
15849         * ext/Makefile.am:
15850         * ext/libvisual/Makefile.am:
15851         * ext/libvisual/visual.c:
15852           add initial support for libvisual (http://libvisual.sourceforge.net)
15853           libvisual is still quite alpha, so expect crashes in there :)
15854
15855 2004-04-29  David Schleef  <ds@schleef.org>
15856
15857         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
15858         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
15859         up qtdemux to make it spit out codec_data.  Do _not_ look at this
15860         code; you will no longer respect me.
15861
15862 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15863
15864         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
15865         * ext/alsa/gstalsa.h :
15866         change alsa pcm device discovery to find more than 1 device
15867         per card. code review by Ronald.
15868
15869 2004-04-29  David Schleef  <ds@schleef.org>
15870
15871         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
15872         Add a check for a driver bug on FreeBSD.  (bug #140565)
15873
15874 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15875
15876         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
15877         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15878         (gst_jpegenc_getcaps):
15879           move format setting to inner loop
15880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15881         (gst_ffmpegcolorspace_getcaps):
15882           use GST_PAD_CAPS if available so that we use already negotiated
15883           caps
15884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
15885         (qtdemux_parse_moov), (qtdemux_parse):
15886           extra debugging
15887         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
15888         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
15889           move hardcoded path to DEFINE
15890
15891 2004-04-28  David Schleef  <ds@schleef.org>
15892
15893         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
15894         (bug #140064)
15895
15896 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15897
15898         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
15899           Don't probe for playback device if we're a source element. Fixes
15900           #139658.
15901
15902 2004-04-29  Benjamin Otte  <otte@gnome.org>
15903
15904         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
15905         (gst_id3_tag_chain):
15906           rewrite buffer offset
15907
15908 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15909
15910         * configure.ac:
15911         * ext/Makefile.am:
15912         * ext/dts/Makefile.am:
15913         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
15914         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
15915         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
15916         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
15917         (gst_dtsdec_loop), (gst_dtsdec_change_state),
15918         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
15919         (plugin_init):
15920         * ext/dts/gstdtsdec.h:
15921           New DTS decoder.
15922         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
15923         (gst_faad_srcconnect):
15924           Add ESDS atom handling (.m4a).
15925
15926 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15927
15928         * ext/divx/gstdivxdec.c: (plugin_init):
15929           Remove comment that makes no sense.
15930         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
15931           Fix for obvious typo that resulted in warnings during gst-register.
15932         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
15933         (gst_xviddec_sink_link):
15934           Fix caps negotiation a bit better.
15935         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
15936           We call this 'codec_data', not 'esds'.
15937
15938 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15939
15940         * gst/monoscope/gstmonoscope.c:
15941           make sure we only provide 256x128
15942         * gst/monoscope/monoscope.c: (monoscope_init):
15943           assert size of 256x128
15944
15945 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15946
15947         * Makefile.am:
15948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
15949         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
15950           fixate to max width and height of device
15951
15952 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15953
15954         * Makefile.am:
15955         * sys/v4l/gstv4l.c:
15956         * sys/v4l/gstv4lsrc.c:
15957         * sys/v4l/v4l_calls.c:
15958         * sys/v4l/v4lsrc_calls.c:
15959           fix for qc-usb driver which fakes having more than one buffer
15960           by handing the same buffer twice, which confused GStreamer's/v4lsrc
15961           buffer_free override
15962           add debugging
15963
15964 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * Makefile.am:
15967         * gst/videotestsrc/gstvideotestsrc.c:
15968         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
15969         (gst_videotestsrc_init), (gst_videotestsrc_get),
15970         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
15971         * gst/videotestsrc/gstvideotestsrc.h:
15972           add num-buffers property
15973
15974         2004-04-26  Benjamin Otte  <otte@gnome.org>
15975
15976         * ext/mad/gstid3tag.c: (plugin_init):
15977           set id3mux rank to NONE so it doesn't confuse spider
15978           require audio/mpeg,mpegversion=1 in id3mux
15979
15980 2004-04-26  Benjamin Otte  <otte@gnome.org>
15981
15982         * configure.ac:
15983           detect faad correctly as non-working if it's indeed non-working
15984
15985 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15986
15987         * Makefile.am:
15988         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15989         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
15990         fix _getcaps so it only negotiates to its supported format
15991
15992 2004-04-25  Benjamin Otte  <otte@gnome.org>
15993
15994         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
15995           fix memleak
15996
15997 2004-04-23  Benjamin Otte  <otte@gnome.org>
15998
15999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16000           audio/x-raw-int with height rules! not. Now it's depth.
16001
16002 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16003
16004         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16005         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16006         (gst_wavparse_loop):
16007           Missing variable initialization. Add handling of DVI ADPCM. Fix
16008           mis-parsing of LIST chunks. This works around a bug where we mis-
16009           parse non-aligning LIST chunks (so LIST chunks where the contents
16010           don't align with the actual LIST size). The correct fix is to use
16011           rifflib, I'm not going to fix wavparse - too much work. All this
16012           fixes #104878.
16013
16014 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16015
16016         reviewed by Benjamin Otte  <otte@gnome.org>
16017
16018         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16019           fix shoutcast not working (fixes #140844)
16020
16021 2004-04-22  Benjamin Otte  <otte@gnome.org>
16022
16023         * ext/hermes/gsthermescolorspace.c:
16024         (gst_hermes_colorspace_caps_remove_format_info):
16025         * gst/colorspace/gstcolorspace.c:
16026         (gst_colorspace_caps_remove_format_info):
16027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16028         (gst_ffmpegcolorspace_caps_remove_format_info):
16029           s/gst_caps_simplify/gst_caps_do_simplify/
16030
16031 2004-04-22  Benjamin Otte  <otte@gnome.org>
16032
16033         * gst-libs/gst/riff/riff-media.c:
16034         (gst_riff_create_video_caps_with_data):
16035           mpegversion is an int
16036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16037           don't try to create pad templates with NULL caps, use any caps
16038           instead.
16039
16040 2004-04-20  David Schleef  <ds@schleef.org>
16041
16042         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16043         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16044         (bug #140384)
16045
16046 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16047
16048         reviewed by David Schleef
16049
16050         * ext/mad/gstid3tag.c: Add stdlib.h
16051         * gst/rtp/gstrtpgsmenc.c: same
16052         * gst/tags/gstid3tag.c: same
16053         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16054         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16055         GST_DISABLE_LOADSAVE use.
16056         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16057         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16058         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16059         atol(3)).
16060         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16061         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16062         strtoul(3)).
16063         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16064         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16065         $(ID3_CFLAGS).
16066         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16067         $(LIBFAME_CFLAGS).
16068
16069 2004-04-20  David Schleef  <ds@schleef.org>
16070
16071         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16072         last checkin.  Same idea.
16073
16074 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16075
16076         reviewed by David Schleef
16077
16078         * configure.ac: bump required gstreamer version to 0.8.1.1
16079         because of following changes [--ds]
16080
16081         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16082         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16083         (gst_riff_read_header):  Use GST_READ_UINT*
16084         macros to access possibly unaligned memory.
16085
16086         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16087         (mp3_type_find):  Use GST_READ_UINT*
16088         macros to access possibly unaligned memory.
16089         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16090         (speex_type_find): Likewise
16091
16092         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16093
16094         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16095         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16096         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16097         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16098         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16099         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16100         macros to access possibly unaligned memory.
16101
16102         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16103         Likewise.
16104
16105         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16106         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16107
16108         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16109         Likewise.
16110
16111         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16112         (gst_mpeg2subt_chain_subtitle): Likewise.
16113
16114         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16115         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16116         Likewise.
16117
16118         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16119         Likewise.
16120
16121         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16122         Likewise.
16123
16124         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16125         Likewise.
16126
16127 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16128
16129         * configure.ac:
16130           update required version of GStreamer because of GST_TIME_FORMAT
16131
16132 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16133
16134         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16135           remove leftover g_print
16136         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16137           don't try setting only a subset of the caps. We don't want to kill
16138           autoplugging on purpose
16139
16140 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16141
16142         * sys/ximage/ximagesink.c: (plugin_init):
16143         * sys/xvimage/xvimagesink.c: (plugin_init):
16144           add debugging categories
16145
16146 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16147
16148         * po/en_GB.po:
16149         * po/LINGUAS:
16150           Adding en_GB translation (Gareth Owen)
16151
16152 2004-04-20  David Schleef  <ds@schleef.org>
16153
16154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16155         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16156         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16157         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16158         A number of new features and hacks to extract the esds atom and
16159         put it into the caps.  (bug #137724)
16160
16161 2004-04-19  David Schleef  <ds@schleef.org>
16162
16163         * gconf/Makefile.am: Fix for non-GNU make
16164         * gst-libs/gst/Makefile.am: Change directory order to handle
16165         GstPlay linking with gstinterfaces
16166         * gst-libs/gst/audio/make_filter: make use of tr portable
16167         * gst-libs/gst/play/Makefile.am: Add intended \
16168         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16169         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16170         function prototype instead of void *.
16171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16172         macro.
16173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16174         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16175         * gst/videofilter/make_filter: make use of tr portable
16176         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16177
16178 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16179
16180         * po/LINGUAS:
16181         * po/uk.po:
16182           Added Ukrainian translation (Maxim V. Dziumanenko)
16183
16184 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16185
16186         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16187         (gst_gsmdec_link), (gst_gsmdec_chain):
16188           Fix capsnego, simplify chain function slightly.
16189         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16190           Add GSM.
16191
16192 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16193
16194         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16195         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16196         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16197           Hack to make wavparse work with spider (always -> sometimes pad).
16198           Fixes #135862 && #140411.
16199
16200 2004-04-18  Benjamin Otte  <otte@gnome.org>
16201
16202         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16203         (gst_osselement_rate_probe_check),
16204         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16205           get rid of \n in debug output
16206
16207 2004-04-17  Iain <iain@prettypeople.org>
16208
16209         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16210         not just EOS.
16211
16212 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16213
16214         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16215         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16216         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16217         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16218         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16219         (gst_id3_tag_change_state), (plugin_init):
16220           deprecate id3tag element and replace with id3demux/id3mux.
16221           great side effect: this ugly file is now even uglier, yay!
16222         * ext/mad/gstmad.h:
16223           remove non-available function
16224           update for new get_type
16225
16226 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16227
16228         * configure.ac:
16229           require mpeg2dec >= 0.4.0
16230
16231 2004-04-17  Benjamin Otte  <otte@gnome.org>
16232
16233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16234         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16235         (gst_xvimagesink_set_xwindow_id):
16236           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16237           assorted cleanup fixes.
16238
16239 2004-04-16  David Schleef  <ds@schleef.org>
16240
16241         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16242         * sys/xvimage/xvimagesink.h: same
16243
16244 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16245
16246         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16247           Fix GST_ELEMENT_ERROR with (NULL)
16248
16249 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16250
16251         * gst-libs/gst/riff/riff-media.c:
16252         (gst_riff_create_video_caps_with_data):
16253           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16254
16255 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16256
16257         * gst-libs/gst/riff/riff-media.c:
16258         (gst_riff_create_video_caps_with_data),
16259         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16260         (gst_riff_create_video_template_caps),
16261         (gst_riff_create_audio_template_caps):
16262         * gst-libs/gst/riff/riff-media.h:
16263         * gst-libs/gst/riff/riff-read.c:
16264         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16265         * gst-libs/gst/riff/riff-read.h:
16266         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16267           Add MS RLE support. I added some functions to read out strf chunks
16268           into strf chunks and the data behind it. This is usually color
16269           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16270           caps creation. Lastly, add ADPCM (similar to wavparse - which
16271           should eventually be rifflib based).
16272         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16273         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16274         * gst/matroska/matroska-demux.h:
16275           Remove placeholders for some prehistoric tagging system. Didn't add
16276           support for any tag system really anyway.
16277         * gst/qtdemux/qtdemux.c:
16278           Add support for audio/x-m4a (MPEG-4) through spider.
16279         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16280         (gst_wavparse_loop):
16281           ADPCM support (#135862). Increase max. buffer size because we
16282           cannot split buffers for ADPCM (screws references) and I've seen
16283           files with 2048 byte chunks. 4096 seems safe for now.
16284
16285 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16286
16287         * configure.ac: bump nano to 1
16288
16289 === release 0.8.1 ===
16290
16291 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16292
16293         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16294
16295 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16296
16297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16298           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16299           Fixes #140058
16300
16301 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16302
16303         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16304           lower rank of dvddemux so that it's not used for mpeg playback.
16305
16306 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16307
16308         * configure.ac:
16309           save libs correctly when checking mad
16310
16311 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16312
16313         * ext/mad/gstid3tag.c: (plugin_init):
16314           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16315
16316 2004-04-13  David Schleef  <ds@schleef.org>
16317
16318         * common/m4/gst-feature.m4: Call -config scripts with
16319         --plugin-libs if it is supported.
16320         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16321         JPEG images are image/jpeg.
16322         * gst/debug/Makefile.am:
16323         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16324         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16325         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16326         (gst_negotiation_plugin_init): Add a property that acts like
16327         filter caps.
16328         * testsuite/gst-lint:  Move license checking to be a standard
16329         test.
16330
16331 2004-04-13  David Schleef  <ds@schleef.org>
16332
16333         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16334         patch from Sebastien Cote (bug #139958)
16335
16336 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16337
16338         * examples/gstplay/Makefile.am:
16339         * examples/gstplay/player.c: (main):
16340           make the commandline player example use gconf settings
16341
16342 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16343
16344         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16345         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16346         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16347           init/end library during state transition, not object
16348           creation/disposal.  get rid of custom dispose handler.
16349
16350
16351 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16352
16353         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16354         be a symlink
16355
16356 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16357
16358         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16359           Handle JUNK chunks inside data section. Prevents warnings.
16360
16361 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16362
16363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16364         (gst_riff_create_video_template_caps):
16365           Add MS video v1.
16366         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16367         (gst_avi_demux_stream_data):
16368           Add support for "rec-list" chunks.
16369
16370 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16371
16372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16373           Fix another codecname mismatch.
16374
16375 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16376
16377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16378           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16379           so that MJPEG plays back.
16380
16381 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16382
16383         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16384         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16385         * gst/mpeg1videoparse/gstmp1videoparse.h:
16386           Fix for some slight mis-cuts in buffer parsing, and for some
16387           potential overflows or faults-causers. Adds disconts. Also fixes
16388           #139105 while we're at it.
16389
16390 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16391
16392         * configure.ac:
16393         * sys/v4l2/gstv4l2element.h:
16394           Workaround for missing struct v4l2_buffer declaration in Suse 9
16395           and Mandrake 10 linux/videodev2.h header file (#135919).
16396
16397 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16398
16399         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16400           Bail out if no filename was given.
16401
16402 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16403
16404         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16405         (gst_v4l2_fourcc_from_structure):
16406           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16407           Y41B somewhere).
16408
16409 2004-04-09  Benjamin Otte  <otte@gnome.org>
16410
16411         * ext/gnomevfs/gstgnomevfssink.c:
16412         (_gst_boolean_allow_overwrite_accumulator),
16413         (gst_gnomevfssink_class_init):
16414           fix erase signal - if any handler returns false the file will not be
16415           overwritten. If no handler is connected, the file will not be
16416           overwritten either.
16417           renamed signal to "allow-overwrite"
16418         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16419           free string when adding it to ID3 failed
16420         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16421           unref event when done
16422         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16423           free caps
16424         * gst/typefind/gsttypefindfunctions.c:
16425         (mpeg_video_stream_type_find):
16426           fix invalid read
16427
16428 2004-04-08  David Schleef  <ds@schleef.org>
16429
16430         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16431         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16432
16433 2004-04-08  David Schleef  <ds@schleef.org>
16434
16435         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16436         we don't support (bug #139532)
16437
16438 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16439
16440         * ext/mad/gstmad.c: (gst_mad_handle_event),
16441         (gst_mad_check_caps_reset), (gst_mad_chain),
16442         (gst_mad_change_state):
16443           only set explicit caps if they haven't been set before for
16444           this stream.  MPEG-audio sample rate/channels aren't allowed
16445           to change in-stream.
16446           Fixes #139382
16447
16448 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16449
16450         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16451         (_gst_boolean_did_something_accumulator),
16452         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16453         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16454         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16455         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16456         (gst_gnomevfssink_change_state):
16457           Fix erase signal. Don't erase by default. Remove handoff signal.
16458           Remove erase property. Don't segfault. General cleanup.
16459
16460 2004-04-07  Benjamin Otte  <otte@gnome.org>
16461
16462         * gst-libs/gst/gconf/test-gconf.c: (main):
16463           add missing gst_init
16464
16465 2004-04-07  Benjamin Otte  <otte@gnome.org>
16466
16467         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16468           free the mutexes, too
16469
16470 2004-04-07  Benjamin Otte  <otte@gnome.org>
16471
16472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16473           actually free the URI string
16474         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16475           compute offset correctly when passing discont events
16476         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16477           don't leak discont events
16478         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16479           add some missing breaks so caps aren't copied randomly
16480         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16481           if we realloc memory, we better use it
16482
16483 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16484
16485         * ext/mad/gstmad.c: (normal_seek):
16486           fix GST_FORMAT_TIME usage
16487
16488 2004-04-05  David Schleef  <ds@schleef.org>
16489
16490         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16491         a deprecated function (hack!)
16492
16493 2004-04-05  Benjamin Otte  <otte@gnome.org>
16494
16495         * ext/esd/esdmon.c: (gst_esdmon_get):
16496           fix nonterminated vararg and memleak
16497
16498 2004-04-05  Benjamin Otte  <otte@gnome.org>
16499
16500         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16501         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16502         (gst_ladspa_set_property), (gst_ladspa_get_property),
16503         (gst_ladspa_instantiate), (gst_ladspa_activate),
16504         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16505           clean up debugging
16506
16507 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16508
16509         reviewed by Benjamin Otte  <otte@gnome.org>
16510
16511         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16512           check for broken LADSPA parameters (fixes #138635)
16513
16514 2004-04-05  Benjamin Otte  <otte@gnome.org>
16515
16516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16517           advertise buffer-frames correctly on sinkpads
16518
16519 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16520
16521         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16522         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16523         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16524         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16525         (gst_mad_check_caps_reset), (gst_mad_chain):
16526         add more debugging, only reset caps when we're not in error state
16527
16528 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16529
16530         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16531
16532 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16533
16534         reviewed by Benjamin Otte  <otte@gnome.org>
16535
16536         * configure.ac:
16537           fix == in test(1) operator
16538
16539 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16540
16541         reviewed by Benjamin Otte  <otte@gnome.org>
16542
16543         * configure.ac:
16544           fix --export-symblos-regex to a working regex.
16545
16546 2004-04-04  Benjamin Otte  <otte@gnome.org>
16547
16548         * sys/oss/.cvsignore:
16549           add for oss_probe
16550
16551 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16552
16553         reviewed by Benjamin Otte  <otte@gnome.org>
16554
16555         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16556           add missing 'new_media' argument (fixes #138168)
16557         * gst/matroska/matroska-demux.c:
16558         (gst_matroska_demux_handle_seek_event):
16559           add vararg terminator (fixes #138169)
16560
16561 2004-04-02  David Schleef  <ds@schleef.org>
16562
16563         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16564         disted (bug #138914)
16565
16566 2004-04-01  Benjamin Otte  <otte@gnome.org>
16567
16568         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16569         (gst_alsa_close_audio):
16570           handle case better where a soundcard can't pause
16571         * ext/ogg/gstoggdemux.c:
16572           don't crash when we get events but don't have pads yet
16573
16574 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16575
16576         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16577           throw an error if we couldn't probe any caps.
16578
16579 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16580
16581         * ext/dvdnav/gst-dvd:
16582         Add a really simple sample DVD player
16583
16584 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16585
16586         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16587         (gst_a52dec_push), (gst_a52dec_handle_event),
16588         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16589         (gst_a52dec_change_state):
16590         * ext/a52dec/gsta52dec.h:
16591           Use a debug category, Output timestamps correctly
16592           Emit tag info, Handle events, tell liba52dec about cpu
16593           capabilities so it can use MMX etc.
16594         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16595           Fix a crasher accessing invalid memory
16596         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16597         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16598         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16599         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16600         (dvdnavsrc_query):
16601           Some support for byte-format seeking.
16602           Small fixes for still frames and menu button overlays
16603         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16604         (gst_mpeg2dec_alloc_buffer):
16605           Use a debug category. Adjust the report level of several items to
16606           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16607           so it doesn't lose the GstBuffer pointer
16608         * gst/debug/Makefile.am:
16609         * gst/debug/gstdebug.c: (plugin_init):
16610         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16611         (gst_navseek_base_init), (gst_navseek_class_init),
16612         (gst_navseek_init), (gst_navseek_seek),
16613         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16614         (gst_navseek_get_property), (gst_navseek_chain),
16615         (gst_navseek_plugin_init):
16616         * gst/debug/gstnavseek.h:
16617           Add the navseek debug element for seeking back and forth in a
16618           video stream using arrow keys.
16619         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16620         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16621         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16622         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16623         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16624         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16625         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16626         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16627         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16628         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16629         * gst/mpeg2sub/gstmpeg2subt.h:
16630           Pretty much a complete rewrite. Now a loopbased element. May still
16631           require work to properly synchronise subtitle buffers.
16632         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16633         (gst_dvd_demux_send_subbuffer):
16634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16635           Don't attempt to create subbuffers of size 0
16636           Reduce a couple of error outputs to warnings.
16637         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16638         (gst_y4mencode_chain):
16639         Output the y4m frame header correctly.
16640
16641 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16642
16643         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16644           throw errors instead of allowing SIGFPE
16645
16646 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16647
16648         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16649         (gst_gconf_render_bin_from_key):
16650           leak plugging and style fixing
16651
16652 2004-03-31  David Schleef  <ds@schleef.org>
16653
16654         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16655         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16656         (bug #138225)
16657         * gst/debug/Makefile.am:
16658         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16659         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16660         plugin.
16661         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16662         (gst_negotiation_base_init), (gst_negotiation_class_init),
16663         (gst_negotiation_init), (gst_negotiation_getcaps),
16664         (gst_negotiation_pad_link), (gst_negotiation_chain),
16665         (gst_negotiation_set_property), (gst_negotiation_get_property),
16666         (gst_negotiation_plugin_init):  New element to talk about random
16667         negotiation things happening in a pipeline.
16668
16669 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16670
16671         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16672           fix integer addition with help of Stefan Kost
16673
16674 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16675
16676         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16677
16678 2004-03-30  David Schleef  <ds@schleef.org>
16679
16680         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16681         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16682         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16683         (bug #137504)
16684         * ext/mpeg2dec/gstmpeg2dec.h:
16685
16686 2004-03-30  David Schleef  <ds@schleef.org>
16687
16688         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16689
16690 2004-03-30  David Schleef  <ds@schleef.org>
16691
16692         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16693         Michael Petullo) to handle .mov
16694
16695 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16696
16697         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16698         (gst_osselement_rate_check_rate):
16699           probe caps correctly for sound cards that only support one format
16700
16701 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16702
16703         * ext/kio/kiosrc.cpp: (process_events):
16704           update handling event processing if inside KDE - untested
16705
16706 2004-03-29  David Schleef  <ds@schleef.org>
16707
16708         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16709         by 2 to not interfere with other colorspaces.
16710         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16711         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16712         one to not interfere with ffmpeg_colorspace.
16713
16714 2004-03-29  David Schleef  <ds@schleef.org>
16715
16716         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16717         aren't in the caps.
16718         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16719         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16720
16721 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16722
16723         * gst-libs/gst/riff/riff-media.c:
16724           fail on error, don't try to set stuff on NULL caps
16725
16726 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16727
16728         * configure.ac:
16729         * ext/Makefile.am:
16730         * ext/kio/Makefile.am:
16731         * ext/kio/kioreceiver.cpp:
16732         * ext/kio/kioreceiver.h:
16733         * ext/kio/kiosrc.cpp:
16734         * ext/kio/kiosrc.h:
16735           add experimental kiosrc plugin
16736         * ext/alsa/gstalsaplugin.c: (plugin_init):
16737           initialize debugging category only when we're sure registering the
16738           plugins worked.
16739
16740 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16741
16742         * examples/gstplay/player.c: (main):
16743         * gst-libs/gst/play/play.c: (gst_play_class_init),
16744         (gst_play_set_location), (gst_play_set_data_src),
16745         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16746         (gst_play_set_visualization), (gst_play_connect_visualization):
16747           check return values of element_set_state and return FALSE where
16748           failed
16749
16750 2004-03-29  Benjamin Otte  <otte@gnome.org>
16751
16752         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16753           try harder to check if an event is really a discont
16754
16755 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16756
16757         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16758         * po/az.po:
16759
16760 2004-03-28  Benjamin Otte  <otte@gnome.org>
16761
16762         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16763         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16764         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16765           get rid of non-standard "..." ranges in case statements.
16766
16767 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16768
16769         * gst/mpegstream/gstmpegdemux.c:
16770         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16771         specific functionality split to the new dvddemux element.
16772         * gst/mpegstream/gstdvddemux.c:
16773         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16774         streams, derived from mpegdemux.
16775         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16776         up. SCR based timestamp rewriting can be turned off (will probably
16777         completely disappear soon).
16778         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16779         hacking. General cleanup. All printf statements replaced by
16780         debugging messages. Almost complete libdvdnav support.
16781         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16782         by events. New properties for audio and subpicture languages.
16783         (dvdnavsrc_update_highlight): Now uses events.
16784         (dvdnavsrc_user_op): Cleaned up.
16785         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16786         based). Lots of cleanup, and propper support for most libdvdnav
16787         events.
16788         (dvdnavsrc_make_dvd_event): New function.
16789         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16790         (dvdnavsrc_make_clut_change_event): New function.
16791
16792 2004-03-26  Benjamin Otte  <otte@gnome.org>
16793
16794         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
16795           fix bug where typefinding would claim it's theora whenever less then
16796           7 bytes of data were available
16797
16798 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16799
16800         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
16801         (gst_alawdec_base_init), (gst_alawdec_class_init),
16802         (gst_alawdec_init), (gst_alawdec_chain):
16803         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
16804         (gst_alawenc_base_init), (gst_alawenc_class_init),
16805         (gst_alawenc_init), (gst_alawenc_chain):
16806         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
16807         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
16808         (gst_mulawdec_init), (gst_mulawdec_chain):
16809         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
16810         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
16811         (gst_mulawenc_init), (gst_mulawenc_chain):
16812           Fix capsnego in all four, remove the unused property functions and
16813           simplify the chain functions slightly. I guess we could use macros
16814           or something similar for those, since the code is so similar, but
16815           I'm currently too lazy...
16816
16817 2004-03-24  David Schleef  <ds@schleef.org>
16818
16819         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16820         (gst_osselement_close_audio), (gst_osselement_probe_caps),
16821         (gst_osselement_get_format_structure),
16822         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
16823         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
16824         (gst_osselement_rate_int_compare): Add code to handle rate probing
16825         (bug #120883)
16826         * sys/oss/gstosselement.h: same
16827         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
16828         Use rate probing provided by osselement.
16829         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
16830
16831 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16832
16833         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
16834         (gst_xvidenc_get_property):
16835           ulong/int mess-up.
16836
16837 2004-03-24  David Schleef  <ds@schleef.org>
16838
16839         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
16840         (gst_speexdec_init):
16841         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
16842         (gst_speexenc_init):  Create the pad template correctly (from
16843         the static pad template, not a NULL pointer.)
16844
16845 2004-03-25  Benjamin Otte  <otte@gnome.org>
16846
16847         * gst/debug/Makefile.am:
16848         * gst/debug/breakmydata.c:
16849           add element that quasi-randomly changes bytes in the stream.
16850           Intended use is robustness checking of demuxers and decoders in
16851           media tests.
16852
16853 2004-03-24  Benjamin Otte  <otte@gnome.org>
16854
16855         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16856         (gst_alsa_probe_hw_params):
16857         * ext/alsa/gstalsa.h:
16858           debugging output fixes
16859
16860 2004-03-24  Benjamin Otte  <otte@gnome.org>
16861
16862         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
16863           don't g_return_if_fail if element is PLAYING, fail silently as every
16864           other element.
16865         * gst/effectv/gstquark.c: (gst_quarktv_chain):
16866           only fix needed for cast lvalue issues in gst-plugins
16867         * gst/volenv/gstvolenv.c: (gst_volenv_init):
16868           add proxy_getcaps
16869
16870 2004-03-24  Benjamin Otte  <otte@gnome.org>
16871
16872         * gst/level/gstlevel.c: (gst_level_init):
16873           add proxying getcaps function, so level doesn't advertise impossible
16874           caps
16875
16876 2004-03-24  David Schleef  <ds@schleef.org>
16877
16878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16879         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
16880         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
16881         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
16882         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
16883         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
16884         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
16885         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
16886         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
16887         messages.  Divide the chunk size by the compression ratio
16888         (needed for MACE audio)
16889
16890 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16891
16892         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16893           Fix buffer overflow read error.
16894
16895 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16896
16897         * ext/alsa/gstalsa.h:
16898           Remove unused entry.
16899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16900           Add cinepak.
16901         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
16902         (gst_videodrop_link), (gst_videodrop_chain):
16903           Fix, sort of. Was horribly broken with new capsnego. Bah...
16904
16905 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
16906
16907         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
16908         (plugin_init):
16909         Add a monkeysaudio typefind function
16910
16911 2004-03-23  Johan Dahlin  <johan@gnome.org>
16912
16913         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
16914         (gst_play_video_fixate): Check so the structure has the field
16915         before trying to fixate them, this makes it possible to have
16916         fakesinks for video and audio output without printing errors on
16917         the output console.
16918
16919 2004-03-22  David Schleef  <ds@schleef.org>
16920
16921         * sys/oss/Makefile.am:
16922         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
16923         (check_rate), (add_rate):  Rate probing test app.
16924
16925 2004-03-21  Benjamin Otte  <otte@gnome.org>
16926
16927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16928         (_fixate_caps_to_int), (gst_audio_convert_fixate):
16929           add a fixation function that pretty much does the right thing (fixes
16930           #137556)
16931
16932 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
16933
16934         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
16935
16936 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16937
16938         reviewed by: Benjamin Otte  <otte@gnome.org>
16939
16940         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16941           terminate gst_event_new_discontinuous correctly (fixes parts of
16942           #137711)
16943
16944 2004-03-19  David Schleef  <ds@schleef.org>
16945
16946         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
16947         since it doesn't depend on X, and it's part of our ABI.
16948
16949 2004-03-19  Iain <iain@prettypeople.org>
16950
16951         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
16952         is_int in the structure, not the local variable.
16953
16954 2004-03-19  David Schleef  <ds@schleef.org>
16955
16956         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
16957         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
16958         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
16959         Improvements in caps negotiation.
16960
16961 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16962
16963         * po/LINGUAS:
16964         * po/af.po:
16965           adding Afrikaans (Petri Jooste)
16966
16967 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16968
16969         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16970         (gst_ffmpegcolorspace_chain):
16971         throw error instead of g_critical (#137588)
16972
16973 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16974
16975         * Makefile.am:
16976         * configure.ac:
16977           dist common and m4 correctly
16978         * po/sv.po:
16979
16980 2004-03-17  David Schleef  <ds@schleef.org>
16981
16982         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
16983         (bug #137348)
16984
16985 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16986
16987         * po/LINGUAS:
16988         * po/sv.po:
16989           adding Swedish translation (Christian Rose)
16990
16991 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
16992
16993         * Makefile.am: use release.mak
16994
16995 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16996
16997         * common/ChangeLog:
16998         * common/gst-autogen.sh:
16999           add some explanation about the version detection
17000         * configure.ac:
17001           fix X check
17002
17003 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17004
17005         * configure.ac: bump nano to 1
17006
17007 === release 0.8.0 ===
17008
17009 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17010
17011         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17012
17013 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17014
17015         * configure.ac:
17016           update libtool version
17017         * gst-libs/gst/media-info/Makefile.am:
17018           actually use libtool version
17019
17020 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17021
17022         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17023
17024 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17025
17026         * configure.ac:
17027         * gst-plugins.spec.in:
17028         * pkgconfig/Makefile.am:
17029         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17030         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17031         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17032         * pkgconfig/gstreamer-libs.pc.in:
17033         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17034         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17035         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17036         * pkgconfig/gstreamer-plugins.pc.in:
17037           remove @VERSION@ from some of the pc files since core and plugins
17038           are decoupled.
17039           created gstreamer-plugins.pc as it's a better name, but keeping
17040           -libs around for now to get fixes upstream done first.
17041
17042 2004-03-15  Julien MOUTTE <julien@moutte.net>
17043
17044         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17045         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17046         * gst-libs/gst/play/play.h:
17047
17048 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17049
17050         * *.c, *.cc: don't mix tabs and spaces
17051
17052 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17053
17054         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17055           use the new ffmpegcolorspace
17056         * gst-plugins.spec.in:
17057           package new colorspace and media-info
17058         * configure.ac:
17059         * pkgconfig/Makefile.am:
17060           fix some more disting issues
17061         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17062         * pkgconfig/gstreamer-media-info.pc.in:
17063           generate media-info pc files
17064
17065 2004-03-15  Johan Dahlin  <johan@gnome.org>
17066
17067         * *.h: Revert indenting
17068
17069 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17070
17071         * configure.ac:
17072           adding ffmpegcolorspace element
17073         * gst/ffmpegcolorspace/Makefile.am:
17074         * gst/ffmpegcolorspace/avcodec.h:
17075         * gst/ffmpegcolorspace/common.h:
17076         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17077         * gst/ffmpegcolorspace/dsputil.h:
17078         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17079         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17080         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17081         (gst_ffmpeg_caps_to_pix_fmt):
17082         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17083         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17084         (gst_ffmpegcolorspace_caps_remove_format_info),
17085         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17086         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17087         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17088         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17089         (gst_ffmpegcolorspace_set_property),
17090         (gst_ffmpegcolorspace_get_property),
17091         (gst_ffmpegcolorspace_register):
17092         * gst/ffmpegcolorspace/imgconvert.c:
17093         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17094         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17095         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17096         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17097         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17098         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17099         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17100         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17101         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17102         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17103         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17104         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17105         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17106         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17107         (img_get_alpha_info), (deinterlace_line),
17108         (deinterlace_line_inplace), (deinterlace_bottom_field),
17109         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17110         * gst/ffmpegcolorspace/imgconvert_template.h:
17111         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17112         * gst/ffmpegcolorspace/mmx.h:
17113         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17114           adding ffmpegcolorspace element supplied by Ronald after cleaning
17115           up and pulling in the right bits of upstream source.
17116           I'm sure a better C/compiler wizard could do some cleaning up (for
17117           example use GLIB's malloc stuff), but as a first pass this
17118           works very well
17119
17120 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17121
17122         * ext/alsa/gstalsa.h:
17123           I assume Ronald forgot to commit the change to have cardname
17124           as a struct member.  Expect some public spanking at the next
17125           opportunity.
17126
17127 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17130         (gst_alsa_open_audio), (gst_alsa_close_audio):
17131         * ext/alsa/gstalsa.c:
17132           Don't open the device if we're a mixer (= padless).
17133         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17134         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17135         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17136           Open mixer during state change rather than during object
17137           initialization. Also, get a device name. Currently in a somewhat
17138           hackish fashion, but I didn't really find something better.
17139
17140 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17141
17142         * *.c, *.h: run gst-indent
17143
17144 2004-03-14  Benjamin Otte  <otte@gnome.org>
17145
17146         * gst/modplug/gstmodplug.cc:
17147         * gst/modplug/gstmodplug.h:
17148           set correct timestamps on outgoing buffers
17149
17150 2004-03-14  Benjamin Otte  <otte@gnome.org>
17151
17152         * gst/modplug/gstmodplug.cc:
17153           handle events - don't do crap when a discont arrives that's not
17154           necessary
17155           This allows correct loading and playback of mods in Rhythmbox
17156
17157 2004-03-14  Benjamin Otte  <otte@gnome.org>
17158
17159         * configure.ac:
17160         * gst-libs/gst/gconf/Makefile.am:
17161         * pkgconfig/Makefile.am:
17162           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17163           they get rebuilt properly
17164         * configure.ac:
17165           when checking for vorbis, try pkgconfig first.
17166         * gst/modplug/gstmodplug.cc:
17167           add fixate function
17168
17169 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17170
17171         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17172           Fix for obvious mistake, where we first shift the offset and then
17173           read a samplesize element assuming the old offset. Note that this
17174           part still has something weird, i.e. my movies containing those
17175           don't actually play well, but at least there's something that looks
17176           like sound now.
17177
17178 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17179         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17180         (plugin_init):
17181         Add a typefind function for speex format
17182
17183 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17186         (gst_asf_demux_setup_pad):
17187           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17188           instead of 0. Reason is simple: some elements have a fps range
17189           of 1-max instead of 0-max. So now ASF video actually works.
17190
17191 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * po/LINGUAS:
17194         * po/sr.po:
17195           adding serbian as a language
17196
17197 2004-03-13  Benjamin Otte  <otte@gnome.org>
17198
17199         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17200           return taglist correctly from _get function, don't gst_pad_push it.
17201           (fixes #137042)
17202
17203 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17204         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17205
17206 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17207
17208         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17209         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17210         (gst_alsa_mixer_track_new):
17211         * ext/alsa/gstalsamixertrack.h:
17212           Fix ancient leftovers... MixerTrack is a GObject.
17213
17214 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17217         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17218           Don't block during probing...
17219
17220 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17221
17222         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17223         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17224         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17225         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17226         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17227         (gst_alsa_open_audio), (gst_alsa_close_audio):
17228         * ext/alsa/gstalsa.h:
17229           Add propertyprobe interface implementation, add some device-name
17230           property, all this so that it looks good in gnome-volume-control.
17231
17232 2004-03-12  David Schleef  <ds@schleef.org>
17233
17234         * configure.ac: the Hermes library controls hermescolorspace, not
17235         colorspace.
17236         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17237         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17238         not /* */
17239         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17240         * ext/sdl/sdlvideosink.h: ditto.
17241         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17242
17243 2004-03-12  Benjamin Otte  <otte@gnome.org>
17244
17245         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17246         (gst_x_overlay_got_xwindow_id):
17247         * gst-libs/gst/xoverlay/xoverlay.h:
17248           replace XID with unsigned long to get rid of the xlibs dependency in
17249           XOverlay (fixes #137004)
17250
17251 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17252         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17253         (gst_agingtv_setup):
17254         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17255         (gst_dicetv_base_init), (gst_dicetv_class_init),
17256         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17257         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17258         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17259         (gst_edgetv_setup), (gst_edgetv_rgb32):
17260         * gst/effectv/gsteffectv.c:
17261         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17262         (gst_quarktv_set_property):
17263         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17264         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17265         (gst_revtv_setup), (gst_revtv_rgb32):
17266         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17267         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17268         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17269         (gst_shagadelictv_rgb32):
17270         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17271         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17272         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17273         * gst/effectv/gstwarp.c:
17274         Port everything that can be ported to videofilter and fix up the caps.
17275         Can someone with a big-endian machine please check these?
17276
17277 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17278
17279         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17280         (gst_osssink_chain), (gst_osssink_change_state):
17281           Latest fixes for A/V sync, audio playback and such. This is about
17282           all... MPEG playback issues are mostly related to the async build-
17283           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17284
17285 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17286
17287         patch from: Stephane Loeuillet
17288
17289         * configure.ac:
17290           use pkg-config for some libraries, falling back to the old .m4 way
17291           (fixes #131270)
17292         * m4/libdv.m4:
17293           removed
17294
17295 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17296
17297         * configure.ac:
17298         * tools/Makefile.am:
17299         * tools/Makefile.in:
17300         * tools/gst-launch-ext-m.m:
17301         * tools/gst-launch-ext.1.in:
17302         * tools/gst-visualise-m.m:
17303         * tools/gst-visualise.1:
17304         * tools/gst-visualise.1.in:
17305           reorganizing generation of script tools
17306
17307 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17308
17309         * ext/divx/gstdivxdec.c:
17310           Downgrade priority. We prefer ffdec_mpeg4.
17311         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17312         (gst_faad_chain), (gst_faad_change_state):
17313           Fix capsnego. Doesn't work for some sounds because we don't have
17314           a 5:1 to stereo element.
17315         * ext/xvid/gstxvid.c: (plugin_init):
17316           Add priority.
17317         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17318         (gst_osssink_change_state):
17319           Add discont handling.
17320
17321 2004-03-09  Colin Walters  <walters@verbum.org>
17322
17323         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17324         conversion.
17325
17326 2004-03-09  Benjamin Otte  <otte@gnome.org>
17327
17328         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17329           the signals take 2 arguments
17330
17331 2004-03-09  David Schleef  <ds@schleef.org>
17332
17333         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17334         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17335         * ext/alsa/gstalsa.h:
17336         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17337
17338 2004-03-09  Benjamin Otte  <otte@gnome.org>
17339
17340         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17341         (gst_mikmod_change_state):
17342         * ext/mikmod/gstmikmod.h:
17343           make mikmod's loop function not loop infinitely and call
17344           gst_element_yield anymore
17345         * gst/modplug/gstmodplug.cc:
17346           fix pad negotiation (fixes #136590)
17347
17348 2004-03-09  David Schleef  <ds@schleef.org>
17349
17350         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17351         doesn't conflict with the internal colorspace plugin.
17352         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17353         satisfy the crappy-ass shell shipped by a certain vendor.
17354         * gst/videofilter/make_filter: same (bug #135299)
17355
17356 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17357
17358         * configure.ac: bump nano to 1
17359
17360 === release 0.7.6 ===
17361
17362 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17363
17364         * configure.in: releasing 0.7.6, "There"
17365
17366 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17367
17368         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17369         * pkgconfig/gstreamer-play.pc.in:
17370           synchronize the two
17371
17372 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17373
17374         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17375         (cdparanoia_open), (cdparanoia_event):
17376           fix/add error handling
17377         * po/POTFILES.in:
17378           add cdparanoia source
17379         * tools/Makefile.am:
17380           make scripts executable
17381
17382 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17383
17384         * configure.ac:
17385         * ext/vorbis/Makefile.am:
17386         * sys/Makefile.am:
17387           remove id3types, vorbisfile and xvideosink from the build (#133783)
17388
17389 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17390
17391         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17392           Fix metadata read crash (#136537).
17393
17394 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17395
17396         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17397         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17398           adding mime types, fixing the one-stop function
17399
17400 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17401
17402         * ext/nas/nassink.c and /ext/nas/nassink.h:
17403         More NAS love from Arwed von Merkatz
17404         So lets all sing 'Can you feel the NAS tonight'
17405
17406 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17407
17408         * tools/gst-launch-ext.in:
17409         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17410
17411 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17412
17413         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17414         (gst_mpeg2dec_init):
17415         remove the user_data pad for now, because it is being used in
17416         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17417         If someone knows how to fix this properly, please do.
17418
17419 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17420
17421         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17422         (gst_osssink_get_time):
17423         add a warning, IMO this won't get triggered anymore, remove later
17424
17425 2004-03-07  David Schleef  <ds@schleef.org>
17426
17427         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17428         format (bug #136470)
17429
17430 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17431
17432         * gst-libs/Makefile.am:
17433         * gst-libs/gst/media-info/Makefile.am:
17434         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17435         (error_callback), (gst_media_info_error_create),
17436         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17437         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17438         * gst-libs/gst/media-info/media-info-priv.h:
17439         * gst-libs/gst/media-info/media-info-test.c: (main):
17440         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17441         (gst_media_info_class_init), (gst_media_info_instance_init),
17442         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17443         (gst_media_info_read_idler), (gst_media_info_read):
17444         * gst-libs/gst/media-info/media-info.h:
17445         fixed, should work now
17446
17447 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17448
17449         * ext/nas/nassink.c:
17450         A bunch of NAS fixes from Arwed von Merkatz
17451
17452 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17453
17454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17455         (qtdemux_parse_trak):
17456           Fix crash (j might be greater than n_samples, in which case we're
17457           writing outside the allocated space for the array) and memleak.
17458
17459 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17460
17461         * sys/oss/gstosssink.c: (gst_osssink_chain):
17462           And another caller that couldn't handle delay < 0 (unsigned
17463           integer overflow). Video now continues playing on an audio
17464           buffer underrun, and the clock continues working. Audio still
17465           stalls.
17466
17467 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17468
17469         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17470         (gst_osssink_get_time):
17471           get_delay() may return values lower than 0. In those cases, we
17472           should not actually cast to *unsigned* int64, that will break
17473           stuff horribly. In my case, it screwed up A/V sync in movies
17474           in totem rather badly.
17475
17476 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17477
17478         * ext/faac/gstfaac.c: (gst_faac_chain):
17479         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17480         * ext/libpng/gstpngenc.c: (user_write_data):
17481         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17482         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17483         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17484         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17485         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17486         of any buffer), should fix some leaks. I hope I didn't unref buffers
17487         that shouldn't be...
17488
17489 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17490
17491         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17492         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17493         (error_callback), (gmi_reset), (gmi_seek_to_track),
17494         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17495         (gmip_find_type_post), (gmip_find_stream_post),
17496         (gmip_find_track_streaminfo_post):
17497         * gst-libs/gst/media-info/media-info-priv.h:
17498         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17499         (info_print), (main):
17500         * gst-libs/gst/media-info/media-info.c:
17501         (gst_media_info_error_create), (gst_media_info_error_element),
17502         (gst_media_info_instance_init), (gst_media_info_get_property),
17503         (gst_media_info_new), (gst_media_info_set_source),
17504         (gst_media_info_read_idler), (gst_media_info_read):
17505         * gst-libs/gst/media-info/media-info.h:
17506           first pass at making this work again.  This seems to work on
17507           tagged ogg/vorbis and mp3 files.
17508
17509 2004-03-06  Benjamin Otte  <otte@gnome.org>
17510
17511         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17512           fix huge leak: gst_buffer_merge doesn't unref the first argument
17513           itself.
17514
17515 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17516
17517         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17518           report layer/mode/emphasis
17519
17520 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17521
17522         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17523
17524 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17525
17526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17527           signal serial
17528
17529 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17530
17531         * ext/vorbis/vorbis.c: (plugin_init):
17532         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17533         (gst_vorbis_dec_init), (vorbis_dec_event):
17534         add debug category
17535         make vorbisdec handle _BYTE and _TIME queries
17536
17537 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17538
17539         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17540           from the xing header
17541
17542 2004-03-06  Benjamin Otte  <otte@gnome.org>
17543
17544         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17545         (gst_audio_convert_link), (gst_audio_convert_change_state),
17546         (gst_audio_convert_buffer_from_default_format):
17547           do conversions from/to float correctly, fix some caps nego errors,
17548           export correct supported caps in template and getcaps, use correct
17549           caps in try_set_caps functions
17550
17551 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17552
17553         For some reason, I only committed a ChangeLog entry yesterday and
17554         not the corresponding code...
17555         * ext/mad/gstmad.c: Fix detection of Xing headers
17556         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17557
17558 2004-03-06  Benjamin Otte  <otte@gnome.org>
17559
17560         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17561         (gst_ogg_demux_src_query):
17562           make sure to handle the case where there's no current chain
17563           gracefully.
17564
17565 2004-03-05  David Schleef  <ds@schleef.org>
17566
17567         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17568         Add fixate function. (bug #131128)
17569         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17570         (gst_sdlvideosink_fixate):  Add fixate function.
17571         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17572         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17573         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17574         Fix missing break that was causing ulaw to be interpreted as
17575         raw int.
17576
17577 2004-03-05  David Schleef  <ds@schleef.org>
17578
17579         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17580         Fix code that ignores return value of gst_buffer_merge().
17581         (bug #114560)
17582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17583         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17584         * testsuite/gst-lint:  Check for above.
17585
17586 2004-03-05  David Schleef  <ds@schleef.org>
17587
17588         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17589         caps and throw an element error.  (bug #136334)
17590
17591 2004-03-05  David Schleef  <ds@schleef.org>
17592
17593         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17594         (gst_faad_chain): Fix negotiation.
17595         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17596         key and button events.
17597         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17598         dung heap of code.
17599         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17600         depends on gconf
17601         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17602         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17603         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17604         function to encourage better negotiation, particularly between
17605         audioconvert and osssink.
17606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17607         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17608         more important.
17609         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17610         typefinding.
17611         * gst/vbidec/vbiscreen.c:  Add glib header
17612         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17613
17614 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17615
17616         * ext/mad/gstmad.c: Fix detection of Xing headers
17617         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17618
17619 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17622         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17623           debug updates
17624
17625 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17626
17627         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17628         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17629         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17630         files, and report the parsed length as a GST_TAG_DURATION tag.
17631         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17632
17633 2004-03-05  Benjamin Otte  <otte@gnome.org>
17634
17635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17636           convert channels correctly. convert correctly to unsigned.
17637
17638 2004-03-05  Julien MOUTTE <julien@moutte.net>
17639
17640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17641         we have a window before clearing it.
17642
17643 2004-03-05  Julien MOUTTE <julien@moutte.net>
17644
17645         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17646         have a window before clearing it.
17647
17648 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17649
17650         * gconf/gstreamer.schemas.in:
17651         * gst-libs/gst/gconf/Makefile.am:
17652           version installation path the same way as for 0.6
17653         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17654         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17655         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17656           remove comment that was fixed
17657
17658 2004-03-05  David Schleef  <ds@schleef.org>
17659
17660         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17661         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17662         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17663         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17664         Add prototype code for handling seeking and querying.
17665
17666 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17667
17668         * examples/gstplay/player.c: (main):
17669           Initialize variables to NULL. Prevents a segfault because the
17670           (uninitialized) variable is not NULL, resulting in a crash on
17671           trying to reach error->message.
17672
17673 2004-03-05  Benjamin Otte  <otte@gnome.org>
17674
17675         * gst/audioconvert/gstaudioconvert.c:
17676         (gst_audio_convert_buffer_to_default_format):
17677         make float=>int conversion work correctly even in cornercases.
17678
17679 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17680
17681         * debian/README.Debian:
17682         * debian/build-deps:
17683         * debian/changelog:
17684         * debian/control:
17685         * debian/control.in:
17686         * debian/copyright:
17687         * debian/gstreamer-a52dec.files:
17688         * debian/gstreamer-aa.files:
17689         * debian/gstreamer-alsa.files:
17690         * debian/gstreamer-alsa.manpages:
17691         * debian/gstreamer-arts.files:
17692         * debian/gstreamer-artsd.files:
17693         * debian/gstreamer-audiofile.files:
17694         * debian/gstreamer-avifile.files:
17695         * debian/gstreamer-cdparanoia.files:
17696         * debian/gstreamer-colorspace.files:
17697         * debian/gstreamer-doc.files:
17698         * debian/gstreamer-dv.files:
17699         * debian/gstreamer-dvd.files:
17700         * debian/gstreamer-esd.files:
17701         * debian/gstreamer-festival.files:
17702         * debian/gstreamer-flac.files:
17703         * debian/gstreamer-gconf.conffiles:
17704         * debian/gstreamer-gconf.files:
17705         * debian/gstreamer-gconf.postinst:
17706         * debian/gstreamer-gnomevfs.files:
17707         * debian/gstreamer-gsm.files:
17708         * debian/gstreamer-http.files:
17709         * debian/gstreamer-jack.files:
17710         * debian/gstreamer-jpeg.files:
17711         * debian/gstreamer-mad.files:
17712         * debian/gstreamer-mikmod.files:
17713         * debian/gstreamer-misc.files:
17714         * debian/gstreamer-mpeg2dec.files:
17715         * debian/gstreamer-oss.files:
17716         * debian/gstreamer-plugin-apps.files:
17717         * debian/gstreamer-plugin-apps.manpages:
17718         * debian/gstreamer-plugin-libs-dev.files:
17719         * debian/gstreamer-plugin-libs.files:
17720         * debian/gstreamer-plugin-template.postinst:
17721         * debian/gstreamer-plugin-template.postrm:
17722         * debian/gstreamer-sdl.files:
17723         * debian/gstreamer-sid.files:
17724         * debian/gstreamer-vorbis.files:
17725         * debian/gstreamer-x.files:
17726         * debian/mk.control:
17727         * debian/rules:
17728         Debian package info not maintained here.
17729
17730 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17731
17732         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17733         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17734         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17735         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17736         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17737         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17738         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17739         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17740         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17741         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17742         * gst-libs/gst/colorbalance/colorbalance.c:
17743         (gst_color_balance_class_init):
17744         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17745         (gst_color_balance_channel_class_init):
17746         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17747         * gst-libs/gst/play/play.c: (gst_play_class_init):
17748         * gst-libs/gst/propertyprobe/propertyprobe.c:
17749         (gst_property_probe_iface_init):
17750         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17751         * gst-libs/gst/tuner/tunerchannel.c:
17752         (gst_tuner_channel_class_init):
17753         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17754         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17755         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17756         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17757         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17758         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17759         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17760         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17761         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17762           fix signals to use - instead of _
17763         * ext/libcaca/gstcacasink.h:
17764         * ext/sdl/sdlvideosink.h:
17765           fix header rename
17766
17767 2004-03-04  David Schleef  <ds@schleef.org>
17768
17769         * testsuite/gst-lint:  Add a check for bad signal names.
17770
17771 2004-03-04  <kost@imn.htwk-leipzig.de>
17772
17773         reviewed by David Schleef
17774
17775         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17776         modified the alpha channel and caused a warning. (bug #136192)
17777
17778 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17779
17780         * gst-plugins.spec.in:
17781         Change names of plugins to actually be correct. Try to keep things
17782         alphabetical to avoid getting beat up by Thomas
17783
17784 2004-03-03  Julien MOUTTE <julien@moutte.net>
17785
17786         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17787         Using ximagesink as a default if no gconf key found. We should
17788         probably consider using alsasink instead of osssink for the audio
17789         part.
17790
17791 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17792
17793         * configure.ac:
17794           fix --with-plugins, don't think it ever worked before
17795         * gst-plugins.spec.in:
17796           even more updates
17797
17798 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17799
17800         * ext/sdl/sdlvideosink.h:
17801         * sys/ximage/ximagesink.h:
17802         * sys/xvideo/xvideosink.h:
17803         * sys/xvimage/xvimagesink.h:
17804           Fix for move of gstvideosink.h -> videosink.h.
17805
17806 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17807
17808         * gst-libs/gst/xwindowlistener/Makefile.am:
17809           this is a plugin library, not a library
17810
17811 2004-03-01  David Schleef  <ds@schleef.org>
17812
17813         * AUTHORS:  Added some names.  Add yourself if you're still
17814         missing.
17815
17816 2004-03-01  David Schleef  <ds@schleef.org>
17817
17818         * MAINTAINERS: Add
17819
17820 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17821
17822         * gst-plugins.spec.in: clean up spec file
17823
17824 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17825
17826         * gst-libs/gst/video/Makefile.am:
17827         * gst-libs/gst/video/gstvideosink.c:
17828         * gst-libs/gst/video/gstvideosink.h:
17829           rename gstvideosink.h to videosink.h to match other headers
17830         * gst/mixmatrix/Makefile.am:
17831           fix plugin filename
17832         * gst/tags/Makefile.am: fix plugin filename
17833
17834 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17835
17836         * gst/tags/Makefile.am: fix plugin filename
17837
17838 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17839
17840         * examples/gstplay/player.c: (got_time_tick), (main):
17841           add error handler
17842           display time_tick more readably
17843         * gst/mixmatrix/Makefile.am:
17844           fix plugin file name
17845
17846 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
17847
17848         * sys/oss/gstosselement.c: (gst_osselement_probe),
17849         (device_combination_append), (gst_osselement_class_probe_devices):
17850         * sys/oss/gstosselement.h:
17851           Reworked enumeration of oss dsps and mixers so that gst-mixer works
17852           on my system using alsa oss emulation, fixes bug #135597
17853
17854 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
17857         (gst_videodrop_chain), (gst_videodrop_change_state):
17858         * gst/videodrop/gstvideodrop.h:
17859           Work based on timestamp of input data, not based on the expected
17860           framerate from the input. The consequence is that this element now
17861           not only scales framerates, but also functions as a framerate
17862           corrector or framerate stabilizer/constantizer.
17863
17864 2004-02-27  David Schleef  <ds@schleef.org>
17865
17866         patches from jmmv@menta.net (Julio M. Merino Vidal)
17867
17868         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
17869         GST_ELEMENT_ERROR call (bug #135634)
17870         * gst/interleave/interleave.c: (interleave_buffered_loop),
17871         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
17872         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
17873         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17874         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
17875         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
17876         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17877         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
17878         Fix GST_ELEMENT_ERROR call.
17879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
17880         GST_ELEMENT_ERROR call.
17881
17882 2004-02-27  Benjamin Otte  <otte@gnome.org>
17883
17884         * gst-libs/gst/audio/audio.h:
17885           add macro to make sure header isn't included twice
17886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
17887           don't use gst_buffer_free
17888         * gst/playondemand/filter.func:
17889           don't use gst_data_free. Free data only once.
17890
17891 2004-02-26  David Schleef  <ds@schleef.org>
17892
17893         * gst-libs/gst/colorbalance/Makefile.am:
17894         * gst-libs/gst/mixer/Makefile.am:
17895         * gst-libs/gst/tuner/Makefile.am:
17896         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
17897         should not be disted, -marshal.h files should not be installed,
17898         and -enum.h files _should_ be installed.  Fix to make this the
17899         case.
17900
17901 === release 0.7.5 ===
17902
17903 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17904
17905         * configure.ac: release 0.7.5, "Under The Sea"
17906
17907 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17908
17909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17910         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
17911         * gst/videoscale/gstvideoscale.c:
17912         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
17913           assorted debug/warning fixes
17914
17915 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17916
17917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
17918         (gst_videoscale_init), (gst_videoscale_chain),
17919         (gst_videoscale_set_property), (plugin_init):
17920         * gst/videoscale/gstvideoscale.h:
17921         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
17922         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
17923         (gst_videoscale_planar400), (gst_videoscale_packed422),
17924         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
17925         (gst_videoscale_24bit), (gst_videoscale_16bit),
17926         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
17927         (gst_videoscale_scale_plane_slow),
17928         (gst_videoscale_scale_point_sample),
17929         (gst_videoscale_scale_nearest),
17930         (gst_videoscale_scale_nearest_str2),
17931         (gst_videoscale_scale_nearest_str4),
17932         (gst_videoscale_scale_nearest_32bit),
17933         (gst_videoscale_scale_nearest_24bit),
17934         (gst_videoscale_scale_nearest_16bit):
17935         add debugging category and use it properly
17936         fix use of GST_PTR_FORMAT
17937
17938 2004-02-25  Andy Wingo  <wingo@pobox.com>
17939
17940         * gst/interleave/interleave.c (interleave_buffered_loop): Always
17941         push only when channel->buffer is NULL. Prevents segfaults doing
17942         the state change after a nonlocal exit, like a scheme exception.
17943
17944         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
17945         Handle the case where the intersected caps is empty.
17946
17947 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17948
17949         * gst/law/mulaw-decode.c: (mulawdec_link):
17950         * gst/law/mulaw.c: (plugin_init):
17951           fix mulawdec so it actually works again
17952
17953 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
17954
17955         reviewed by: David Schleef  <ds@schleef.org>
17956
17957         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
17958         (gst_gamma_init), (gst_gamma_set_property),
17959         (gst_gamma_get_property), (gst_gamma_calculate_tables),
17960         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
17961         for RGB, with separate r g and b correction factors. (#131167)
17962
17963 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17964
17965         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17966           only signal tags for bitrate if they're > 0 (#134894)
17967
17968 2004-02-24  David Schleef  <ds@schleef.org>
17969
17970         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
17971         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
17972         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
17973         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
17974         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
17975         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
17976         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
17977         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
17978         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
17979         category.  Attempt to fix timestamp calculation.
17980
17981 2004-02-24  Johan Dahlin  <johan@gnome.org>
17982
17983         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
17984
17985 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17986
17987         * configure.ac:
17988         * gconf/Makefile.am:
17989         * gconf/gstreamer.schemas:
17990         * gst-libs/gst/gconf/Makefile.am:
17991         * gst-libs/gst/gconf/gconf.c:
17992           version gconf schemas and install locations
17993
17994 2004-02-23  Benjamin Otte  <otte@gnome.org>
17995
17996         * ext/xine/xineinput.c: (gst_xine_input_dispose):
17997         (gst_xine_input_subclass_init):
17998           call parent dispose.
17999           change pad template for CD reader correctly
18000         * ext/xine/Makefile.am:
18001         * ext/xine/gstxine.h:
18002         * ext/xine/xine.c: (plugin_init):
18003         * ext/xine/xineaudiosink.c:
18004           wrap audio sinks, too
18005         * gst-libs/gst/resample/private.h:
18006         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18007         (gst_resample_reinit), (gst_resample_scale),
18008         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18009         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18010         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18011         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18012         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18013         * gst-libs/gst/resample/resample.h:
18014         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18015         (gst_audioscale_class_init), (gst_audioscale_link),
18016         (gst_audioscale_get_buffer), (gst_audioscale_init),
18017         (gst_audioscale_chain), (gst_audioscale_set_property),
18018         (gst_audioscale_get_property):
18019         * gst/audioscale/gstaudioscale.h:
18020           s/resample_*/gst_resample_*/i to not clobber namespaces
18021
18022 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18023
18024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18025         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18026         (gst_riff_create_video_template_caps),
18027         (gst_riff_create_audio_template_caps),
18028         (gst_riff_create_iavs_template_caps):
18029         * gst-libs/gst/riff/riff-media.h:
18030         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18031         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18032         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18033         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18034         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18035         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18036         (gst_matroska_demux_plugin_init): First batch implementing audio and
18037         video codec tags in demuxers.
18038
18039 2004-02-22  Benjamin Otte  <otte@gnome.org>
18040
18041         * ext/xine/Makefile.am:
18042         * ext/xine/gstxine.h:
18043         * ext/xine/xine.c: (plugin_init):
18044         * ext/xine/xineinput.c:
18045           add input plugin wrapper. Playback from files, http, mms and cdda
18046           works.
18047         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18048           remove leftover G_GNUC_UNUSED
18049         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18050         (gst_asf_demux_identify_guid):
18051           improve debugging output
18052
18053 2004-02-22  Benjamin Otte  <otte@gnome.org>
18054
18055         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18056
18057         * autogen.sh:
18058           replace test -e with test -x for mkinstalldirs to be more portable.
18059           (fixes #134816)
18060
18061 2004-02-22  Benjamin Otte  <otte@gnome.org>
18062
18063         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18064
18065         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18066           set rank to PRIMARY
18067         * gst/volume/gstvolume.c: (plugin_init):
18068           set rank to NONE
18069         fixes #134960
18070
18071 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18072
18073         reviewed by Benjamin Otte  <otte@gnome.org>
18074
18075         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18076           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18077
18078 2004-02-22  Benjamin Otte  <otte@gnome.org>
18079
18080         * configure.ac:
18081           export [_]*{gst,Gst,GST}.* symbols from plugins
18082
18083 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18084
18085         reviewed by: Benjamin Otte  <otte@gnome.org>
18086
18087         * ext/lame/gstlame.c: (add_one_tag):
18088         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18089         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18090         (gst_vorbisenc_metadata_set1):
18091         * gst/tags/gstid3tag.c:
18092         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18093           apply fixes from bugs #135042 (lame can't write tags) and #133817
18094           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18095
18096 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18097
18098         * configure.ac: Export only gst_plugin_desc from plugins.
18099          Note that this change only makes any effect with Linux using libtool
18100          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18101          fine. And don't try to have several versions of libtool in different
18102          directories.
18103
18104 2004-02-20  Andy Wingo  <wingo@pobox.com>
18105
18106         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18107         interleave respectively.
18108
18109         * gst/interleave/deinterleave.c: New plugin: deinterleave
18110         (replaces on oneton).
18111         * gst/interleave/interleave.c: New plugin: interleave.
18112         * gst/interleave/plugin.h: Support file.
18113         * gst/interleave/plugin.c: Support file.
18114
18115         * configure.ac: Remove intfloat and oneton, add interleave.
18116
18117         * ext/sndfile/gstsf.c: Handle events better.
18118
18119         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18120         and float2int operation. int2float has scheduling problems as
18121         noted in in2float_chain.
18122
18123 2004-02-20  Benjamin Otte  <otte@gnome.org>
18124
18125         * ext/xine/Makefile.am:
18126         * ext/xine/gstxine.h:
18127         * ext/xine/xine.c:
18128         * ext/xine/xineaudiodec.c:
18129         * ext/xine/xinecaps.c:
18130           add first version of xine plugin wrapper. Currently only wraps the
18131           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18132         * configure.ac:
18133         * ext/Makefile.am:
18134           add xine plugin wrapper, disabled by default. Use --enable-xine to
18135           build. Note that it'll segfault on gst-register if you don't remove
18136           the goom and tvtime post plugins from xine.
18137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18138         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18139           add extradata parsing for QDM2.
18140           change around debugging prints.
18141
18142 2004-02-19  Benjamin Otte  <otte@gnome.org>
18143
18144         * ext/lame/gstlame.c: (gst_lame_chain):
18145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18146           use gst_tag_list_insert when you want to insert tags
18147
18148 2004-02-18  David Schleef  <ds@schleef.org>
18149
18150         * configure.ac:  Move massink to gst-rotten
18151         * ext/Makefile.am:
18152         * ext/mas/Makefile.am:
18153         * ext/mas/massink.c:
18154         * ext/mas/massink.h:
18155
18156 2004-02-18  David Schleef  <ds@schleef.org>
18157
18158         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18159         typefinding, since it seems to be worse than nothing.
18160         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18161         atom to recognize .mp4 and .m4a files as video/quicktime.
18162
18163 2004-02-18  David Schleef  <ds@schleef.org>
18164
18165         * gst/sine/demo-dparams.c: (quit_live),
18166         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18167         Use double dparams, not float.
18168         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18169         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18170         sync'd elements don't really work correctly.
18171         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18172         (volume_update_volume), (volume_get_property):  Change dparam
18173         to double.
18174
18175 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18176
18177         * sys/ximage/ximagesink.c:
18178         (gst_ximagesink_xwindow_update_geometry),
18179         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18180         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18181         (gst_ximagesink_init): Rework the way software video scaling works. So
18182         now we check on each chain call if the video frames are feeling the
18183         window. If not we try to renegotiate caps. On failure we memorize that
18184         and we won't try again for that PLAYING sessions.
18185         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18186         failure.
18187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18188         synchronous flag.
18189
18190 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18191
18192         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18193           break up _link so we can give a better debug message for errors
18194
18195 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18196
18197         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18198           set up debug category
18199
18200 2004-02-18  Julien MOUTTE <julien@moutte.net>
18201
18202         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18203         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18204         the way renegotiation work. The event handling function is not taking
18205         care of external windows and renegotiate method check for pad flags
18206         NEGOTIATING. Should fix : #133209
18207
18208 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18209
18210         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18211         pad is negotiating before trying renegotiation.
18212
18213 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18214
18215         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18216           pass on all possible mime types as typefind hints
18217
18218 2004-02-17  Julien MOUTTE <julien@moutte.net>
18219
18220         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18221         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18222         possible SHM leak if we crash. All other apps using XShm are doing
18223         that.
18224
18225 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18226
18227         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18228         (gst_ximagesink_expose): Renegotiate size on expose.
18229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18230         size on expose.
18231
18232 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18233
18234         * testsuite/alsa/sinesrc.c:
18235           cosmetic fix to fix compile issue with gcc 2.95.4
18236
18237 2004-02-16  Julien MOUTTE <julien@moutte.net>
18238
18239         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18240         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18241         failed opening the audio device.
18242         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18243         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18244         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18245         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18246         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18247         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18248         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18249         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18250         Removing some useless g_return_if_fail like wingo suggested.
18251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18252         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18253         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18254         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18255         (gst_xvimagesink_update_colorbalance),
18256         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18257         (gst_xvimagesink_xcontext_clear),
18258         (gst_xvimagesink_get_fourcc_from_caps),
18259         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18260         (gst_xvimagesink_set_xwindow_id),
18261         (gst_xvimagesink_colorbalance_list_channels),
18262         (gst_xvimagesink_colorbalance_set_value),
18263         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18264         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18265
18266 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18267
18268         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18269           throw error when not negotiated instead of asserting
18270
18271 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18272
18273         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18274         correct data refcounting.
18275
18276 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18277
18278         * gst/switch/gstswitch.c: (gst_switch_change_state),
18279         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18280         change, mostly the EOS flag.
18281
18282 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18283
18284         * examples/gstplay/player.c: (got_eos), (main): Adding some
18285         output for debugging.
18286         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18287         timeouts if we go to any state different from PLAYING.
18288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18289         more EOS bugs in riff lib.
18290
18291 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18292
18293         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18294         visualization until i find a way to fix switch correctly.
18295         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18296         EOS arrives.
18297         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18298         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18299         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18300         Reworked switch to get a more correct behaviour with events and refing
18301         of data stored in sinkpads.
18302         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18303         we don't pull from a pad in EOS.
18304
18305 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18306
18307         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18308           remove v1 tag even if we can't read it (makes sure we don't detect
18309           it again)
18310
18311 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18312
18313         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18314         (gst_alsa_xrun_recovery):
18315         * ext/alsa/gstalsa.h:
18316           try xrun recovery when wait failed. Make xrun recovery function
18317           return TRUE/FALSE to indicate success. (might fix #134354)
18318
18319 2004-02-13  David Schleef  <ds@schleef.org>
18320
18321         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18322         (dynparm_value_changed), (main): Convert from float to double.
18323         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18324
18325 2004-02-13  David Schleef  <ds@schleef.org>
18326
18327         * gst/silence/gstsilence.c: (gst_silence_class_init),
18328         (gst_silence_set_clock), (gst_silence_get),
18329         (gst_silence_set_property), (gst_silence_get_property):
18330         * gst/silence/gstsilence.h: Add sync property.
18331         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18332         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18333         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18334         * gst/sine/gstsinesrc.h: Add sync property.
18335
18336 2004-02-13  David Schleef  <ds@schleef.org>
18337
18338         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18339         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18340
18341 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18342
18343         * configure.ac:
18344         * ext/Makefile.am:
18345         * gst-libs/ext/Makefile.am:
18346           move ffmpeg plugin to gst-ffmpeg module
18347
18348 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18349
18350         * configure.ac: use GST_ARCH to detect architecture
18351
18352 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18353
18354         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18355
18356 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18357
18358         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18359           classify LADSPA plugins based on number of src/sink pads
18360           (#133663, Stefan Kost)
18361         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18362           fix dparams registration
18363           (#133528, Stefan Kost)
18364         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18365           fix use of isprint and use g_ascii_isprint instead
18366           (#133316, Stefan Kost)
18367
18368 2004-02-11  David Schleef  <ds@schleef.org>
18369
18370         Convert a few inner loops to use liboil.  This is currently
18371         optional, and is only enabled if liboil is present (duh!).
18372         * configure.ac: Check for liboil-0.1
18373         * gst/intfloat/Makefile.am:
18374         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18375         (gst_int2float_chain_gint16):
18376         * gst/videofilter/Makefile.am:
18377         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18378         (tablelookup_u8), (gst_videobalance_planar411):
18379         * gst/videotestsrc/Makefile.am:
18380         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18381         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18382         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18383         (paint_hline_RGB565), (paint_hline_xRGB1555):
18384
18385 2004-02-11  David Schleef  <ds@schleef.org>
18386
18387         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18388         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18389         (gst_colorspace_getcaps), (gst_colorspace_link),
18390         (gst_colorspace_base_init), (gst_colorspace_init),
18391         (gst_colorspace_chain), (gst_colorspace_change_state),
18392         (plugin_init): Merge Ronald's patch (bug #117897) and update
18393         for new caps and negotiation.  Seems to work, although it
18394         shows off bugs in lcs.
18395
18396 2004-02-11  David Schleef  <ds@schleef.org>
18397
18398         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18399         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18400
18401 2004-02-11  David Schleef  <ds@schleef.org>
18402
18403         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18404         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18405         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18406         Add server and port properties
18407
18408 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18409
18410         * m4/a52.m4:
18411         * m4/aalib.m4:
18412         * m4/as-ffmpeg.m4:
18413         * m4/as-liblame.m4:
18414         * m4/as-slurp-ffmpeg.m4:
18415         * m4/check-libheader.m4:
18416         * m4/esd.m4:
18417         * m4/freetype2.m4:
18418         * m4/gconf-2.m4:
18419         * m4/glib.m4:
18420         * m4/gst-alsa.m4:
18421         * m4/gst-artsc.m4:
18422         * m4/gst-ivorbis.m4:
18423         * m4/gst-matroska.m4:
18424         * m4/gst-sdl.m4:
18425         * m4/gst-shout2.m4:
18426         * m4/gst-sid.m4:
18427         * m4/gtk.m4:
18428         * m4/libdv.m4:
18429         * m4/libfame.m4:
18430         * m4/libmikmod.m4:
18431         * m4/ogg.m4:
18432         * m4/vorbis.m4:
18433           fix underquotedness of macros (#133800)
18434         * m4/as-avifile.m4:
18435         * m4/xmms.m4:
18436           removed because no longer used
18437
18438 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18439
18440         * configure.ac:
18441           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18442           by autopoint (fixes #132996)
18443
18444 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18445
18446         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18447         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18448         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18449         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18450           fix memleaks
18451
18452 2004-02-11  David Schleef  <ds@schleef.org>
18453
18454         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18455         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18456         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18457         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18458         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18459         (gst_jpegenc_class_init), (gst_jpegenc_init),
18460         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18461         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18462         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18463         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18464
18465 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18466
18467         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18468         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18469         * ext/mikmod/gstmikmod.h:
18470           fix caps negotiation in mikmod
18471         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18472           output debug information
18473
18474 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18475
18476         * gst-libs/gst/colorbalance/Makefile.am:
18477         * gst-libs/gst/navigation/Makefile.am:
18478         * gst-libs/gst/xoverlay/Makefile.am:
18479           remove unused GST_OPT_CFLAGS from Makefiles
18480           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18481
18482 2004-02-07  David Schleef  <ds@schleef.org>
18483
18484         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18485         push events to pads that haven't been created (#133508)
18486
18487 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18488
18489         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18490         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18491         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18492         (gst_dvdec_loop), (gst_dvdec_change_state):
18493         Second attempt at committing a working dvdec element.
18494
18495 2004-02-06  David Schleef  <ds@schleef.org>
18496
18497         Build fixes for OS X: (see #129600)
18498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18499         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18500         (gst_riff_read_strf_iavs):
18501         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18502         (gst_avi_demux_stream_odml):
18503         * gst/playondemand/Makefile.am:
18504         * gst/rtp/rtp-packet.c:
18505
18506 2004-02-05  David Schleef  <ds@schleef.org>
18507
18508         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18509         last change, because it Just Doesn't Compile.
18510
18511 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18512
18513         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18514           skip undecodable id3v2 tag instead of keeping it
18515
18516 2004-02-05  David Schleef  <ds@schleef.org>
18517
18518         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18519         Unref leaked buffer.  (Noticed by Ronald)
18520
18521 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18522
18523         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18524         Sync requires with other checks.  >= vs =.
18525
18526 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18527
18528         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18529         (gst_dvdec_video_link), (gst_dvdec_loop):
18530         * ext/dv/gstdvdec.h:
18531           rework the caps negotiation so that dvdec works again instead
18532           of just segfaulting.
18533
18534 === release 0.7.4 ===
18535
18536 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18537
18538         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18539         * configure.ac: changed for release
18540
18541 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18542
18543         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18544         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18545         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18546         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18547           reworked patch by David Lehn to fix libdir and includedir for
18548           uninstalled libraries
18549           removed play and gconf from gstreamer-libs since they have their
18550           own pkgconfig files
18551
18552 2004-02-04  David Schleef  <ds@schleef.org>
18553
18554         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18555         memleak.
18556
18557 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18558
18559         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18560           use correct GST_TAG_ENCODER tag
18561
18562 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18563
18564         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18565           be sure to stop the clock when going to paused
18566         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18567           reset number of transmitted when going to ready.
18568         fixes #132935
18569
18570 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18571
18572         reviewed by Benjamin Otte
18573
18574         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18575           extract track count (fixes #133410)
18576
18577 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18578
18579         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18580           that should be !=, not == (fixes #132519)
18581
18582 2004-02-04  David Schleef  <ds@schleef.org>
18583
18584         Make sure set_explicit_caps() is called before adding pad.
18585         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18586         * gst/id3/gstid3types.c: (gst_id3types_loop):
18587         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18588         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18589
18590 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18591
18592         * configure.ac:
18593           bump nano to 2, first prerelease
18594           put back AM_PROG_LIBTOOL
18595
18596 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18597
18598         * testsuite/alsa/Makefile.am:
18599           these are user test apps, not automatic testsuite tests
18600
18601 2004-02-04  David Schleef  <ds@schleef.org>
18602
18603         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18604         * gst/mpeg1videoparse/gstmp1videoparse.c:
18605         (mp1videoparse_parse_seq):
18606         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18608         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18609         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18610         (gst_xvideosink_getcaps):
18611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18612         * testsuite/gst-lint: more tests
18613
18614 2004-02-04  David Schleef  <ds@schleef.org>
18615
18616         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18617         with the code that they would expand to.
18618         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18619         (gst_flacdec_get_src_query_types),
18620         (gst_flacdec_get_src_event_masks):
18621         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18622         (gst_gnomevfssrc_get_query_types),
18623         (gst_gnomevfssrc_get_event_mask):
18624
18625 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18626
18627         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18628         (gst_sinesrc_dispose):
18629           fix memleak by properly disposing sinesrc
18630
18631 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18632
18633         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18634         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18635         an overlay to redraw the image because it has been exposed.
18636         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18637         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18638         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18639         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18640         interface
18641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18642         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18643         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18644         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18645         interface
18646
18647 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18648
18649         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18650           more memleak fixage
18651
18652 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18653
18654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18655         * gst/typefind/gsttypefindfunctions.c:
18656           fix memleaks shown by gst-typefind
18657
18658 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18659
18660         * common/glib-gen.mak:
18661           add hack rule to touch .Plo files
18662         * gst-libs/gst/colorbalance/Makefile.am:
18663         * gst-libs/gst/mixer/Makefile.am:
18664         * gst-libs/gst/play/Makefile.am:
18665         * gst-libs/gst/tuner/Makefile.am:
18666           remove glib_root variable
18667
18668 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18669
18670         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18671           set explicit caps before adding the element, so the autopluggers can
18672           plug correctly.
18673         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18674         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18675         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18676         (dv_type_find):
18677           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18678           argument.
18679
18680 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18681
18682         * gst-libs/gst/colorbalance/Makefile.am:
18683         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18684         * gst-libs/gst/colorbalance/colorbalance.c:
18685         * gst-libs/gst/colorbalance/colorbalance.h:
18686         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18687         * gst-libs/gst/mixer/Makefile.am:
18688         * gst-libs/gst/mixer/mixer-marshal.list:
18689         * gst-libs/gst/mixer/mixer.c:
18690         * gst-libs/gst/mixer/mixer.h:
18691         * gst-libs/gst/mixer/mixermarshal.list:
18692         * gst-libs/gst/play/Makefile.am:
18693         * gst-libs/gst/play/play.h:
18694         * gst-libs/gst/tuner/Makefile.am:
18695         * gst-libs/gst/tuner/tuner-marshal.list:
18696         * gst-libs/gst/tuner/tuner.c:
18697         * gst-libs/gst/tuner/tuner.h:
18698         * gst-libs/gst/tuner/tunermarshal.list:
18699           use new glib-gen.mak snippet to clean up Makefile.am
18700           fix various bugs in Makefile.am's
18701
18702 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18703
18704         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18705           handle chain parsing correctly in the multichain case
18706         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18707         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18708         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18709         (theora_dec_chain):
18710           handle events and queries correctly
18711
18712 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18713
18714         * .cvsignore:
18715         Ignore generated file _stdint.h.
18716
18717 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18718
18719         * gst-libs/gst/colorbalance/Makefile.am:
18720         * gst-libs/gst/colorbalance/colorbalance.h:
18721         * gst-libs/gst/mixer/Makefile.am:
18722         * gst-libs/gst/mixer/mixer.h:
18723         * gst-libs/gst/play/Makefile.am:
18724         * gst-libs/gst/play/play.h:
18725         * gst-libs/gst/tuner/Makefile.am:
18726         * gst-libs/gst/tuner/tuner.h:
18727         Generate enum type code with glib-mkenums.
18728         * gst-libs/gst/colorbalance/.cvsignore:
18729         * gst-libs/gst/mixer/.cvsignore:
18730         * gst-libs/gst/play/.cvsignore:
18731         * gst-libs/gst/tuner/.cvsignore:
18732         Ignore generated files.
18733
18734 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18735
18736         * gst-libs/gst/audio/.cvsignore:
18737         Ignore generated file.
18738         * gst-libs/gst/audio/Makefile.am:
18739         Do not install example filter.
18740
18741 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18742
18743         * examples/switch/.cvsignore:
18744         Ignore generated file.
18745
18746 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18747
18748         * common/m4/ax_create_stdint_h.m4:
18749         * configure.ac:
18750           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18751           _stdint.h.
18752         * Makefile.am:
18753           remove generated _stdint.h in DISTCLEANFILES
18754         * ext/a52dec/gsta52dec.c:
18755           include _stdint.h for a52dec. (should fix #133064)
18756
18757 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18758
18759         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18760         (gst_tag_to_vorbis_comments):
18761         Add replaygain support to vorbistag
18762
18763 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18764         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18765         (gst_ffmpeg_caps_to_extradata):
18766           Fix SVQ3 caps flag properties
18767           Use glib macro for bytes swap
18768
18769 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18770
18771         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18772         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18773         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18774         * ext/sndfile/gstsf.c: (plugin_init):
18775         * gst/avi/gstavi.c: (plugin_init):
18776         * sys/dxr3/dxr3init.c: (plugin_init):
18777         * sys/oss/gstossaudio.c: (plugin_init):
18778         * sys/v4l/gstv4l.c: (plugin_init):
18779         * sys/v4l2/gstv4l2.c: (plugin_init):
18780           remove textdomain calls
18781         * po/nl.po:
18782           update Dutch translation
18783
18784 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18785
18786         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18787         (gst_play_set_audio_sink): Moving volume in the audio thread for
18788         instantaneous volume change. Maybe i will add another volume in front
18789         of visualization later, not sure yet though.
18790
18791 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18792
18793         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18794         (gst_ximagesink_handle_xevents): Better X events handling, only take
18795         the latest events for configure and motion.
18796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
18797
18798 2004-02-02  Jon Trowbridge  <trow@gnu.org>
18799
18800         reviewed by: David Schleef  <ds@schleef.org>
18801
18802         Fix memory leaks:
18803         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
18804         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
18805
18806 2004-02-02  David Schleef  <ds@schleef.org>
18807
18808         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
18809         of lines.
18810         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
18811         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18812         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
18813         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18814         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
18815         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
18816         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
18817         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
18818         (gst_float2_2_int_link):
18819         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
18820         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
18821         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
18822         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
18823         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
18824         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
18825         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
18826         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
18827         * testsuite/gst-lint: Add tests for bzero and ;;
18828
18829 2004-02-02  David Schleef  <ds@schleef.org>
18830
18831         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
18832
18833 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18834
18835         * ext/aalib/gstaasink.c: (gst_aasink_open):
18836         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
18837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18838         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18839         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
18840         (gst_afsink_close_file):
18841         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
18842         (gst_afsrc_close_file):
18843         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
18844         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
18845         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18846         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
18847         * ext/esd/esdmon.c: (gst_esdmon_get):
18848         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
18849         * ext/faac/gstfaac.c: (gst_faac_chain):
18850         * ext/faad/gstfaad.c: (gst_faad_chain):
18851         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
18852         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18853         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
18854         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
18855         (gst_flacdec_loop):
18856         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18857         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
18858         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
18859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
18860         (gst_gnomevfssink_close_file):
18861         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
18862         (gst_gnomevfssrc_open_file):
18863         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
18864         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
18865         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
18866         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
18867         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
18868         * ext/mad/gstmad.c: (gst_mad_chain):
18869         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
18870         * ext/mpeg2dec/gstmpeg2dec.c:
18871         * ext/mpeg2enc/gstmpeg2enc.cc:
18872         * ext/mplex/gstmplex.cc:
18873         * ext/mplex/gstmplexibitstream.cc:
18874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
18875         (gst_ogg_demux_push):
18876         * ext/raw1394/gstdv1394src.c:
18877         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
18878         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
18879         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
18880         (gst_sf_loop):
18881         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
18882         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
18883         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
18884         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
18885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18886         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
18887         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
18888         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
18889         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
18890         (gst_riff_read_element_data), (gst_riff_read_seek),
18891         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
18892         * gst/adder/gstadder.c: (gst_adder_loop):
18893         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
18894         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
18895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
18896         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
18897         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
18898         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18899         * gst/goom/gstgoom.c: (gst_goom_chain):
18900         * gst/id3/gstid3types.c: (gst_id3types_loop):
18901         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
18902         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
18903         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
18904         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
18905         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
18906         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
18907         (gst_ebml_read_float), (gst_ebml_read_header):
18908         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
18909         (gst_matroska_demux_parse_blockgroup):
18910         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
18911         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18912         * gst/oneton/gstoneton.c: (gst_oneton_chain):
18913         * gst/silence/gstsilence.c: (gst_silence_get):
18914         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
18915         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
18916         * gst/speed/gstspeed.c: (speed_loop):
18917         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
18918         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18919         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
18920         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18921         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
18922         (gst_wavparse_loop):
18923         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
18924         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
18925         (dxr3audiosink_close):
18926         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
18927         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
18928         (dxr3videosink_close), (dxr3videosink_write_data):
18929         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
18930         * sys/oss/gstosssink.c: (gst_osssink_chain):
18931         * sys/oss/gstosssrc.c: (gst_osssrc_get):
18932         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18933         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
18934         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
18935         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
18936         (gst_v4l_set_window), (gst_v4l_enable_overlay):
18937         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
18938         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
18939         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
18940         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
18941         (gst_v4l_set_audio):
18942         * sys/v4l/v4l_calls.h:
18943         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
18944         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
18945         (gst_v4lmjpegsink_playback_init),
18946         (gst_v4lmjpegsink_playback_start):
18947         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
18948         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18949         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
18950         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
18951         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
18952         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
18953         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
18954         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
18955         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
18956         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
18957         (gst_v4l2_get_output), (gst_v4l2_set_output),
18958         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
18959         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
18960         (gst_v4l2_set_attribute):
18961         * sys/v4l2/v4l2_calls.h:
18962         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
18963         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
18964         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
18965         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
18966         (gst_v4l2src_capture_stop):
18967         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
18968         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
18969         (gst_ximagesink_chain):
18970         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
18971         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
18972         (gst_xvideosink_xwindow_new):
18973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18974         (gst_xvimagesink_chain):
18975
18976 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * gst/volume/gstvolume.c: (gst_volume_set_volume),
18979         (gst_volume_get_volume), (volume_class_init), (volume_init),
18980         (volume_chain_int16), (volume_update_volume):
18981         * gst/volume/gstvolume.h:
18982           make code more readable by removing magic numbers
18983           make mixer interface export 0-100 range
18984           make it internally map to 0.0-1.0 range so users don't distort
18985           output by putting the sliders at full volume
18986
18987 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18988
18989         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
18990         (gst_play_state_change), (gst_play_seek_to_time):
18991         block the tick callback for 0.5 secs after doing a seek
18992
18993 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18994
18995         * gst-libs/gst/play/play.c: (gst_play_new):
18996           check for GError
18997
18998 2004-02-01  Julien MOUTTE  <julien@moutte.net>
18999
19000         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19001         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19002         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19003         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19005         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19006
19007 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19008
19009         * configure.ac:
19010         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19011           check for a function added in vorbis 1.1
19012
19013 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19014
19015         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19016         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19017           really start/stop clock only on PLAYING <=> PAUSED
19018         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19019           remove \n from debugging lines
19020         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19021           make it work when seeking does not
19022         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19023           reset on DISCONT
19024
19025 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19026
19027         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19028           start clock on PAUSED=>PLAYING, not later
19029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19030           extract correct time for different discont formats
19031         (gst_alsa_sink_get_time):
19032           don't segfault when no format is negotiated yet, just return 0
19033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19034         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19035         (gst_ogg_pad_push):
19036           handle flush and discont events correctly
19037         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19038           handle discont events correctly
19039
19040 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19041
19042         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19043         (gst_play_error_create), (gst_play_error_plugin),
19044         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19045         * gst-libs/gst/play/play.h:
19046           add error handling during creation
19047         * examples/gstplay/player.c: (main):
19048           use new gst_play_new
19049
19050
19051 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19052
19053         * ext/theora/theoradec.c: (theora_dec_chain):
19054           make comments work
19055         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19056         (vorbis_dec_src_event), (vorbis_dec_chain):
19057           add encoder tag, fix tag reading to be more error tolerant, change
19058           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19059           gst_pad_event_default.
19060         * gst/tags/gstvorbistag.c:
19061         (gst_tag_list_from_vorbiscomment_buffer):
19062           undefine function specific define at end of function
19063
19064 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19065
19066         * ext/flac/gstflac.c: (plugin_init):
19067         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19068         * ext/flac/gstflacdec.h:
19069         * ext/flac/gstflacenc.h:
19070           Fix typos
19071
19072 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19073
19074         * examples/gstplay/player.c: s/gstplay.h/play.h/
19075
19076 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19077
19078         * gst-libs/gst/play/Makefile.am:
19079         * gst-libs/gst/play/gstplay.c:
19080         * gst-libs/gst/play/gstplay.h:
19081         * gst-libs/gst/play/play.c:
19082           more surgery, operation complete
19083
19084 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19085
19086         * gst-libs/gst/play/play.old.c:
19087         * gst-libs/gst/play/play.old.h:
19088           after CVS surgery by moving, remove
19089         * gst-libs/gst/play/playpipelines.c:
19090           remove
19091
19092         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19093           add negotiation error
19094
19095 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19096
19097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19098         (gst_ogg_demux_push):
19099           add some seeking debug info
19100           send a flush when seeking
19101
19102 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19103
19104         * configure.ac:
19105           use AC_C_INLINE
19106         * configure.ac:
19107         * ext/Makefile.am:
19108         * ext/theora/Makefile.am:
19109         * ext/theora/theoradec.c:
19110           add theora video decoder. Does just do simple decoding for now and
19111           has been tested against Theora cvs only. It only works when theora
19112           is compiled with --enable-static.
19113         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19114           always reset packetno on DISCONT
19115
19116 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19117
19118         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19119           Fix audio.
19120
19121 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19122
19123         * gst/mpegaudioparse/gstmpegaudioparse.c:
19124         (mp3_type_frame_length_from_header):
19125           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19126
19127 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19128
19129         * ext/esd/esdsink.c: (gst_esdsink_init):
19130           Since we have static pad template caps, we don't need to negotiate;
19131           either the core errors out or we know the format.
19132
19133 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19134
19135         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19136         (gst_riff_read_seek):
19137         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19138         (gst_ebml_read_seek):
19139           Fix event handling.
19140
19141 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19142
19143         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19144           removee video/x-theora from vp3 decoder, it doesn't handle raw
19145           theora streams
19146         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19147           fix bug with finalizing element that never went to PAUSED
19148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19149           length and position queries were swapped
19150         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19151         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19152         (vorbis_dec_src_event):
19153           implement querying time and bytes
19154
19155 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19156
19157         * just about every source file:
19158           gst_element_error -> GST_ELEMENT_ERROR
19159
19160 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19161
19162         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19163         emiting FLUSH and even before DISCONT.
19164         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19165         get the best instant seeking as possible yay!
19166
19167 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19168
19169         * gst/mpeg1videoparse/gstmp1videoparse.c:
19170         (gst_mp1videoparse_real_chain):
19171           Committed wrong version last week... Grr... Didn't notice until now.
19172
19173 2004-01-29  Julien MOUTTE <julien@moutte.net>
19174
19175         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19177         have_xwindow_id signal in xwindow_create.
19178
19179 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19180
19181         * ext/ogg/gstoggdemux.c:
19182           lots of changes - mainly support for chained bitstreams, seeking,
19183           querying and bugfixes of course
19184         * ext/vorbis/Makefile.am:
19185         * ext/vorbis/vorbisdec.c:
19186         * ext/vorbis/vorbisdec.h:
19187           add vorbisdec raw vorbis decoder
19188         * ext/vorbis/vorbis.c: (plugin_init):
19189           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19190         * gst/intfloat/Makefile.am:
19191         * gst/intfloat/float22int.c:
19192         * gst/intfloat/float22int.h:
19193         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19194           add float2intnew plugin. It converts multichannel interleaved float to
19195           multichannel interleaved int. The name should probably be changed.
19196         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19197         (plugin_init):
19198           add typefinding for raw theora video so oggdemux can detect it.
19199
19200 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19201
19202         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19203         sink element first.
19204         * gst/videoscale/gstvideoscale.c:
19205         (gst_videoscale_handle_src_event): Fixing src event handler.
19206
19207 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19208
19209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19210         (gst_v4lsrc_open), (gst_v4lsrc_close),
19211         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19212         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19213         * sys/v4l/gstv4lsrc.h:
19214         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19215         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19216           Implement resizing... Hack. But that's why v4l is b0rked...
19217
19218 2004-01-28  Julien MOUTTE <julien@moutte.net>
19219
19220         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19221         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19222         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19223         (gst_ximagesink_xwindow_destroy):
19224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19225         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19226         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19227         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19228         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19229         correctly cleaning the image created to check xshm calls on succes,
19230         added a lot of XSync calls in X11 functions, and fixed a segfault when
19231         no image format was defined before negotiation happened.
19232
19233 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19234
19235         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19236           use gst_element_get_time to get correct time
19237
19238 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19239
19240         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19241         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19242         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19244         (gst_xvimagesink_check_xshm_calls),
19245         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19246         X plugins are now able to detect that XShm calls will fail even if the
19247         server claims that it has XShm support (remote displays most of the
19248         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19249         so that we use non XShm functions. This feature is almost useless for
19250         xvimagesink as Xv is not supported on remote displays anyway, but
19251         it might happen than even on the local display XShm calls fail.
19252
19253 2004-01-27  David Schleef  <ds@schleef.org>
19254
19255         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19256         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19257         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19258         changed esdsink to only use 44100,16,2, since esd sucks at rate
19259         conversion and esdsink has had difficulty negotiating.
19260
19261 2004-01-27  Julien MOUTTE <julien@moutte.net>
19262
19263         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19264         (gst_play_seek_to_time): Fixing the way to get current position.
19265
19266 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19267
19268         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19269           use gst_element_get_time to get correct time
19270
19271 2004-01-27  Julien MOUTTE <julien@moutte.net>
19272
19273         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19274         fix ever... Inverting 2 lines of code make spider autoplug correctly
19275         tagged mp3 !
19276
19277 2004-01-27  David Schleef  <ds@schleef.org>
19278
19279         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19280         Use gst_pad_try_set_caps_nonfixed().
19281
19282 2004-01-27  David Schleef  <ds@schleef.org>
19283
19284         * gst/ac3parse/gstac3parse.c: update to checklist 5
19285         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19286         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19287         * gst/audioscale/gstaudioscale.c: same
19288         * gst/auparse/gstauparse.c: same
19289         * gst/avi/gstavidemux.c: same
19290
19291 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19292
19293         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19294           stop processing after EOS
19295
19296 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19297
19298         * gst/asfdemux/asfheaders.h:
19299         * gst/asfdemux/gstasfdemux.c:
19300         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19301         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19302         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19303           lot's of fixes to make data extraction simpler and get the code
19304           architecture and compiler independant. Add debugging category
19305         * gst/goom/gstgoom.c: (gst_goom_change_state):
19306           reset channel count on PAUSED=>READY, not READY=>PAUSED
19307
19308 2004-01-26  Colin Walters  <walters@verbum.org>
19309
19310         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19311         code to pull a bigger buffer in iradio mode.  This as a side effect
19312         makes typefinding work.
19313
19314 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19315
19316         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19317         Fix SVQ3 decoding on PPC
19318
19319 2004-01-26  Julien MOUTTE <julien@moutte.net>
19320
19321         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19322         that one managed to stay there... Fixed.
19323
19324 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19325
19326         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19327         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19328         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19329         (qtdemux_video_caps):
19330         * gst/qtdemux/qtdemux.h:
19331         Add SVQ3 specific flags to qtdemux and ffmpeg
19332
19333 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19334
19335         * gst-libs/gst/audio/audio.h:
19336           remove buffer-frames from audio caps
19337         * gst/audioconvert/gstaudioconvert.c:
19338           fix plugin to really work.
19339
19340 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19341
19342         * gst-libs/gst/mixer/mixer.c:
19343         * gst-libs/gst/propertyprobe/propertyprobe.c:
19344         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19345         (gst_tuner_find_channel_by_name):
19346         * gst-libs/gst/tuner/tuner.h:
19347           Add gtk-doc style comments. Also fix a function name.
19348
19349 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19350
19351         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19352         (gst_divxdec_negotiate):
19353           Fix for new capsnego - also fixes gst-player with divxdec.
19354
19355 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19356
19357         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19358         (gst_play_identity_handoff), (gst_play_set_location),
19359         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19360         try in visualization implementation. Still have an issue with switch
19361         blocking when pulling from video_queue and only audio comes out of
19362         spider.
19363         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19364         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19365         release method. And check if the pad is usable before pulling.
19366
19367 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19368
19369         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19370         (gst_videobalance_init),
19371         (gst_videobalance_colorbalance_list_channels),
19372         (gst_videobalance_colorbalance_set_value),
19373         (gst_videobalance_colorbalance_get_value),
19374         (gst_videobalance_update_properties),
19375         (gst_videobalance_update_tables_planar411),
19376         (gst_videobalance_planar411):
19377         * gst/videofilter/gstvideobalance.h:
19378           Implement lookup-tables. +/- 10x faster.
19379
19380 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19381
19382         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19383         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19384           The index reading was broken. The rest worked fine, but the whole
19385           goal of my rewrite was to make avidemux readable, and this was
19386           not at all readable. Please use typed variables.
19387
19388 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19389
19390         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19391           Additional pad usability check.
19392         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19393         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19394         (gst_mp1videoparse_real_chain):
19395           Fix MPEG video stream parsing. The original plugin had several
19396           issues, including not timestamping streams where the source was
19397           not timestamped (this happens with PTS values in mpeg system
19398           streams, but MPEG video is also a valid stream on its own so
19399           that needs timestamps too). We use the display time code for that
19400           for now. Also, if one incoming buffer contains multiple valid
19401           frames, we push them all on correctly now, including proper EOS
19402           handling. Lastly, several potential segfaults were fixed, and we
19403           properly sync on new sequence/gop headers to include them in next,
19404           not previous frames (since they're header for the next frame, not
19405           the previous). Also see #119206.
19406         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19407         (bpf_from_header):
19408           Move caps setting so we only do it after finding several valid
19409           MPEG-1 fraes sequentially, not right after the first one (which
19410           might be coincidental).
19411         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19412         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19413         (plugin_init):
19414           Add unsynced MPEG video stream typefinding, and change some
19415           probability values so we detect streams rightly. The idea is as
19416           follows: I can have an unsynced system stream which contains
19417           video. In the current code, I would randomly get a type for either
19418           system or video stream type found, because the probabilities are
19419           being calculated rather randomly. I now use fixed values, so we
19420           always prefer system stream if that was found (and that is how it
19421           should be). If no system stream was found, we can still identity                the stream as video-only.
19422
19423 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19424
19425         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19426         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19427           don't write to buffer. Extract data without the need of
19428           __attribute__ ((packed))
19429
19430 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19431
19432         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19433         (mpeg1_sys_type_find):
19434           Fix MPEG-1 stream typefinding.
19435
19436 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19437
19438         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19439           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19440
19441 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19442
19443         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19444         * ext/esd/gstesd.c: (plugin_init):
19445           private debugging, better error reporting
19446
19447 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19448
19449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19450         (gst_riff_read_init), (gst_riff_read_change_state):
19451         * gst-libs/gst/riff/riff-read.h:
19452           Remove stuff fromold metadata system.
19453
19454 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19455
19456         * ext/ogg/gstoggdemux.c:
19457           Fix wrong file comment.
19458         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19459         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19460           Add metadata reading properly.
19461
19462 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19463
19464         * ext/Makefile.am:
19465           Fix nas DIST_SUBDIRS
19466           Uraeus:
19467           Fix bug where make distcheck doesn't get run on adding stuff to
19468           the build.
19469
19470 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19471
19472         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19473         * ext/divx/gstdivxdec.h:
19474           Fix divx3 ("msmpeg4") playback using divxdec.
19475
19476 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19477
19478         * gst/typefind/gsttypefindfunctions.c:
19479         (mp3_type_frame_length_from_header): fix bug in length computation
19480         (mp3_type_find): improve debugging output
19481
19482 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19483
19484         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19485         (gst_play_set_location), (gst_play_seek_to_time),
19486         (gst_play_set_audio_sink), (gst_play_set_visualization),
19487         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19488         the pipeline from scratch. Visualization is back and switch went out as
19489         i realized it was not possible to use the way i wanted.
19490         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19491         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19492         clearing in state change from READY to NULL. So that one can clean the
19493         X ressources keeping the element.
19494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19495         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19496         (gst_xvimagesink_colorbalance_set_value),
19497         (gst_xvimagesink_colorbalance_get_value),
19498         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19499         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19500         change from READY to NULL and fixed some stupid bugs in colorbalance
19501         get/set values. Also added the following feature : when nobody tries to
19502         set some values to the colorbalance levels before the xcontext is
19503         grabbed, then when creating channels list from Xv attributes we set the
19504         internal values to the Xv defaults. This way we handle buggy Xv drivers
19505         that set default hue values far from the middle of the range (Thanks
19506         to Jon Trowbridge for pointing that issue).
19507         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19508         colorbalance levels have been set before xcontext is grabbed.
19509
19510 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19511
19512         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19513           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19514           it might block operations (which is bad for a mixer).
19515
19516 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19517
19518         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19519         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19520         (gmip_find_type_pre):
19521         * gst-libs/gst/media-info/media-info-priv.h:
19522         * gst-libs/gst/media-info/media-info.c:
19523         (gst_media_info_instance_init), (gst_media_info_read_idler):
19524         add fakesink to get caps on decoder src pad again
19525         fix callback prototype to match new have_type signal signature
19526
19527 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19528
19529         * gst/adder/gstadder.c: (gst_adder_link):
19530           fix non-compile and cut-n-paste code
19531
19532 2004-01-21  David Schleef  <ds@schleef.org>
19533
19534         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19535         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19536         (gst_swfdec_init), (gst_swfdec_change_state):
19537         * ext/swfdec/gstswfdec.h:
19538         Fix negotiation.
19539         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19540         (gst_adder_request_new_pad): Fix negotiation.
19541         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19542         Add a fixate function.
19543         * gst/intfloat/gstfloat2int.c:
19544         * gst/intfloat/gstfloat2int.h:
19545         * gst/intfloat/gstint2float.c:
19546         * gst/intfloat/gstint2float.h:
19547         Completely rewrite the negotiation.  Doesn't quite work yet,
19548         due to some buffer-frames problem.
19549
19550 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19551
19552         * ext/gnomevfs/gstgnomevfssrc.c:
19553         * sys/v4l2/v4l2_calls.h:
19554           fix includes for distcheck
19555
19556 2004-01-21  Christian Schaller <uraeus@gnome.org>
19557
19558         * ext/nas/
19559         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19560         based on earlier patch from Laurent Vivier
19561
19562 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19563
19564         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19565         Fix wma caps property
19566         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19567         Fix typo (flags1 and flags2)
19568
19569 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19570
19571         * gst-libs/gst/media-info/media-info-priv.c:
19572         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19573         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19574         (gmip_find_stream), (gmip_find_track_metadata),
19575         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19576         (gmip_find_track_format):
19577         * gst-libs/gst/media-info/media-info-priv.h:
19578         * gst-libs/gst/media-info/media-info-test.c: (main):
19579         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19580         (gst_media_info_read_idler), (gst_media_info_read):
19581         * gst-libs/gst/media-info/media-info.h:
19582           register debugging category and use it for debugging
19583
19584 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19585
19586         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19587         (gst_vorbisfile_new_link):
19588           signal streaminfo through tags
19589
19590 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * ext/mplex/gstmplex.cc:
19593         * ext/mplex/gstmplexibitstream.cc:
19594           g++ doesn't like NULL in our i18n/error macros, should be
19595           either (NULL) or ("").
19596
19597 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * sys/dxr3/dxr3audiosink.c:
19600         * sys/dxr3/dxr3init.c:
19601         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19602         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19603           Fix more error error error errors (missing includes here).
19604
19605 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19606
19607         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19608           fix thomas' error errors.
19609
19610 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19611
19612         * ext/mpeg2enc/gstmpeg2enc.cc:
19613           fix error errors.
19614
19615 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19616
19617         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19618         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19619           Fix for new error system.
19620
19621 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19622
19623         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19624           fix for new error reporting
19625
19626 2004-01-20  David Schleef  <ds@schleef.org>
19627
19628         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19629         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19630         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19631         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19632         and neither is 100+, most likely.
19633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19634         (gst_xvimagesink_getcaps): same
19635
19636 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19637
19638         * configure.ac:
19639           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19640           clashes with ffmpeg.
19641
19642 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19643
19644         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19645         (gst_switch_init): Fixed switch element : proxying link and setting
19646         caps from src to sink on request.
19647
19648 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19649
19650         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19651         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19652         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19653         fix element_error
19654
19655 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19656
19657         * sys/v4l/v4l_calls.h:
19658         * sys/v4l2/v4l2_calls.h:
19659           element_error fixes
19660
19661 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19662
19663         * gst-libs/gst/gst-i18n-plugin.h:
19664           add locale.h
19665           remove config.h inclusion
19666
19667 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19668
19669         * autogen.sh:
19670           adding autopoint invocation
19671         * Makefile.am:
19672         * configure.ac:
19673         * gst-libs/gst/gettext.h:
19674           adding gettext bits
19675         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19676         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19677         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19678         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19679         (gst_gnomevfssink_close_file):
19680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19681         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19682         * gst-libs/gst/gst-i18n-plugin.h:
19683         * gst/avi/gstavi.c: (plugin_init):
19684         * sys/dxr3/dxr3init.c: (plugin_init):
19685         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19686         * sys/oss/gstossaudio.c: (plugin_init):
19687         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19688         * sys/v4l/gstv4l.c: (plugin_init):
19689         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19690         * sys/v4l2/gstv4l2.c: (plugin_init):
19691         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19692         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19693         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19694         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19695         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19696         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19697           make sure locale and translation domain are set
19698           fix translated strings
19699         * po/.cvsignore:
19700         * po/LINGUAS:
19701         * po/Makevars:
19702         * po/POTFILES.in:
19703         * po/nl.po:
19704           put translation files into place
19705         * sys/xvideo/imagetest.c: (main):
19706         * ext/dv/demo-play.c: (main):
19707           fix unnecessary translations
19708
19709 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19710
19711         * ext/sndfile/gstsf.c:
19712         * gst/avi/gstavimux.c:
19713         * ext/audiofile/gstafsink.c:
19714         * ext/audiofile/gstafsrc.c:
19715         * ext/gnomevfs/gstgnomevfssink.c:
19716         * ext/gnomevfs/gstgnomevfssrc.c:
19717         * sys/oss/gstosselement.c:
19718         * sys/v4l/v4l_calls.h:
19719           fix i18n include
19720
19721 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19722
19723         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19724         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19725         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19726         (gst_v4l2_get_output), (gst_v4l2_set_output),
19727         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19728         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19729         (gst_v4l2_set_attribute):
19730         update to new error handling
19731
19732 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19733
19734         * ext/sidplay/gstsiddec.cc:
19735         * gst/modplug/gstmodplug.cc:
19736           parenthese NULL because C++ seems angry about it
19737
19738 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19739
19740         * gst-libs/gst/gst-i18n-plugin.h:
19741           add skeleton i18n stuff, but needs to be further implemented
19742
19743 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19744
19745         * examples/gstplay/player.c: (main):
19746         * ext/aalib/gstaasink.c: (gst_aasink_open):
19747         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19750         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19751         (gst_afsink_close_file):
19752         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19753         (gst_afsrc_close_file):
19754         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19755         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19756         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19757         * ext/esd/esdmon.c: (gst_esdmon_get):
19758         * ext/esd/esdsink.c: (gst_esdsink_chain):
19759         * ext/faac/gstfaac.c: (gst_faac_chain):
19760         * ext/faad/gstfaad.c: (gst_faad_chain):
19761         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19762         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19763         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19764         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19765         (gst_flacdec_loop):
19766         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19767         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19768         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19769         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19770         (gst_gnomevfssink_close_file):
19771         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19772         (gst_gnomevfssrc_open_file):
19773         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19774         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19775         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19776         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19777         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19778         * ext/mad/gstmad.c: (gst_mad_chain):
19779         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19780         * ext/mpeg2dec/gstmpeg2dec.c:
19781         * ext/mpeg2enc/gstmpeg2enc.cc:
19782         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19783         * ext/mplex/gstmplex.cc:
19784         * ext/mplex/gstmplexibitstream.cc:
19785         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19786         (gst_ogg_demux_push), (gst_ogg_pad_push):
19787         * ext/raw1394/gstdv1394src.c:
19788         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19789         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19790         * ext/sidplay/gstsiddec.cc:
19791         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19792         (gst_sf_loop):
19793         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19794         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19795         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19796         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19797         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19798         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19799         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19800         * gst-libs/gst/Makefile.am:
19801         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19802         (gst_riff_read_element_data), (gst_riff_read_seek),
19803         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19804         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
19805         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19806         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19807         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19808         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19809         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19810         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19811         * gst/goom/gstgoom.c: (gst_goom_chain):
19812         * gst/id3/gstid3types.c: (gst_id3types_loop):
19813         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19814         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19815         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19816         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19817         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19818         (gst_ebml_read_float), (gst_ebml_read_header):
19819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19820         (gst_matroska_demux_parse_blockgroup):
19821         * gst/modplug/gstmodplug.cc:
19822         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19823         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19824         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19825         * gst/silence/gstsilence.c: (gst_silence_get):
19826         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19827         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19828         * gst/speed/gstspeed.c: (speed_loop):
19829         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19831         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19832         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19833         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19834         (gst_wavparse_loop):
19835         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19836         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19837         (dxr3audiosink_close):
19838         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19839         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19840         (dxr3videosink_close), (dxr3videosink_write_data):
19841         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19842         * sys/oss/gstosselement.h:
19843         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
19844         (gst_osssink_chain):
19845         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19846         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19847         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19848         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19849         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
19850         (gst_v4l_enable_overlay):
19851         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19852         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19853         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19854         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19855         (gst_v4l_set_audio):
19856         * sys/v4l/v4l_calls.h:
19857         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19858         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19859         (gst_v4lmjpegsink_playback_init),
19860         (gst_v4lmjpegsink_playback_start):
19861         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
19862         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
19863         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
19864         (gst_v4lmjpegsrc_requeue_frame):
19865         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19866         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19867         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19868         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19869         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19870         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19871         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19872         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19873         (gst_v4l2src_capture_stop):
19874         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19875         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19876         (gst_ximagesink_chain):
19877         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19878         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19879         (gst_xvideosink_xwindow_new):
19880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19881         (gst_xvimagesink_chain):
19882         use new error signal, function and categories
19883
19884 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
19885
19886         * configure.ac:
19887         * ext/Makefile.am:
19888         * ext/musicbrainz/gsttrm.c:
19889         * ext/musicbrainz/gsttrm.h:
19890         * ext/musicbrainz/Makefile.am:
19891         Add a trm plugin
19892
19893 2004-01-18  Julien MOUTTE  <julien@moutte.net>
19894
19895         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
19896         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
19897         synchronous property for debugging.
19898         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
19899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19900         (gst_xvimagesink_set_property): Moving a pointer declaration to a
19901         smaller block, fixing indent.
19902
19903 2004-01-16  David Schleef  <ds@schleef.org>
19904
19905         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
19906         property affects the video stream.
19907         * sys/xvimage/xvimagesink.c:
19908         * sys/xvimage/xvimagesink.h:
19909         Add synchronous property for debugging.  Should probably be
19910         disabled in non-CVS builds.  Make sure that the Xv attribute
19911         exists before we set it (crash!).  Fix a silly float bug that
19912         caused colorbalance to just not work.
19913
19914 2004-01-17  Christian Schaller <Uraeus@gnome.org>
19915
19916         * tools/gst-launch-ext.in - update for new plugins
19917
19918 2004-01-16  David Schleef  <ds@schleef.org>
19919
19920         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
19921         already-freed caps.
19922
19923 2994-01-16  Christian Schaller <Uraeus@gnome.org>
19924
19925         * Update spec for new colorspace plugin and libcaca plugin
19926         * Fix compilation of libcaca plugin (clock -> id)
19927
19928 2004-01-16  Julien MOUTTE <julien@moutte.net>
19929
19930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
19931         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19932         (gst_xvimagesink_set_xwindow_id),
19933         (gst_xvimagesink_colorbalance_set_value),
19934         (gst_xvimagesink_colorbalance_get_value),
19935         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
19936         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
19937         correct colorbalance properties. They can now be set when the element
19938         is still in NULL state. The values will be committed to the Xv Port
19939         when xcontext is initialized.
19940         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
19941         brightness int values in the GstXvImagesink structure.
19942
19943 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19944
19945         * gst-libs/gst/Makefile.am:
19946           restructure so having local patches works easier.
19947
19948 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19949
19950         * ext/mpeg2enc/Makefile.am:
19951         * ext/mpeg2enc/gstmpeg2enc.cc:
19952         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19953           Bugfix with respect to EOS handling.
19954
19955 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19956
19957         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
19958           Link with right caps (else, it segfaults).
19959         * ext/mplex/gstmplexjob.cc:
19960           Fix for slight API change in 1.6.1.93 release of mjpegtools.
19961
19962 2004-01-15  David Schleef  <ds@schleef.org>
19963
19964         * gst-libs/gst/audio/Makefile.am:
19965         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
19966         from the template.
19967         * gst-libs/gst/audio/gstaudiofilter.c:
19968         * gst-libs/gst/audio/gstaudiofilter.h:
19969         Add bytes_per_sample and size and n_samples calculation.
19970         * gst-libs/gst/audio/gstaudiofilterexample.c:
19971         Remove, now autogenerated.
19972         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
19973         Moved from gstaudiofilterexample, object name changed, code added
19974         so that it actually works.
19975         * gst-libs/gst/audio/make_filter:
19976         Script to build an audiofilter subclass from the template.
19977         * gst/colorspace/Makefile.am:
19978         * gst/colorspace/yuv2yuv.c:
19979         Remove file, since it's GPL, and we don't use it.
19980
19981 2004-01-15  Julien MOUTTE  <julien@moutte.net>
19982
19983         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
19984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
19985         them use the buffer free function to test how the buffer was allocated.
19986
19987 2004-01-15  David Schleef  <ds@schleef.org>
19988
19989         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
19990         that handles osssink fallback.
19991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19992         (gst_audio_convert_getcaps):
19993         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19994         Add audio/x-qdm2 for QDM2 audio.
19995         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19996         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
19997         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19998         Decrease minimum size to 16x16.
19999         * gst/wavparse/gstwavparse.c:
20000         Convert disabled pad template caps to new caps.
20001         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20003         (gst_xvimagesink_chain): Throw element error when display cannot
20004         be opened.  Increase minimum framerate to 1.0.  Check the data
20005         free function on a buffer to make sure it is the type we expect
20006         before manipulating it.
20007
20008 2004-01-15  Julien MOUTTE <julien@moutte.net>
20009
20010         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20011         (gst_videobalance_colorbalance_set_value): Implement passthru if
20012         settings are in the middle.
20013         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20014
20015 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * gst/videofilter/Makefile.am:
20018         * gst/volume/Makefile.am:
20019           Since we use videofilter symbols, link to it.
20020
20021 2004-01-15  Julien MOUTTE <julien@moutte.net>
20022
20023         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20024         mixer interface type to HARDWARE.
20025         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20026         type to SOFTWARE.
20027         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20028         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20029         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20030         (gst_volume_interface_init), (gst_volume_list_tracks),
20031         (gst_volume_set_volume), (gst_volume_get_volume),
20032         (gst_volume_set_mute), (gst_volume_mixer_init),
20033         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20034         (volume_init): Implementing mixer interface.
20035         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20036         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20037         (gst_osselement_change_state): Removing some trailing commas in
20038         structures.
20039         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20040         interface type to HARDWARE.
20041         * sys/v4l/gstv4lcolorbalance.c:
20042         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20043         type to HARDWARE.
20044         * sys/v4l2/gstv4l2colorbalance.c:
20045         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20046         interface type to HARDWARE.
20047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20048         same code than ximagesink for event handling.
20049
20050 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * ext/snapshot/Makefile.am:
20053         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20054         (gst_snapshot_chain):
20055         * ext/snapshot/gstsnapshot.h:
20056           This has to be a joke... Snapshot should be connected to a tee,
20057           colorspace element before it and EOS after that, where the other
20058           src of the tee receives normal data.
20059           The current way is *wrong*.
20060
20061 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20062
20063         * ext/hermes/gsthermescolorspace.c:
20064           Fix another compile error. Same as below.
20065
20066 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20067
20068         * gst/colorspace/gstcolorspace.c:
20069         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20070         (gst_colorspace_i420_to_yv12):
20071           Fix compiling... Didn't test if it actually works.
20072
20073 2004-01-15  David Schleef  <ds@schleef.org>
20074
20075         * configure.ac:
20076         * gst/colorspace/Makefile.am:
20077         * gst/colorspace/gstcolorspace.c:
20078         * gst/colorspace/gstcolorspace.h:
20079         * gst/colorspace/yuv2rgb.c:
20080         * gst/colorspace/yuv2rgb.h:
20081         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20082         code and GPL code.  Fix for new caps negotiation.  Rewrite
20083         much of the format handling code, and some of the conversion
20084         code.  Basically, rewrote almost everything.  This element
20085         handles I420, YV12 to RGB conversions.
20086         * ext/hermes/Makefile.am:
20087         * ext/hermes/gsthermescolorspace.c:
20088         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20089         Remove non-Hermes related code.  This element handles lots of
20090         RGB to RGB conversions, but no YUV.
20091         * ext/hermes/gstcolorspace.c:
20092         * ext/hermes/gstcolorspace.h:
20093         * ext/hermes/rgb2yuv.c:
20094         * ext/hermes/yuv2rgb.c:
20095         * ext/hermes/yuv2rgb.h:
20096         * ext/hermes/yuv2rgb_mmx16.s:
20097         * ext/hermes/yuv2yuv.c:
20098         * ext/hermes/yuv2yuv.h:
20099         Remove old code.
20100
20101 2004-01-14  Colin Walters  <walters@verbum.org>
20102
20103         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20104         they've already been.
20105
20106 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20107
20108         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20109           assume tag mode when pad is not connected
20110
20111 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20112
20113         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20114           Don't update the time of the clock
20115         (gst_alsa_sink_loop):
20116           sync to the clock given to alsasink, not the own clock
20117         * sys/oss/gstosssink.c: (gst_osssink_chain):
20118           sync to the clock
20119         (gst_osssink_change_state):
20120           activate the clock
20121         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20123           remove bogus code that made DISCONT events unhandled
20124         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20125           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20126           #131502)
20127         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20128         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20129         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20130           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20131           2nd warning in bug #131502)
20132
20133 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20134
20135         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20136         (gst_videobalance_colorbalance_set_value),
20137         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20138         for colorbalance interface implementation.
20139         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20140         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20141         (gst_ximagesink_dispose), (gst_ximagesink_init),
20142         (gst_ximagesink_class_init): Adding DISPLAY property.
20143         * sys/ximage/ximagesink.h: Adding display_name to store display.
20144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20145         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20146         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20147         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20148         properties (they still need polishing though for gst-launch use : no
20149         xcontext yet, i ll do that tomorrow).
20150         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20151
20152 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20153
20154         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20155         (gst_play_set_location), (gst_play_set_visualization): Preparing
20156         switch integration, adding videobalance in the pipeline.
20157
20158 2004-01-14  Julien MOUTTE <julien@moutte.net>
20159
20160         * gst-libs/gst/colorbalance/colorbalance.c:
20161         (gst_color_balance_class_init): Adding a default type.
20162         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20163         the type.
20164         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20165         (gst_videobalance_dispose), (gst_videobalance_class_init),
20166         (gst_videobalance_init), (gst_videobalance_interface_supported),
20167         (gst_videobalance_interface_init),
20168         (gst_videobalance_colorbalance_list_channels),
20169         (gst_videobalance_colorbalance_set_value),
20170         (gst_videobalance_colorbalance_get_value),
20171         (gst_videobalance_colorbalance_init): Implementing colorbalance
20172         interface.
20173         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20174         list.
20175         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20176         bug which was triggering a BadAccess X error when setting an overlay
20177         before pad was really negotiated.
20178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20179         Using the colorbalance type macro.
20180
20181 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20182
20183         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20184         (gst_flacenc_chain):
20185           handle tags correctly
20186         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20187           extract ID3v1 tags correctly
20188
20189 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20190
20191         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20192         (plugin_init):
20193           Improve matroska typefinding for odd-typed headers...
20194
20195 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20196
20197         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20198           Fix for using incremental number on padnames.
20199
20200 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * ext/divx/gstdivxdec.c:
20203         * ext/divx/gstdivxenc.c:
20204           Set category to divx4linux instead of divx (too generic).
20205         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20206         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20207         (gst_wavparse_loop), (gst_wavparse_change_state):
20208         * gst/wavparse/gstwavparse.h:
20209           fix parsing of WAV files with non-standard fmt-tag size and fix
20210           skipping of unrecognized chunks... Someone please fix this thing
20211           to use rifflib so all this is automated.
20212         * sys/v4l/Makefile.am:
20213         * sys/v4l2/Makefile.am:
20214           Add X_CFLAGS because we depend on X (for overlay).
20215
20216 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20217
20218         * ext/mpeg2dec/gstmpeg2dec.c:
20219           Don't issue a timestamp unless we tagged the frame
20220           with a PTS.
20221
20222 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20223
20224         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20225           Query the audio element to get the time, not the clock. We're
20226           interested in the element's time here.
20227
20228 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20229
20230         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20231         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20232         * ext/esd/esdsink.c: (gst_esdsink_chain):
20233         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20234         * ext/mas/massink.c: (gst_massink_chain):
20235         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20236         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20237         (gst_matroska_demux_parse_metadata):
20238         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20239         (gst_mpeg_parse_release_locks):
20240         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20241         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20242         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20243         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20244         (gst_osssink_change_state):
20245         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20246         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20247         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20248         (gst_xvideosink_release_locks):
20249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20250           use element time.
20251         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20252         (gst_alsa_clock_stop):
20253         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20254         (gst_audio_clock_get_internal_time):
20255           simplify for use with new clocking code.
20256         * testsuite/alsa/Makefile.am:
20257         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20258           fix testsuite for new caps system
20259
20260 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20261
20262         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20263         * ext/flac/gstflacenc.c: (add_one_tag):
20264           length is already host endian, no need to convert. Fixes playback of
20265           tagged files on PPC. (bug #128384)
20266
20267 2004-01-13  Julien MOUTTE <julien@moutte.net>
20268
20269         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20270         colorbalance interface stating if it is hardware based or software
20271         based.
20272         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20273         Removing a trailing comma.
20274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20275         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20276         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20277         the documentation seems to be wrong on the -1000 to 1000 interval.
20278
20279 2004-01-12  David Schleef  <ds@schleef.org>
20280
20281         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20282         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20283         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20284         Fix negotiation.  Add a bufferalloc function for the sink pad,
20285         and generally clean up some of the code.
20286
20287 2004-01-12  Julien MOUTTE <julien@moutte.net>
20288
20289         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20290         (gst_color_balance_channel_dispose): Adding safety check in dispose
20291         method.
20292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20293         (gst_xvimagesink_xcontext_clear),
20294         (gst_xvimagesink_interface_supported),
20295         (gst_xvimagesink_colorbalance_list_channels),
20296         (gst_xvimagesink_colorbalance_set_value),
20297         (gst_xvimagesink_colorbalance_get_value),
20298         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20299         Adding colorbalance interface support to set XV parameters such as
20300         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20301         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20302         interface.
20303
20304 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20305
20306         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20307         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20308         (gst_audio_convert_init), (gst_audio_convert_set_property),
20309         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20310         (gst_audio_convert_link),
20311         (gst_audio_convert_buffer_to_default_format),
20312         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20313           - implement _getcaps and use it
20314           - improve linking
20315           - remove float caps since no float conversion is actually done
20316           - remove properties and arguments that were to be used for rate
20317             conversion
20318
20319 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20320
20321         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20322         (gst_audio_structure_set_int):
20323         * gst-libs/gst/audio/audio.h:
20324           add helper functions for _getcaps matching the standard audio
20325           templates
20326
20327 2004-01-12  David Schleef  <ds@schleef.org>
20328
20329         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20330         Test that pad is negotiated before getting its caps.
20331
20332 2004-01-12  Julien MOUTTE <julien@moutte.net>
20333
20334         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20335         analyzing the pads of an element the bin is mostly in READY state so
20336         no caps were negotiated. This helper function needs to work with
20337         _get_caps directly then. I was not freeing them though, added that to
20338         fix the mem leak.
20339
20340 2004-01-12  Julien MOUTTE <julien@moutte.net>
20341
20342         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20344         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20345         than the free_func.
20346
20347 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20348
20349         * sys/oss/gstossaudio.c: (plugin_init):
20350         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20351         * sys/oss/gstosselement.h:
20352           make an oss debugging category
20353           make failure more descriptive
20354
20355 2004-01-11  David Schleef  <ds@schleef.org>
20356
20357         * ext/ffmpeg/gstffmpeg.c:
20358         * ext/ffmpeg/gstffmpegcodecmap.c:
20359         * ext/ffmpeg/gstffmpegdec.c:
20360         * ext/ffmpeg/gstffmpegenc.c:
20361         * ext/ffmpeg/gstffmpegprotocol.c:
20362         * ext/gdk_pixbuf/gstgdkanimation.c:
20363         * ext/jpeg/gstjpeg.c:
20364         * ext/libpng/gstpng.c:
20365         * ext/mpeg2dec/perftest.c:
20366         * ext/speex/gstspeex.c:
20367         * gst-libs/gst/resample/dtos.c:
20368         * gst/intfloat/gstintfloatconvert.c:
20369         * gst/oneton/gstoneton.c:
20370         * gst/rtjpeg/RTjpeg.c:
20371         * gst/rtp/gstrtp.c:
20372         * sys/dxr3/dxr3init.c:
20373         * sys/glsink/gstgl_nvimage.c:
20374         * sys/glsink/gstgl_pdrimage.c:
20375         * sys/glsink/gstglsink.c:
20376         * testsuite/gst-lint:
20377         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20378
20379 2004-01-11  David Schleef  <ds@schleef.org>
20380
20381         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20382         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20383         * ext/gdk_pixbuf/gstgdkanimation.c:
20384         (gst_gdk_animation_iter_create_pixbuf):
20385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20386         (gst_gdk_pixbuf_chain):
20387         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20388         * ext/jack/gstjack.c: (gst_jack_change_state):
20389         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20390         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20391         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20392         * gst/videofilter/gstvideofilter.c:
20393         (gst_videofilter_set_output_size):
20394         Remove all usage of gst_pad_get_caps(), and replace it with
20395         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20396
20397 2004-01-11  David Schleef  <ds@schleef.org>
20398
20399         * configure.ac:
20400         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20401         * ext/divx/gstdivxdec.c:
20402         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20403         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20404         handle images that span multiple buffers.  Now work with both
20405         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20406         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20407         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20408         video/video.h changes
20409         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20410         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20411         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20412         of GstData free function.
20413         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20414         same.
20415
20416 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20417
20418         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20419         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20420         (gst_v4l2element_get_property):
20421         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20422           add norm, channel and frequency properties.
20423         * sys/v4l2/gstv4l2tuner.c:
20424           fixes for tuner interface changes
20425         * sys/v4l2/gstv4l2element.h:
20426         * sys/v4l2/gstv4l2src.c:
20427         * sys/v4l2/gstv4l2src.h:
20428         * sys/v4l2/v4l2src_calls.c:
20429         * sys/v4l2/v4l2src_calls.h:
20430           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20431
20432 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20433
20434         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20435         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20436         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20437         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20438         * gst-libs/gst/tuner/tuner.h:
20439           GObjects aren't const.
20440           Add find_by_name functions.
20441           Add checks to _changed functions.
20442         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20443         (gst_v4l_tuner_get_norm):
20444           Fixes for above.
20445
20446 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20447
20448         * gst-libs/gst/video/video.h:
20449           Fix caps template names to be understandable.
20450           Prefix everything with GST_VIDEO.
20451         * ext/aalib/gstaasink.c:
20452         * ext/divx/gstdivxdec.c:
20453         * ext/divx/gstdivxenc.c:
20454         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20455         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20456         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20457         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20458         * ext/libcaca/gstcacasink.c:
20459         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20460         * ext/snapshot/gstsnapshot.c:
20461         * ext/swfdec/gstswfdec.c:
20462         * ext/xvid/gstxviddec.c:
20463         * ext/xvid/gstxvidenc.c:
20464         * gst/chart/gstchart.c:
20465         * gst/deinterlace/gstdeinterlace.c:
20466         * gst/effectv/gsteffectv.c:
20467         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20468         * gst/goom/gstgoom.c:
20469         * gst/median/gstmedian.c:
20470         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20471         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20472         * gst/overlay/gstoverlay.c:
20473         * gst/smooth/gstsmooth.c:
20474         * gst/smpte/gstsmpte.c:
20475         * gst/synaesthesia/gstsynaesthesia.c:
20476         * gst/videocrop/gstvideocrop.c:
20477         * gst/videodrop/gstvideodrop.c:
20478         * gst/y4m/gsty4mencode.c:
20479         * sys/qcam/gstqcamsrc.c:
20480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20481           Make them work with new video.h file.
20482         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20483         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20485         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20486           Make it work with new buffer allocation system.
20487
20488 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20489
20490         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20491         pad_alloc_buffer implementation to use ->srcpad
20492         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20493         pad_alloc_buffer implementation to use ->srcpad
20494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20495         pad_alloc_buffer implementation to use ->srcpad
20496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20497         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20498         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20499         a reference to everything we need.
20500         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20501         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20502         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20503         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20504         a reference to everything we need.
20505         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20506
20507 2004-01-11  David Schleef  <ds@schleef.org>
20508
20509         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20510         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20511         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20512         structure members.
20513         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20514         value during a resize/renegotiation.
20515         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20516         gst_pad_alloc_buffer();
20517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20518         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20519         structure members.
20520         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20521         Fix for rename of buffer private structure members.
20522         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20523         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20524         Fix for rename of buffer private structure members.
20525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20526         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20527         Fix for rename of buffer private structure members.
20528
20529 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20530
20531         reviewed by: David Schleef <ds@schleef.org>
20532
20533         * gst/videofilter/Makefile.am:
20534         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20535         from the patch by ds to fit in with recent make_filter changes.
20536
20537 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20538
20539         * configure.ac: Adding examples/switch/Makefile
20540         * examples/Makefile.am: Adding examples/switch
20541         * examples/switch/Makefile.am: Adding switcher example.
20542         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20543         (switch_timer), (main): Adding an example demonstrating switch usage
20544         with 2 videotestsrc showing different patterns.
20545         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20546         (gst_switch_init): Fixing switch with the new caps system.
20547
20548 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20549
20550         * gst-libs/gst/video/video.h:
20551           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20552           They should probably be like
20553           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20554
20555 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20556
20557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20558         (qtdemux_parse_trak):
20559           fix audio chunk size/timestamp calculation
20560
20561 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20562
20563         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20564           fix SVQ3 caps
20565
20566 2004-01-11  Steve Baker  <steve@stevebaker.org>
20567
20568         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20569         (gst_agingtv_base_init), (gst_agingtv_class_init),
20570         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20571         (gst_agingtv_set_property), (gst_agingtv_get_property):
20572         Port agingTV to videofilter
20573
20574 2004-01-09  Julien MOUTTE <julien@moutte.net>
20575
20576         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20577         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20578
20579 2004-01-09  Julien MOUTTE <julien@moutte.net>
20580
20581         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20582         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20583         * gst-libs/gst/xoverlay/xoverlay.c:
20584         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20585         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20586         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20587         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20588         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20589         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20590         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20591         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20592         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20593         interface implementation to handle xid being 0 and fix some bugs
20594         triggered by Benjamin's testcase.
20595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20596         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20597         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20598         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20599         interface implementation to handle xid being 0 and fix some bugs
20600         triggered by Benjamin's testcase.
20601
20602 2004-01-09  David Schleef  <ds@schleef.org>
20603
20604         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20605         mouse pointer events.  It works.
20606
20607 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20610           Use explicit caps - fix capsnego.
20611         * ext/xvid/gstxviddec.c:
20612         * ext/xvid/gstxvidenc.c:
20613           Remove macro-inside-macro which caused compile errors.
20614         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20615           Error out if it's not a RIFF file. Else we error out without
20616           gst_element_error() which is not good...
20617
20618 2004-01-08  David Schleef  <ds@schleef.org>
20619
20620         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20621         Fix pad_link function to handle formats that ffmpeg returns
20622         as multiple caps structures.
20623         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20624         Only complain if source buffer is _smaller_ than expected.
20625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20626         (gst_videoscale_handle_src_event): Resize navigation events
20627         when passing them upstream.
20628         * gst/videotestsrc/gstvideotestsrc.c:
20629         * gst/videotestsrc/gstvideotestsrc.h:
20630         * gst/videotestsrc/videotestsrc.c:
20631         * gst/videotestsrc/videotestsrc.h:
20632         Rewrite many of the buffer painting functions to handle odd
20633         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20634         been verified to work with my video card.
20635         * testsuite/gst-lint:  Add check for elements calling
20636         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20637
20638 2004-01-08  David Schleef  <ds@schleef.org>
20639
20640         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20641         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20642
20643 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20644
20645         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20646         configure event is not emiting the desired size signal. That fixes
20647         aspect ratio issues with gst-player.
20648
20649 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20650
20651         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20652           Fix capsnego.
20653
20654 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20655
20656         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20657         public method to fire size signal.
20658
20659 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20660
20661         * examples/gstplay/Makefile.am: Adding the interface library.
20662         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20663         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20664         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20665         GST_IS_X_OVERLAY before signal connect.
20666         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20667         Removing the have_video_size signal.
20668         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20669         and associated public method.
20670         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20671         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20672         signal.
20673         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20674         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20675         signal.
20676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20677         Using XOverlay public method to fire size signal.
20678
20679 2004-01-07  David Schleef  <ds@schleef.org>
20680
20681         * gst/videofilter/Makefile.am:
20682         * gst/videofilter/gstvideotemplate.c:
20683         * gst/videofilter/make_filter:
20684         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20685         Convert make_filter to /bin/sh script.
20686
20687 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20688
20689         * gst/modplug/gstmodplug.cc: fix element description
20690
20691 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20692
20693         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20694         (got_video_size): Adding some new lines in g_print calls.
20695         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20696         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20697         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20698         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20699         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20700         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20701         Complete code review, reverting some stuff i disagree with, adding
20702         some fixes : time synchronization on invalid timestamps, renegotiation
20703         of private window.
20704         * sys/ximage/ximagesink.h:
20705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20706         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20707         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20708         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20709         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20710         (gst_xvimagesink_buffer_new),
20711         (gst_xvimagesink_navigation_send_event),
20712         (gst_xvimagesink_set_xwindow_id),
20713         (gst_xvimagesink_get_desired_size),
20714         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20715         stuff i disagree with, adding some fixes : Renegotiation of private
20716         window, implementing get_desired_size.
20717
20718 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20719
20720         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20721         (gst_afsink_handle_event):
20722         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20723         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20724         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20725         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20726         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20727           Fix for instantiate-test (see core). Also remove dead code from
20728           jpegenc (which still needs fixing, but that's lower on my TODO
20729           list...).
20730         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20731           Never return NULL as caps.
20732
20733 2004-01-07  David Schleef  <ds@schleef.org>
20734
20735         * configure.ac:
20736         * ext/Makefile.am:
20737         * ext/librfb/Makefile.am:
20738         * ext/librfb/gstrfbsrc.c:
20739         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20740         is the protocol used by VNC.
20741
20742 2004-01-07  David Schleef  <ds@schleef.org>
20743
20744         * gst/videofilter/gstvideotemplate.c:
20745         * gst/videofilter/gstvideotemplate.h:
20746         * gst/videofilter/make_filter:
20747         Merge videotemplate header into source file.
20748         * gst/effectv/Makefile.am:
20749         * gst/effectv/gsteffectv.c: (plugin_init):
20750         * gst/effectv/gstwarp.c:
20751         Make warpTV a subclass of videofilter.
20752
20753 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20754
20755         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20756           Add guard against invalid utf-8 conversions in mad. Just in case.
20757
20758 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20759
20760         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20761           Fix for bug shown by poisoning
20762
20763 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20764
20765         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20766         (gst_v4lmjpegsrc_buffer_free):
20767         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20768         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20769         (gst_v4lsrc_buffer_free):
20770           Fix for removed bufferpools.
20771
20772 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20773
20774         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20775         Fix caps negotiation.
20776
20777         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20778         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20779         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20780         (dvdnavsrc_event):
20781         * ext/mpeg2dec/gstmpeg2dec.c:
20782         * gst-libs/gst/navigation/navigation.c:
20783         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20784         * gst-libs/gst/navigation/navigation.h:
20785         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20786         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20788         Super-simple first version of mouse and keyboard events. Clicking
20789         on a DVD menu now works, although it may not take you where you
20790         expected.
20791
20792         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20793         * gst/videotestsrc/gstvideotestsrc.c:
20794         (gst_videotestsrc_src_fixate):
20795         These fixate functions were broken - they never actually
20796         fixated :)
20797
20798 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20799
20800         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
20801         (gst_icecastsend_init):
20802           fix for new caps system.
20803         * gst-libs/gst/mixer/mixertrack.h:
20804         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
20805           Add 'master track' flag (for tools like ACME that only want to
20806           change the main volume).
20807
20808 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20809
20810         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
20811         (gst_xvid_csp_to_caps):
20812         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
20813         * ext/xvid/gstxvidenc.c:
20814         ifdef out ARGB type when it isn't available
20815         in xvidcore 1.0.0beta2
20816
20817 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20818
20819         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20820           When we have received a new SCR right in the first buffer after
20821           a seek (so in the same cycle that handles the discont), we should
20822           handle the buffer instead of unreffing it, else we lose data.
20823
20824 2004-01-06  Iain <iain@prettypeople.org>
20825
20826         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
20827           buffer-frames caps too.
20828
20829         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
20830           caps that we need, don't destroy them all and rebuild them. And when
20831           creating src pads, use the src pad template rather than the sink...
20832
20833 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20834
20835         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
20836           Add pad to element *after* setting functions such as event handler.
20837           Without this, the scheduler (opt) will link pads, set the event
20838           handler from the default event function (dispatcher in gstpad.c)
20839           and *after* that, we will set our own event function, which will
20840           thus never be used (and thus mpegdemux doesn't handle events).
20841
20842 2004-01-04  David Schleef  <ds@schleef.org>
20843
20844         Fix the fixate functions to handle new prototype:
20845         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20846         * gst/videotestsrc/gstvideotestsrc.c:
20847         (gst_videotestsrc_src_fixate):
20848         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20849         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
20850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20851
20852 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20853
20854         * sys/ximage/ximagesink.h:
20855         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20856         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
20857         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
20858         (gst_ximagesink_xoverlay_init):
20859           assorted fixes to make (re)embedding work
20860         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
20861         (gst_ximagesink_get_desired_size):
20862           implement desired size additions to XOverlay
20863
20864 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20865
20866         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
20867         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
20868         (gst_x_overlay_got_desired_size):
20869         * gst-libs/gst/xoverlay/xoverlay.h:
20870           Add optional "desired size" signal and querying.
20871
20872 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20873
20874         * gst/matroska/matroska-demux.c:
20875         (gst_matroska_demux_parse_blockgroup):
20876           Fix EBML-laced block parsing. Diffs are relative to previous
20877           lace, not the first lace. Thanks to Mosu from the Matroska
20878           team for detecting this.
20879         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20880         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
20881         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
20882         (gst_wavparse_change_state):
20883         * gst/wavparse/gstwavparse.h:
20884           Quickfix for capsnego.
20885
20886 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20887
20888         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
20889           Fix indenting, fix pad creation.
20890
20891 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20892
20893         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
20894         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
20895         (gst_xviddec_sink_link):
20896           Implement src_getcaps() so proper size caps is negotiated.
20897
20898 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20899
20900         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
20901           Finish flac decoder on EOS. See #116178.
20902
20903 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20904
20905         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
20906         (gst_matroska_demux_add_stream):
20907         * gst/matroska/matroska-ids.h:
20908           Add getcaps() function to fix capsnego...
20909
20910 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20911
20912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20913         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20914         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20915           Fix more integer overflows. Again, see #126967.
20916
20917 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20918
20919         * ext/mpeg2dec/gstmpeg2dec.c:
20920           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
20921           #130416.
20922
20923 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20924
20925         * configure.ac:
20926         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
20927         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
20928         * ext/xvid/gstxvid.h:
20929         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
20930         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
20931         (gst_xviddec_src_link), (gst_xviddec_sink_link),
20932         (gst_xviddec_change_state):
20933         * ext/xvid/gstxviddec.h:
20934         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
20935         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
20936         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
20937         (gst_xvidenc_link), (gst_xvidenc_set_property),
20938         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
20939         * ext/xvid/gstxvidenc.h:
20940           Update xvid plugin to latest xvid (1.0.0-beta3) API.
20941
20942 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20943
20944         * gst/rtp/rtp-packet.c:
20945           Add sys/types.h include, since OS X doesn't define in_addr_t
20946           in netinet/in.h, like it does on Linux (see #129600).
20947
20948 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
20949
20950         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
20951
20952         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
20953           Correct logic of dispose function (see #129306).
20954
20955 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20956
20957         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
20958         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20959         (gst_mpeg_parse_init):
20960         * gst/mpegstream/gstmpegparse.h:
20961           Remove clock (which was never provided, i.e. dead code), and
20962           also fix integer overflows at high PTS values (see #126967).
20963
20964 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20965
20966         * ext/flac/gstflacdec.c:
20967         * ext/libpng/gstpngenc.h:
20968         * ext/mikmod/gstmikmod.h:
20969           OS X fixes (see #126628).
20970
20971 2004-01-02  David Schleef  <ds@schleef.org>
20972
20973         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
20974         (gst_alsa_src_base_init): Remove bogus "src" request pad.
20975         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
20976         (gst_mpeg_parse_class_init): Move pad template registration
20977         to class_init, since the derived class (mpegdemux) doesn't
20978         want them.
20979
20980 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20981
20982         * sys/ximage/Makefile.am:
20983         * sys/xvideo/Makefile.am:
20984         * sys/xvimage/Makefile.am:
20985           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
20986           after installation (see #127664).
20987
20988 2004-01-02  David Schleef  <ds@schleef.org>
20989
20990         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
20991         (gst_ffmpegenc_connect):  Negotiation fixes.
20992         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
20993         Remove inappropriate gst_caps_free().
20994         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
20995         Reenable Ronald's internal resize code, since the core handles
20996         it correctly now.
20997
20998 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20999
21000         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21001         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21003           Fix pad template stuff.
21004
21005 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21006
21007         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21008         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21009           fix signed integer reading/writing.
21010
21011 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21012
21013         * ext/alsa/README:
21014           Remove outdated document
21015
21016 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21017
21018         * gst/cutter/gstcutter.c: (gst_cutter_init):
21019           src pad was being created twice - oops.
21020
21021 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21024           Comment out internal resize. It doesn't handle the resulting
21025           XEvent internally, does another try_set_caps() which leads to
21026           a really nice loop.
21027           Real fix will come when Julien and Dave are awake. ;).
21028
21029 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21030
21031         * ext/mpeg2enc/gstmpeg2enc.cc:
21032           fix const/nonconst compile issue.
21033
21034 2004-01-02  David Schleef  <ds@schleef.org>
21035
21036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21037         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21038         Add fixate function and a check for bad formats.
21039
21040 2004-01-01  David Schleef  <ds@schleef.org>
21041
21042         Negotiation fixes:
21043         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21044         (gst_audiofilter_init):
21045         * gst/debug/efence.c: (gst_efence_init):
21046         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21047         (gst_deinterlace_init):
21048         * gst/volume/gstvolume.c: (volume_connect):
21049
21050 2004-01-01  David Schleef  <ds@schleef.org>
21051
21052         Convert elements to use gst_pad_use_explicit_caps() where
21053         appropriate:
21054         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21055         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21056         (gst_afparse_open_file):
21057         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21058         (gst_afsrc_open_file):
21059         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21060         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21061         (gst_ffmpegdec_chain):
21062         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21063         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21064         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21065         (gst_gdk_pixbuf_chain):
21066         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21067         (gst_jpegdec_chain):
21068         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21069         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21070         (gst_mikmod_negotiate):
21071         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21072         (gst_mpeg2dec_negotiate_format):
21073         * ext/mpeg2enc/gstmpeg2enc.cc:
21074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21075         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21076         (gst_speexdec_sinkconnect):
21077         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21078         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21079         (gst_vorbisfile_new_link):
21080         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21081         (gst_ac3parse_chain):
21082         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21083         (gst_asf_demux_setup_pad):
21084         * gst/auparse/gstauparse.c: (gst_auparse_init),
21085         (gst_auparse_chain):
21086         * gst/id3/gstid3types.c: (gst_id3types_loop):
21087         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21088         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21089         (mp1videoparse_parse_seq):
21090         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21091         (bpf_from_header):
21092         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21093         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21094         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21095         (gst_mpeg_parse_send_data):
21096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21097         (gst_qtdemux_add_stream):
21098         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21099         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21100         (gst_wavparse_parse_fmt):
21101
21102 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21103
21104         * configure.ac:
21105           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21106           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21107           it therefore uses the wrong include paths. Too bad... Note
21108           that 1.6.1.93 is not release yet. ;).
21109           Also add a check for mplex, which is now using the lib'ified
21110           mplex from mjpegtools, too.
21111         * ext/ffmpeg/gstffmpegcodecmap.c:
21112           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21113           issues. I don't think ffmpeg handles 3ivx correctly, so this
21114           probably won't work. But it won't hurt either.
21115         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21116         (gst_ffmpegdec_chain):
21117         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21118         (gst_ffmpegenc_chain_audio):
21119           Fix memleak in audio encoding. Close codec if open fails, this
21120           calls the cleanup routines so we can re-use the context.
21121         * ext/mpeg2enc/gstmpeg2enc.cc:
21122           Fix pad template names/types, fix memory issue with getcaps().
21123         * ext/mpeg2enc/gstmpeg2encoder.cc:
21124         * ext/mpeg2enc/gstmpeg2encoder.hh:
21125           Fix compile issue with new caps system (const thingy).
21126         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21127         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21128           We read a first frame right on initing, so that we have a caps
21129           when we init the output. This caps is cached in padprivate and
21130           read as first frame.
21131         * ext/mplex/Makefile.am:
21132         * ext/mplex/gstmplex.cc:
21133         * ext/mplex/gstmplex.h:
21134         * ext/mplex/gstmplex.hh:
21135         * ext/mplex/gstmplexibitstream.cc:
21136         * ext/mplex/gstmplexibitstream.hh:
21137         * ext/mplex/gstmplexjob.cc:
21138         * ext/mplex/gstmplexjob.hh:
21139         * ext/mplex/gstmplexoutputstream.cc:
21140         * ext/mplex/gstmplexoutputstream.hh:
21141           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21142           had issues, didn't do capsnego, supported only a subset of the
21143           mplex features and required a mplex fork in our local CVS. Plus
21144           that it worked agaist a very old mplex version. Rewriting was
21145           faster than updating it.
21146         * gst-libs/ext/Makefile.am:
21147         * gst-libs/ext/mplex/INSTRUCT:
21148         * gst-libs/ext/mplex/Makefile.am:
21149         * gst-libs/ext/mplex/README:
21150         * gst-libs/ext/mplex/TODO:
21151         * gst-libs/ext/mplex/ac3strm_in.cc:
21152         * gst-libs/ext/mplex/audiostrm.hh:
21153         * gst-libs/ext/mplex/audiostrm_out.cc:
21154         * gst-libs/ext/mplex/aunit.hh:
21155         * gst-libs/ext/mplex/bits.cc:
21156         * gst-libs/ext/mplex/bits.hh:
21157         * gst-libs/ext/mplex/buffer.cc:
21158         * gst-libs/ext/mplex/buffer.hh:
21159         * gst-libs/ext/mplex/fastintfns.h:
21160         * gst-libs/ext/mplex/format_codes.h:
21161         * gst-libs/ext/mplex/inputstrm.cc:
21162         * gst-libs/ext/mplex/inputstrm.hh:
21163         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21164         * gst-libs/ext/mplex/mjpeg_logging.cc:
21165         * gst-libs/ext/mplex/mjpeg_logging.h:
21166         * gst-libs/ext/mplex/mjpeg_types.h:
21167         * gst-libs/ext/mplex/mpastrm_in.cc:
21168         * gst-libs/ext/mplex/mpegconsts.cc:
21169         * gst-libs/ext/mplex/mpegconsts.h:
21170         * gst-libs/ext/mplex/mplexconsts.hh:
21171         * gst-libs/ext/mplex/multplex.cc:
21172         * gst-libs/ext/mplex/outputstream.hh:
21173         * gst-libs/ext/mplex/padstrm.cc:
21174         * gst-libs/ext/mplex/padstrm.hh:
21175         * gst-libs/ext/mplex/stillsstream.cc:
21176         * gst-libs/ext/mplex/stillsstream.hh:
21177         * gst-libs/ext/mplex/systems.cc:
21178         * gst-libs/ext/mplex/systems.hh:
21179         * gst-libs/ext/mplex/vector.cc:
21180         * gst-libs/ext/mplex/vector.hh:
21181         * gst-libs/ext/mplex/videostrm.hh:
21182         * gst-libs/ext/mplex/videostrm_in.cc:
21183         * gst-libs/ext/mplex/videostrm_out.cc:
21184         * gst-libs/ext/mplex/yuv4mpeg.cc:
21185         * gst-libs/ext/mplex/yuv4mpeg.h:
21186         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21187         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21188           We don't fork mjpegtools' mplex in our CVS anymore.
21189         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21190         (gst_avi_demux_add_stream):
21191         * gst/avi/gstavidemux.h:
21192           Add getcaps() function for proper caps nego. This makes some
21193           parts of AVI playback/reading work.
21194         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21195           Resize window on new capsnego. This is probably wrong, but
21196           I'm still committing it because with current capsnego, the
21197           first successfull capsnego is auto-fixated, therefore rounded
21198           down to the lowest values in the caps. this results in a 16x16
21199           XWindow that is not reized when real capsnego finishes.
21200           Dave, I see more cases of this, do you know a proper solution?
21201         * tools/gst-launch-ext.in:
21202           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21203
21204 2003-12-31  David Schleef  <ds@schleef.org>
21205
21206         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21207         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21208           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21209
21210 2003-12-30  David Schleef  <ds@schleef.org>
21211
21212         * ext/ffmpeg/gstffmpegcolorspace.c:
21213         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21214         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21215         (gst_ffmpegcsp_chain): Negotiation fixes
21216         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21217         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21218         (gst_audio_convert_link), (gst_audio_convert_channels):
21219         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21220         (gst_audioscale_link), (gst_audioscale_get_buffer),
21221         (gst_audioscale_chain): Negotiation fixes
21222         * gst/audioscale/gstaudioscale.h:
21223         * gst/videofilter/gstvideofilter.c:
21224         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21225         (gst_videofilter_link), (gst_videofilter_init),
21226         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21227         (gst_videofilter_find_format_by_structure):
21228         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21229         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21230         (gst_videoscale_link):
21231         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21232         (videoscale_find_by_structure), (gst_videoscale_setup):
21233         * gst/videoscale/videoscale.h: Negotiation fixes
21234         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21235         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21236         function, restrict resizing to a multiple of 4 (hack until
21237         everyone supports odd sizes correctly).
21238
21239 2003-12-29  Colin Walters  <walters@verbum.org>
21240
21241         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21242         signed.
21243
21244 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21245
21246         * ext/sndfile/gstsf.c: (gst_sf_loop):
21247           Fix warning about discarding const qualifier
21248
21249 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21250
21251         * gst/cutter/gstcutter.c:
21252         * gst/videoscale/gstvideoscale.c:
21253         * gst/volenv/gstvolenv.c:
21254         * gst-libs/gst/audio/audio.c:
21255         * gst-libs/gst/video/video.c:
21256           Fix warnings
21257
21258 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21259
21260         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21261           Don't send ALSA debugging to stderr.
21262         * ext/alsa/gstalsa.h:
21263           Use GST_WARNING instead of g_warning when ALSA functions fail.
21264
21265 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21266
21267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21268           Free XVAdapterInfo correctly.
21269
21270 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21271
21272         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21273         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21274           Make id3tag use correct caps nego.
21275
21276 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21277
21278         * ext/ivorbis/vorbis.c:
21279         * ext/ivorbis/vorbisenc.h:
21280         * ext/ivorbis/vorbisfile.c:
21281           Modify so that it uses the new caps things
21282
21283 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21284
21285         * testsuite/spider/spider1.c: (main):
21286         * testsuite/spider/spider2.c: (main):
21287         * testsuite/spider/spider3.c: (main):
21288           Make tests compile again. They probably don't work.
21289
21290 2003-12-24  Colin Walters  <walters@verbum.org>
21291
21292         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21293         we can't fixate the caps anymore.
21294
21295 2003-12-23  David Schleef  <ds@schleef.org>
21296
21297         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21298         * sys/oss/gstosssink.c: (gst_osssink_init),
21299         (gst_osssink_sink_fixate): Add fixate function.
21300
21301 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21302
21303         * ext/ffmpeg/gstffmpegcodecmap.c:
21304         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21305         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21306         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21307         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21308         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21309         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21310         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21311           fix typo in RGB masks, and move back to "old" colorspace
21312           capsnego code until whoever wrote this new crap has actually
21313           tested it so that it works.
21314           And yes, this works, keep it that way please.
21315
21316 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21317
21318         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21319         (gst_divxdec_init), (gst_divxdec_negotiate):
21320         * ext/divx/gstdivxdec.h:
21321         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21322         (gst_divxenc_init):
21323         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21324         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21325         * ext/mpeg2enc/gstmpeg2enc.cc:
21326         * ext/mpeg2enc/gstmpeg2encoder.cc:
21327         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21328         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21329         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21330         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21331         (dxr3spusink_init):
21332         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21333         (dxr3videosink_init):
21334           Fix caps breakage after Dave's caps branch merge.
21335
21336 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21337
21338         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21339           Fix for 24bpp display.
21340
21341 2003-12-23  Colin Walters  <walters@verbum.org>
21342
21343         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21344         a GnomeVFSHandle directly.
21345
21346 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21347
21348         * gst/volume/Makefile.am:
21349         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21350         (volume_base_init), (volume_init):
21351           Reenable volume element and fix to work with new caps stuff.
21352           Rhythmbox needs this.
21353
21354 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21355
21356         * gst/qtdemux/qtdemux.c: (plugin_init):
21357           qtdemux requires bytestream
21358
21359 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21360
21361         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21362           Fix remaining caps handling errors due to CAPS merge.
21363
21364 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21365
21366         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21367         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21368         (gst_faad_srcconnect):
21369           Port to new caps system.
21370
21371 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21372
21373         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21374         (got_video_size), (main): using g_print instead of g_message.
21375         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21376         signal which was not emitted because of "switch" element added to the
21377         bin but not connected. (Removing from the bin temporarily)
21378
21379 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21380
21381         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21382         find X development files. I don't understand the previous tests and
21383         they fail on my debian/ppc unstable. This one works.
21384         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21385         exiting.
21386         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21387         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21388         (gst_play_set_visualization): Add some safety checks in set_ methods
21389         and state_change. This was throwing some ugly CRITICAL messages when
21390         pipeline was getting disposed and casts were failing.
21391
21392 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21393
21394         * configure.ac:
21395           Improve mpeg2enc detection. This is for distributions that do
21396           ship mjpegtools, but without mpeg2enc. Also does object check
21397           for might there ever be ABI incompatibility.
21398         * ext/mpeg2enc/gstmpeg2enc.cc:
21399           Add Andrew as second maintainer (he's helping me), and also add
21400           an error if no caps was set. This happens if I pull before capsnego
21401           and that's something I should solve sometime else.
21402         * gst/matroska/matroska-demux.c:
21403         (gst_matroska_demux_parse_blockgroup):
21404           Fix time parsing.
21405         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21406         (gst_matroska_mux_track_header):
21407           Add caps to templates.
21408         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21409           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21410         * gst/mpegstream/gstmpegdemux.c:
21411           Remove layer since it causes warnings about unfixed caps.
21412         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21413           Fix obvious typo (we error out if caps were set, we should of
21414           course error out if *no* caps were set).
21415         * sys/oss/gstosselement.c: (gst_osselement_convert):
21416           Fix format conversion, we confused bits/bytes.
21417         * sys/oss/gstosselement.h:
21418           Improve documentation for 'bps'.
21419         * sys/v4l/TODO:
21420           Remove stuff about plugins that need removing - this was done
21421           ages ago.
21422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21423         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21424         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21425         (gst_v4lsrc_src_query):
21426         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21427         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21428           Add get_query_types(), get_formats() and query() functions.
21429
21430 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21431
21432         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21433         * moved CVS to freedesktop.org